body {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6em;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body ::selection {
    background: #E6BE8A;
    color: #000
}

body ::-moz-selection {
    background: #E6BE8A;
    color: #000
}

body ::-webkit-selection {
    background: #E6BE8A;
    color: #000
}

body :-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1
}

body ::placeholder {
    color: #9d9d9d;
    opacity: 1
}

body :-ms-input-placeholder {
    color: #9d9d9d
}

body ::-ms-input-placeholder {
    color: #9d9d9d
}

body * {
    outline: none
}

body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
    margin-top: 0;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.5em;
    color: #222831
}

@media (max-width: 4096px) {
    body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 30px
    }
}

@media (max-width: 1600px) {
    body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 30px
    }
}

@media (max-width: 1440px) {
    body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {
    body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 20px
    }
}

body h1, body .h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.1em
}

@media (max-width: 1199px) {
    body h1, body .h1 {
        font-size: 60px
    }
}

@media (max-width: 991px) {
    body h1, body .h1 {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    body h1, body .h1 {
        font-size: 40px
    }
}

@media (max-width: 480px) {
    body h1, body .h1 {
        font-size: 34px
    }
}

body h2, body .h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em
}

@media (max-width: 991px) {
    body h2, body .h2 {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    body h2, body .h2 {
        font-size: 32px
    }
}

@media (max-width: 480px) {
    body h2, body .h2 {
        font-size: 28px
    }
}

body h3, body .h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em
}

@media (max-width: 767px) {
    body h3, body .h3 {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    body h3, body .h3 {
        font-size: 22px
    }
}

body h4, body .h4 {
    font-size: 22px;
    font-weight: 600
}

@media (max-width: 480px) {
    body h4, body .h4 {
        font-size: 20px
    }
}

body h5, body .h5 {
    font-size: 18px;
    font-weight: 600
}

body h6, body .h6 {
    font-size: 14px;
    font-weight: 600
}

body p {
    letter-spacing: 0.3px
}

@media (max-width: 4096px) {
    body p {
        margin-bottom: 20px
    }
}

@media (max-width: 1600px) {
    body p {
        margin-bottom: 20px
    }
}

@media (max-width: 1440px) {
    body p {
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    body p {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    body p {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    body p {
        margin-bottom: 15px
    }
}

@media (max-width: 480px) {
    body p {
        margin-bottom: 15px
    }
}

body a {
    display: inline-block;
    text-decoration: none;
    outline: none !important;
    transition: all .2s;
    display: inline-block;
    text-decoration: none;
    outline: none !important
}

body a::-moz-focus-inner {
    border: 0 !important
}

body a:hover, body a:focus {
    text-decoration: none
}

body a:hover {
    color: rgba(31, 157, 157, .8)
}

body img {
    max-width: 100%;
    display: inline-block
}

body ol {
    padding: 0;
    list-style-position: inside;
    counter-reset: myCounter
}

@media (max-width: 4096px) {
    body ol {
        margin-bottom: 30px
    }
}

@media (max-width: 1600px) {
    body ol {
        margin-bottom: 30px
    }
}

@media (max-width: 1440px) {
    body ol {
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {
    body ol {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    body ol {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    body ol {
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    body ol {
        margin-bottom: 20px
    }
}

body ol li {
    position: relative;
    margin-bottom: 0;
    list-style: none
}

body ol li::before {
    counter-increment: myCounter;
    content: counter(myCounter) ". ";
    position: relative;
    left: 0;
    top: 0;
    float: left;
    margin-right: 10px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #222
}

body ol li:last-child p, body ol li:last-child a {
    margin-bottom: 0
}

body ol li p, body ol li a {
    margin-bottom: 10px
}

body ol li ol {
    margin-bottom: 0;
    padding-left: 20px;
    counter-reset: myCounter2
}

body ol li ol li::before {
    counter-increment: myCounter2;
    content: counter(myCounter) "." counter(myCounter2) ". "
}

body ol li ol li:last-child p, body ol li ol li:last-child a {
    margin-bottom: 10px
}

body ul {
    padding: 0;
    list-style-position: inside;
    list-style: none
}

@media (max-width: 4096px) {
    body ul {
        margin-bottom: 30px
    }
}

@media (max-width: 1600px) {
    body ul {
        margin-bottom: 30px
    }
}

@media (max-width: 1440px) {
    body ul {
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {
    body ul {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    body ul {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    body ul {
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    body ul {
        margin-bottom: 20px
    }
}

body ul li {
    position: relative;
    margin-bottom: 0;
    padding-left: 20px
}

body ul li::after {
    /*content: '\f12c';*/
    position: absolute;
    left: 0;
    top: 0px;
    font-family: 'Material Design Icons';
    font-size: 15px;
    color: rgba(31, 157, 157, .8)
}

body ul li:last-child p, body ul li:last-child a {
    margin-bottom: 0
}

body ul li p, body ul li a {
    margin-bottom: 10px
}

body ul li ul {
    margin-bottom: 0
}

body ul li ul li:last-child p, body ul li ul li:last-child a {
    margin-bottom: 10px
}

body blockquote {
    position: relative;
    padding: 35px 40px;
    background: #fafafa;
    border: none
}

@media (max-width: 4096px) {
    body blockquote {
        margin-bottom: 30px
    }
}

@media (max-width: 1600px) {
    body blockquote {
        margin-bottom: 30px
    }
}

@media (max-width: 1440px) {
    body blockquote {
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {
    body blockquote {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    body blockquote {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    body blockquote {
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    body blockquote {
        margin-bottom: 20px
    }
}

body blockquote .blockquote-content p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    color: #222
}

body blockquote .blockquote-content .author-info {
    position: relative;
    z-index: 5
}

body blockquote .blockquote-content .author-info::after {
    content: '\f27e';
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: -1;
    font-family: 'Material Design Icons';
    font-size: 180px;
    color: #E6BE8A;
    opacity: .25;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

body blockquote .blockquote-content .author-info .author-info__name {
    text-align: center;
    margin-bottom: 10px
}

body blockquote .blockquote-content .author-info .author-info__position {
    margin-bottom: 0;
    font-weight: 400;
    color: rgba(31, 157, 157, .8)
}

body input {
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #9d9d9d;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0;
    color: #222;
    outline: none
}

@media (max-width: 4096px) {
    body input {
        margin-bottom: 20px
    }
}

@media (max-width: 1600px) {
    body input {
        margin-bottom: 20px
    }
}

@media (max-width: 1440px) {
    body input {
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    body input {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    body input {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    body input {
        margin-bottom: 15px
    }
}

@media (max-width: 480px) {
    body input {
        margin-bottom: 15px
    }
}

body textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 10px 15px;
    border: 1px solid #9d9d9d;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0;
    color: #9d9d9d;
    resize: none
}

@media (max-width: 4096px) {
    body textarea {
        margin-bottom: 20px
    }
}

@media (max-width: 1600px) {
    body textarea {
        margin-bottom: 20px
    }
}

@media (max-width: 1440px) {
    body textarea {
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    body textarea {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    body textarea {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    body textarea {
        margin-bottom: 15px
    }
}

@media (max-width: 480px) {
    body textarea {
        margin-bottom: 15px
    }
}

body .price {
    margin-bottom: 0;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: rgba(31, 157, 157, .8)
}

body .price .sale {
    position: relative;
    font-size: 14px;
    color: #9d9d9d
}

body .price .sale::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #9d9d9d;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

@media (max-width: 991px) {
    body .mobile-reverse {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

button, .button {
    min-width: 165px;
    padding: 10px 15px 5px 15px;
    border: none;
    background: rgba(31, 157, 157, .8);
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #222831;
    transition: all .3s
}

button:hover, .button:hover {
    background: rgba(31, 157, 157, .8);
    color: #fff
}

button.white, .button.white {
    padding: 9px 15px 4px 15px;
    background: #fff;
    border: 1px solid rgba(31, 157, 157, .8);
    color: rgba(31, 157, 157, .8)
}

button.white:hover, .button.white:hover {
    background: rgba(31, 157, 157, .8);
    color: #fff
}

button.border, .button.border {
    padding: 9px 15px 4px 15px;
    border: 1px solid rgba(31, 157, 157, .8)
}

button.border:hover, .button.border:hover {
    border-color: rgba(31, 157, 157, .8);
    background: #fff;
    color: rgba(31, 157, 157, .8)
}

.main-form .input-columns {
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px
}

.main-form .input-columns .input-columns__item {
    width: 33.33%;
    padding: 0 15px
}

@media (max-width: 480px) {
    .main-form .input-columns {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-form .input-columns .input-columns__item {
        width: 100%
    }

    .main-form textarea {
        height: 130px
    }
}

.link {
    position: relative;
    z-index: 1;
    padding: 10px 20px 7px 55px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #222831
}

.link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    height: 1px;
    width: 25px;
    min-width: 25px;
    margin-right: 10px;
    background: #222831;
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    transition: background .3s
}

.link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 65%;
    height: 100%;
    background: rgba(31, 157, 157, .8);
    transition: width .3s, background .3s
}

.link:hover {
    color: #fff
}

.link:hover::after {
    width: 100%;
    background: rgba(31, 157, 157, .8)
}

.link:hover::before {
    background: #fff
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin-bottom: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slick-dots li {
    margin-right: 20px;
    padding-left: 0
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li::after {
    display: none
}

.slick-dots li.slick-active button {
    color: rgba(31, 157, 157, .8)
}

.slick-dots li.slick-active button::after {
    left: 0;
    width: 100%
}

.slick-dots li button {
    position: relative;
    margin-bottom: 0;
    padding: 0 0 4px 0;
    min-width: 0;
    box-sizing: border-box;
    background-color: transparent;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #474a56;
    cursor: pointer;
    transition: all .3s
}

.slick-dots li button:hover {
    color: rgba(31, 157, 157, .8)
}

.slick-dots li button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0%;
    background: rgba(31, 157, 157, .8);
    transition: all .3s
}

@media (max-width: 1199px) {
    .slick-dots {
        max-width: 970px
    }
}

@media (max-width: 991px) {
    .slick-dots {
        position: static;
        max-width: 750px;
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 991px) and (max-width: 4096px) {
    .slick-dots {
        margin-top: 40px
    }
}

@media (max-width: 991px) and (max-width: 1600px) {
    .slick-dots {
        margin-top: 40px
    }
}

@media (max-width: 991px) and (max-width: 1440px) {
    .slick-dots {
        margin-top: 40px
    }
}

@media (max-width: 991px) and (max-width: 1199px) {
    .slick-dots {
        margin-top: 40px
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .slick-dots {
        margin-top: 35px
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .slick-dots {
        margin-top: 35px
    }
}

@media (max-width: 991px) and (max-width: 480px) {
    .slick-dots {
        margin-top: 30px
    }
}

.select2-results__options {
    margin-bottom: 0
}

.select2-results__options li::after {
    display: none
}

.select2 .mdi {
    transition: all .2s;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.select2-container--default .select2-selection--single {
    border-radius: 0
}

.select2-container--open .mdi {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(31, 157, 157, .8)
}

.select2-dropdown.select2-dropdown--below {
    border: none
}

.select2-search__field {
    margin-bottom: 0
}

form .select2 {
    width: 100% !important
}

@media (max-width: 4096px) {
    form .select2 {
        margin-bottom: 20px
    }
}

@media (max-width: 1600px) {
    form .select2 {
        margin-bottom: 20px
    }
}

@media (max-width: 1440px) {
    form .select2 {
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    form .select2 {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    form .select2 {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    form .select2 {
        margin-bottom: 15px
    }
}

@media (max-width: 480px) {
    form .select2 {
        margin-bottom: 15px
    }
}

form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    margin-top: -1px
}

form .select2-container--default .select2-selection--single {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 36px
}

form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    color: #9d9d9d
}
.ui-button.ui-state-disabled.ui-state-hover {
    background: rgba(31, 157, 157, .8)
}

.ui-button.ui-state-disabled.ui-state-hover:focus {
    background: rgba(31, 157, 157, .8)
}

@media (max-width: 4096px) {
    .account-form input {
        margin-bottom: 20px
    }
}

@media (max-width: 1600px) {
    .account-form input {
        margin-bottom: 20px
    }
}

@media (max-width: 1440px) {
    .account-form input {
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    .account-form input {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .account-form input {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .account-form input {
        margin-bottom: 15px
    }
}

@media (max-width: 480px) {
    .account-form input {
        margin-bottom: 15px
    }
}

.account-form .input-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 4096px) {
    .account-form .input-area {
        margin-bottom: -20px
    }
}

@media (max-width: 1600px) {
    .account-form .input-area {
        margin-bottom: -20px
    }
}

@media (max-width: 1440px) {
    .account-form .input-area {
        margin-bottom: -20px
    }
}

@media (max-width: 1199px) {
    .account-form .input-area {
        margin-bottom: -20px
    }
}

@media (max-width: 991px) {
    .account-form .input-area {
        margin-bottom: -15px
    }
}

@media (max-width: 767px) {
    .account-form .input-area {
        margin-bottom: -15px
    }
}

@media (max-width: 480px) {
    .account-form .input-area {
        margin-bottom: -15px
    }
}

@media (max-width: 4096px) {
    .account-form .input-area {
        padding-bottom: 30px
    }
}

@media (max-width: 1600px) {
    .account-form .input-area {
        padding-bottom: 30px
    }
}

@media (max-width: 1440px) {
    .account-form .input-area {
        padding-bottom: 30px
    }
}

@media (max-width: 1199px) {
    .account-form .input-area {
        padding-bottom: 30px
    }
}

@media (max-width: 991px) {
    .account-form .input-area {
        padding-bottom: 25px
    }
}

@media (max-width: 767px) {
    .account-form .input-area {
        padding-bottom: 25px
    }
}

@media (max-width: 480px) {
    .account-form .input-area {
        padding-bottom: 20px
    }
}

.account-form .input-area .input-wrap {
    width: 50%;
    padding: 0 15px
}

.account-form .controls {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 4096px) {
    .account-form .controls {
        margin-bottom: 30px
    }
}

@media (max-width: 1600px) {
    .account-form .controls {
        margin-bottom: 30px
    }
}

@media (max-width: 1440px) {
    .account-form .controls {
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {
    .account-form .controls {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    .account-form .controls {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .account-form .controls {
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    .account-form .controls {
        margin-bottom: 20px
    }
}

.account-form .controls input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.account-form .controls input:checked + label::before {
    -ms-transform: scale(1);
    transform: scale(1)
}

.account-form .controls label {
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    cursor: pointer
}

.account-form .controls label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border: 1px solid #9d9d9d;
    border-radius: 50%
}

.account-form .controls label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-radius: 50%;
    background: #9d9d9d;
    -ms-transform: scale(0);
    transform: scale(0)
}

.account-form .controls a {
    font-weight: 400;
    color: rgba(31, 157, 157, .8)
}

.account-form .controls a:hover {
    color: rgba(31, 157, 157, .8)
}

@media (max-width: 991px) {
    .account-form .input-area .input-wrap {
        width: 100%
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #fff
}

.preloader .preloader-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    overflow: hidden
}

.preloader .item-1 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-1 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 100ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@keyframes right-1 {
    10% {
        transform: rotate(250deg) translate(0, 0px)
    }
    50%, 65% {
        transform: rotate(250deg) translateX(-100px)
    }
    100% {
        transform: rotate(250deg) translate(0, 0px)
    }
}

.preloader .item-1 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    border-radius: 50%;
    background-color: #E8DDB5
}

.preloader .item-2 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-2 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@keyframes right-2 {
    10% {
        transform: rotate(375deg) translate(0, 0px)
    }
    50%, 65% {
        transform: rotate(375deg) translateX(-100px)
    }
    100% {
        transform: rotate(375deg) translate(0, 0px)
    }
}

.preloader .item-2 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    border-radius: 50%;
    background-color: #E8DDB5
}

.preloader .item-3 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-3 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 300ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@keyframes right-3 {
    10% {
        transform: rotate(500deg) translate(0, 0px)
    }
    50%, 65% {
        transform: rotate(500deg) translateX(-100px)
    }
    100% {
        transform: rotate(500deg) translate(0, 0px)
    }
}

.preloader .item-3 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    border-radius: 50%;
    background-color: #E8DDB5
}

.preloader .item-4 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-4 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@keyframes right-4 {
    10% {
        transform: rotate(625deg) translate(0, 0px)
    }
    50%, 65% {
        transform: rotate(625deg) translateX(-100px)
    }
    100% {
        transform: rotate(625deg) translate(0, 0px)
    }
}

.preloader .item-4 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    border-radius: 50%;
    background-color: #B2C9AB
}

.preloader .item-5 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-5 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 500ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@keyframes right-5 {
    10% {
        transform: rotate(750deg) translate(0, 0px)
    }
    50%, 65% {
        transform: rotate(750deg) translateX(-100px)
    }
    100% {
        transform: rotate(750deg) translate(0, 0px)
    }
}

.preloader .item-5 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    border-radius: 50%;
    background-color: #B2C9AB
}

.preloader .item-6 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-6 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@keyframes right-6 {
    10% {
        transform: rotate(875deg) translate(0, 0px)
    }
    50%, 65% {
        transform: rotate(875deg) translateX(-100px)
    }
    100% {
        transform: rotate(875deg) translate(0, 0px)
    }
}

.preloader .item-6 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    border-radius: 50%;
    background-color: #B2C9AB
}

.preloader .item-7 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-7 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 700ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@keyframes right-7 {
    10% {
        transform: rotate(1000deg) translate(0, 0px)
    }
    50%, 65% {
        transform: rotate(1000deg) translateX(-100px)
    }
    100% {
        transform: rotate(1000deg) translate(0, 0px)
    }
}

.preloader .item-7 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    border-radius: 50%;
    background-color: #92B6B1
}

.preloader .item-8 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-8 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@keyframes right-8 {
    10% {
        transform: rotate(1125deg) translate(0, 0px)
    }
    50%, 65% {
        transform: rotate(1125deg) translateX(-100px)
    }
    100% {
        transform: rotate(1125deg) translate(0, 0px)
    }
}

.preloader .item-8 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    border-radius: 50%;
    background-color: #92B6B1
}

.preloader .item-9 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-9 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 900ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@keyframes right-9 {
    10% {
        transform: rotate(1250deg) translate(0, 0px)
    }
    50%, 65% {
        transform: rotate(1250deg) translateX(-100px)
    }
    100% {
        transform: rotate(1250deg) translate(0, 0px)
    }
}

.preloader .item-9 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    border-radius: 50%;
    background-color: #92B6B1
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 100px;
    background: #fff;
    transition: transform .3s
}

header.is-scroll {
    position: fixed;
    top: -84px;
    left: 0;
    width: 100%;
    height: 84px;
    z-index: 100;
    margin-top: -1px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

header.is-scroll .main-navigation > ul > li > a, header.is-scroll .main-navigation > ul > li > p {
    padding: 30px 0
}

header.is-scroll .main-navigation > ul > li > a.active::after, header.is-scroll .main-navigation > ul > li > p.active::after {
    height: 20px
}

header.is-scroll .header-cart {
    height: 84px
}

header .main-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .main-header .main-header_logo .main-header_logo_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 38px;
    background: #E6BE8A;
    transition: background .2s
}

header .main-header .main-header_logo .main-header_logo_link:hover {
    background: rgba(31, 157, 157, .8)
}

header .main-header .main-header_logo .main-header_logo_link a {
    transition: all 0s
}

header .main-header .main-header_logo .main-header_logo_link img {
    height: 23px
}

header .main-header .humburger-wrap {
    display: none
}

@media (max-width: 991px) {
    header .main-header {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        background: #E6BE8A
    }

    header .main-header .humburger-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 120px;
        background: #E6BE8A
    }
}

@media (max-width: 480px) {
    header {
        height: 70px
    }

    header.is-scroll {
        top: -70px;
        height: 70px
    }

    header.is-scroll .main-navigation > ul > li > a, header.is-scroll .main-navigation > ul > li > p {
        padding: 30px 0
    }

    header.is-scroll .main-navigation > ul > li > a.active::after, header.is-scroll .main-navigation > ul > li > p.active::after {
        height: 20px
    }

    header.is-scroll .header-cart {
        height: 82px
    }

    header .main-header {
        background: #E6BE8A
    }

    header .main-header .humburger-wrap {
        width: 80px
    }

    header .main-header .main-header_logo .main-header_logo_link {
        padding: 0 20px
    }

    header .main-header .header-cart {
        min-width: 70px;
        width: 70px;
        height: 70px
    }

    header .main-header .header-cart .cart-count {
        width: 45px;
        height: 40px
    }

    header .main-header .header-cart .cart-count span {
        font-size: 30px
    }
}
.header-cart {
    position: relative;
    width: 120px;
    min-width: 120px;
    height: 100px;
    background: #E6BE8A;
    cursor: pointer;
    transition: background .2s
}

.header-cart:hover {
    background: rgba(31, 157, 157, .8)
}

.header-cart .cart-count {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header-cart .cart-count span {
    font-size: 36px;
    color: #222831;
    line-height: 1em
}

.header-cart .cart-count .cart-count_number {
    position: absolute;
    top: -4px;
    right: 0%;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 14px
}
footer {
    background: #f7fbfc
}

@media (max-width: 4096px) {
    footer {
        padding-top: 40px
    }
}

@media (max-width: 1600px) {
    footer {
        padding-top: 40px
    }
}

@media (max-width: 1440px) {
    footer {
        padding-top: 40px
    }
}

@media (max-width: 1199px) {
    footer {
        padding-top: 40px
    }
}

@media (max-width: 991px) {
    footer {
        padding-top: 35px
    }
}

@media (max-width: 767px) {
    footer {
        padding-top: 35px
    }
}

@media (max-width: 480px) {
    footer {
        padding-top: 30px
    }
}

@media (max-width: 4096px) {
    footer > .container {
        padding-top: 40px
    }
}

@media (max-width: 1600px) {
    footer > .container {
        padding-top: 40px
    }
}

@media (max-width: 1440px) {
    footer > .container {
        padding-top: 40px
    }
}

@media (max-width: 1199px) {
    footer > .container {
        padding-top: 40px
    }
}

@media (max-width: 991px) {
    footer > .container {
        padding-top: 35px
    }
}

@media (max-width: 767px) {
    footer > .container {
        padding-top: 35px
    }
}

@media (max-width: 480px) {
    footer > .container {
        padding-top: 30px
    }
}

footer .footer-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 4096px) {
    footer .footer-block {
        padding-bottom: 40px
    }
}

@media (max-width: 1600px) {
    footer .footer-block {
        padding-bottom: 40px
    }
}

@media (max-width: 1440px) {
    footer .footer-block {
        padding-bottom: 40px
    }
}

@media (max-width: 1199px) {
    footer .footer-block {
        padding-bottom: 40px
    }
}

@media (max-width: 991px) {
    footer .footer-block {
        padding-bottom: 35px
    }
}

@media (max-width: 767px) {
    footer .footer-block {
        padding-bottom: 35px
    }
}

@media (max-width: 480px) {
    footer .footer-block {
        padding-bottom: 30px
    }
}

footer .footer-block > *:last-child {
    margin-bottom: 0
}

footer .footer-block .logo {
    height: 28px
}

@media (max-width: 4096px) {
    footer .footer-block .logo {
        margin-bottom: 30px
    }
}

@media (max-width: 1600px) {
    footer .footer-block .logo {
        margin-bottom: 30px
    }
}

@media (max-width: 1440px) {
    footer .footer-block .logo {
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {
    footer .footer-block .logo {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    footer .footer-block .logo {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    footer .footer-block .logo {
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    footer .footer-block .logo {
        margin-bottom: 20px
    }
}

footer .footer-block h4, footer .footer-block .h4 {
    line-height: 1.3em
}

@media (max-width: 4096px) {
    footer .footer-block h4, footer .footer-block .h4 {
        margin-bottom: 30px
    }
}

@media (max-width: 1600px) {
    footer .footer-block h4, footer .footer-block .h4 {
        margin-bottom: 30px
    }
}

@media (max-width: 1440px) {
    footer .footer-block h4, footer .footer-block .h4 {
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {
    footer .footer-block h4, footer .footer-block .h4 {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    footer .footer-block h4, footer .footer-block .h4 {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    footer .footer-block h4, footer .footer-block .h4 {
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    footer .footer-block h4, footer .footer-block .h4 {
        margin-bottom: 20px
    }
}

footer .footer-block p {
    line-height: 26px
}

@media (max-width: 4096px) {
    footer .footer-block p {
        margin-bottom: 30px
    }
}

@media (max-width: 1600px) {
    footer .footer-block p {
        margin-bottom: 30px
    }
}

@media (max-width: 1440px) {
    footer .footer-block p {
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {
    footer .footer-block p {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    footer .footer-block p {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    footer .footer-block p {
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    footer .footer-block p {
        margin-bottom: 20px
    }
}

footer .footer-block a {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #222
}

footer .footer-block a:hover {
    color: rgba(31, 157, 157, .8)
}

footer .footer-nav {
    margin-bottom: 0;
    padding-left: 0
}

footer .footer-nav ul {
    margin-bottom: 0
}

footer .footer-nav ul li {
    padding-left: 0
}

footer .footer-nav ul li::after {
    display: none
}

@media (max-width: 4096px) {
    footer .footer-bottom-wrap {
        padding-top: 40px
    }
}

@media (max-width: 1600px) {
    footer .footer-bottom-wrap {
        padding-top: 40px
    }
}

@media (max-width: 1440px) {
    footer .footer-bottom-wrap {
        padding-top: 40px
    }
}

@media (max-width: 1199px) {
    footer .footer-bottom-wrap {
        padding-top: 40px
    }
}

@media (max-width: 991px) {
    footer .footer-bottom-wrap {
        padding-top: 35px
    }
}

@media (max-width: 767px) {
    footer .footer-bottom-wrap {
        padding-top: 35px
    }
}

@media (max-width: 480px) {
    footer .footer-bottom-wrap {
        padding-top: 30px
    }
}

footer .footer-bottom-wrap .footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #9d9d9d
}

footer .footer-bottom-wrap .footer-bottom .footer-bottom__item {
    width: 33.33%
}

footer .footer-bottom-wrap .footer-bottom .footer-bottom__item > p {
    margin-bottom: 0;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #474a56
}

footer .footer-bottom-wrap .footer-bottom .footer-bottom__item > p a {
    color: #474a56
}

footer .footer-bottom-wrap .footer-bottom .footer-bottom__item > p a:hover {
    color: rgba(31, 157, 157, .8)
}

footer .footer-bottom-wrap .footer-bottom .footer-bottom__item .social-list {
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .footer-bottom-wrap .footer-bottom .footer-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

footer .footer-bottom-wrap .footer-bottom .footer-menu li {
    margin-right: 25px;
    padding-left: 0
}

footer .footer-bottom-wrap .footer-bottom .footer-menu li:last-child {
    margin-right: 0
}

footer .footer-bottom-wrap .footer-bottom .footer-menu li::after {
    display: none
}

footer .footer-bottom-wrap .footer-bottom .footer-menu li a {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    color: #474a56
}

footer .footer-bottom-wrap .footer-bottom .footer-menu li a:hover {
    color: rgba(31, 157, 157, .8)
}

@media (max-width: 991px) {
    footer > .container .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer > .container .row > div {
        width: 100%
    }

    footer .footer-bottom-wrap .footer-bottom {
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer .footer-bottom-wrap .footer-bottom .footer-bottom__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    footer .footer-bottom-wrap .footer-bottom .footer-bottom__item > p {
        margin-bottom: 15px;
        text-align: center
    }

    footer .footer-bottom-wrap .footer-bottom .footer-bottom__item .social-list {
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .footer-bottom-wrap .footer-bottom .footer-menu {
        margin-bottom: 15px
    }
}

.grid {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 4096px) {
    .grid {
        margin-top: -30px
    }
}

@media (max-width: 1600px) {
    .grid {
        margin-top: -30px
    }
}

@media (max-width: 1440px) {
    .grid {
        margin-top: -30px
    }
}

@media (max-width: 1199px) {
    .grid {
        margin-top: -30px
    }
}

@media (max-width: 991px) {
    .grid {
        margin-top: -25px
    }
}

@media (max-width: 767px) {
    .grid {
        margin-top: -25px
    }
}

@media (max-width: 480px) {
    .grid {
        margin-top: -20px
    }
}

@media (max-width: 4096px) {
    .grid {
        margin-bottom: 40px
    }
}

@media (max-width: 1600px) {
    .grid {
        margin-bottom: 40px
    }
}

@media (max-width: 1440px) {
    .grid {
        margin-bottom: 40px
    }
}

@media (max-width: 1199px) {
    .grid {
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    .grid {
        margin-bottom: 35px
    }
}

@media (max-width: 767px) {
    .grid {
        margin-bottom: 35px
    }
}

@media (max-width: 480px) {
    .grid {
        margin-bottom: 30px
    }
}

.grid .grid-item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 4096px) {
    .grid .grid-item {
        margin-top: 30px
    }
}

@media (max-width: 1600px) {
    .grid .grid-item {
        margin-top: 30px
    }
}

@media (max-width: 1440px) {
    .grid .grid-item {
        margin-top: 30px
    }
}

@media (max-width: 1199px) {
    .grid .grid-item {
        margin-top: 30px
    }
}

@media (max-width: 991px) {
    .grid .grid-item {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .grid .grid-item {
        margin-top: 25px
    }
}

@media (max-width: 480px) {
    .grid .grid-item {
        margin-top: 20px
    }
}

.grid .grid-item .product-card {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .grid .grid-item {
        width: 33.33%
    }
}

@media (max-width: 570px) {
    .grid .grid-item {
        width: 50%
    }
}

@media (max-width: 480px) {
    .grid .grid-item {
        width: 100%
    }
}

@media (max-width: 4096px) {
    .account-content {
        padding-top: 40px
    }
}

@media (max-width: 1600px) {
    .account-content {
        padding-top: 40px
    }
}

@media (max-width: 1440px) {
    .account-content {
        padding-top: 40px
    }
}

@media (max-width: 1199px) {
    .account-content {
        padding-top: 40px
    }
}

@media (max-width: 991px) {
    .account-content {
        padding-top: 35px
    }
}

@media (max-width: 767px) {
    .account-content {
        padding-top: 35px
    }
}

@media (max-width: 480px) {
    .account-content {
        padding-top: 30px
    }
}

@media (max-width: 4096px) {
    .account-content {
        padding-bottom: 40px
    }
}

@media (max-width: 1600px) {
    .account-content {
        padding-bottom: 40px
    }
}

@media (max-width: 1440px) {
    .account-content {
        padding-bottom: 40px
    }
}

@media (max-width: 1199px) {
    .account-content {
        padding-bottom: 40px
    }
}

@media (max-width: 991px) {
    .account-content {
        padding-bottom: 35px
    }
}

@media (max-width: 767px) {
    .account-content {
        padding-bottom: 35px
    }
}

@media (max-width: 480px) {
    .account-content {
        padding-bottom: 30px
    }
}
.account-content .container .row > div:nth-child(2) .account-block {
    position: relative
}

.account-content .container .row > div:nth-child(2) .account-block::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -15px;
    width: 1px;
    height: 100%;
    background: #ddd
}

@media (max-width: 4096px) {
    .account-content .account-block {
        padding-bottom: 40px
    }
}

@media (max-width: 1600px) {
    .account-content .account-block {
        padding-bottom: 40px
    }
}

@media (max-width: 1440px) {
    .account-content .account-block {
        padding-bottom: 40px
    }
}

@media (max-width: 1199px) {
    .account-content .account-block {
        padding-bottom: 40px
    }
}

@media (max-width: 991px) {
    .account-content .account-block {
        padding-bottom: 35px
    }
}

@media (max-width: 767px) {
    .account-content .account-block {
        padding-bottom: 35px
    }
}

@media (max-width: 480px) {
    .account-content .account-block {
        padding-bottom: 30px
    }
}

.account-content .account-block p {
    max-width: 360px
}

@media (max-width: 767px) {
    .account-content {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .account-content .container .row > div:nth-child(2) .account-block::after {
        display: none
    }
}

.account-content .container {
    padding-top: 20px;
}