html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    *zoom:1;}

.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

* {
    outline: none;
}

body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #333333;
}

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

.btn-call {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    width: 117px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #525252;
    text-decoration: none;
    border-radius: 3px;
    border: none;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn-call:hover {
    color: #4a3a9b;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(74, 58, 155, 1);
    box-shadow: 0px 0px 4px 0px rgba(74, 58, 155, 1);
}

.btn__head {
    width: 274px;
    height: 52px;
    text-align: center;
    display: inline-block;
    line-height: 52px;
    color: #0f0f0f;
    border: 1px solid #fed68b;
    text-decoration: none;
    font-size: 18px;
    border-radius: 2px;
    background: #fac564;
    -webkit-box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__head:hover {
    background: #4a3a9b;
    border: 1px solid #6e56e7;
    color: #ffffff;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__black {
    display: inline-block;
    width: 147px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #2b2b2b;
    background: #3d3d3d;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__black:hover {
    border: 1px solid #382b75;
    background: #403287;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__while {
    display: inline-block;
    width: 147px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    color: #5d5d5d;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #b2b2b2;
    border-radius: 1px;
    background: #fff;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__while:hover {
    border: 1px solid #4a3a9b;
    background: #fff;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
    color: #4a3a9b;
}

.btn__holiday {
    font-size: 14px;
    color: #4a3a9b;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__holiday:hover {
    text-decoration: underline;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__corporate {
    width: 262px;
    height: 52px;
    line-height: 52px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    text-align: center;
    color: #3d3d3d;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__corporate:hover {
    color: #fff;
    border: 1px solid #4a3a9b;
    background: #4a3a9b;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__order {
    width: 274px;
    height: 52px;
    line-height: 52px;
    background: #fff;
    border: 1px solid #4a3a9b;
    text-align: center;
    color: #4a3a9b;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__order:hover {
    color: #fff;
    border: 1px solid #4a3a9b;
    background: #4a3a9b;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__call {
    width: 274px;
    height: 52px;
    line-height: 52px;
    background: #4a3a9b;
    border: 1px solid #4a3a9b;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__call:hover {
    color: #333232;
    border: 1px solid #fac564;
    background: #fac564;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn-login {
    width: 160px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: #4a3a9b;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn-login:hover,.btn__in:hover,.btn__fb:hover {
    background: #3d3d3d;
}

.btn__in {
    width: 48%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    border: none;
    background: #3a97ee;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__fb {
    width: 48%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    border: none;
    background: #3b5997;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__in-down {
    width: 274px;
    height: 52px;
    line-height: 52px;
    background: #fff;
    border: 1px solid #4a3a9b;
    text-align: center;
    color: #4a3a9b;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__in-down .icon__cur {
    position: relative;
    top: 7px;
    font-size: 34px;
}

.btn__in-down:hover {
    color: #fff;
    border: 1px solid #4a3a9b;
    background: #4a3a9b;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__creatae {
    width: 275px;
    height: 52px;
    line-height: 52px;
    background: #4a3a9b;
    border: 1px solid #4a3a9b;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__creatae .icon__cur {
    position: relative;
    top: 7px;
    font-size: 34px;
}

.btn__creatae:hover {
    color: #4a3a9b;
    border: 1px solid #4a3a9b;
    background: #fff;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__edit {
    width: 48%;
    height: 52px;
    line-height: 52px;
    background: #fff;
    border: 1px solid #4a3a9b;
    text-align: center;
    color: #4a3a9b;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__edit .icon-edit {
    position: relative;
    top: 0px;
    font-size: 20px;
    margin-right: 7px;
}

.btn__edit:hover {
    color: #fff;
    border: 1px solid #4a3a9b;
    background: #4a3a9b;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__delet {
    width: 48%;
    height: 52px;
    line-height: 52px;
    background: #fff;
    border: 1px solid #7e7e7e;
    text-align: center;
    color: #7e7e7e;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__delet .icon-delete {
    position: relative;
    font-size: 20px;
    margin-right: 7px;
}

.btn__delet:hover {
    color: #ffffff;
    border: 1px solid #818181;
    background: #959595;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__delet:hover .icon-delete {
    color: #fff;
}

.btn__apply {
    width: 123px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #818181;
    background: #959595;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__apply:hover {
    color: #ffffff;
    border: 1px solid #2b2b2b;
    background: #3d3d3d;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__add {
    width: 48%;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #818181;
    background: #959595;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__add:hover {
    color: #ffffff;
    border: 1px solid #2b2b2b;
    background: #3d3d3d;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__checkout {
    width: 48%;
    height: 52px;
    line-height: 52px;
    background: #4a3a9b;
    border: 1px solid #4a3a9b;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__checkout .icon__checkout {
    position: relative;
    top: 6px;
    font-size: 35px;
}

.btn__checkout:hover {
    color: #4a3a9b;
    border: 1px solid #4a3a9b;
    background: #fff;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__buy {
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: #4a3a9b;
    border: 1px solid #4a3a9b;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.btn__buy .icon__cur {
    position: relative;
    top: 7px;
    font-size: 34px;
}

.btn__buy:hover {
    color: #4a3a9b;
    border: 1px solid #4a3a9b;
    background: #fff;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.nav {
    width: 400px;
    position: fixed;
    top: 0px;
    right: -400px;
    height: 100%;
    background: #3d3d3d;
    z-index: 20;
    -webkit-transition: right 1s;
    transition: right 1s;
}

.nav.open {
    right: 0px;
    -webkit-transition: right 1s;
    transition: right 1s;
}

.nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 101px;
    padding-right: 30px;
    position: relative;
}

.nav__phone {
    margin-left: auto;
}

.nav__phone a {
    color: #d8d8d8;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

.nav__phone a .icon-phone {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
    font-size: 16px;
    color: #f9c464;
}

.nav__phone a:hover {
    text-decoration: underline;
}

.nav__phone a:hover .icon-phone {
    color: #fff;
}

.nav__basket {
    padding: 0 0 0 15px;
    margin-left: 15px;
    position: relative;
}

.nav__basket.line-left:after {
    position: absolute;
    content: "";
    left: 0px;
    width: 1px;
    height: 20px;
    background: #e6e6e6;
}

.nav__basket a .icon-bascket {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 16px;
    color: #f9c464;
}

.nav__basket a .icon-bascket .bascket__number {
    position: absolute;
    font-family: Arial;
    line-height: 15px;
    top: -7px;
    right: -7px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    background: #d91f20;
}

.nav__basket a:hover .icon-bascket {
    color: #fff;
}

.nav__nav {
    padding: 0 0 0 15px;
    margin-left: 15px;
    position: relative;
    min-height: 19px;
    top: 4px;
}

.nav__nav.line-left:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 2px;
    width: 1px;
    height: 20px;
    background: #e6e6e6;
}

.nav__nav .nav-close {
    padding-top: 4px;
    display: block;
    cursor: pointer;
}

.nav__nav .nav-close .icon-gam {
    width: 12px;
    height: 23px;
    display: inline-block;
    position: relative;
    top: -4px;
    background: url("img/icon/icon-nav-nav.png") no-repeat center center;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.nav__nav .nav-close .icon-gam:hover {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.nav__row {
    width: 100%;
    margin-top: 50px;
}

.nav__row a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    margin-bottom: 33px;
    position: relative;
}

.nav__row a:hover::after {
    display: block;
}

.nav__row a:after {
    width: 134px;
    height: 2px;
    display: none;
    content: "";
    position: absolute;
    margin-left: -68px;
    left: 50%;
    top: 33px;
    background: #f1bf62;
}

.header__height {
    height: 103px;
    width: 100%;
}

.header {
    width: 100%;
    background: #fff;
}

.header.fixed .header__container {
    -webkit-transition: min-height 0.5s;
    transition: min-height 0.5s;
    min-height: 81px;
}

.header.fixed .header__block {
    position: fixed;
    z-index: 15;
    top: 0px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.header.fixed .header__logo {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    width: 105px;
}

.header.fixed {
    height: 81px;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 103px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.header.fixed .header__container {
    height: 81px;
}

.header__block {
    position: fixed;
    z-index: 15;
    top: 0px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.header__logo {
    margin-right: auto;
    width: 143px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header__logo a img {
    width: 100%;
}

.header__phone {
    margin-left: 22px;
}

.header__phone a {
    color: #484848;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

.header__phone a:hover {
    color: #4a3a9b;
    text-decoration: underline;
}

.header__phone a:hover .icon-phone {
    color: #4a3a9b;
}

.header__phone a .icon-phone {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
    font-size: 16px;
    color: #484848;
}

.header__sity {
    padding: 0 0 0 15px;
    margin-left: 15px;
    position: relative;
}

.header__sity.line-left:after {
    position: absolute;
    content: "";
    left: 0px;
    width: 1px;
    height: 20px;
    background: #e6e6e6;
}

.header__sity a {
    color: #484848;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

.header__sity a:hover {
    color: #4a3a9b;
    text-decoration: underline;
}

.header__sity a:hover .icon-map {
    color: #4a3a9b;
}

.header__sity a:hover .icon-down-chevron {
    color: #4a3a9b;
}

.header__sity a .icon-map {
    width: 12px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
    font-size: 16px;
    color: #484848;
}

.header__sity a .icon-down-chevron {
    font-size: 8px;
    color: #484848;
    width: 8px;
    height: 5px;
    display: inline-block;
    margin-left: 5px;
}

.header__login {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.header__login:after {
    position: absolute;
    content: "";
    left: 0px;
    width: 1px;
    height: 20px;
    background: #e6e6e6;
}

.header__login .icon-login {
    display: inline-block;
    font-size: 16px;
    color: #484848;
    margin-right: 10px;
}

.header__login a {
    color: #484848;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

.header__login a:hover {
    color: #4a3a9b;
    text-decoration: underline;
}

.header__login:hover .icon-login {
    color: #4a3a9b;
}

.header__bascket {
    padding: 0 0 0 15px;
    margin-left: 15px;
    position: relative;
}

.header__bascket.line-left:after {
    position: absolute;
    content: "";
    left: 0px;
    width: 1px;
    height: 20px;
    background: #e6e6e6;
}

.header__bascket a .icon-bascket {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 16px;
    color: #484848;
    position: relative;
}

.header__bascket a .icon-bascket .bascket__number {
    position: absolute;
    font-family: Arial;
    line-height: 15px;
    top: -7px;
    right: -7px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    background: #d91f20;
}

.header__bascket a:hover {
    color: #4a3a9b;
    text-decoration: underline;
}

.head-slide-shadow {
    background: black;
    opacity: .45;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.header__bascket a:hover .icon-bascket {
    color: #4a3a9b;
}

.header__nav {
    padding: 0 0 0 15px;
    margin-left: 15px;
    position: relative;
    min-height: 19px;
}

.header__nav.line-left:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 2px;
    width: 1px;
    height: 20px;
    background: #e6e6e6;
}

.header__nav .nav-click {
    padding-top: 4px;
    cursor: pointer;
}

.header__nav .nav-click .icon-gam {
    width: 23px;
    height: 12px;
    display: inline-block;
    background: url("img/icon/icon-nav.png") no-repeat center center;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.header__nav .nav-click .icon-gam:hover {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.head-slide__block-fix h5 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-bottom: -8px;
    text-shadow: 1px 1.732px 5px rgba(0, 0, 0, 0.75);
    line-height: 1.2;
    padding-top: 258px;
    text-transform: uppercase;
}

.head-slide__block-fix h6 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 42px;
    text-shadow: 1px 1.732px 5px rgba(0, 0, 0, 0.75);
    line-height: 1.7;
}

.head-slide__block-fix {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.head-slide__block {
    height: 100%;
    width: 100%;
    text-align: center;
}

.head-slide__item {
    width: 100%;
    height: 815px;
}

.head-slide-wrap {
    position: relative;
    max-height: 815px;
    overflow: hidden;
}

.head-slide .slick-dots {
    position: absolute;
    bottom: 282px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    text-align: center;
    z-index: 10;
}

.head-slide .slick-dots li {
    display: inline-block;
}

.head-slide .slick-dots li button {
    color: rgba(255, 255, 255, 0);
    background: #cbcbcb;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    display: block;
    cursor: pointer;
    border: none;
    font-size: 0px;
    overflow: hidden;
    padding: 0;
}

.head-slide .slick-dots li.slick-active button {
    background: #e3e3e3;
}

.head-slide__arrows {
    width: 90px;
    position: absolute;
    bottom: 272px;
    height: 29px;
    left: 50%;
    margin-left: -45px;
    z-index: 5;
}

.head-slide__arrows .iocn-arrows-pre {
    font-size: 29px;
    color: #cbcbcb;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
    display: block;
}

.head-slide__arrows .iocn-arrows-pre:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.head-slide__arrows .iocn-arrows-next {
    font-size: 29px;
    color: #cbcbcb;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
    display: block;
}

.head-slide__arrows .iocn-arrows-next:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.head-slide__arrows .next {
    width: 40px;
    height: 40px;
    margin-right: -20px;
    margin-top: -5px;
    border: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}

.head-slide__arrows .pre {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -5px;
    border: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
}

.money {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.8);
}

.money__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.money__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.money__item_number span {
    font-size: 37px;
    color: #9b8266;
}

.money__item_number span .size {
    font-size: 25px;
}

.money__item_text {
    margin-left: 25px;
    padding-top: 10px;
}

.money__item_text p {
    font-size: 17px;
    color: #272727;
    font-weight: 700;
    margin-bottom: 7px;
}

.money__item_text span {
    color: #1c1c1e;
    font-size: 14px;
    display: block;
}

.video {
    padding: 65px 0 65px;
    overflow: hidden;
}

.video__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.video__button .btn__black {
    margin-right: 15px;
}

.video__left {
    width: 532px;
}

.video__left h3 {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    margin-bottom: 25px;
}

.video__left p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.5;
}

.video__right {
    width: 380px;
}

.video__youtube {
    position: relative;
    border: 1px solid #c6c6c6;
    display: block;
    background: #fff;
}

.video__youtube:after {
    width: 110%;
    height: 95%;
    border: 1px solid #c6c6c6;
    content: "";
    position: absolute;
    left: -5%;
    top: 2.5%;
    z-index: -2;
}

.video__youtube:before {
    width: 105%;
    height: 105%;
    border: 1px solid #c6c6c6;
    content: "";
    position: absolute;
    left: -2.5%;
    top: -2.5%;
    z-index: -1;
    background-color: #fff;
}

.video__youtube img {
    width: 100%;
}

.video__center {
    position: absolute;
    width: 75%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
}

.video__play {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(32, 32, 32, 0.8);
    top: 0px;
    left: 0px;
    display: block;
    cursor: pointer;
    padding: 8px;
}

.video__play p {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 5px;
    margin-bottom: 5px;
}

.video__play span {
    font-size: 14px;
    color: #ffffff;
}

.video__play .icon__play {
    width: 48px;
    height: 49px;
    background: url("img/icon/play-youtube.png") no-repeat center center;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.holiday {
    width: 100%;
    padding: 105px 0 10px;
    background: url("img/food2.png");
}

.holiday__container h2 {
    font-size: 30px;
    color: #19232f;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.holiday__container p {
    color: #434343;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 75px;
}

.holiday__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 80px;
}

.holiday__item {
    padding: 15px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
    background: #fff;
    width: 320px;
    top: 0px;
    left: 0px;
    -webkit-transition: top 1s, left 1s;
    transition: top 1s, left 1s;
    margin-bottom: 60px;
    opacity: 0;
}

.holiday__item:hover {
    position: relative;
    top: -20px;
    left: -10px;
    -webkit-transition: top 1s, left 1s;
    transition: top 1s, left 1s;
}

.holiday__item img {
    width: 100%;
    margin-bottom: 25px;
}

.holiday__item h3 {
    font-size: 26px;
    color: #232222;
    margin-bottom: 15px;
}

.holiday__item span {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 15px;
    display: block;
}

.holiday__item .btn__holiday {
    float: right;
    display: block;
}

.holiday__button a {
    font-size: 18px;
    color: #4a3a9b;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-decoration: underline;
    display: none;
}

.animation .holiday__item {
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.money_mobile {
    display: none;
}

@media (min-width: 570px) {
    @-webkit-keyframes fadein {
        from {
            opacity:0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
}

.form-home {
    width: 100%;
    height: 360px;
    background: url("img/bg-form.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 70px;
}

.form-home h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.form-home h4 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 48px;
    text-align: center;
}

.form-home p {
    font-size: 16px;
    color: #d6d6d6;
    text-align: center;
}

.form-home p a {
    color: #fac564;
    text-decoration: none;
}

.form-home p a:hover {
    text-decoration: underline;
}

.form-home__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-home__block p {
    width: 100%;
}

.form-home__block input {
    width: 230px;
    height: 52px;
    padding: 0 20px;
    color: #6f6f6f;
    font-size: 16px;
    background: #ededef;
    border: none;
    margin-bottom: 35px;
}

.form-home__block .btn__head {
    width: 230px;
    height: 52px;
    cursor: pointer;
    line-height: 52px;
    margin-bottom: 35px;
}

.choose {
    padding: 90px 0 80px;
    background: #fff;
}

.choose h3 {
    font-size: 30px;
    font-weight: 700;
    color: #19232f;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.choose p {
    font-size: 24px;
    color: #434343;
    margin-bottom: 65px;
    text-align: center;
    font-weight: 300;
}

.choose .choose__wrap {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.choose .choose__item {
    width: 180px;
    margin: 0 49px;
    margin-bottom: 60px;
}

.choose .choose__item .icon-choose {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.choose .choose__item h4 {
    font-size: 18px;
    color: #4a3a9b;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.choose .choose__item p {
    font-size: 15px;
    color: #444444;
    min-height: 30px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 1.1;
}

.choose .choose__item .choose-hr {
    width: 18px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 22px;
}

.choose .choose__item .icon-choose1 {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #4a3a9b;
}

.choose .choose__item .icon-choose2 {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #4a3a9b;
}

.choose .choose__item .icon-choose3 {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #4a3a9b;
}

.choose .choose__item .icon-choose4 {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #4a3a9b;
}

.choose .choose__item .icon-choose5 {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #4a3a9b;
}

.choose .choose__item .icon-choose6 {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #4a3a9b;
}

.corporate {
    width: 100%;
    height: 449px;
    background: url("img/bg-corporate1.jpg") no-repeat center center;
    background-size: cover;
}

.corporate__bg {
    width: 402px;
    height: 559px;
    background: url("img/corporate__bg.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: -40px;
    left: -15px;
}

.corporate__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.corporate__left {
    width: 45%;
}

.corporate__right {
    width: 52%;
    padding-top: 90px;
}

.corporate__right h3 {
    font-size: 35px;
    text-align: right;
    color: #19232f;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.corporate__right h4 {
    font-size: 18px;
    color: #19232f;
    text-align: right;
    margin-bottom: 24px;
    font-weight: 300;
    line-height: 1.3;
}

.corporate__right p {
    font-size: 20px;
    color: #19232f;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 1.3;
}

.corporate__right .btn__corporate {
    float: right;
    display: block;
}

.order {
    width: 100%;
    padding: 105px 0 75px;
    background: #fff;
}

.order h3 {
    font-size: 30px;
    font-weight: 700;
    color: #19232f;
    text-align: center;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.order h4 {
    font-size: 24px;
    font-weight: 300;
    color: #434343;
    margin-bottom: 92px;
    text-align: center;
}

.order__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 73px;
}

.order__head {
    font-size: 42px;
    font-family: 'Comfortaa', cursive;
    color: #2b2a2e;
    margin-bottom: 10px;
    position: relative;
}

.order__head .icon__order1 {
    width: 53px;
    height: 50px;
    display: inline-block;
    color: #4a3a9b;
    font-size: 53px;
}

.order__head .icon__order2 {
    width: 53px;
    height: 50px;
    display: inline-block;
    color: #4a3a9b;
    font-size: 53px;
}

.order__head .icon__order3 {
    width: 53px;
    height: 50px;
    display: inline-block;
    color: #4a3a9b;
    font-size: 53px;
}

.order__head .icon__order4 {
    width: 53px;
    height: 50px;
    display: inline-block;
    color: #4a3a9b;
    font-size: 53px;
}

.order__head:after {
    width: 18px;
    height: 32px;
    background: url("img/icon/order-left.png") no-repeat center center;
    display: block;
    position: absolute;
    right: -5px;
    top: 17px;
    content: "";
}

.order__text {
    width: 190px;
}

.order__text h5 {
    font-size: 18px;
    color: #2b2a2e;
    margin-bottom: 5px;
    font-weight: 700;
}

.order__text h5 .blue {
    color: #4a3a9b;
}

.order__text p {
    font-size: 14px;
    color: #2b2a2e;
    font-weight: 300;
    line-height: 1.2;
}

.order__item1 {
    width: 230px;
}

.order__item2 {
    width: 218px;
    margin-left: 45px;
}

.order__item3 {
    margin-left: 50px;
}

.order__item4 {
    margin-left: 52px;
}

.order__item4 .order__text {
    width: 163px;
}

.order__item4 .order__head:after {
    display: none;
}

.order__button .btn__order {
    display: block;
    margin: 0 auto;
}

.follow {
    padding: 110px 0 230px;
    width: 100%;
    /*height:691px;*/
    background: #fdfdfd url("img/follow-slider.png") no-repeat right bottom;
    background-size: cover;
}

.follow h2 {
    font-size: 30px;
    color: #19232f;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.follow h3 {
    font-size: 24px;
    color: #434343;
    margin-bottom: 65px;
}

.follow a {
    text-decoration: none;
}

.follow a:hover {
    text-decoration: underline;
}

.follow .icon-fb {
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #4a3a9b;
    font-size: 24px;
}

.follow .icon-in {
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #4a3a9b;
    font-size: 24px;
    margin-right: 5px;
}

.follow .blue {
    color: #4a3a9b;
}

.follow__wrap {
    position: relative;
}

.follow__wrap .slick-dots {
    width: 150px;
    position: absolute;
    bottom: -70px;
    left: 50%;
    margin-left: -26px;
    text-align: center;
    z-index: 10;
}

.follow__wrap .slick-dots li {
    display: inline-block;
}

.follow__wrap .slick-dots li button {
    color: rgba(255, 255, 255, 0);
    background: #a4a4a4;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    display: block;
    cursor: pointer;
    border: none;
    font-size: 0px;
    overflow: hidden;
    padding: 0;
}

.follow__wrap .slick-dots li.slick-active button {
    background: #e3e3e3;
}

.follow__wrap__arrows {
    width: 90px;
    position: absolute;
    bottom: -80px;
    height: 29px;
    left: 50%;
    margin-left: -45px;
    z-index: 5;
}

.follow__wrap__arrows .iocn-arrows-pre {
    font-size: 29px;
    color: #a4a4a4;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
    position: relative;
    display: block;
}

.follow__wrap__arrows .iocn-arrows-pre:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.follow__wrap__arrows .iocn-arrows-next {
    font-size: 29px;
    color: #a4a4a4;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
    position: relative;
    display: block;
}

.follow__wrap__arrows .iocn-arrows-next:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.follow__wrap__arrows .next1 {
    margin-right: -60px;
    margin-top: -4px;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
}

.follow__wrap__arrows .pre1 {
    width: 40px;
    height: 40px;
    margin-left: -60px;
    margin-top: -5px;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
}

.follow__slider {
    max-width: 862px;
}

.follow__slider_item_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 20px;
}

.follow__slider_item_img-img {
    margin-right: 20px;
}

.follow__slider_item_img-text p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 7px;
}

.follow__slider_item_img-text p span {
    font-size: 14px;
    color: #969696;
}

.follow__slider_item_img-text a {
    font-size: 14px;
    color: #7d7d7d;
    text-decoration: none;
}

.follow__slider_item_text p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
}

.works {
    width: 100%;
}

.works__wrap {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.works__item {
    width: calc(25% - 13px);
    height: 294px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.works__item:nth-of-type(1) {
    margin-left: 10px;
}

.works__item:nth-of-type(5) {
    margin-left: 10px;
}

.works__item img {
    max-width: 100%;
}

.works__item h4 {
    font-size: 48px;
    color: #785a23;
    text-align: center;
    margin-bottom: 30px;
}

.works__item a {
    font-size: 21px;
    color: #6c4c11;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
    text-decoration: none;
}

.works__item a:hover {
    text-decoration: underline;
}

.works__item .front {
    width: 100%;
    height: 100%;
    position: relative;
}

.works__item .front:hover:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.works__item .front:hover:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    content: "\e90e";
    font-family: 'icomoon' !important;
    color: #fff;
    font-size: 56px;
    width: 56px;
    height: 56px;
    z-index: 5;
}

.works__item .back {
    width: 100%;
    height: 100%;
    background: url("img/food1.png");
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.works__item .back .icon-fb {
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 24px;
    color: #6c4c11;
    margin-right: 5px;
}

.works__item .back .icon-in {
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 24px;
    color: #6c4c11;
    margin-right: 5px;
}

.map {
    width: 100%;
    height: 413px;
    margin-bottom: 10px;
}

.call {
    width: 100%;
    height: 140px;
    background: url("img/bg-foot1.jpg") no-repeat center center;
    background-size: cover;
}

.call__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

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

.call__left p {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.call__left p:nth-of-type(1) {
    margin-bottom: 28px;
}

.call__left p a {
    color: #4a3a9b;
    text-decoration: none;
    font-weight: 400;
    text-transform: initial;
}

.call__left p a:hover {
    text-decoration: underline;
}

.footer {
    width: 100%;
    height: 85px;
    background: #3d3d3d;
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.footer__nav a {
    font-size: 14px;
    font-weight: 700;
    color: #e4e4e4;
    text-decoration: none;
    margin-right: 15px;
}

.footer__nav a:hover {
    color: #fac564;
}

.footer__right span {
    font-size: 14px;
    font-weight: 700;
    color: #e4e4e4;
    text-decoration: none;
    margin-right: 10px;
}

.nav-page {
    padding-top: 34px;
    padding-bottom: 32px;
    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;
}

.nav-page a {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
    text-decoration: none;
    font-size: 18px;
    color: #353534;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
    transition: border 0.5s, color 0.5s, background 0.5s;
}

.nav-page a.active {
    color: #4a3a9b;
    border: 1px solid #4a3a9b;
    -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
    transition: border 0.5s, color 0.5s, background 0.5s;
}

.nav-page a:hover {
    color: #4a3a9b;
    border: 1px solid #4a3a9b;
    -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
    transition: border 0.5s, color 0.5s, background 0.5s;
}

.nav-cart {
    padding-top: 34px;
    padding-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.nav-cart span {
    font-size: 18px;
    margin: 0 5px;
    color: #353534;
}

.nav-cart a {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
    text-decoration: none;
    font-size: 18px;
    color: #353534;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
    transition: border 0.5s, color 0.5s, background 0.5s;
}

.nav-cart a.active {
    color: #4a3a9b;
    border: 1px solid #4a3a9b;
    -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
    transition: border 0.5s, color 0.5s, background 0.5s;
}

.nav-cart a:hover {
    color: #4a3a9b;
    border: 1px solid #4a3a9b;
    -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
    transition: border 0.5s, color 0.5s, background 0.5s;
}

.content {
    position: relative;
    padding-top: 30px !important;
    padding-bottom: 58px !important;
}

.content h1 {
    font-size: 30px;
    color: #19232f;
    font-family: Lato, sans-serif;
    font-weight: bold;
}

.content h1 a {
    margin-left: 15px;
    color: #4a3a9b;
    text-decoration: none;
    font-size: 14px;
}

.content p {
    color: #302f2f;
    font-size: 16px;
    line-height: 1.3;
}

.content a {
    font-size: 16px;
    color: #4a3a9b;
}

.content a:hover {
    text-decoration: none;
}

.content h3 {
    font-size: 18px;
    color: #302f2f;
    font-weight: 700;
    line-height: 1.3;
}

.wrap-bg {
    background: #fbfbfb;
    min-height: calc(100vh - 190px);
}

.cart {
    padding-top: 10px !important;
    padding-bottom: 60px !important;
}

.cart h2 {
    font-size: 24px;
    color: #19232f;
    font-weight: 700;
    margin-bottom: 23px;
    text-transform: uppercase;
    line-height: 1.2;
}

.cart__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart__left {
    width: 630px;
}

.cart__right {
    width: 309px;
}

.cart__select-img {
    width: 100%;
    height: auto;
    background: #f0f0f0;
    border: 1px solid #d8d8d8;
    padding-bottom: 31px;
}

.cart__select-img_tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 29px 34px 0 21px;
}

.cart__select-img_tab ul li {
    width: 49%;
    height: 49px;
    line-height: 49px;
    border: 1px solid #b2b2b2;
    cursor: pointer;
    font-size: 14px;
    color: #5d5d5d;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.cart__select-img_tab ul li i {
    font-size: 24px;
    color: #5d5d5d;
    margin-right: 10px;
    position: relative;
    top: 7px;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.cart__select-img_tab ul li:hover {
    color: #ffffff;
    background-color: #3d3d3d;
    border: 1px solid #2b2b2b;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.cart__select-img_tab ul li:hover i {
    color: #ffffff;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.cart__select-img_tab ul li.current {
    color: #ffffff;
    background-color: #3d3d3d;
    border: 1px solid #2b2b2b;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.cart__select-img_tab ul li.current i {
    color: #ffffff;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.cart__select-img_tab .tab-content {
    height: 422px;
    width: 100%;
    display: none;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 10px;
}

.cart__select-img_tab .tab-content .ss-wrappe {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
    padding-left: 7px;
    padding-right: 22px;
}

.cart__select-img_tab .tab-content .ss-scroll {
    background: #aea7d1;
}

.cart__select-img_tab .tab-content .ss-blomid .ss-wrapper {
    width: calc(100% + 15px);
}

.cart__select-img_tab .tab-content .ss-blomid .ss-content {
    padding-right: 17px;
}

.cart__select-img_tab .tab-content.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align:center;-ms-flex-align:center;align-items:center;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart__select-img_tab .tab-content.sel-img a {
    /*width:23%;margin:1%;*/
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.cart__select-img_tab .tab-content.sel-img a:hover {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.cart__select-img_tab .tab-content .ins {
    width: 100%;
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart__select-img_tab .tab-content .ins p {
    font-size: 18px;
    color: #353534;
    text-align: center;
    margin-bottom: 22px;
}

.cart__select-img_tab .tab-content .add-photo__item {
    width: 132px;
    margin-top: 6px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    cursor: pointer;
    text-align: center;
    float: left;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 132px;
    margin: 1% 1.12%;
}

.cart__select-img_tab .tab-content .add-photo__item .icon-photo {
    font-size: 56px;
    color: #4a3a9b;
    margin-bottom: 15px;
}

.cart__select-img_tab .tab-content .add-photo__item span {
    font-size: 18px;
    color: #4a3a9b;
}

.cart__constructor {
    width: 263px;
    height: 260px;
    background: url("img/cart-block-bor.png") no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -10px;
}

.cart__size {
    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;
    margin-bottom: 23px;
}

.cart__size_number {
    width: 81px;
    height: 39px;
    line-height: 39px;
    border: 1px solid #4a3a9b;
    color: #4a3a9b;
    font-size: 18px;
    text-align: center;
    margin: 0 7px;
}

.cart__size input[type="radio"] {
  display: none;
  &:not(:disabled) ~ label {
    cursor: pointer;
  }
  &:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
  }
}
.cart__size label {
  display: block;
  position: relative;
}

.cart__size input[type="radio"]:checked + label {
  background: #4a3a9b;
  color: hsla(215, 0%, 100%, 1);
  box-shadow: 0px 0px 20px hsla(250, 46%, 42%, 0.75);
}

.param_title {
    font-size: 18px;
    color: #4a3a9b;
	margin: 10px 0;
}

.cart__right {
    text-align: center;
}

.cart__right p {
    font-size: 14px;
    color: #5a5a5a;
    text-align: center;
    display: block;
    margin-bottom: 19px;
}

.cart1__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 20px;
}

.cart1__left {
    width: 579px;
}

.cart1__right {
    width: 326px;
}

.cart1__item {
    padding-bottom: 30px;
    border-bottom: 1px solid #afafaf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cart1__item:last-child {
    border: none;
}

.cart1__item .cart__constructor {
    margin: 0;
}

.cart1__price {
    width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 274px;
}

.cart1__price_bg {
    width: 100%;
    height: 173px;
    background: #f0f0f0;
    border: 1px solid #dadada;
    position: relative;
}

.cart1__price_bg .num-car {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 18px;
    color: #a2a2a2;
}

.cart1__price_bg .cart1-text {
    padding: 0 35px 0 30px;
    margin-top: 44px;
    margin-bottom: 24px;
    font-size: 18px;
    color: #6c6c6c;
}

.cart1__price_bg_num {
    width: 292px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 35px;
}

.cart1__price_bg_num .pr {
    font-weight: 700;
    font-size: 28px;
    color: #4e4e4e;
}

.cart1__price_bg_num .wan-spinner {
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart1__price_bg_num .wan-spinner a {
    font-size: 22px;
    color: #4e4e4e;
    font-weight: 700;
    text-decoration: none;
}

.cart1__price_bg_num .wan-spinner input {
    width: 43px;
    height: 43px;
    text-align: center;
    display: block;
    border: 1px solid #d7d7d7;
    background: #ffffff;
    color: #4e4e4e;
    font-size: 22px;
    font-weight: 700;
}

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

.cart1__subtotal {
    height: 264px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
}

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

.cart1__subtotal_top input[type=text] {
    width: 193px;
    height: 45px;
    border: 1px solid #5d5d5d;
    background: #fff;
    color: #5d5d5d;
    padding: 0 15px;
    font-size: 14px;
}

.cart1__subtotal_subtotal {
    width: 100%;
    border: 1px solid #d7d7d7;
    background: #fff;
    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;
    height: 125px;
}

.cart1__subtotal_subtotal p {
    font-size: 32px;
    color: #3c3c3c;
    font-weight: 700;
    text-align: center;
}

.cart1__subtotal_subtotal p .blue {
    color: #4a3a9b;
}

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

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

.chek span {
    font-size: 18px;
    color: #2b2b2b;
    margin-left: 11px;
    position: relative;
    top: -3px;
    cursor: pointer;
}

.chek label b {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    color: #757575;
    cursor: pointer;
}

.chek label b:after {
    content: "\e901";
}

.chek label input:checked + b {
    color: #4a3a9b;
    font-size: 24px;
}

.chek label input:checked + b:after {
    content: "\e900";
}

.chek label input {
    display: none;
}

.cart3 {
    padding-top: 14px;
}

.cart3 .cart-ot {
    margin-bottom: 17px;
}

.cart3__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart3__left {
    width: 61%;
}

.cart3__left h2 {
    margin-bottom: 33px;
}

.cart3__right {
    width: 29%;
    margin-right: 50px;
}

.cart3__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.cart3__block.pos-bottom {
    margin-bottom: 0px;
}

.cart3__block.pos-width-car {
    width: 352px;
    margin-bottom: 3px;
}

.cart3__block.cart3-height-textarea {
    margin-bottom: 5px;
}

.cart3__item-in {
    width: 48%;
    margin-bottom: 19px;
}

.cart3__item-in label {
    color: #2b2b2b;
    font-size: 18px;
    margin-bottom: 7px;
    display: block;
}

.cart3__item-in label span {
    color: #df2029;
    display: inline-block;
    margin-right: 5px;
}

.cart3__item-in input, .cart3__item-in select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    color: #393939;
    font-size: 16px;
    border: 1px solid #c1c1c1;
    background: #fff;
}

.cart3__item-data {
    width: 31%;
    margin-bottom: 15px;
}

.cart3__item-data label {
    color: #2b2b2b;
    font-size: 18px;
    margin-bottom: 7px;
    display: block;
}

.cart3__item-data label span {
    color: #df2029;
    display: inline-block;
    margin-right: 5px;
}

.cart3__item-data input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    color: #393939;
    font-size: 16px;
    border: 1px solid #c1c1c1;
    background: #fff;
}

.cart3__item-width {
    width: 100%;
    margin-bottom: 15px;
}

.cart3__item-width label {
    color: #2b2b2b;
    font-size: 18px;
    margin-bottom: 7px;
    display: block;
}

.cart3__item-width label span {
    color: #df2029;
    display: inline-block;
    margin-right: 5px;
}

.cart3__item-width input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    color: #393939;
    font-size: 16px;
    border: 1px solid #c1c1c1;
    background: #fff;
}

.cart3__item-width textarea {
    width: 100%;
    height: 72px;
    padding: 15px 15px;
    color: #393939;
    font-size: 16px;
    border: 1px solid #c1c1c1;
    background: #fff;
}

.cart3 .dis .disabled:disabled {
    background: #e8e8e8;
    border: none;
    color: #393939;
    font-size: 16px;
    border: 1px solid #c1c1c1;
}

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

.cart3__check .chek {
    margin-right: 15px;
}

.cart3__check .chek.chek-ot-left {
    margin-right: 52px;
}

.cart3__detalis {
    width: 100%;
    background: #f0f0f0;
    border: 1px solid #d7d7d7;
    padding: 30px 15px;
    margin-bottom: 16px;
    margin-top: 23px;
}

.cart3__detalis h4 {
    font-size: 18px;
    color: #4d4c4c;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 24px;
}

.cart3__detalis_tab {
    border-bottom: 1px solid #dadada;
    margin-bottom: 26px;
}

.cart3__detalis_tab table {
    width: 96%;
}

.cart3__detalis_tab td {
    color: #333333;
    font-size: 14px;
    padding-bottom: 16px;
}

.cart3__detalis_tab td span {
    font-size: 14px;
}

.cart3__detalis_tab td .chek {
    margin-bottom: 0px;
}

.cart3__detalis_tab p {
    text-align: right;
    font-weight: 700;
}

.cart3__detalis_price p {
    color: #4a3a9b;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}

.cart3__detalis_price p span {
    margin-left: 15px;
}

.cart-content p {
    font-weight: 700;
    font-size: 16px;
    color: #302f2f;
    margin-bottom: 15px;
    line-height: 1.3;
}

.cart-content p a {
    font-size: 16px;
    color: #4a3a9b;
    font-weight: 400;
}

.cart-content p a:hover {
    text-decoration: none;
}

.cart-content .btn__corporate {
    display: block;
    margin-top: 40px;
}

.wrap-footer {
    min-height: calc(100vh - 85px);
}

.modal {
    display: none;
    max-width: 550px;
    width: 100%;
    background: #fff;
    padding: 36px;
    z-index: 9999;
    position: relative;
    padding-top: 45px;
}

.modal .close-modal {
    display: none;
}

.modal .close-jl {
    display: block;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
}

.modal h3 {
    text-align: center;
    font-weight: 700;
    color: #19232f;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 32px;
}

.modal .call-back {
    text-align: center;
    font-weight: 700;
    color: #19232f;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 15px;
}

.modal p {
    font-size: 18px;
    color: #19232f;
    text-align: center;
    margin-bottom: 30px;
}

.modal .form-modal-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal .form-modal-input.mod2 {
    margin-top: 15px;
}

.modal .form-modal-input input {
    width: 48%;
    border: 1px solid #e4e4e4;
    padding: 0 15px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #6f6f6f;
}

.modal .form-modal-input p {
    color: #4a4a4a;
    font-size: 16px;
    width: 65%;
    text-align: left;
    margin-bottom: 0px;
}

.modal .form-modal-input p a {
    color: #4a3a9b;
    text-decoration: none;
}

.modal .form-modal-input p a:hover {
    text-decoration: underline;
}

.modal .form-modal-input .btn-call-mee, .btn-close-ex3 {
    width: 160px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: #4a3a9b;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.modal .form-modal-input .btn-call-mee:hover, .btn-close-ex3:hover {
    background: #3d3d3d;
}

.modal .forgot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
}

.modal .forgot-block {
    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;
    width: 290px;
}

.modal .forgot-block .pass {
    font-size: 18px;
    color: #4d4d4d;
    display: inline-block;
    text-decoration: none;
}

.modal .forgot-block .pass:hover {
    text-decoration: underline;
}

.modal .forgot-block .reg {
    font-size: 18px;
    color: #4a3a9b;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}

.modal .forgot-block .reg:hover {
    text-decoration: underline;
}

.modal-social h4 {
    font-size: 16px;
    font-weight: 700;
    color: #19232f;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.modal-social__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.titel {
    font-size: 24px;
    color: #4a3a9b;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.goback {
    font-size: 16px;
    color: #4a3a9b;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    display: none;
}

.cart__mob-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}

.cart__mob-block__left {
    width: 50%;
}

.cart__mob-block__left p {
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 5px;
    line-height: 1.3;
}

.cart__mob-block__left .btn__creatae {
    width: 100%;
}

.cart__mob-block__right {
    width: 50%;
}

.cart__mob-block__right_constructor {
    width: 100%;
    height: 132px;
    background: url("img/cart-mobile-block.png") no-repeat center center;
}

.cart__container h2 {
    margin-bottom: 59px;
}

.cart__container p {
    font-size: 18px;
    margin-bottom: 3px;
}

.cart__container p a {
    font-size: 18px;
}

.cart__container .btn__order {
    margin-top: 33px;
}

.cart1__pos {
    display: none;
    width: 50%;
}

.cart1__pos_constructor {
    width: 126px;
    height: 124px;
    background: url("img/cart2-mobile.png") no-repeat center center;
}

.page_content {
    margin-top: 20px;
}

.errormsg {
    display: block;
    border: 1px solid red;
    padding: 10px;
    width: 100%;
    background: white;
    margin: 10px 0;
}

.btn_cancel {
    width: 274px;
    height: 52px;
    line-height: 52px;
    background: #fff;
    border: 1px solid #7e7e7e;
    text-align: center;
    color: #7e7e7e;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
    margin-top: 15px;
}

.btn_cancel:hover {
    background: #959595;
    color: white;
}

.f_error {
    border-color: red!important;
}

#loader_buy {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -30px;
    z-index: 20;
}

#loader_buy_bg {
    display: none;
    position: fixed;
    z-index: 19;
    height: 100%;
    width: 100%;
    background: black;
    opacity: .2;
    left: 0;
    top: 0;
}

@media (max-width: 1075px) {
    .cart1__left {
        width:290px;
    }

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

@media (max-width: 1072px) {
    .holiday__wrap {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .holiday__item {
        margin: 0 20px 60px;
    }

    .form-home p {
        text-align: left;
        width: 66%;
    }

    .form-home__block .btn__head {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        margin-bottom: 0;
    }

    .container {
        padding: 0 15px;
    }

    .video__left {
        width: 60%;
    }

    .video__right {
        width: 35%;
    }

    body {
        overflow-x: hidden;
    }

    .cart3__left {
        width: 64%;
    }

    .cart3__right {
        width: 34%;
    }
}

@media (max-width: 950px) {
    .des-none {
        display:none;
    }

    .money__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .money__item {
        margin: 0 25px;
    }

    .header__container {
        padding: 0 15px;
    }

    .header__login span {
        display: none;
    }

    .choose .choose__item {
        margin: 0 20px 55px;
    }

    .corporate__bg {
        left: -110px;
    }

    .corporate__right h3 {
        font-size: 30px;
    }

    .corporate__right {
        width: 60%;
    }

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

    .order__item {
        margin-bottom: 60px;
        width: 230px;
    }

    .order__item1 {
        margin-left: 65px;
    }

    .order__item2 {
        margin-right: 65px;
    }

    .order__item3 {
        margin-left: 65px;
    }

    .order__item4 {
        margin-right: 65px;
    }

    .order__head:after {
        display: none;
    }

    .follow {
        background: url(img/follow-slider.png) no-repeat left bottom;
        background-size: none;
    }

    .table-none {
        display: none;
    }

    .works__item {
        width: 32.333%;
    }

    .form-home {
        height: auto;
        padding-bottom: 70px;
    }

    .cart__left {
        width: 480px;
    }

    .cart__select-img_tab ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cart__select-img_tab .tab-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cart__select-img_tab ul li {
        width: 49%;
        font-size: 12px;
    }

    .cart__right {
        width: 280px;
    }

    .header__login {
        position: static;
    }
}

@media (max-width: 820px) {
    .call__left p {
        font-size:18px;
    }

    .map {
        display: none;
    }

    #card2 .front {
        display: none;
    }

    #card2 .back {
        -webkit-transform: rotateY(0deg) !important;
        transform: rotateY(0deg) !important;
    }
}

@media (max-width: 764px) {
    .form-home__block input {
        margin-bottom:15px;
        width: 100%;
    }

    .form-home__block .btn__head {
        margin-bottom: 15px;
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .form-home__block p {
        width: 100%;
        text-align: center;
    }

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

    .cart__right {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .cart__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .nav-cart {
        display: none;
    }
}

@media (max-width: 710px) {
    .call {
        height:auto;
        padding: 30px 0;
    }

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

    .call__left {
        width: 100%;
    }
}

@media (max-width: 690px) {
    .header__phone {
        display:none;
    }

    .corporate__right {
        width: 100%;
    }

    .corporate__left {
        width: 0;
    }

    .corporate__bg {
        width: 174px;
        height: 242px;
        top: -42px;
        left: 6px;
    }

    .order {
        display: none;
    }

    .cart1__left {
        width: 100%;
    }

    .cart1__right {
        width: 100%;
    }

    .cart1__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cart1__price {
        width: 100%;
    }

    .cart3__left {
        width: 100%;
        margin-bottom: 15px;
    }

    .cart3__right {
        width: 100%;
    }

    .cart3__right {
        margin-right: 0;
    }
}

@media (max-width: 670px) {
    .money_mobile {
        display:block;
        padding: 15px 0;
        background: #f1f0f0;
    }

    .money_mobile .money__item_number span {
        font-size: 30px!important;
    }

    .money__item_text {
        margin-left: 0px;
    }

    .money__item {
        text-align: center;
        display: block;
    }

    .head-slide__item {
        height: 355px;
    }

    .head-slide__block-fix h5 {
        font-size: 30px;
    }

    .head-slide__block-fix h6 {
        font-size: 25px!important;
    }

    .head-slide__block-fix h5 {
        padding-top: 160px;
    }

    .video__right {
        width: 90%;
        margin-top: 30px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .video__container {
        display: block;
    }

    .video__left {
        width: 100%;
    }

    .slick-dots {
        display: none !important;
    }

    .head-slide__arrows {
        bottom: 20px;
    }

    .money {
        display: none;
    }

    .phone-none {
        display: none;
    }

    .works__item {
        width: 100%;
        margin-right: 0px;
    }

    .nav-page {
        display: none;
    }

    .cart h2 {
        font-size: 20px;
    }

    .follow__wrap__arrows {
        display: none;
    }

    .order-status {
        display: none;
    }

    h1 .order-status {
        margin-left: 10px;
        display: inline-block;
        margin-top: 10px;
    }
}

@media (max-width: 570px) {
    .corporate__right {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .corporate__right h3 {
        width: 60%;
        margin-bottom: 60px;
    }

    .corporate__right h4 {
        display: none;
    }

    .footer {
        height: auto;
    }

    .footer__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 !important;
    }

    .footer__nav {
        width: 100%;
        padding: 25px 0;
        background: #3d3d3d;
        text-align: center;
    }

    .footer__right {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        background: #2d2d2d;
    }

    .cart__select-img_tab ul li {
        display: inline-block;
        width: 49%;
    }

    .cart__select-img_tab ul li span {
        display: none;
    }

    .cart__select-img_tab ul li i {
        margin: 0 15px;
    }

    .choose .choose__item .icon-choose {
        margin-bottom: 22px;
    }

    .choose .choose__item h4 {
        font-size: 19px;
    }

    .choose .choose__item .icon-choose1 {
        font-size: 36px;
        width: 36px;
        height: 36px;
    }

    .choose .choose__item .icon-choose2 {
        font-size: 36px;
        width: 36px;
        height: 36px;
    }

    .choose .choose__item .icon-choose3 {
        font-size: 36px;
        width: 36px;
        height: 36px;
    }

    .choose .choose__item .icon-choose4 {
        font-size: 36px;
        width: 36px;
        height: 36px;
    }

    .choose .choose__item .icon-choose5 {
        font-size: 36px;
        width: 36px;
        height: 36px;
    }

    .choose .choose__item .icon-choose6 {
        font-size: 36px;
        width: 36px;
        height: 36px;
    }

    .corporate {
        background: #f0f0f0 url(img/bg-corporate.jpg) no-repeat -510px top;
    }

    #card {
        display: block;
    }

    .holiday__button a {
        display: block;
    }

    /*.holiday__container{overflow:hidden;}*/
    .holiday__item3 {
        display: none;
    }

    .holiday__item4 {
        display: none;
    }

    .holiday__item5 {
        display: none;
    }

    .holiday__item6 {
        display: none;
    }

    .holiday__height {
        max-height: 980px;
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
    }

    .holiday__height-open {
        max-height: 5000px;
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
    }

    .holiday__height-open .holiday__item3 {
        display: block;
    }

    .holiday__height-open .holiday__item4 {
        display: block;
    }

    .holiday__height-open .holiday__item5 {
        display: block;
    }

    .holiday__height-open .holiday__item6 {
        display: block;
    }

    .holiday__height-open .holiday__button {
        display: none;
    }

    .call__left {
        padding-top: 40px;
    }

    .call__left p a {
        margin: 15px 0 20px;
    }

    .cart-ot .chek span {
        top: -24px;
        left: 27px;
        display: inline-block;
    }

    .cart__mob-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
    }

    .cart__right {
        /*display:none;*/
    }

    .cart1-text {
        display: none;
    }

    .cart1__price_bg {
        background: rgba(255, 255, 255, 0);
        border: none;
    }

    .cart1__price_button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cart1__price {
        border: 1px solid #dadada;
        background: #f0f0f0;
    }

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

    .cart1__price_bg_num .wan-spinner {
        margin-bottom: 15px;
    }

    .cart1__price_bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cart1__pos {
        display: block;
    }

    .cart__constructor {
        /*display:none;*/
    }

    .holiday__item {
        opacity: 1;
    }

    .modal .form-modal-input p {
        width: 100%;
        margin-bottom: 15px;
    }

    .modal .form-modal-input .btn-call-mee {
        width: 100%;
    }
}

#card {
    display: none;
}

@media (max-width: 530px) {
    .header__callback {
        display:none;
    }

    .blocker {
        padding: 0;
    }

    .modal {
        padding: 36px 10px;
    }

    .form-modal-input {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .modal .form-modal-input input {
        width: 100%;
        margin-bottom: 10px;
    }

    .modal .forgot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .modal .forgot-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .btn-login {
        width: 100%;
    }

    .modal-social__button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btn__in {
        width: 100%;
        margin-bottom: 15px;
    }

    .btn__fb {
        width: 100%;
    }

    .holiday__item {
        margin: 0;
        margin-bottom: 50px;
    }

    .content p {
        text-align: justify;
    }

    .titel {
        display: block;
    }

    .goback {
        display: block;
    }

    .head-slide__block-fix h5 {
        padding-top: 60px;
    }
}

@media (max-width: 430px) {
    .libimages img {
        max-width:100%!important;
        max-height: 100%!important;
    }

    .cart3__block.pos-width-car {
        width: 100%;
    }

    .header__sity {
        display: none;
    }

    .container {
        padding: 0 10px;
    }

    .corporate {
        height: auto;
        padding-bottom: 25px;
    }

    .corporate__bg {
        left: -53px;
    }

    .follow {
        min-height: 590px;
        padding: 50px 0 230px;
    }

    .follow__slider_item_img {
        display: block;
    }

    .review_image {
        width: 100%!important;
        height: auto!important;
        margin-bottom: 30px!important;
    }

    .footer__nav {
        line-height: 1.5;
    }

    .review_image img {
        width: 100%;
        height: auto!important;
    }

    .follow h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .follow h3 {
        display: none;
    }

    .follow__slider_item_img-img {
        display: block;
        float: none;
    }

    .follow__slider_item_img-text {
        display: block;
        float: none;
    }

    .follow__slider_item_img-bottom {
        display: none;
    }

    .follow__slider_item_img {
        margin-bottom: 0px;
    }

    .call__right {
        width: 100%;
        text-align: center;
    }

    .call__left p {
        text-align: center;
        width: 100%;
    }

    .call__left p a {
        display: block;
        text-align: center;
    }

    .choose .choose__item p {
        display: none;
    }

    .choose .choose__item {
        width: 115px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .choose {
        padding-bottom: 30px;
    }

    .choose h3 {
        font-size: 24px;
    }

    .choose p {
        font-size: 18px;
    }

    .form-home h3 {
        font-size: 24px;
    }

    .form-home h4 {
        font-size: 18px;
    }

    .holiday__container h2 {
        font-size: 21px;
    }

    .holiday__container p {
        font-size: 18px;
    }

    .video__left h3 {
        font-size: 28px;
    }

    .video__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .btn__black {
        width: 48%;
        margin-right: 0px !important;
    }

    .btn__while {
        width: 48%;
    }

    .nav {
        width: 100%;
        right: -100%;
    }

    .cart h2 {
        text-align: center;
    }

    .btn__in-down {
        width: 90%;
    }

    .cart__select-img_tab .tab-content {
        height: 190px;
    }

    .cart3__item-in {
        width: 100%;
    }

    .libimages {
        width: 30%!important;
        height: 50%!important;
    }

    .libimages span {
        width: 100%!important;
        height: 100px!important;
        display: flex!important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart__select-img_tab .tab-content .add-photo__item {
        width: 30%!important;
        height: 50%!important;
    }

    .cart__select-img_tab .tab-content .add-photo__item span {
        font-size: 13px;
    }

    #constructor_edit {
        width: calc(100% - 20px)!important;
        height: 435px!important;
    }

    #image_crop_edit {
        height: 235px!important;
        width: 100%!important;
    }

    .cart1__row .cart__constructor {
        display: none;
    }
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-check-square:before {
    content: "\e900";
}

.icon-check-square-unchecked:before {
    content: "\e901";
}

.icon-credit-card:before {
    content: "\e902";
}

.icon-cursor:before {
    content: "\e903";
}

.icon-down-chevron:before {
    content: "\e904";
}

.icon-edit:before {
    content: "\e905";
}

.icon-facebook:before {
    content: "\e906";
}

.icon-free-delivery:before {
    content: "\e907";
}

.icon-garbage:before {
    content: "\e908";
}

.icon-giftbox:before {
    content: "\e909";
}

.icon-giftbox1:before {
    content: "\e90a";
}

.icon-instagram:before {
    content: "\e90b";
}

.icon-location-pin:before {
    content: "\e90c";
}

.icon-login:before {
    content: "\e90d";
}

.icon-magnifying-glass-browser:before {
    content: "\e90e";
}

.icon-mask1:before {
    content: "\e90f";
}

.icon-next:before {
    content: "\e910";
}

.icon-paint-brush-dripping:before {
    content: "\e911";
}

.icon-pc:before {
    content: "\e912";
}

.icon-pc-monitor:before {
    content: "\e913";
}

.icon-polaroid-pictures:before {
    content: "\e914";
}

.icon-shield:before {
    content: "\e915";
}

.icon-shopping-cart:before {
    content: "\e916";
}

.icon-shopping-cart-sign:before {
    content: "\e917";
}

.icon-star:before {
    content: "\e918";
}

.icon-telephone:before {
    content: "\e919";
}

.icon-two-macarons:before {
    content: "\e91a";
}

.icon-two-polaroid:before {
    content: "\e91b";
}

.icon-waist:before {
    content: "\e91c";
}

.icon-wheat:before {
    content: "\e91d";
}

#constructor-sortable, .constructor-sortable {
    width: 202px;
    height: 202px;
    margin-left: 35px;
    margin-top: 34px;
    float: left;
}

.full, {
    cursor: -webkit-grab;
}

.item {
    height: 63px;
    width: 63px;
    border-radius: 5px;
    margin: 2px;
    background: #e6e6e6;
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 50%;
    background-position-y: 50%;
    overflow: hidden;
    box-shadow: inset 0 0 20px rgba(255,255,255,0.8), 0 0 10px rgba(0,0,0,0.5);
    border: 1px solid #ccc;
}

#constructor-sortable-x5 .item, .constructor-sortable-x5 .item {
    height: 36px;
    width: 36px;
}

.item {
    float: left;
}

.img-content {
    width: 100%;
    height: 100%;
}

.item img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

#constructor-sortable-x4 .item, .constructor-sortable-x4 .item {
    height: 46px;
    width: 46px;
}

#constructor-sortable-x2 .item, .constructor-sortable-x2 .item {
    height: 97px;
    width: 97px;
}

#constructor-sortable-x1 .item, .constructor-sortable-x1 .item {
    height: 196px;
    width: 196px;
}

.libimages {
    width: 132px;
    height: 132px;
    display: inline-block;
    overflow: hidden;
    margin: 1%;
    background-color: white;
}

.libimages span {
    width: 132px;
    height: 132px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.libimages img {
    max-width: 132px;
    max-height: 132px;
    /*width: 100%;*/
}

.item {
    position: relative;
}

.item.load:hover .close, .item.load:hover .edit {
    display: block;
}

.item .close {
    display: none;
    position: absolute;
    height: 31px;
    width: 31px;
    padding: 3px;
    background: rgba(255,255,255,0.4);
    right: -2px;
    top: -2px;
    fill: #3d3d3d;
    cursor: pointer;
}

.item .close:hover, .item .edit:hover {
    fill: #4a3a9b;
    background: rgba(255,255,255,0.7);
}

.item .edit {
    display: none;
    position: absolute;
    height: 31px;
    width: 31px;
    padding: 7px;
    background: rgba(255,255,255,0.2);
    right: 32px;
    top: -2px;
    fill: #3d3d3d;
    cursor: pointer;
}

#image_crop_edit {
    height: 310px;
    width: 310px;
    background: white;
}

#constructor_edit {
    display: none;
    background: rgb(214, 211, 232);
    width: 310px;
    height: 510px;
    border-radius: 5px;
    padding-top: 5px;
    position: absolute;
    z-index: 10;
}

.upimage {
    transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
    position: relative;
}

.upimage:hover {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

#loading_popup {
    display: none;
    position: fixed;
    width: 150px;
    height: 120px;
    background: black;
    color: white;
    opacity: .7;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -75px;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    line-height: 2;
    z-index: 10;
}

.cr-viewport {
    border-radius: 15px;
}

.croppie-container {
    width: 100%;
    height: 100%;
}

.btn__creatae.disabled {
    background: white;
    border-color: #999;
    color: #999;
    cursor: default;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport, .croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(174, 167, 209, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none;
}

.croppie-container .cr-resizer-vertical, .croppie-container .cr-resizer-horisontal {
    position: absolute;
    pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after, .croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image, .croppie-container .cr-overlay, .croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; */
    /*fix for FF unable to apply focus style bug */
    width: 300px;
    /*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}

/* .cr-slider:focus::-webkit-slider-runnable-track { background: #ccc; } */
.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;
    /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.cr-rotate-controls button {
    border: 0;
    background: none;
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}

.cr-rotate-l i:before {
    content: '↺';
}

.cr-rotate-r i:before {
    content: '↻';
}

.ss-scroll {
    position: absolute!important;
    right: 0px!important;
}

.cssload-container {
    width: 111px;
    margin: 90px auto;
    font-size: 0;
    position: relative;
    transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    animation: cssload-clockwise 6.9s linear infinite;
    -o-animation: cssload-clockwise 6.9s linear infinite;
    -ms-animation: cssload-clockwise 6.9s linear infinite;
    -webkit-animation: cssload-clockwise 6.9s linear infinite;
    -moz-animation: cssload-clockwise 6.9s linear infinite;
}

.cssload-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 9px solid rgb(229,229,229);
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-container:after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: 9px solid rgb(229,229,229);
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-lt, .cssload-rt, .cssload-lb, .cssload-rb {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 30px;
    opacity: 1;
}

.cssload-lt:before, .cssload-rt:before, .cssload-lb:before, .cssload-rb:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    border-top: 9px solid rgb(74,58,155);
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-lt {
    margin-right: -9px;
    animation: cssload-lt 2.3s linear -2300ms infinite;
    -o-animation: cssload-lt 2.3s linear -2300ms infinite;
    -ms-animation: cssload-lt 2.3s linear -2300ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -2300ms infinite;
    -moz-animation: cssload-lt 2.3s linear -2300ms infinite;
}

.cssload-lt:before {
    top: 0;
    left: 0;
    animation: cssload-not-clockwise 1.15s linear infinite;
    -o-animation: cssload-not-clockwise 1.15s linear infinite;
    -ms-animation: cssload-not-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
    -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

.cssload-rt {
    animation: cssload-lt 2.3s linear -1150ms infinite;
    -o-animation: cssload-lt 2.3s linear -1150ms infinite;
    -ms-animation: cssload-lt 2.3s linear -1150ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -1150ms infinite;
    -moz-animation: cssload-lt 2.3s linear -1150ms infinite;
}

.cssload-rt:before {
    top: 0;
    right: 0;
    animation: cssload-clockwise 1.15s linear infinite;
    -o-animation: cssload-clockwise 1.15s linear infinite;
    -ms-animation: cssload-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-clockwise 1.15s linear infinite;
    -moz-animation: cssload-clockwise 1.15s linear infinite;
}

.cssload-lb {
    margin-right: -9px;
    animation: cssload-lt 2.3s linear -1725ms infinite;
    -o-animation: cssload-lt 2.3s linear -1725ms infinite;
    -ms-animation: cssload-lt 2.3s linear -1725ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -1725ms infinite;
    -moz-animation: cssload-lt 2.3s linear -1725ms infinite;
}

.cssload-lb:before {
    bottom: 0;
    left: 0;
    animation: cssload-not-clockwise 1.15s linear infinite;
    -o-animation: cssload-not-clockwise 1.15s linear infinite;
    -ms-animation: cssload-not-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
    -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

.cssload-rb {
    animation: cssload-lt 2.3s linear -575ms infinite;
    -o-animation: cssload-lt 2.3s linear -575ms infinite;
    -ms-animation: cssload-lt 2.3s linear -575ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -575ms infinite;
    -moz-animation: cssload-lt 2.3s linear -575ms infinite;
}

.cssload-rb:before {
    bottom: 0;
    right: 0;
    animation: cssload-clockwise 1.15s linear infinite;
    -o-animation: cssload-clockwise 1.15s linear infinite;
    -ms-animation: cssload-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-clockwise 1.15s linear infinite;
    -moz-animation: cssload-clockwise 1.15s linear infinite;
}

@keyframes cssload-clockwise {
    0% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(315deg);
    }
}

@-o-keyframes cssload-clockwise {
    0% {
        -o-transform: rotate(-45deg);
    }

    100% {
        -o-transform: rotate(315deg);
    }
}

@-ms-keyframes cssload-clockwise {
    0% {
        -ms-transform: rotate(-45deg);
    }

    100% {
        -ms-transform: rotate(315deg);
    }
}

@-webkit-keyframes cssload-clockwise {
    0% {
        -webkit-transform: rotate(-45deg);
    }

    100% {
        -webkit-transform: rotate(315deg);
    }
}

@-moz-keyframes cssload-clockwise {
    0% {
        -moz-transform: rotate(-45deg);
    }

    100% {
        -moz-transform: rotate(315deg);
    }
}

@keyframes cssload-not-clockwise {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(-315deg);
    }
}

@-o-keyframes cssload-not-clockwise {
    0% {
        -o-transform: rotate(45deg);
    }

    100% {
        -o-transform: rotate(-315deg);
    }
}

@-ms-keyframes cssload-not-clockwise {
    0% {
        -ms-transform: rotate(45deg);
    }

    100% {
        -ms-transform: rotate(-315deg);
    }
}

@-webkit-keyframes cssload-not-clockwise {
    0% {
        -webkit-transform: rotate(45deg);
    }

    100% {
        -webkit-transform: rotate(-315deg);
    }
}

@-moz-keyframes cssload-not-clockwise {
    0% {
        -moz-transform: rotate(45deg);
    }

    100% {
        -moz-transform: rotate(-315deg);
    }
}

@keyframes cssload-lt {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    76% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes cssload-lt {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    76% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes cssload-lt {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    76% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes cssload-lt {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    76% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes cssload-lt {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    76% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.table {
    width: 100%;
    margin: 10px 0;
}

.table td {
    padding: 10px 5px;
    border: 1px solid #f2f2f2;
}

.table th {
    padding: 10px 5px;
    border: 1px solid #f2f2f2;
    font-weight: bold;
}

.order-status {
    border-radius: 5px;
    padding: 5px 15px;
    color: white;
}

h1 .order-status {
    margin-left: 10px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin: 10px 0;
}

.content p {
    margin: 10px 0;
}

.content input[type=submit] {
    height: 52px;
    line-height: 52px;
    background: #fff;
    border: 1px solid #4a3a9b;
    text-align: center;
    color: #4a3a9b;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    padding: 0 20px;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
}

.content input[type=submit]:hover {
    background: #4a3a9b;
    color: white;
}

.content p {
    display: block;
    min-height: 10px;
}

.gray {
    color: #999!important;
}

.wa-form {
    margin: 10px 0;
}

.wa-form .wa-field {
    margin: 10px 0;
}

.wa-form .wa-field .wa-name {
    font-weight: bold;
}

.wa-form .wa-value {
    margin-top: 7px;
}

.wa-form .wa-value input[type=submit] {
    margin-bottom: 7px;
}

input.wa-error {
    border-color: red;
}

.wa-error-msg {
    font-style: italic;
    margin: 5px 0;
    display: block;
    color: red;
}

.mscform a {
    color: white;
}

.review_image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 5px solid white;
    box-shadow: 2px 3px 8px 0px rgba(50, 50, 50, 0.58);
    margin: 5px;
    display: inline-block;
}

.review_image img {
    height: 100%;
}

.remove_user_upload {
    display: none;
    position: absolute;
    right: 0px;
    height: 20px;
    width: 20px;
    background: black;
    color: white;
    text-align: center;
    opacity: .3;
}

.remove_user_upload:hover {
    opacity: .5;
}

.upimage:hover .remove_user_upload {
    display: block!important;
}

.cart1__pos_constructor {
    padding-left: 22px;
    padding-top: 22px;
}

.constructor-sortable-xcart3 .item {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 1px;
}

.constructor-sortable-xcart1 .item {
    height: 93px;
    width: 93px;
    display: inline-block;
}

.constructor-sortable-xcart2 .item {
    height: 44px;
    width: 44px;
    display: inline-block;
}

.constructor-sortable-xcart4 .item {
    height: 20px;
    width: 20px;
    display: inline-block;
}

.constructor-sortable-xcart5 .item {
    height: 15px;
    width: 15px;
    display: inline-block;
}

.six:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.45);
    z-index: 2;
    height: 100%;
    width: 100%;
}

.badge_s img {
    max-width: 300px;
}

@media (max-width: 780px) {
    .badge_s img {
        max-width:200px;
    }
}

@media (max-width: 600px) {
    .badge_s img {
        max-width:150px;
    }
}

@media (max-width: 400px) {
    .badge_s img {
        display:none;
    }
}

.btn_popup {
    width: 160px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: #4a3a9b;
    -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, border 0.5s;
    vertical-align: middle;
    margin-bottom: 10px;
}

.zip_input {
    margin-bottom: 10px;
    height: 52px;
    vertical-align: middle;
    max-width: 290px;
    width: 100%;
    font-size: 30px;
    padding: 0 15px;
    margin-right: 10px;
    text-align: center;
}

strong, b {
    font-weight: bold;
}

.round {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}