*,
*::before,
*::after {
	box-sizing: border-box;
}
html,
body {
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.wrapper-main {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.wrapper {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	flex: 1 0 auto;
    padding-bottom: 100px;
}
.container {
	max-width: 1200px;
	margin:0 auto;
	padding:0 15px;
}
.top-line {
	height: 35px;
	background: #240C33;
}
.lang__container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.lang {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    border:1px solid #fff;
}
.lang a {
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
    display: block;
    padding: 5px 7px;
    font-size: 12px;
    background: #240C33;
}
.lang .active a {
    background: #fff;
    color: #240C33;
}
.header {
    position: relative;
}
.logo {
    position: absolute;
    top: -20px;
    left: calc(50% - 80px);
    z-index: 2;
}
.header__container {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.header__left {
    flex: 1;
    max-width: 460px;
    display: flex;
}
.header-contacts {
    display: flex;
    flex-direction: column;
}
.header-contacts a {
    text-decoration: none;
    font-size: 14px;
    color: #240C33;
    display: flex;
    align-items: center;
}
.header-contacts svg {
    margin-right: 5px;
}
.header-contacts .header__phone {
    margin-bottom: 20px;
}
.header-contacts a:hover .header__vodafone {
    fill: #E60000;
}
.header-contacts a:hover .header__lifecell {
    fill: #ffc40c;
}
.header-contacts a:hover .header__email {
    fill: #2357ff;
}
.header-contacts span {
    background: linear-gradient(to right, currentColor, currentColor) 0 100%/0 2px no-repeat;
    transition:.3s;
}
.header-contacts a:hover span {
    background-size: 100% 2px;
}

.header-btns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 60px;
}
.header-btns a {
    width: 50px;
    height: 35px;
    border: 1px solid #240C33;
    cursor: pointer;
    border-radius:5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.header-btns path {
    fill: #240C33;
}
.header-btns a:hover {
    background: #240C33;
}
.header-btns a:hover path {
    fill:#fff;
}
.header__right {
    flex:1;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.form-search {
    position: relative;
    width: 300px;
}
.form-search__input {
    display: block;
    width: 100%;
    height: 35px;
    border:1px solid #240C33;
    border-radius:5px;
    padding:0 40px 0 15px;
    color: #240C33;
    font-size: 14px;
    margin-top: 4px;
}
.form-search__input::placeholder {
    color: #240C33;
}
.form-search__submit {
    position: absolute;
    right:10px;
    top:7px;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent url(../img/icon-search.png) center no-repeat;
    width: 25px;
    height: 25px;
    padding: 0;
}
.cart-block {
    display: flex;
    margin-top: 23px;
}
.wishlist,
.cartlist {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #240C33;
    font-size: 14px;
}
.cartlist  {
    margin-left: 30px;
}
.cart-icon {
    width: 29px;
    height: 27px;
    background: url(../img/icon-cart.png) center;
    position: relative;
    margin-right: 12px;
}
.wish-icon {
    width: 31px;
    height: 27px;
    background: url(../img/icon-wish.png) center;
    position: relative;
    margin-right: 12px;
}
.cart-count {
    background: #240C33;
    padding:2px 5px;
    text-align: center;
    border-radius:50%;
    color:#fff;
    font-size: 11px;
    position: absolute;
    top:-5px;
    right:-3px;
}



.menu {
	background: #240C33;
}
.menu__container {
    padding: 0;
}
.menu__list {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.menu__item a {
	display: block;
	padding: 15px;
    font-size: 14px;
    text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
	text-decoration: none;
}
.menu__item:nth-child(4) {
    margin-right: auto;
}
.menu__item:nth-child(5) {
    margin-left: auto;
}
.menu__item a:hover,
.menu__item.current a {
	background: rgba(255, 255, 255, 0.2);
}
.menu__burger,
.menu__close,
.menu__phones {
    display: none;
}

.header__banner {
    overflow: hidden;
    padding: 0;
    margin-top: 10px;
    height: 180px;
    position: relative;
    /*margin-bottom: 75px;*/
	  margin-bottom: 35px;
}
.header__banner::before {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(45, 25, 51, 0) 0%, #2D1933 100%);
    position: absolute;
}
.header__banner-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.header__banner-title .pagetitle {
    margin: 0;
    border: none;
    color:#fff;
    padding-bottom: 15px;
    font-size: 40px;
}
.header__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pagetitle {
    text-transform: uppercase;
    margin: 80px 0 45px;
    font-weight: 600;
    font-size: 30px;
    line-height: 113%;
    border-bottom: 2px solid #000;
}
.page__container {
    display: flex;
}
.content {
    flex:1 1 770px;
    padding-right: 30px;
    font-size: 16px;
    color:#000;
    line-height: 113%;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin:50px 0 25px;
    font-size: 22px;
}
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child {
    margin-top: 0;
}
.content ul,
.content ol {
    padding-left: 20px;
}
.content li {
    margin-bottom: 15px;
}
.content p {
    font-size: 16px;
    line-height: 155%;
    margin:0 0 15px;
}
.news__content p {
    text-align: justify;
    margin-bottom: 35px;
}
.news__gallery {
    display: block;
    position: relative;
}
.news__gallery {
    margin-bottom: 20px;
}
.news__gallery::after {
    content:"+";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    width: 50px;
    height: 50px;
    background: #240C33;
    position: absolute;
    color:#fff;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius:50%;
    transition: .3s;
}
.news__gallery:hover::after {
    transform: translate(-50%, -50%) scale(1.3);
}
.content__images {
    flex:1 1 400px;
}
.content__images img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.news__gallery img {
    margin-bottom: 0;
}
.contacts__container {
    display: flex;
    justify-content: space-between;
}
.contacts__container h3 {
    margin:0 0 30px;
    font-size: 24px;
    text-align: center;
}
.contacts__container h6 {
    font-size: 16px;
    margin:30px 0 10px;
}
.content__contacts {
    margin-right: 30px;
}
.form__feedback {
    width: 350px;
}
.input-block {
    position: relative;
    margin-top: 22px;
}
.input-block label {
    position: absolute;
    left:10px;
    top:10px;
    font-size: 14px;
    transition: .3s;
    padding:0 1px;
    background: #fff;
}
.input-block input,
.input-block textarea {
    width: 100%;
    height: 36px;
    padding:0 10px;
    border: 1px solid #240C33;
    color: #240C33;
    font-size: 14px;
    border-radius: 5px;
    outline:none;
    background: #fff;
}
.input-block textarea {
    padding: 10px;
    height: 100px;
    resize: none;
}
.input-block input + label,
.input-block textarea + label {
    top:-7px;
    left:10px;
    font-size: 12px;
}
.input-block .has-error + label {
    color: red;
}
.input-block .has-error {
    border-color: red;
}
.input-block-btn {
    text-align: center;
    margin-top: 17px;
}
.input-block-btn button {
    cursor: pointer;
    background: #240C33;
    color:#fff;
    text-transform: uppercase;
    border-radius: 5px;
    border:none;
    padding:10px 15px;
    font-size: 15px;
    transition: .2s;
    outline:none;
}
.input-block-btn button:hover {
    background: #4e2568;
}
.thanks {
    text-align: center;
    color: green;
}
.thanks h5 {
    font-size: 20px;
    margin-bottom: 5px;
}
.thanks p {
    font-size: 15px;
    margin: 0;
}




.news__container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.mini-news {
    display: flex;
    flex-wrap: wrap;
    width: 49%;
}
.news {
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
}
.news-big {
    width: 49%;
    margin-bottom: 2%;
}
.news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.news__big-left {
    margin-right: 1%;
    margin-bottom: 2%;
}
.news__big-right {
    margin-left: 1%;
    margin-bottom: 2%;
}
.news-mini {
    margin-bottom: 2%;
    width: 100%;
}
.news__big-left + .news-mini {
    margin-left: 1%;
}
.news__big-right + .news-mini {
    margin-right: 1%;
}
.news-mask {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    padding: 20px 20px 40px;
    font-size: 20px;
    transition:.3s;
    transform: translateY(100%);
    background: linear-gradient(to bottom, rgba(36,12,51,0.7) 20%, rgba(36,12,51,1) 80%);
}
.news:hover .news-mask {
    transform: translateY(0);
}
.modal {
    width: 96%;
    max-width: 400px;
    background: #fff;
    min-height: 170px;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}
.close {
    position: absolute;
    top:0;
    right:0;
    width: 30px;
    height: 30px;
    background: #240C33;
    padding: 4px;
    cursor: pointer;
    border:none;
    transition: .3s;
    outline:none;
}
.close:hover {
    background: #4e2568;
}
.modal h3 {
    text-align: center;
    margin-top: 0;
}
.modal-callback,
.modal-feedback,
.modal-order {
    display: none;
}



footer {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	flex: 0 0 auto;
    background: #240C33;
    padding: 30px 0;
}
.footer__container {
    display: flex;
    justify-content: space-between;
}
.footer-contacts {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-contacts .header__phone {
    margin-bottom: 12px;
}
.footer-contacts a {
    color:#fff;
}
.work-time {
    padding: 0 40px;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.work-time h6 {
    font-size: 14px;
    margin: 0 0 13px;
}
.work-time p {
    margin: 0 0 7px;
    font-size: 14px;
}
.work-time strong {
    margin-right: 10px;
}
.footer__copyright {
    padding-left: 40px;
}
.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.socials a {
    margin: 0 12px;
    text-decoration: none;
}
.copyright {
    text-align: right;
    font-size: 12px;
    color:#fff;
}
.copyright a {
    color:#fff;
}
.copyright a:hover {
    text-decoration: none;
}
.catalog-filter__container {
    display: flex;
    margin-top: 100px;
}
.left-aside {
    width: 260px;
}
.left-aside h3 {
    color: #2D1933;
    margin: 50px 0 20px;
    font-size: 18px;
    height: 20px;
    position: relative;
}
.left-aside h3 span {
    background: #fff;
    position: absolute;
    padding-right: 24px;
}
.left-aside h3::before {
    content:"";
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(36, 12, 51, 0.8);
    position: absolute;
    top:9px;
    right:0;
}
.left__container {
    padding:0;
    margin:20px 0 20px 15px;
    /* max-height: 216px; */
}
.left__container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background: rgba(36, 12, 51, 0.37);
    border-radius: 5px;
}
.left__container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(36, 12, 51, 0.37);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.filter__checkbox .left__container {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.left-aside .form-search {
    width: 100%;
}
.eFiltr_form {
    margin-top: 40px;
}
.filter__checkbox label {
    display: flex;
    align-items: center;
    height: 36px;
    cursor: pointer;
}
.filter__checkbox label.disabled {
		opacity:0.5;
}
.filter-count {
    font-weight: 300;
    font-size: 14px;
    margin-left: 10px;
}
.filter-check {
    width: 20px;
    height: 20px;
    border: 1px solid #240C33;
    border-radius: 2px;
    position: relative;
    margin-right: 15px;
}
.filter-check input {
    display: none;
}
.filter-check input:checked + span {
    display: block;
    width: 20px;
    height: 21px;
    background: url(../img/check.png);
    position: absolute;
    top:-3px;
    left:0;
}
.fltr_inner_slider {
	display: flex;
	flex-direction: column;
}
.filter__slider-inputs {
	order:-1;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.filter__slider-inputs input {
	width: 80px;
	height: 34px;
	border: 2px solid #240c33;
	padding:0 5px;
	border-radius:3px;
	text-align: center;
}
.filter-reset {
	display: block;
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #240c33;
	text-decoration: none;
	text-transform: uppercase;
	color:#fff;
	border-radius:4px;
	font-size: 12px;
	font-weight: 600;
	transition:.3s;
}
.filter-reset:hover,
.product__btns a:hover {
	background: #5a257b;
}

.products__container {
    width: calc(100% - 285px);
    margin-left: 25px;
}
#eFiltr_results {
    display: flex;
    flex-wrap: wrap;
}
#eFiltr_results_wrapper .eFiltr_loader {
    width: 100%;
    height: 100px;
    background: url(../img/loader.svg) center no-repeat;
    display: none;
}
.product__item {
    margin:0 10px 35px;
    width: calc(25% - 20px);
    text-align: center;
    border-radius:5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow:hidden;
    position: relative;
}
.products-search__container {
	display: flex;
	flex-wrap: wrap;
	padding:0 5px;
}
.evoSearch_info {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.products-search__container .product__item {
    width: calc(20% - 20px);
}
.product__img-block {
		width: 100%;
		height: 200px;
    border: 3px solid #240C33;
    outline:none;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5px;
}
.product__link {
    display: block;
    width: 100%;
    height: 100%;
}
.product__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: .3s;
}
.product__img-block:hover .product__img {
    transform: scale(1.2);
}
.btn-wish {
    width: 36px;
    height: 28px;
    position: absolute;
    border-radius: 0 0 0 4px;
    background: #240C33;
    top:0;
    right:0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 6px;
    border:none;
    outline:none;
}
.btn-wish:hover {
    background: #5a257b;
}
.wish-del {
    padding-top: 1px;
}
.wish__active path {
    fill: #fff;
}
.product__images-container {
    display: flex;
    align-items: center;
    margin:0 -5px;
}
.product__mini-img {
    display: block;
    width: calc(25% - 10px);
    margin: 5px;
}
.modal-product__image .product__mini-img.active {
    outline:2px solid #240C33;
}
.product__item .product__articul {
    font-size: 12px;
    text-transform: uppercase;
    background: #240C33;
    color: #fff;
    padding: 5px 13px;
    font-weight: 600;
    position: absolute;
    border-radius: 0 4px 0 0;
    left:0;
    top:175px;
}
.product__weight {
    font-size: 14px;
    color: #240C33;
    font-weight: 600;
    position: absolute;
    right:0;
    top:173px;
    padding:5px 8px;
}
.product__weight span {
    font-size: 12px;
}
.product__prices-block {
    width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:7px 0 0;
}
.product__price {
	font-size: 16px;
	font-weight: 600;
	color: #240C33;
    padding-left: 13px;
}
.product__btn {
    background: #240C33;
    color:#fff;
    padding:7px 10px;
    border: none;
    cursor: pointer;
    border-radius:4px;
    outline:none;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: .3s;
}
.product__btn:hover {
    background: #5a257b;
}
.product__btn[disabled] {
    background: rgba(36, 12, 51, 0.28);
    cursor: default;
}
.product__btn span {
    margin-left: 4px;
}

.product__btns .cart__active,
.product__btns .wish__active {
	background: #5a257b;
}
.del-wish {
	background: red;
}
.order-table table {
    border-collapse: collapse;
    width: 100%;
}
.order-table tr {
    border-bottom: 1px solid #240c33;
}
.row-cart-head {
	background: #240c33;
	color:#fff;
	border-radius: 5px;
}
.row-cart-head td {
    padding:10px;
    text-align: center;
}
.row-cart-head td:first-child {
    text-align: left;
}
.col-cart {
    padding:10px;
}
.col-cart-price {
    text-align: center;
}
.product__item-cart-img {
    width: 100px;
    height: 80px;
    border:1px solid #240c33;
    border-radius:4px;
    overflow: hidden;
}
.product__desc-cart .product__articul,
.product__desc-cart .product__weight {
    margin: 4px 0;
    padding: 0;
}
.col-cart-name .product__articul {
    color:#240c33;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    width: 100px;
    text-align: center;
}
.col-cart-count {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.col-cart-count input {
    max-width: 40px;
    height: 32px;
    padding: 0 5px;
    border: 1px solid #240C33;
    color: #240C33;
    font-size: 14px;
    outline: none;
    text-align: center;
    background: #fff;
}
.col-cart-count button {
    background: #240C33;
    color:#fff;
    border:none;
    width: 25px;
    font-size: 20px;
    cursor: pointer;
    outline:none;
}
.col-cart-count .minus {
     border-radius: 3px 0 0 3px;
}
.col-cart-count .plus {
    border-radius: 0 3px 3px 0;
}
.col-cart-del {
    text-align: center;
    width: 65px;
    padding: 0;
}
.col-cart-del button {
    border:none;
    border-radius:50%;
    width: 32px;
    height: 32px;
    background: transparent url(../img/icon-delete.png) center no-repeat;
    cursor:pointer;
    outline:none;
    padding: 0;
    transition: .3s;
}
.col-cart-del button:hover {
    background-color: #ccc;
}
.cart-total {
    display: flex;
    justify-content: flex-end;
}
.cart-total span {
    margin-right: 10px;
}
.main-news,
.how-work {
    background: #fff;
    padding:80px 0;
    text-align: center;
}
.main-news {
    padding-bottom: 0;
}
.main-news h2,
.how-work h2 {
    /*text-transform: uppercase;*/
    font-size: 24px;
    color:#000;
    margin:0 0 40px;
}
.main-services,
.hits {
    padding:80px 0 40px;
    background: #2D1933;
    color:#fff;
}
.main-services h2,
.hits h2 {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin:0 0 40px;
}
.main-services__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-item {
    margin:0 25px 50px;
    border:2px solid #fff;
    border-radius:15px;
    display: flex;
    align-items: center;
    padding: 25px 15px;
    width: 340px;
    height: 160px;
    text-transform: uppercase;
}
.service-item__text {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
}
.service-item__text h4 {
    font-size: 18px;
    line-height: 113%;
    margin: 0 0 10px;
}
.service-item__text p {
    font-size: 14px;
    line-height: 130%;
    margin: 0;
}
.how-work__container {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
.work-item {
    width: calc(25% - 30px);
    margin:0 15px 30px;
    position: relative;
}
.work-icon {
    width: 150px;
    height: 150px;
    border-radius:50%;
    border:3px solid #2D1933;
    margin:0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.work-item::after {
    content:"";
    display: block;
    position:absolute;
    top:72px;
    width: 45%;
    right:-28%;
    border-bottom: 10px dotted #2D1933;
}
.work-item:last-child::after {
    display: none;
}
.work-item h5 {
    font-size: 20px;
    margin: 0;
    color:#000;
}
.work-item p {
    font-size: 14px;
    line-height: 155%;
    color:#000;
}
.hits__container {
    padding: 0;
}
.product__item-block {
    margin:0 10px;
    outline:none;
}
.slick-slide .product__item {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    max-width: 230px;
}
.slick-dots {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 0;
    margin: 0 4px;
    padding: 0;
    transition: .3s;
}
.slick-dots .slick-active button {
    width: 35px;
}
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
}
.pagination a,
.pagination b {
    width: 30px;
    height: 30px;
    border: 2px solid #240C33;
    border-radius:4px;
    margin:0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color:#240C33;
    font-weight: bold;
}
.pagination b,
.pagination a:hover {
    background: #240C33;
    color:#fff;
}
.privilege {
    padding:30px 0 40px;
}
.privilege__container {
    display: flex;
    justify-content: space-between;
}
.privilege-item {
    border:2px solid #240C33;
    border-radius: 15px;
    padding:20px;
    width: 30%;
    display: flex;
    align-items: center;
}
.privilege-text {
    margin-left: 30px;
}
.privilege-text h6 {
    font-size: 16px;
    margin: 0 0 5px;
}
.privilege-text p {
    color:#000;
    font-size: 16px;
    margin: 5px 0 0;
}
.main-slider__container {
    padding: 0;
    margin-top: 10px;
}
.main-slider__container .slick-dots {
    position: absolute;
    width: 100%;
    bottom:0;
}
.main-slider .slick-slide img {
    width: 100%;
    height: 100%;
}
.empty-cart__container {
    text-align: center;
}




#successBlock {
    position: fixed;
    right:0;
    top:0;
    width: 0;
    height:100vh;
    z-index:100000;
}
#successBlock div {
    width:300px;
    transition: transform .3s cubic-bezier(.17,.67,.53,1.38);
    transform: translateX(0);
    padding:15px;
    font-size: 16px;
    color:#000;
    margin-top: 10px;
    border-radius: 4px;
    background: rgba(235, 235, 235, 0.8);
}
#successBlock div.show {
    transform: translateX(-100%);
}
#successBlock div.hide-show {
    animation: hide-show .4s linear forwards;
}
@keyframes hide-show {
	100% {opacity:0;}
}
.modal-product.fancybox-content {
    width: 50%;
    background: rgba(255, 255, 255, 0.95);
}
.modal-product__container {
    display: flex;
    align-items: flex-start;
}
.modal-product__image {
    width: 50%;
}
.modal-product__desc {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.modal-product__desc h2 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #240C33;
}
.modal-desc__item {
    font-size: 18px;
    color: #240C33;
		margin: 10px 0;
}
.modal-desc__item span {
    color:#000;
    font-size: 14px;
}
.modal-desc__item strong {
    font-size: 16px;
    font-weight: 600;
}
.modal-product__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.modal-product__btns .btn-cart,
.modal-product__btns .btn-wish {
    background: #240C33;
    color:#fff;
    display: flex;
    align-items: center;
    padding:15px;
    text-decoration: none;
    border-radius: 4px;
}
.modal-product__btns a svg {
    margin-right: 10px;
}
.modal-product__btns a:hover {
    background: #5a257b;
}
.modal-product__btns .btn-cart {
    margin-right: 20px;
}
.modal-product__btns a span {
    font-size: 14px;
}
.product__prices-block--modal {
    justify-content: flex-start;
    margin: 15px 0;
    padding: 0;
}
.product__prices-block--modal .product__price {
    padding-left: 0;
    font-size: 20px;
    width: 100px;
}
.product__prices-block--modal .product__btn {
    padding:10px 12px;
}
.product__item-block .product__img-block {
    border:none;
    border-bottom: 3px solid #240C33;
    border-radius:0;
}
.product__item-block .product__item {
    border-radius:0;
    padding-bottom: 8px;
}
.product__item-block .product__prices-block {
    padding:5px 10px;
}
.product__item-block .product__price {
    padding-left: 0;
}
.container__404 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.img-404 {
	display: block;
	max-width:100%;
	height: auto;
}
.img-thanks {
    margin-top: 40px;
    max-width: 100%;
}
.title-404 {
	text-transform: uppercase;
}
.link-404 {
	background: #240C33;
	border-radius: 5px;
	color:#fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	padding: 12px 20px;
	text-decoration: none;
}
.link-404:hover {
    background: #4e2568;
}
.order-form .form-messages {
	width: 100%;
	text-align: center;
	margin: 20px 0;
	color: red;
}
.cart__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cart-left {
    flex: 0 1 60%;
}
.cart-right {
    flex: 0 1 35%;
    max-width: 35%;
}
.cart-right h4 {
    background: #240c33;
    color: #fff;
    padding: 12px 0;
    border-radius: 5px;
    margin: 0;
    text-align: center;
}
.input-block-delivery {
    margin-top: 15px;
}
.input-block-delivery h6 {
    margin: 0;
    font-size: 16px;
}
.check-btns {
    display: flex;
    flex-direction: column;
}
.delivery__ukrposhta {
    display: none;
}
.check-btn {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.delivery__novaposhta {
    margin-top: 15px;
    max-width: 100%;
    height: 92px;
}
.delivery__novaposhta .select2-container {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #240C33;
    color: #240C33;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    background: #fff;
}
.select2-container {
    margin-bottom: 10px !important;
}
.select2-container--default .select2-selection--single {
    border:none !important;
    background: none !important;
    height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0 !important;
}
.check-btn input {
    opacity: 0;
    position: absolute;
}
.check {
    width: 24px;
    height: 24px;
    border:1px solid #240c33;
    border-radius:3px;
    margin-right: 10px;
    position: relative;
}
.check::after {
    content:"";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 2px;
    background: #240c33;
    border-radius:3px;
    display: none;
}
.check-btn input:checked + .check::after {
    display: block;
}
.check-btn input:checked ~ span {
    font-weight: 600;
}
.input-block textarea[name="address"] {
    height: 70px;
}
.press__title {
    background: #240C33;
    color:#fff;
    padding:10px;
    font-size: 18px;
    cursor:pointer;
    margin-bottom: 2px;
}
.press__title:hover,
.press__title.active {
    background: #4e2568;
}
.press__table {
    margin-bottom: 20px;
    display: none;
}
.press__table td {
    padding:10px;
    border:2px solid #240C33;
}
.press__table img {
    max-width: 100%;
}
.press-file-container {
    text-align: center;
    margin-top: 20px;
}
.press-file {
    color:#240C33;
    text-decoration: none;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
}
.press-file[href$=".pdf"]::before {
    content: url(../img/pdf.png);
    margin-right: 10px;
}
.press-file[href$=".xlsx"]::before {
    content: url(../img/xlsx.png);
    margin-right: 10px;
}
.product-full__container .modal-product__image {
			/*width: 30%;*/
			width: 600px;
}
.product-full__container .modal-product__desc {
	width: calc(40% - 30px);
}
.product-full__container .modal-product__container {
	margin: 0 auto;
	justify-content: center;
}
.invoice__container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 70px;
}
.invoice-block {
	margin: 0 20px;
}
.invoice__container h3 {
	width: 100%;
	text-align: center;
}
.invoice__container-table {
	flex-direction: column;
}
.invoice__container-table table {
	margin-bottom: 40px;
	font-size: 14px;
}
@media print {
	.header,
	footer,
	.top-line,
	.print {
		display: none;
}
	.invoice__container {
		margin-top: 0;
	}
	.invoice__container-table table {
		margin-bottom: 0;
}
	
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: black;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
	
.fotorama__stage {
  border: 3px solid #240C33;
	border-radius: 4px;
}
	
.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #240C33;
	  border-radius: 4px;
	}