@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #3d3d3d;
    letter-spacing: 0.4px;
    background-color: #ffffff;
}

body.scroll-off {
    overflow-y: hidden;
}

@media screen and (max-width: 1020px) {
    body {
        font-size: 14px;
    }
}
article p {
    margin-bottom: 3vh;
}
p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

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

input[type=submit] {
    cursor: pointer;
}

/* hack for prealoading images that change on hover to avoid blinking START */
/* hack for prealoading images that change on hover to avoid blinking END */
.flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.main-content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 149px;
}

.pswp.pswp--supports-fs.pswp--open{
	display: none;
}

@media screen and (max-width: 1360px) {
    .main-content {
        padding-top: 148px;
    }
}

@media screen and (max-width: 1020px) {
    .main-content {
        padding-top: 127px;
    }
}

@media screen and (max-width: 767px) {
    .main-content {
        padding-top: 80px;
    }
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.body-overlay,
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.7);
}

.body-overlay.show-overlay,
.modal-overlay.show-overlay {
    opacity: 1;
    visibility: visible;
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.7);
}

.bg-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* common START */
h1 {
    font-size: 36px;
    line-height: 40px;
}

h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 28px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
}

h4 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 29px;
}

h5 {
    font-size: 16px;
    line-height: 26px;
}

a {
    text-decoration: none;
}

/* common END */
/* main-title START */
.main-title {
    margin-bottom: 60px;
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #3d3d3d;
    text-transform: uppercase;
}

@media screen and (max-width: 1570px) {
    .main-title {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1360px) {
    .main-title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1020px) {
    .main-title {
        font-size: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .main-title {
        font-size: 18px;
        line-height: 18px;
    }
}

/* main-title END */
/* main-btn START */
.main-btn {
    display: inline-block;
    padding: 15px 49px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #02a6a8;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #02a6a8;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-btn:hover {
    color: #02a6a8;
    background-color: #ffffff;
}
.main-btn.main-btn--disabled {
    opacity: .7;
}
.main-btn.main-btn--disabled-gray {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
}
.main-btn-2 {
    display: inline-block;
    padding: 15px 49px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #02a6a8;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #02a6a8;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main-btn-2:hover {
    color: #fff;
    background-color: #02a6a8;
}
/* main-btn END */
/* container START */
.container {
    margin: 0 auto;
    width: 1460px;
}

@media screen and (max-width: 1570px) {
    .container {
        width: 1250px;
    }
}

@media screen and (max-width: 1360px) {
    .container {
        width: 930px;
    }
}

@media screen and (max-width: 1020px) {
    .container {
        width: 730px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

/* container END */
/* icons START */
.icon {
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.icon.cart {
    width: 27px;
    height: 26px;
    position: relative;
    background-image: url("../img/icon-cart.png");
}
.cart__count {
    position: absolute;
    background: #02a6a8;
    z-index: 1;
    width: 25px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    top: 60%;
    left: -10px;
}

@media screen and (max-width: 1360px) {
    .icon.cart {
        width: 23px;
        height: 22px;
    }
}

/* icons END*/
/* header START */
header {
    position: fixed;
    z-index: 4;
    width: 100%;
    top: 0;
    left: 0;
}

.header-top {
    position: relative;
    z-index: 2;
    padding: 16px 0;
    font-size: 0;
    background-color: #02a6a8;
}

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

.header-top ul {
    list-style-type: none;
}

.header-top ul li {
    margin-right: 25px;
    display: inline-block;
}

.header-top ul li:last-child {
    margin-right: 0;
}

.header-top ul li a {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
}

.header-top .phone-numbers {
    position: relative;
}

.header-top .phone-numbers:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url("../img/icon-phone.png") 0 0/cover no-repeat;
}

.header-top .phone-numbers li {
    margin-right: 10px;
}

.header-bottom {
    height: 100px;
    font-size: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0.2px 6px 7px 0 #00000040;
    box-shadow: 0.2px 6px 7px 0 #00000040;
}

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

.header-bottom .logo-container {
    position: relative;
    left: -40px;
    width: 170px;
    height: 100px;
    text-align: center;
}

.header-bottom .logo-container .circle {
    position: absolute;
    z-index: 1;
    bottom: -55px;
    left: 0;
    width: 170px;
    height: 170px;
    background-color: #ffffff;
    -webkit-box-shadow: 0.2px 6px 7px 0 #00000040;
    box-shadow: 0.2px 6px 7px 0 #00000040;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.header-bottom .logo-container .overlay {
    position: absolute;
    z-index: 2;
    left: -4px;
    width: 180px;
    height: 100%;
    background-color: #ffffff;
}

.header-bottom .logo-container .logo {
    position: absolute;
    z-index: 3;
    margin-top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-bottom ul {
    list-style-type: none;
}

.header-bottom ul.categories {
    margin-top: 5px;
}

.header-bottom ul.categories li {
    margin-right: 65px;
}

.header-bottom ul.categories li:last-child {
    margin-right: 0;
}

.header-bottom ul.categories li img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

.header-bottom ul li {
    margin-right: 15px;
    display: inline-block;
}

.header-bottom ul li:last-child {
    margin-right: 0;
}

.header-bottom ul li a {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #3d3d3d;
    text-transform: uppercase;
}

.search-container {
    position: relative;
}

.search-container .submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: 0;
    border: 0;
    background: url("../img/icon-search.png") 0 0/cover no-repeat;
}

.search-container .search {
    padding: 0 5px 5px 20px;
    width: 0;
    border-radius: 0;
    border: 0;
    font-size: 13px;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.search-container:hover .submit {
    top: 3px;
}

.search-container:hover .search {
    padding-left: 30px;
    width: 190px;
    height: 30px;
    border-color: #8c8383;
}

@media all and (min-width: 768px){
    .search:focus {
        padding-left: 30px !important;
        width: 190px !important;
        height: 30px !important;
        border-color: #8c8383 !important;
    }
}

.mobile-header {
    display: none;
}
.search-items-wrapper {
    padding-bottom: 4vh;
}
.search-items a {
    color: #000;
    padding: 10px 0;
    display: inline-block;
    text-decoration: underline;
    font-size: calc(10px + .4vw);
}

@media screen and (max-width: 1570px) {
    .header-bottom ul.categories li {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1360px) {
    .header-bottom ul.categories {
        margin-left: -60px;
    }

    .header-bottom ul.categories li {
        margin-right: 25px;
    }

    .header-bottom .logo-container .logo img {
        width: 70px;
    }

    .header-bottom .logo-container .circle {
        width: 150px;
        height: 150px;
        bottom: -30px;
        left: 8px;
    }

    .header-bottom ul li {
        margin-right: 10px;
    }

    .header-bottom ul li a {
        font-size: 12px;
    }

    .search-container .submit {
        width: 20px;
        height: 20px;
    }

    .search-container:hover .submit {
        top: 4px;
    }

    .search-container:hover .search {
        width: 120px;
    }

    .header-top ul li a {
        font-size: 12px;
    }

    .header-top ul li {
        margin-right: 15px;
    }

    .header-top .phone-numbers:before {
        width: 13px;
        height: 13px;
    }

    .header-bottom ul.categories li img {
        max-width: 29px;
        max-height: 34px;
    }
}

@media screen and (max-width: 1020px) {
    .header-top ul li a {
        font-size: 11px;
    }

    .header-bottom ul.categories .icon {
        display: none;
    }

    .header-bottom {
        height: 80px;
    }

    .header-bottom .logo-container .circle {
        width: 130px;
        height: 130px;
        left: 16px;
        bottom: -40px;
    }

    .header-bottom .logo-container {
        width: 160px;
        height: 80px;
        left: -30px;
    }

    .header-bottom .logo-container .overlay {
        left: 10px;
        width: 140px;
    }

    .header-bottom ul.categories li {
        margin-right: 20px;
    }

    .header-bottom ul.categories li img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    header {
        z-index: 11;
    }

    .desktop-header {
        position: fixed;
        top: 0;
        overflow: hidden auto;
        left: -1000px;
        z-index: 10;
        width: 300px;
        height: 100%;
        background-color: #ffffff;
        padding-top: 80px;
        -webkit-transition: left 0.5s;
        -o-transition: left 0.5s;
        transition: left 0.5s;
    }

    .desktop-header.show {
        left: 0;
    }

    .desktop-header .header-top {
        position: static;
        padding-top: 45px;
    }

    .desktop-header .header-top .wrap {
        display: block;
    }

    .desktop-header .header-top ul li {
        display: block;
        margin-right: 0;
    }

    .desktop-header .header-bottom {
        height: auto;
        padding: 20px 0 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .desktop-header .icon.cart {
        margin-bottom: 7px;
    }

    .desktop-header .header-bottom .wrap {
        display: block;
    }

    .header-bottom ul.categories {
        margin: 0;
    }

    .header-bottom ul.categories li {
        margin: 0 0 10px 0;
    }

    .header-bottom ul li a {
        font-size: 14px;
    }

    .header-bottom ul li {
        display: block;
        margin-bottom: 10px;
    }

    .header-bottom .site {
        margin-top: 25px;
    }

    .header-bottom .site li {
        display: inline-block;
    }

    .search-container .search {
        padding-left: 30px;
        width: 180px;
        height: 30px;
        border-color: #8c8383;
    }

    .search-container:hover .search {
        width: 180px;
    }

    .desktop-header .header-bottom .logo-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .mobile-header {
        display: block;
    }

    .desktop-header .header-bottom .logo-container .logo {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 40px;
    }

    .desktop-header .header-bottom .logo-container .overlay {
        left: 0;
    }

    .desktop-header .header-bottom .logo-container .circle {
        left: 9px;
    }

    .header-bottom .logo-container .logo img {
        width: 50px;
    }

    .header-bottom .logo-container .circle {
        width: 110px;
        height: 110px;
        left: 24px;
        bottom: -20px;
    }

    .header-top ul li a {
        font-size: 14px;
    }

    .header-top ul li {
        margin-bottom: 10px;
    }

    .burger {
        width: 30px;
        cursor: pointer;
    }

    .burger div {
        margin-bottom: 3px;
        width: 100%;
        height: 3px;
        background-color: #3d3d3d;
    }

    .burger div:last-child {
        margin-bottom: 0;
    }

    .header-top .phone-numbers:before {
        display: none;
    }

    .main-nav {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 400px) {
    .desktop-header {
        width: 235px;
    }

    .search-container .search,
    .search-container:hover .search {
        width: 130px;
    }
}

/* header END */
/* footer START */
.footer .top {
    padding: 70px 0;
    background-color: #02a6a8;
}

.footer .top .social {
    margin-right: 240px;
    display: inline-block;
    vertical-align: top;
}

.footer .top .social .footer-logo {
    display: block;
    margin-bottom: 27px;
}

.footer .top .social ul {
    font-size: 0;
}

.footer .top .social li {
    margin-right: 15px;
    display: inline-block;
}

.footer .top .social li:last-child {
    margin-right: 0;
}

.footer .top .facebook {
    width: 9px;
    height: 17px;
    background: url("../img/icon-facebook.png") 0 0/cover no-repeat;
}

.footer .top .twitter {
    width: 19px;
    height: 15px;
    background: url("../img/icon-twitter.png") 0 0/cover no-repeat;
}

.footer .top ul {
    list-style-type: none;
}

.footer .top .column {
    display: inline-block;
    vertical-align: top;
}

.footer .top .column:nth-child(2) {
    margin-right: 130px;
}

.footer .top .column:nth-child(3) {
    margin-right: 110px;
}

.footer .top .column:nth-child(4) {
    margin-right: 100px;
}

.footer .top .column:last-child {
    margin-right: 0;
}

.footer .top .column .title {
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer .top .column li,
.footer .top .column li a {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer .top .column li {
    margin-bottom: 10px;
}

.footer .bottom {
    background-color: #2ebbbc;
}

.footer .bottom .wrap {
    padding: 19px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .bottom .wrap p,
.footer .bottom .wrap a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
}

@media screen and (max-width: 1570px) {
    .footer .top .social {
        margin-right: 150px;
    }

    .footer .top .column:nth-child(2) {
        margin-right: 100px;
    }

    .footer .top .column:nth-child(3) {
        margin-right: 80px;
    }

    .footer .top .column:nth-child(4) {
        margin-right: 75px;
    }
}

@media screen and (max-width: 1360px) {
    .footer .top .social {
        margin: 0 0 60px;
        width: 100%;
    }

    .footer .top .column,
    .footer .top .column:nth-child(2),
    .footer .top .column:nth-child(3),
    .footer .top .column:nth-child(4) {
        margin-right: 0;
        width: 24%;
    }

    .footer .top .column .title {
        font-size: 13px;
    }

    .footer .top .social .footer-logo {
        text-align: center;
    }

    .footer .top .social ul {
        text-align: center;
    }
}

@media screen and (max-width: 1020px) {
    .footer .top .column {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer .top .column,
    .footer .top .column:nth-child(2),
    .footer .top .column:nth-child(3),
    .footer .top .column:nth-child(4) {
        margin-bottom: 30px;
        width: 100%;
        padding: 0;
        display: block;
        text-align: center;
    }

    .footer .top .column:last-child {
        margin-bottom: 0;
    }

    .footer .top .column .title {
        margin-bottom: 15px;
    }

    .footer .bottom .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer .bottom .wrap p {
        margin-bottom: 15px;
    }

    .footer .top {
        padding: 60px 0 30px;
    }

    .footer .bottom .wrap {
        padding: 35px 0;
    }

    .footer .top .social {
        margin-bottom: 45px;
    }

    .footer .bottom .wrap p {
        text-align: center;
    }
}
.cart-empty {
    margin-bottom: 80px;
}
/* footer END */
/* breadcrumbs START */
.breadcrumbs {
    padding: 45px 0 30px;
    text-align: right;
}

.breadcrumbs ul {
    list-style-type: none;
    font-size: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #02a6a8;
}

.breadcrumbs ul li:after {
    content: '/';
    margin: 0 5px;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li a {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #02a6a8;
}

@media screen and (max-width: 1020px) {
    .breadcrumbs {
        padding: 35px 0;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 30px 0;
    }
}

/* breadcrumbs END */
/* item-page START */
.item-page form {
    padding: 0 70px;
}

.item-page .title {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #02a6a8;
    line-height: .8;
}

.item-page .wrap {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.item-page .img-container-wrp {
    margin-right: 40px;
}
.item-page .img-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 350px;
    height: 350px;
    border: solid 1px #dcdcdc;
    background-color: #ffffff;
    text-align: center;
}

.item-page .img-container img {
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
    object-fit: contain;
}

.item-page .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-webkit-box-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
}

.item-page .info .description {
    margin-bottom: 30px;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.item-page .info .single {
    margin-bottom: 10px;
    font-size: 14px;
}

.item-page .info .color-picker .color-picker-title {
    margin-right: 10px;
}
.item .color-picker{
    font-size: 0;
    min-height: 25px;
    margin-bottom: 20px;
}

.item-page .info .color-picker.single {
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-page .info .color-picker a:not(:last-of-type),
.item .color-picker span:not(:last-of-type) {
    margin-right: 18px;
}
.item-page .info .color-picker a,
.item .color-picker span{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4.2px 0.8px #252a2a63;
    box-shadow: 0 0 4.2px 0.8px #252a2a63;
    border: solid 3px #ffffff;
    cursor: pointer;
}

.item-page .info .color-picker a:after,
.item .color-picker span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.item-page .info .color-picker a.active:after,
.item .color-picker span.active:after {
    background-image: url("../img/checked.png");
    -webkit-background-size: 9px 7px;
    background-size: 9px 7px;
    background-position: center center;
    background-repeat: no-repeat;
}

.item .color-picker span.blue:after,
.item-page .info .color-picker a.blue:after {
    background-color: #375ba3;
}

.item .color-picker span.red:after,
.item-page .info .color-picker a.red:after {
    background-color: #d24a43;
}

.item-page .info .series {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #3d3d3d;
    margin: 10px 0;
}

.item-page .info .series span {
    margin-left: 14px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.8px;
    color: #02a6a8;
}
.item-page .info .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.item-page .hide {
    margin-bottom: 20px;
    cursor: pointer;
}

.series-table {
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}
.product_tr .sale-price {
    font-size: 14px;
    color: #7a7a7a;
    display: block;
    text-decoration: line-through;
}
.series-table thead th {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    letter-spacing: 0.5px;
    color: #02a6a8;
}

.series-table thead th:first-child {
    text-align: left;
    padding-left: 0;
}

.series-table thead th:nth-child(6) {
    /*min-width: 114px !important;*/
}

.series-table tr {
    border-bottom: 1px solid #b8b8b8;
}

.series-table td {
    padding: 5px 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #3d3d3d;
    text-align: center;
    white-space: nowrap;
}

.series-table td:first-child {
    text-align: left;
    font-weight: 600;
}

.series-table td:nth-child(6) {
    font-size: 0;
}

.series-table .components-price {
    text-align: center;
}
@media all and (min-width: 992px){
    .series-table td:first-child {
        width: 35%;
    }
}
.number-input::-webkit-inner-spin-button,
.number-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-input,
.minus,
.plus {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    border: solid 1px #dcdcdc;
    text-align: center;
    background-color: #ffffff;
}

.minus {
    margin-right: -1px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
    cursor: pointer;
    background: url("../img/minus.png") center center/10px 2px no-repeat;
}

.plus {
    margin-left: -1px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 0;
    cursor: pointer;
    background: url("../img/plus.png") center center/10px 10px no-repeat;
}

.add-stuff-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #3d3d3d;
}
.add-stuff-subtitle {
    margin-bottom: 15px;
}
.single-material {
    margin-bottom: 15px;
}
.add-table .type {
    display: inline-block;
    vertical-align: middle;
    margin-right: 48px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #02a6a8;
}

.add-table .img-type {
    display: inline-block;
    vertical-align: middle;
}

.add-table .img-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 112px;
    height: 112px;
    border: solid 1px #d0d0d0;
}

.add-table .img-wrap .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 166, 168, 0.7);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
}

.add-table .img-wrap .overlay .edit {
    cursor: pointer;
}

.add-table .img-wrap .overlay .cross {
    background: url("../img/white-cross.png");
}

.add-table .img-wrap:hover > .cross {
    opacity: 0;
}

.add-table .img-wrap:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.add-table .img-wrap .cross {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url("../img/cross.png") 0 0/cover no-repeat;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.add-table .img-wrap img {
    max-width: 90px;
    max-height: 90px;
}

.add-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #02a6a8;
    background-color: #ffffff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: solid 1px #02a6a8;
    padding: 17px 45px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.add-btn:hover {
    color: #ffffff;
    background-color: #02a6a8;
}

.add-btn.add-btn--disabled-gray {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    color: #fff;
}

.num-wrap {
    font-size: 0;
    text-align: center;
}
.total-title {
    text-align: right;
    margin-bottom: 10px;
}
.total {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.total .cash {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #3d3d3d;
}

.total .cash span {
    margin-left: 19px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.8px;
    color: #02a6a8;
}

.char-table {
    width: 100%;
    margin-bottom: 50px;
}

.char-table thead tr th {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #02a6a8;
    text-align: center;
    border-bottom: 1px solid #b8b8b8;
    border-top: 1px solid #b8b8b8;
}

.char-table thead tr th:first-child {
    width: 224px;
    text-align: left;
    color: #3d3d3d;
    border-right: 1px solid #b8b8b8;
}

.char-table tbody tr td {
    padding: 5px 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #3d3d3d;
    text-align: center;
    border-bottom: 1px solid #b8b8b8;
}

.char-table tbody tr td:first-child {
    width: 224px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #b8b8b8;
}

.responsive-table.hide-table {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
}

@media screen and (max-width: 1360px) {
    .item-page .title {
        font-size: 36px;
    }

    .item-page form {
        padding: 0;
    }
}

@media screen and (max-width: 1020px) {
    .total-title {
        text-align: left;
    }
    .item-page .img-container {
        margin-right: 30px;
    }

    .item-page .info .description {
        margin-bottom: 20px;
        line-height: 26px;
    }

    .item-page .info .single {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .item-page .info .color-picker {
        margin-bottom: 40px;
    }

    .item-page .info .series {
        margin-bottom: 35px;
        font-size: 13px;
    }

    .item-page .info .series span {
        font-size: 24px;
    }

    .item-page .title {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 36px;
    }

    .item-page .wrap {
        display: block;
        margin-bottom: 30px;
    }

    .series-table thead th {
        font-size: 16px;
    }

    .series-table thead {
        display: none;
    }

    .series-table tr {
        margin-bottom: 30px;
        display: block;
    }

    .series-table td {
        justify-content: space-between;
        padding: 10px 0 !important;
        border-bottom: 1px solid #b8b8b8;
    }

    .series-table tr td:last-child {
        border-bottom: 0;
    }

    .series-table .num-wrap {
        text-align: left;
    }

    .series-table td {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .series-table td:before {
        content: attr(data-label);
        text-transform: uppercase;
        width: fit-content !important;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #02a6a8;
        white-space: normal;
    }

    .total .cash span {
        font-size: 27px;
    }

    .series-table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        white-space: normal;
    }

    .series-table td:first-child:before {
        display: none;
    }

    .add-table .type {
        width: 300px;
    }

    .add-table .img-wrap {
        margin-left: 25px;
    }

    .series-table {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .item-page .title {
        font-size: 22px;
        line-height: 28px;
    }

    .item-page .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .item-page .img-container-wrp {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .item-page .info .series span {
        font-size: 20px;
    }

    .total .cash span {
        font-size: 24px;
    }

    .total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .total .cash {
        margin-bottom: 30px;
    }

    .item-page .hide {
        padding: 15px 20px;
    }

    .add-stuff-title {
        font-size: 20px;
    }

    .series-table td {
        text-align: left;
        padding: 25px 0;
    }

    .add-table .type {
        font-size: 18px;
    }

    table td:before {
        width: 150px;
        padding-right: 15px;
    }

    .add-table .type {
        width: fit-content;
    }

    .add-table .type {
        margin-right: 15px;
    }

    .add-btn {
        padding: 15px 25px;
    }

    .add-table .img-type {
        margin-left: 30px;
    }

    .add-table .img-wrap {
        margin-left: 6px;
    }

    .char-table {
        table-layout: fixed;
    }

    .char-table thead tr th:first-child {
        width: auto;
    }

    .char-table thead tr th {
        font-size: 13px;
    }

    .char-table tbody tr td:first-child {
        font-size: 13px;
    }

    .char-table tbody tr td {
        font-size: 13px;
    }

    .char-table thead tr th:first-child {
        border-right: 0;
    }

    .char-table tbody tr td:first-child {
        border-right: 0;
    }

    .series-table td:before {
        width: 150px;
    }
}

@media screen and (max-width: 400px) {
    .item-page .img-container {
        width: auto;
    }

    .item-page .img-container img {
        max-width: 275px;
        max-height: 275px;
        object-fit: contain;
    }
}

/* item-page END */
/* modal START */
.modal {
    position: fixed;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    padding: 60px 75px 75px;
    width: 750px;
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 19.3px 3.7px #252a2a1c;
    box-shadow: 0 0 19.3px 3.7px #252a2a1c;
    opacity: 0;
    visibility: hidden;
}

.modal.show {
    opacity: 1;
    visibility: visible;
    overflow: hidden auto;
}

.modal .cross {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url("../img/cross.png") 0 0/cover no-repeat;
}

.modal .title {
    margin-bottom: 19px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #02a6a8;
}

.modal .description {
    margin-bottom: 27px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #3d3d3d;
}

.modal .wrap {
    margin-bottom: 20px;
}

.modal .wrap input {
    width: 0;
    height: 0;
}

.modal .wrap input:checked + label:before {
    background-color: #02a6a8;
}

.modal .wrap label {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.modal .wrap label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: #c4c4c4;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.modal textarea {
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
    height: 255px;
    border: solid 1px #dcdcdc;
    resize: none;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #3d3d3d99;
}

.modal .file-wrap {
    margin-top: -10px;
    margin-bottom: 50px;
    font-size: 0;
}

.modal .file-wrap input {
    width: 0;
    height: 0;
}

.modal .file-wrap label {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #717171;
}

.modal .file-wrap label:before {
    content: 'Оберіть файл';
    padding: 9px 15px;
    margin-right: 14px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #3d3d3d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 1px 0 #00000033, inset 0.1px -3px 17px 0 #0000000a;
    box-shadow: 0px 1px 1px 0 #00000033, inset 0.1px -3px 17px 0 #0000000a;
    border: solid 1px #d0d0d0;
    background-color: #fbfbfb;
    cursor: pointer;
}

.modal .final {
    text-align: center;
    margin-bottom: 75px;
}

.modal .final .main-btn {
    position: static;
    background-image: none;
    background-color: #02a6a8;
    width: auto;
    height: auto;
}

.modal .final .main-btn:hover {
    color: #02a6a8;
    background-color: #ffffff;
}

@media screen and (max-width: 840px) {
    .modal {
        width: 720px;
    }
}

@media screen and (max-width: 767px) {
    .modal {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 100%;
        padding: 30px;
        overflow-y: auto;
        transform: translateX(0);
    }
}

/* modal END */
/* banner START */
.banner {
    position: relative;
    margin-bottom: 80px;
    font-size: 0;
}

.banner.board-banner {
    min-height: 480px;
    margin-bottom: 0;
}

.banner.board-banner > img {
    min-height: 480px;
}

.banner.board-banner .container {
    top: 190px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner > img {
    width: 100%;
    max-height: 790px;
    min-height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner .container {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.banner .container .content {
    display: inline-block;
}

.banner .container .content h1 {
    font-size: 60px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 1.5px;
    color: #fefefe;
    text-transform: uppercase;
}

.banner .board {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 75px 110px;
    width: 1080px;
    background-color: #00bbbd;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
}

.banner .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 166, 168, 0.4);
}

.banner-slider {
    margin-bottom: 0;
}

.banner-slider .slick-slide {
    position: relative;
}

.banner-slider .container {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-slider .container .title {
    margin-bottom: 35px;
    font-size: 60px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-transform: uppercase;
}

.banner-slider .container a {
    padding: 17px 50px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #02a6a8;
    text-align: center;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.banner-slider .container a:hover {
    background-color: #02a6a8;
    color: #ffffff;
}

.banner-slider img {
    width: 100%;
    height: 100%;
    height: 790px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-dots li {
    display: inline-block;
    margin-right: 15px;
}

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

.slick-dots li.slick-active button {
    background-color: #02a6a8;
}

.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
}

@media screen and (max-width: 1570px) {
    .banner .container .content h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .banner-slider .container .title {
        font-size: 50px;
    }

    .banner-slider img {
        height: 520px;
    }

    .slick-dots {
        bottom: 30px;
    }

    .banner.board-banner .container {
        top: 120px;
    }

    .banner.board-banner,
    .banner.board-banner > img {
        min-height: 340px;
    }

    .banner .board {
        padding: 50px 70px;
    }
}

@media screen and (max-width: 1360px) {
    .banner .container .content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .banner > img {
        min-height: 180px;
    }

    .banner,
    .cart-empty{
        margin-bottom: 60px;
    }

    .banner-slider {
        margin-bottom: 0;
    }

    .banner-slider .container .title {
        font-size: 40px;
    }

    .banner-slider img {
        height: 440px;
    }

    .banner .board {
        padding: 30px 40px;
        width: 870px;
    }

    .banner.board-banner .container {
        top: 90px;
    }

    .banner.board-banner, .banner.board-banner > img {
        min-height: 260px;
    }

    .banner .board {
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1020px) {
    .banner .container .content h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .banner > img {
        min-height: 150px;
    }

    .banner,
    .cart-empty{
        margin-bottom: 40px;
    }

    .banner-slider {
        margin-bottom: 0;
    }

    .banner-slider .container .title {
        font-size: 30px;
    }

    .banner-slider .container .title {
        font-size: 30px;
    }

    .banner-slider img {
        height: 350px;
    }

    .slick-dots {
        bottom: 20px;
    }

    .banner .board {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .banner.board-banner .overlay {
        height: 200px;
    }

    .banner.board-banner {
        height: auto;
    }

    .banner.board-banner > img {
        min-height: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .banner .container .content h1 {
        font-size: 22px;
        line-height: 22px;
    }

    .banner > img {
        min-height: 110px;
    }

    .banner,
    .cart-empty{
        margin-bottom: 30px;
    }

    .banner-slider {
        margin-bottom: 0;
    }

    .banner-slider .container .title {
        font-size: 20px;
    }

    .banner-slider img {
        height: 300px;
    }

    .banner-slider .container a {
        padding: 12px 40px;
        font-size: 12px;
    }

    .slick-dots {
        bottom: 15px;
    }
}

/* banner END */
/* cart-page START */
.cart-page .main-title {
    margin-bottom: 77px;
}

.cart-page .total {
    margin-top: 110px;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #3d3d3d;
}

.cart-page .total span {
    margin-left: 20px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.8px;
    color: #02a6a8;
}

.cart-page .buttons {
    margin-top: 67px;
    padding-bottom: 150px;
}

.cart-page .buttons input {
    margin-right: 48px;
}

/* cart-page END */
/* cart-table START */
.cart-table .table-head {
    font-size: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #b8b8b8;
}

.cart-table .table-head .cell {
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #02a6a8;
}

.cart-table .cell {
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    width: 350px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.cart-table .cell:first-child {
    width: 251px;
}

.cart-table .cell:nth-child(3) {
    width: 320px;
}

.cart-table .cell:nth-child(4) {
    width: 220px;
}

.cart-table .cell:nth-child(5) {
    width: 270px;
}

.cart-table .cell .wrap {
    text-align: left;
    display: inline-block;
}

.cart-table .cell .wrap div {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.cart-table .cell .wrap div:first-child {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.cart-table .cell .wrap div:last-child {
    margin-bottom: 0;
}

.cart-table .cell .wrap a {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #02a6a8;
    text-decoration: underline;
}

.cart-table .cell .wrap a img {
    margin-right: 6px;
}

.cart-table .cell .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 150px;
    border: solid 1px #dcdcdc;
    background-color: #ffffff;
}

.cart-table .cell .img-wrap img {
    max-width: 170px;
    max-height: 130px;
}

.cart-table .table-row {
    position: relative;
    padding-bottom: 20px;
    font-size: 0;
    border-bottom: 1px solid #b8b8b8;
}

.cart-table .table-row > .cell {
    padding-bottom: 0;
}

.cart-table .table-row .cell:nth-child(2) {
    text-align: left;
}

.cart-table .table-row .cell:nth-child(2) .wrap {
    margin-left: 55px;
}

.cart-table .table-row .add-row {
    position: relative;
    padding-top: 16px;
    width: 100%;
}

.cart-table .table-row .add-row ~ .add-row {
    padding-top: 0;
}

.cart-table .delete {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url("../img/cross.png") 0 0/cover no-repeat;
}

@media screen and (max-width: 1570px) {
    .cart-table .cell:nth-child(3),
    .cart-table .cell:nth-child(5) {
        width: 217px;
    }

    .cart-table .cell {
        width: 340px;
    }

    .cart-table .table-row .cell:nth-child(2) .wrap {
        margin-left: 45px;
    }

    .cart-page .total {
        margin-top: 80px;
    }

    .cart-page .buttons {
        padding-bottom: 130px;
    }
}

@media screen and (max-width: 1360px) {

    .cart-table .cell:first-child {
        width: 200px;
    }

    .cart-table .cell {
        padding: 30px 10px;
        width: 260px;
    }

    .cart-table .table-head .cell {
        padding: 0 10px;
    }

    .cart-table .table-row .cell:nth-child(2) .wrap {
        margin-left: 20px;
    }

    .cart-table .cell:nth-child(3), .cart-table .cell:nth-child(5) {
        width: 160px;
    }

    .cart-table .cell:nth-child(4) {
        width: 145px;
    }

    .cart-table .table-row {
        padding-bottom: 30px;
    }

    .cart-table .table-row .add-row {
        padding-top: 0;
    }

    .cart-page .main-title {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1020px) {
    .cart-table {
        border-top: 1px solid #b8b8b8;
    }

    .cart-table .table-head {
        display: none;
    }

    .cart-table .cell {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        width: 100% !important;
    }

    .cart-table .cell:before {
        content: attr(data-label);
        text-transform: uppercase;
        width: 300px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #02a6a8;
    }

    .cart-table .table-row .cell:nth-child(2) .wrap {
        margin-left: 0;
    }

    .cart-table .table-row .add-row {
        margin-top: 40px;
        border-top: 1px solid #b8b8b8;
    }

    .cart-table .table-row .add-row > div:first-child {
        display: none;
    }

    .cart-table .table-row .add-row ~ .add-row {
        margin-top: 5px;
    }

    .cart-page .main-title {
        margin-bottom: 40px;
    }

    .cart-page .total {
        margin-top: 60px;
    }

    .cart-page .buttons {
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 767px) {
    .cart-table .cell:before {
        font-size: 13px;
        width: 130px;
    }

    .cart-table .cell {
        font-size: 14px;
    }

    .cart-table .cell .wrap div:first-child {
        font-size: 14px;
    }

    .cart-table .cell .wrap div {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .cart-table .delete {
        top: 5px;
        right: 10px;
    }

    .cart-page .main-title {
        margin-bottom: 30px;
    }

    .cart-table .cell {
        padding: 15px 10px;
    }

    .cart-table .table-row .add-row {
        margin-top: 20px;
        padding-top: 30px;
    }

    .cart-table .table-row .add-row ~ .add-row {
        padding-top: 24px;
    }

    .cart-table .table-row {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .cart-page .total {
        margin-top: 30px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 14px;
    }

    .cart-page .total span {
        margin-left: 0;
        font-size: 20px;
    }

    .cart-table .delete {
        top: 12px;
    }

    .cart-page .buttons {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .cart-page .buttons .main-btn {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 390px) {
    .cart-table .cell:before {
        width: 100px;
    }
}

/* cart-table END */
/* checkout START */
.offer-link {
    padding: 10px;
    text-align: center;
}

.offer-link a {
    color: #02a6a8;
}

.checkout {
    margin-top: -80px;
    padding: 80px 0 120px;
    background: url("../img/checkout-bg.png") 100% 5%/auto no-repeat;
}

.checkout form {
    margin: 0 auto;
    width: 565px;
}

.checkout form .row:last-child .nice-select {
    /*margin-bottom: 60px;*/
}

.checkout form .row input {
    /*margin-bottom: 20px;*/
}

.checkout form .row input:last-child {
    margin-bottom: 0;
}

.checkout form .main-title {
    margin: 80px 0 45px;
    font-size: 30px;
    letter-spacing: 0.8px;
    text-transform: none;
}

.checkout form .main-title:first-child {
    margin-top: 0;
}

.checkout form input,
.checkout form textarea {
    width: 100%;
    padding: 16px 20px;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #818181;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #c4c4c4;
    background-color: #ffffff;
    -webkit-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    transition: border-color 0.5s;
    -webkit-appearance: none;
}

.checkout form input:hover,
.checkout form textarea:hover {
    border-color: #dbdbdb;
}

.checkout form input:focus,
.checkout form textarea:focus {
    border-color: #999;
}

.checkout form textarea {
    resize: none;
    height: 156px;
}

.checkout form input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 0;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-color: #c4c4c4;
}

.checkout form input[type=checkbox]:checked {
    background-color: #02a6a8;
}

.checkout form label {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.checkout form .main-btn {
    display: block;
    margin: 0 auto;
    padding: 3px 20px;
    width: 208px;
    height: 50px;
    opacity: 0.8;
    background-color: #02a6a8;
    color: #ffffff;
    border: 0;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0.3px;
    color: #ffffff;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.checkout form .main-btn:hover {
    opacity: 1;
}

select {
    padding: 2px 20px;
    width: 100%;
    height: 50px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #818181;
    cursor: pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #c4c4c4;
    background-color: #ffffff;
}
select option {
    cursor: pointer;
    padding: 2px 20px;
    font-size: 16px;
}
.nice-select:after {
    right: 24px;
    width: 12px;
    height: 6px;
    border: 0;
    background: url("../img/select-arrow.png") 0 0/cover no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nice-select .list {
    width: 100%;
    max-height: 400px;
    overflow: hidden auto;
}
.nice-select .current {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}
.checkout-final {
    background: url("../img/final-bg.jpg") 0 0/cover no-repeat;
}

.checkout-final .wrap {
    padding: 316px 0 330px;
}

.checkout-final .wrap div {
    margin-bottom: 70px;
    text-align: center;
}

.checkout-final .wrap div img {
    margin-right: 23px;
}

.checkout-final .wrap div span {
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.checkout-final .wrap a {
    display: block;
    margin: 0 auto;
    padding: 16px 45px;
    width: 265px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #02a6a8;
    text-transform: uppercase;
}
.checkout form .form-group {
    /*display: flex;*/
    margin-bottom: 20px;
    flex-direction: column;
}
.checkout form .form-group label {
    font-size: 14px;
    margin-bottom: 10px;
}
.checkout form .form-group .form-group-checkbox label {
    font-size: 14px;
    margin-bottom: 0px;
}
.checkout form .form-group:last-of-type {
    /*margin-bottom: 60px;*/
}
.checkout form .form-group .error {
    order: 100;
    color: #ff5353;
    font-size: 12px;
}
@media screen and (max-width: 1570px) {
    .checkout-final .wrap {
        padding: 250px 0;
    }
}

@media screen and (max-width: 1360px) {
    .checkout form .main-title {
        font-size: 25px;
    }

    .checkout-final .wrap {
        padding: 200px 0;
    }

    .checkout-final .wrap div span {
        font-size: 30px;
    }

    .checkout-final .wrap div img {
        width: 31px;
    }
}

@media screen and (max-width: 1020px) {
    .checkout form .main-title {
        font-size: 21px;
    }

    .checkout-final .wrap {
        padding: 150px 0;
    }

    .checkout-final .wrap div span {
        font-size: 25px;
    }

    .checkout-final .wrap div img {
        width: 28px;
    }
}

@media screen and (max-width: 767px) {
    .checkout form {
        width: 100%;
    }

    .checkout form .main-title {
        font-size: 18px;
        margin: 30px 0;
    }

    .checkout {
        padding-bottom: 60px;
    }

    .checkout-final .wrap {
        padding: 80px 0;
    }

    .checkout-final .wrap div span {
        font-size: 20px;
    }

    .checkout-final .wrap div img {
        width: 22px;
    }
}

@media screen and (max-width: 430px) {
    .checkout form label {
        width: 260px;
    }
}

/* checkout END */
/* bg-wrapper START */
.bg-wrapper {
    padding-top: 145px;
    background: #ffffff url("../img/checkout-bg.png") 100% -10%/790px auto no-repeat;
}

.bg-wrapper .text-block {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.bg-wrapper .text-block p {
    margin-bottom: 30px;
}

.bg-wrapper .text-block .main-title {
    margin-bottom: 50px;
}

.bg-wrapper .text-block .main-btn {
    margin: 15px 0 188px;
    padding: 6px 54px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.bg-wrapper.about {
    padding-top: 138px;
    background: #ffffff url("../img/bg-about.png") top center/1380px auto no-repeat;
}

@media screen and (max-width: 1570px) {
    .bg-wrapper {
        padding-top: 120px;
        background: #ffffff url("../img/checkout-bg.png") 100% -6%/550px auto no-repeat;
    }

    .bg-wrapper .text-block .main-btn {
        margin-bottom: 140px;
    }

    .bg-wrapper.about {
        background: none;
    }
}

@media screen and (max-width: 1360px) {
    .bg-wrapper {
        padding-top: 100px;
        background: #ffffff url("../img/checkout-bg.png") 100% -3%/300px auto no-repeat;
    }

    .bg-wrapper .text-block .main-title {
        margin-bottom: 35px;
    }

    .bg-wrapper .text-block .main-btn {
        margin-bottom: 120px;
    }

    .bg-wrapper.about {
        padding-top: 120px;
    }
}

@media screen and (max-width: 1020px) {
    .bg-wrapper {
        padding-top: 80px;
        background: none;
    }

    .bg-wrapper .text-block .main-title {
        margin-bottom: 30px;
    }

    .bg-wrapper .text-block .main-btn {
        margin-bottom: 100px;
    }

    .bg-wrapper .text-block p {
        margin-bottom: 15px;
    }

    .bg-wrapper .text-block {
        line-height: 30px;
    }

    .bg-wrapper.about {
        padding-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .bg-wrapper {
        padding-top: 60px;
    }

    .bg-wrapper .text-block p {
        text-align: left;
    }

    .bg-wrapper .text-block .main-title {
        text-align: center;
    }

    .bg-wrapper .text-block {
        line-height: 29px;
    }

    .bg-wrapper .text-block .main-btn {
        margin-bottom: 80px;
    }

    .bg-wrapper.about {
        padding-top: 60px;
    }
}

/* bg-wrapper END */
/* block START */
.blocks .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blocks .row:nth-child(odd) .two .title {
    position: relative;
}

.blocks .row:nth-child(odd) .two .title:before {
    content: '';
    position: absolute;
    top: 35px;
    left: -170px;
    width: 65px;
    height: 5px;
    border-left: 65px solid #ffffff;
    background-color: #02a6a8;
}

.blocks .row:nth-child(even) .one {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 43%;
}

.blocks .row:nth-child(even) .two {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 57%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.blocks .row:nth-child(even) .two .wrap {
    margin-left: 0;
    margin-right: 120px;
}

.blocks .one,
.blocks .two {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    max-height: 890px;
}

.blocks .one > img,
.blocks .two > img {
    width: 100%;
    max-height: 890px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blocks .one {
    width: 57%;
}

.blocks .two {
    width: 43%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blocks .title {
    margin-bottom: 49px;
    font-size: 95px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2.4px;
    line-height: 95px;
    color: #02a6a8;
    text-transform: uppercase;
}

.blocks .text {
    margin-bottom: 57px;
    width: 472px;
    font-size: 15px;
    line-height: 30px;
}

.blocks .wrap {
    margin-left: 105px;
}

.blocks .wrap .main-btn {
    padding: 15px 54px;
}

.blocks .picker {
    padding-bottom: 80px;
    margin-top: 130px;
    list-style-type: none;
}

.blocks .picker li {
    margin-right: 125px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.blocks .picker li:last-child {
    margin-right: 0;
}

.blocks .picker li .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 82px;
    height: 81px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #00bbbd;
}

.blocks .picker li .img-wrap img {
    max-width: 75px;
    max-height: 75px;
}

.blocks .picker li .picker-title {
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #02a6a8;
}

@media screen and (max-width: 1570px) {
    .blocks .title {
        margin-bottom: 30px;
        font-size: 60px;
        line-height: 60px;
    }

    .blocks .row:first-child .two .title:before {
        top: 30px;
    }

    .blocks .text {
        margin-bottom: 40px;
        width: 360px;
    }

    .blocks .picker {
        margin-top: 80px;
        padding-bottom: 30px;
    }

    .blocks .picker li {
        margin-right: 50px;
    }

    .blocks .one,
    .blocks .row:nth-child(even) .two {
        width: 52%;
    }

    .blocks .two,
    .blocks .row:nth-child(even) .one {
        width: 48%;
    }

    .blocks .one,
    .blocks .two,
    .blocks .one > img,
    .blocks .two > img {
        min-height: 620px;
    }
}

@media screen and (max-width: 1360px) {
    .blocks .wrap {
        margin-left: 50px;
    }

    .blocks .row:nth-child(even) .two .wrap {
        margin-right: 50px;
    }

    .blocks .row:nth-child(odd) .two .title:before {
        top: 24px;
        left: -80px;
        width: 30px;
        height: 3px;
        border-left: 30px solid #ffffff;
    }

    .blocks .title {
        font-size: 45px;
        line-height: 45px;
    }

    .blocks .text {
        margin-bottom: 30px;
        line-height: 24px;
    }

    .blocks .one, .blocks .two, .blocks .one > img, .blocks .two > img {
        min-height: 540px;
    }
}

@media screen and (max-width: 1020px) {
    .blocks .title {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 30px;
    }

    .blocks .text {
        margin-bottom: 25px;
        width: 290px;
    }

    .blocks .picker {
        padding-bottom: 15px;
    }

    .blocks .picker li {
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .blocks .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blocks .one, .blocks .two, .blocks .row:nth-child(even) .one, .blocks .row:nth-child(even) .two {
        width: 100%;
    }

    .blocks .row:nth-child(even) .two {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .blocks .row:nth-child(even) .one {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .blocks .one, .blocks .two, .blocks .one > img, .blocks .two > img {
        min-height: 10px;
        height: auto;
        margin-bottom: 15px;
    }

    .blocks .row:nth-child(odd) .two .title:before {
        display: none;
    }

    .blocks .wrap {
        margin: 0;
        width: 100%;
        padding: 0 15px;
    }

    .blocks .text {
        width: 100%;
    }

    .blocks .row:nth-child(even) .two .wrap {
        margin-right: 0;
    }

    .blocks .title {
        font-size: 25px;
        line-height: 25px;
    }

    .blocks .picker {
        margin-top: 30px;
    }

    .blocks .row:nth-child(odd) .two,
    .blocks .row:nth-child(even) .two {
        margin-bottom: 60px;
    }
}

/* block END */
/* partners START */
.partners {
    padding: 100px 0 190px;
    text-align: center;
}

.partners .wrap a {
    margin-right: 150px;
    display: inline-block;
    vertical-align: middle;
}

.partners .wrap a:last-child {
    margin-right: 0;
}

.partners .wrap a img {
    max-width: 150px;
}

.partners .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: center;
}

.partners .slick-slide a {
    margin-right: 0;
}

.partners .slick-slide a img {
    display: inline-block;
}

.partners .slick-dots {
    bottom: -70px;
}

.partners .slick-dots li.slick-active button {
    background-color: #16c4b2;
}

.partners .slick-dots li button {
    background-color: #dcdcdc;
}

@media screen and (max-width: 1570px) {
    .partners .wrap a {
        margin-right: 100px;
    }
}

@media screen and (max-width: 1360px) {
    .partners .wrap a {
        margin-right: 60px;
    }
}

@media screen and (max-width: 1020px) {
    .partners .wrap a {
        margin-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .partners {
        padding: 80px 0;
    }

    .partners .main-title {
        margin-bottom: 60px;
    }

    .partners .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partners .wrap a {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .partners .slick-dots {
        width: 300px;
        bottom: -50px;
    }
}

/* partners END */
/* contacts START */
.contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contacts .one {
    width: 44%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #00bbbd;
    font-size: 0;
}

.contacts .one .wrap {
    margin-right: 100px;
    width: 501px;
}

.contacts .one .title {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}

.contacts .one .text {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0.5px;
    text-align: justify;
    color: #ffffff;
}

.contacts .one ul {
    padding-left: 48px;
    list-style-type: none;
}

.contacts .one ul.phone-ul {
    position: relative;
    margin-bottom: 50px;
}

.contacts .one ul.phone-ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("../img/icon-phone-big.png") 0 0/cover no-repeat;
}

.contacts .one ul.mail-ul {
    position: relative;
}

.contacts .one ul.mail-ul:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 28px;
    height: 21px;
    background: url("../img/icon-mail.png") 0 0/cover no-repeat;
}

.contacts .one ul li,
.contacts .one ul li a {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.contacts .one ul li {
    margin-right: 15px;
    display: inline-block;
}

.contacts .one ul li:last-child {
    margin-right: 0;
}

.contacts .two {
    width: 56%;
    font-size: 0;
    min-height: 650px;
}

.contacts .two img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1570px) {
    .contacts .two,
    .contacts .one {
        width: 50%;
    }

    .contacts .one .wrap {
        margin-right: 60px;
    }

    .contacts .one .wrap {
        width: 420px;
    }

    .contacts .one .title {
        margin-bottom: 30px;
        font-size: 30px;
    }
}

@media screen and (max-width: 1360px) {
    .contacts .one .wrap {
        width: 380px;
    }

    .contacts .one ul li {
        margin-bottom: 15px;
    }

    .contacts .one ul li:last-child {
        margin-bottom: 0;
    }

    .contacts .one .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 1020px) {
    .contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts .two, .contacts .one {
        width: 100%;
    }

    .contacts .two {
        min-height: 300px;
    }

    .contacts .one {
        padding: 80px 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contacts .one .title {
        text-align: center;
    }

    .contacts .one .wrap {
        margin-right: 0;
        width: 460px;
    }

    .contacts .one ul.phone-ul {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contacts .two {
        min-height: 30px;
    }

    .contacts .one .wrap {
        width: 100%;
    }

    .contacts .one .title {
        font-size: 18px;
    }
}

/* contacts END */
/* thumbnails START */
.thumbnails {
    position: relative;
    overflow: hidden;
    background-color: #02a6a8;
}

.thumbnails .side {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}

.thumbnails .container {
    position: relative;
}

.thumbnails .container > .title {
    position: absolute;
    z-index: 3;
    top: 165px;
    left: 624px;
}

.thumbnails .container > .title > div,
.thumbnails .container > .title > a {
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}

.thumbnails .container > .title > a {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.thumbnails .container > .title > a img {
    margin-left: 9px;
}

.thumbnails .thumbs-slider {
    position: relative;
    top: 0;
    left: 0;
    padding: 111px 0 178px;
    width: 2000px;
    height: 1080px !important;
    overflow: hidden;
}

.thumbnails .thumbs-slider .slick-dots {
    left: 0;
    bottom: 115px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.thumbnails .thumbs-slider .slick-dots .slick-active button {
    background-color: #94ede3;
}

.thumbnails .thumbs-slider .slick-dots button {
    cursor: pointer;
    background-color: #dcdcdc;
}

.thumbnails .thumbs-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.thumbnails .thumbs-slider .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 30px;
    width: 410px !important;
    height: 791px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.thumbnails .thumbs-slider .slick-slide.slick-current {
    padding-top: 0;
    width: 564px !important;
}

.thumbnails .thumbs-slider .slick-slide.slick-current .date {
    font-size: 14px;
    letter-spacing: 0.4px;
}

.thumbnails .thumbs-slider .slick-slide.slick-current .img-wrap {
    display: block;
    height: 440px !important;
}

.thumbnails .thumbs-slider .slick-slide.slick-current .info-wrap {
    height: 351px !important;
}

.thumbnails .thumbs-slider .slick-slide .img-wrap {
    display: block;
    width: 100%;
    height: 300px;
}

.thumbnails .thumbs-slider .slick-slide .info-wrap {
    height: 319px;
    padding: 40px 41px 0 27px;
    background-color: #ffffff;
}

.thumbnails .thumbs-slider .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.thumbnails .thumbs-slider .slick-slide .date {
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #16c4b2;
}

.thumbnails .thumbs-slider .slick-slide .title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.thumbnails .thumbs-slider .slick-slide .preview-text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

@media screen and (max-width: 1570px) {
    .thumbnails .container > .title > div {
        font-size: 30px;
    }
}

@media screen and (max-width: 1360px) {
    .thumbnails .container > .title > div {
        font-size: 20px;
    }

    .thumbnails .thumbs-slider {
        width: 1200px;
        height: 912px !important;
    }

    .thumbnails .thumbs-slider .slick-slide {
        margin: 0 15px;
        width: 300px !important;
        height: 680px;
    }

    .thumbnails .thumbs-slider .slick-slide.slick-current {
        width: 412px !important;
        height: 680px;
    }

    .thumbnails .thumbs-slider {
        padding: 100px 0 122px;
    }

    .thumbnails .container > .title {
        top: 94px;
        left: 538px;
    }

    .thumbnails .thumbs-slider .slick-dots {
        bottom: 75px;
    }

    .thumbnails .thumbs-slider .slick-slide .info-wrap {
        height: 300px;
    }

    .thumbnails .thumbs-slider .slick-slide.slick-current .info-wrap {
        height: 330px !important;
    }
}

@media screen and (max-width: 1020px) {
    .thumbnails .thumbs-slider .slick-slide {
        width: 330px !important;
    }

    .thumbnails .thumbs-slider .slick-slide.slick-current {
        width: 442px !important;
    }

    .thumbnails .thumbs-slider .slick-slide .info-wrap {
        height: 270px;
    }

    .thumbnails .thumbs-slider .slick-slide.slick-current .info-wrap {
        height: 300px !important;
    }

    .thumbnails .container > .title {
        width: 310px;
        left: 474px;
    }

    .thumbnails .container > .title > div {
        font-size: 17px;
    }

    .thumbnails .container > .title > a {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .thumbnails .side {
        display: none;
    }

    .thumbnails .container > .title {
        position: static;
        width: 100%;
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .thumbnails .thumbs-slider {
        padding: 0;
        width: 400px;
        height: 740px !important;
    }

    .thumbnails .thumbs-slider .slick-track {
        display: block;
    }

    .thumbnails .thumbs-slider .slick-slide,
    .thumbnails .thumbs-slider .slick-slide.slick-current {
        display: block;
        margin: 0;
        width: 400px !important;
        height: auto !important;
    }

    .thumbnails .thumbs-slider .slick-slide.slick-current .info-wrap,
    .thumbnails .thumbs-slider .slick-slide .info-wrap {
        height: 330px !important;
    }

    .thumbnails .thumbs-slider .slick-slide.slick-current .img-wrap {
        height: 300px !important;
    }

    .thumbnails .container > .title > div {
        font-size: 22px;
    }

    .thumbnails .thumbs-slider .slick-dots {
        bottom: 50px;
    }
}

@media screen and (max-width: 430px) {
    .thumbnails .thumbs-slider {
        width: 100% !important;
    }

    .thumbnails .thumbs-slider .slick-slide,
    .thumbnails .thumbs-slider .slick-slide.slick-current {
        margin: 0 15px;
        width: 320px !important;
    }

    .thumbnails .thumbs-slider .slick-slide .info-wrap {
        padding: 30px 15px 15px;
    }

    .thumbnails .thumbs-slider .slick-dots {
        width: 100%;
        text-align: center;
    }

    .thumbnails .container > .title > div {
        font-size: 18px;
    }
}

@media screen and (max-width: 350px) {
    .thumbnails .thumbs-slider .slick-slide,
    .thumbnails .thumbs-slider .slick-slide.slick-current {
        width: 290px !important;
    }
}

/* thumbnails END */
/* advantages START */
.advantages {
    margin-top: 120px;
}

.advantages .main-title {
    margin-bottom: 80px;
    text-align: center;
}

.advantages .items {
    padding-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages .item {
    margin-right: 65px;
    margin-bottom: 80px;
    width: 443px;
}

.advantages .item:nth-child(3n) {
    margin-right: 0;
}

.advantages .item .num {
    position: relative;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 126px;
    height: 126px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #00bbbd;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.2px;
    color: #ffffff;
}

.advantages .item .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.advantages .item:nth-child(2) .num:before, .advantages .item:nth-child(3) .num:before, .advantages .item:nth-child(5) .num:before, .advantages .item:nth-child(6) .num:before, .advantages .item:nth-child(8) .num:before, .advantages .item:nth-child(9) .num:before {
    content: '';
    position: absolute;
    top: 63px;
    left: -400px;
    width: 400px;
    height: 1px;
    background-color: #00bbbd;
}

.advantages .item:nth-child(2) .num:before, .advantages .item:nth-child(3) .num:before, .advantages .item:nth-child(5) .num:before, .advantages .item:nth-child(6) .num:before, .advantages .item:nth-child(8) .num:before, .advantages .item:nth-child(9) .num:before {
    content: '';
    position: absolute;
    top: 63px;
    left: -400px;
    width: 400px;
    height: 1px;
    background-color: #00bbbd;
}

@media screen and (max-width: 1570px) {
    .advantages .items {
        padding-bottom: 120px;
    }

    .advantages .item {
        margin-right: 55px;
        width: 380px;
    }

    .advantages .item:nth-child(2) .num:before,
    .advantages .item:nth-child(3) .num:before,
    .advantages .item:nth-child(5) .num:before,
    .advantages .item:nth-child(6) .num:before,
    .advantages .item:nth-child(8) .num:before,
    .advantages .item:nth-child(9) .num:before {
        left: -350px;
    }
}

@media screen and (max-width: 1360px) {
    .advantages .item {
        margin-right: 45px;
        width: 280px;
    }

    .advantages .items {
        padding-bottom: 120px;
    }

    .advantages .item .num {
        width: 100px;
        height: 100px;
        font-size: 38px;
    }

    .advantages .item .num:before {
        top: 50px;
        left: 90px;
        width: 250px;
    }

    .advantages .item:nth-child(2) .num:before, .advantages .item:nth-child(3) .num:before, .advantages .item:nth-child(5) .num:before, .advantages .item:nth-child(6) .num:before, .advantages .item:nth-child(8) .num:before, .advantages .item:nth-child(9) .num:before {
        left: -250px;
        top: 50px;
        width: 250px;
    }
}

@media screen and (max-width: 1020px) {
    .advantages {
        margin-top: 90px;
    }

    .advantages .main-title {
        margin-bottom: 60px;
    }

    .advantages .item .num:before {
        display: none;
    }

    .advantages .items {
        padding-bottom: 60px;
        display: block;
    }

    .advantages .item {
        margin-bottom: 60px;
        width: 100%;
    }

    .advantages .item .num {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1767px) {
    .advantages .item {
        margin-bottom: 40px;
    }
}

/* advantages END */
/* principles START */
.principles {
    padding: 94px 0 148px;
    background: url("../img/principles-bg.jpg") 0 0/cover no-repeat;
}

.principles .main-title {
    margin-bottom: 50px;
    color: #ffffff;
    text-align: center;
}

.principles .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.principles .items .item {
    margin-bottom: 60px;
    padding: 20px 40px 40px;
    width: 482px;
    border-right: 1px solid #ffffff;
    text-align: center;
}

.principles .items .item:nth-child(3n), .principles .items .item:last-child {
    border-right: 0;
}

.principles .items .item .img-wrap {
    margin-bottom: 40px;
    height: 86px;
}

.principles .items .item .title {
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
}

.principles .items .item .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0.4px;
    color: #ffffff;
}

@media screen and (max-width: 1570px) {
    .principles .items .item:nth-child(2),
    .principles .items .item:nth-child(4),
    .principles .items .item:nth-child(5) {
        border-right: 0;
    }

    .principles .items .item:nth-child(1),
    .principles .items .item:nth-child(3) {
        border-right: 1px solid #ffffff;
    }

    .principles {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1360px) {
    .principles {
        padding-bottom: 0;
    }

    .principles .items .item {
        width: 450px;
    }
}

@media screen and (max-width: 1020px) {
    .principles .items .item {
        width: 350px;
    }
}

@media screen and (max-width: 767px) {
    .principles .items .item:nth-child(1),
    .principles .items .item:nth-child(3) {
        border-right: 0;
    }

    .principles .items .item {
        padding: 0;
        width: 100%;
    }

    .principles .items .item .img-wrap {
        margin-bottom: 25px;
    }
}

/* principles END */
/* sign-up START */
.sign-up {
    padding: 109px 0;
}

.sign-up.top-shadow {
    -webkit-box-shadow: 0px -4px 9px 0 #00000017;
    box-shadow: 0px -4px 9px 0 #00000017;
}

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

.sign-up span {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.sign-up .main-btn {
    padding: 18px 55px;
}

@media screen and (max-width: 1360px) {
    .sign-up .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sign-up span {
        margin-bottom: 30px;
    }

    .sign-up {
        padding: 90px 0;
    }
}

@media screen and (max-width: 1020px) {
    .sign-up {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .sign-up {
        padding: 70px 0;
    }

    .sign-up span {
        line-height: 29px;
    }
}

/* sign-up END */
/* delivery START */
.delivery {
    padding: 0;
}

.delivery .main-title {
    margin-bottom: 50px;
    text-align: center;
}

.delivery .top-text {
    margin: 0 auto 48px;
    width: 983px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #3d3d3d;
}

.delivery .bottom-text {
    margin-bottom: 90px;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #02a6a8;
}

.delivery .items {
    padding-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.delivery .items .item {
    margin-bottom: 80px;
    width: 690px;
}

.delivery .items .item .img-wrap {
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 213px;
    height: 88px;
}

.delivery .items .item .title,
.delivery .items .item .text {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #3d3d3d;
}

.delivery .items .item .title {
    margin-bottom: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

@media screen and (max-width: 1570px) {
    .delivery .items .item {
        width: 570px;
    }
}

@media screen and (max-width: 1360px) {
    .delivery .top-text {
        width: 100%;
    }

    .delivery .items .item {
        width: 430px;
    }
}

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

    .delivery .items .item {
        margin-bottom: 60px;
        width: 100%;
    }

    .delivery .bottom-text {
        font-size: 16px;
    }

    .delivery .items .item .title {
        font-size: 18px;
    }

    .delivery .items .item .text {
        font-size: 16px;
        line-height: 26px;
    }

    .delivery .top-text {
        font-size: 16px;
        line-height: 26px;
    }

    .delivery .bottom-text {
        margin-bottom: 60px;
    }

    .delivery .items .item .img-wrap {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .delivery .items {
        padding-bottom: 0;
    }
}

/* delivery END */
/* delivery-second START */
.delivery-second {
    padding: 125px 0 140px;
    text-align: center;
    color: #ffffff;
    line-height: 34px;
    background: url("../img/delivery-bg.jpg") 0 0/cover no-repeat;
}

.delivery-second .main-title {
    margin-bottom: 40px;
    color: #ffffff;
}

.delivery-second p {
    font-weight: 300;
    margin-bottom: 15px;
}

.delivery-second img {
    margin-bottom: 20px;
}

.delivery-second .text {
    margin: 0 auto;
    width: 1070px;
}

.delivery-second .text .bold {
    font-weight: 900;
}

.delivery-second .text-2 {
    margin-top: 50px;
    width: 643px;
}

.delivery-second .text-2 .bold {
    font-weight: 900;
    text-align: center;
    margin-bottom: 0;
}

@media screen and (max-width: 1360px) {
    .delivery-second .text {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .delivery-second {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* delivery-second END */
/* page404 START */
.page404 {
    position: relative;
    padding: 73px 0 130px;
    text-align: center;
    background: url("../img/404-bg.jpg") 0 0/cover no-repeat;
}

.page404 .wrap {
    display: inline-block;
    text-align: center;
}

.page404 .wrap img {
    margin-bottom: 30px;
    width: 725px;
}

.page404 .wrap .text {
    margin-bottom: 57px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
}

.page404 .wrap a {
    display: inline-block;
    padding: 20px 42px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #02a6a8;
    text-transform: uppercase;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page404 .wrap a:hover {
    background-color: #02a6a8;
    color: #ffffff;
}

@media screen and (max-width: 1020px) {
    .page404 .wrap img {
        width: 600px;
    }
}

@media screen and (max-width: 767px) {
    .page404 {
        padding: 80px 15px;
    }

    .page404 .wrap img {
        width: 90%;
    }

    .page404 .wrap .text {
        font-size: 14px;
        line-height: 24px;
    }
}

/* page404 END */
/* shop START */
.shop-container .inner-container {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1720px;
}

.shop-container.shop-container--search .inner-container {
    width: 1400px;
}

.shop-container .filters {
    position: relative;
    padding: 133px 72px 80px 0;
    background-color: #f4f4f4;
}

.shop-container .filters:before {
    content: '';
    position: absolute;
    top: 0;
    left: -500px;
    width: 500px;
    height: 100%;
    background-color: #f4f4f4;
}

.shop-container .filters .filter-more {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #3d3d3d;
    text-decoration: underline;
    cursor: pointer;
}

.shop-container .filters .filter-more:after {
    content: '';
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 4px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    background: url("../img/arrow-down.png") 0 0/cover no-repeat;
}

.shop-container .filters .filter-more.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shop-container .filters .block {
    padding: 21px 0 15px;
    width: 292px;
    border-top: solid 1px #b8b8b8;
}

.shop-container .filters .block .row {
    margin-bottom: 5px;
}

.shop-container .filters .block .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #3d3d3d;
}

.shop-container .filters .block input {
    width: 0;
    height: 0;
}

.shop-container .filters .block input:checked ~ label:before {
    background-color: #02a6a8;
}

.shop-container .filters .block label {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #3d3d3d;
    cursor: pointer;
}

.shop-container .filters .block label:before {
    content: '';
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border: solid 1px #dcdcdc;
    background-color: #ffffff;
}

.shop-container .filters .hidden {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.shop-container .filters .hidden.show {
    max-height: 2000px;
}

.shop-container .goods {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
}

.shop-container .goods .breadcrumbs {
    padding-bottom: 5px;
    width: 100%;
}

.shop-container .goods .goods-title {
    margin-bottom: 39px;
    font-size: 60px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.5px;
    color: #02a6a8;
    text-transform: uppercase;
}

.shop-container .goods .top-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-container .goods .top-filters .wrap {
    margin-bottom: 40px;
}

.shop-container .goods .top-filters .wrap span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.shop-container .goods .top-filters .wrap .nice-select {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: 353px;
    border-color: #dcdcdc;
    float: none;
}

.shop-container .goods .top-filters .wrap .nice-select span {
    color: rgba(61, 61, 61, 0.8);
}

.filter_type + label.btn-filter {
    margin-left: 15px;
    padding: 6px 30px 9px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: solid 1px #02a6a8;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #3d3d3d;
    cursor: pointer;
    text-align: center;
}
.filter_type:checked + label.btn-filter {
    color: #fff;
    background-color: #02a6a8;
}
.shop-container .goods .items {
    position: relative;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.shop-container .goods .items .item {
    position: relative;
    display: inline-block;
    margin-right: 32px;
    margin-bottom: 29px;
    width: 302px;
    height: 400px;
    border: solid 1px #dcdcdc;
    text-align: center;
    background-color: #ffffff;
}

.shop-container .goods .items .item:nth-child(4n) {
    margin-right: 0;
}

.shop-container .goods .items .item:hover {
    -webkit-box-shadow: 0 0 7px 0 #00000066;
    box-shadow: 0 0 7px 0 #00000066;
}

.shop-container .goods .items .item .img-wrap {
    height: 250px;
    text-align: center;
}

.shop-container .goods .items .item .img-wrap img {
    max-width: 200px;
    max-height: 250px;
    object-fit: contain;
}

.shop-container .goods .items .item .color-picker {
    margin-bottom: 5px;
}
.shop-container .goods .items .item .height {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #3d3d3d;
}

.shop-container .goods .items .item .height span {
    display: inline-block;
    vertical-align: middle;
}

.shop-container .goods .items .item .height ul {
    margin: 0 5px 0 2px;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}

.shop-container .goods .items .item .height ul li {
    display: inline-block;
    vertical-align: middle;
}

.shop-container .goods .items .item .height ul li:last-child:after {
    display: none;
}

.shop-container .goods .items .item .height ul li:after {
    content: '|';
    margin-left: 3px;
}

.shop-container .goods .items .item .title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.shop-container .goods .items .item .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.shop-container .goods .items .item .price .current {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #02a6a8;
}

.shop-container .goods .items .item .price .old-price {
    margin-right: 8px;
    margin-top: 2px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #3d3d3d99;
    text-decoration: line-through;
}

.shop-container .goods .items .item .stickers {
    position: absolute;
    top: 20px;
    left: 0;
}
.shop-container .goods .items .item .link .main-btn-2 {
    padding: 5px 20px;
}

.shop-container .goods .items .item .stickers .sticker {
    position: relative;
    padding: 5px 0 6px 28px;
    margin-bottom: 10px;
    min-width: 78px;
    font-size: 13px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-align: left;
    background-color: #5d7dd9;
    text-transform: uppercase;
}

.shop-container .goods .items .item .stickers .sticker:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 15px;
    border-color: transparent transparent transparent #5d7dd9;
}

.shop-container .goods .items .item .stickers .sticker.new {
    background-color: #02a6a8;
}

.shop-container .goods .items .item .stickers .sticker.new:after {
    border-color: transparent transparent transparent #02a6a8;
}

.shop-container .goods .items .item .stickers .sticker.top {
    background-color: #ecd388;
}

.shop-container .goods .items .item .stickers .sticker.top:after {
    border-color: transparent transparent transparent #ecd388;
}

.shop-container .goods .quantity {
    margin-bottom: 65px;
    width: 100%;
    text-align: right;
}

.shop-container .goods .quantity span {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: rgba(61, 61, 61, 0.8);
}

.shop-container .goods .more-items {
    text-align: center;
}

.shop-container .goods .more-items a {
    display: inline-block;
    margin-bottom: 78px;
    padding: 20px 40px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #02a6a8;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: solid 1px #02a6a8;
    background-color: #ffffff;
    text-transform: uppercase;
}

.shop-container .goods .more-items a img {
    margin-left: 9px;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 1770px) {
    .shop-container .inner-container {
        width: 1460px;
    }

    .shop-container .goods .items .item {
        margin-right: 42px;
        width: 320px;
    }

    .shop-container .goods .items .item:nth-child(4n) {
        margin-right: 43px;
    }

    .shop-container .goods .items .item:nth-child(3n) {
        margin-right: 0;
    }


}

@media screen and (max-width: 1570px) {
    .shop-container .inner-container {
        width: 1250px;
    }

    .shop-container .goods .goods-title {
        font-size: 45px;
    }

    .shop-container .goods .items .item {
        margin-right: 24px;
        width: 291px;
    }

    .shop-container .goods .items .item:nth-child(4n) {
        margin-right: 25px;
    }

    .shop-container .goods .items .item:nth-child(3n) {
        margin-right: 0;
    }

    .shop-container .filters {
        padding-right: 37px;
    }

    .shop-container .filters .block {
        width: 240px;
    }
}

/*@media screen and (max-width: 1400px) {

}*/

@media screen and (max-width: 1360px) {
    .shop-container .inner-container {
        width: 930px;
    }

    .shop-container .filters {
        padding: 60px 40px 60px 0;
    }

    .shop-container .goods {
        padding-left: 40px;
    }

    .shop-container .filters .block {
        width: 220px;
    }

    .shop-container .goods .top-filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .shop-container .goods .top-filters .wrap .btn-filter {
        margin-left: 0;
        margin-right: 15px;
    }

    .shop-container .goods .goods-title {
        font-size: 35px;
    }

    .shop-container .goods .items .item:nth-child(even) {
        margin-right: 0;
    }

    .shop-container .goods .items .item {
        width: 299px;
        margin-right: 30px;
    }

    .shop-container .goods .items .item:nth-child(odd) {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1020px) {
    .shop-container .inner-container {
        width: 730px;
    }

    .shop-container .goods .goods-title {
        font-size: 28px;
    }

    .shop-container .filters .block .title {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .shop-container .filters .block {
        padding-top: 25px;
        width: 180px;
    }

    .shop-container .goods .goods-title {
        margin-bottom: 25px;
    }

    .shop-container .goods .top-filters .wrap .nice-select {
        margin-left: 0;
        margin-top: 20px;
    }

    .shop-container .goods .top-filters .wrap span {
        display: block;
    }

    .shop-container .goods .items .item:nth-child(odd) {
        margin-right: 10px;
    }

    .shop-container .goods .items .item {
        width: 250px;
    }

    .shop-container .goods {
        padding-left: 30px;
    }

    .shop-container .filters {
        padding-right: 35px;
    }

    .shop-container .goods .items .item {
        width: 237px;
    }
}

@media screen and (max-width: 767px) {
    .shop-container .goods .breadcrumbs {
        padding: 30px 0 5px;
    }

    .shop-container .inner-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .shop-container .filters {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 15px;
        width: 100%;
    }

    .shop-container .filters .block {
        width: 100%;
    }

    .shop-container .goods .top-filters .wrap .nice-select {
        width: 100%;
    }

    .shop-container .goods .top-filters .wrap {
        width: 100%;
    }

    .shop-container .goods .goods-title {
        font-size: 22px;
    }

    .shop-container .goods {
        padding: 0 15px !important;
    }

    .shop-container .filters .block:first-child {
        border-top: 0;
    }

    .shop-container .filters:before {
        display: none;
    }

    .shop-container .goods .items .item {
        margin: 0 auto 30px !important;
        display: block;
        width: 290px;
    }

    .shop-container .goods .quantity {
        margin-bottom: 30px;
        text-align: center;
    }

    .shop-container .goods .more-items a {
        margin-bottom: 50px;
    }

    .icon.cart {
        position: fixed;
        top: 33px;
        right: 50px;
        z-index: 12;
    }
}

/* shop END */
/* partners-page START */
.partners-page .main-title {
    margin-bottom: 50px;
    text-align: center;
}

.partners-page .top-text {
    line-height: 34px;
    text-align: center;
}

.partners-page .items {
    padding-top: 20px;
    padding-bottom: 100px;
}

.partners-page .items .item {
    position: relative;
    padding: 100px 70px 100px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #02a6a8;
}

.partners-page .items .item:last-child {
    border-bottom: 0;
}

.partners-page .items .item .img-wrap {
    -webkit-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partners-page .items .item .img-wrap img {
    max-width: 250px;
}

.partners-page .items .item .text {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
}

.partners-page .items .item .yes {
    position: absolute;
    top: 83px;
    right: 31px;
    width: 26px;
    height: 19px;
    background: url("../img/arrow-right-green.png") 0 0/cover no-repeat;
}

.partners-page .items .item .no {
    position: absolute;
    top: 99px;
    right: 31px;
    width: 17px;
    height: 17px;
    cursor: default;
    background: url("../img/red-cross.png") 0 0/cover no-repeat;
}

@media screen and (max-width: 1570px) {
    .partners-page .items .item .img-wrap {
        -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    }

    .partners-page .items .item {
        padding: 80px 70px 80px 0;
    }
}

@media screen and (max-width: 1360px) {
    .partners-page .items .item {
        padding: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partners-page .items .item .img-wrap {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .partners-page .items .item {
        padding: 50px 0 90px;
    }

    .partners-page .items .item .yes,
    .partners-page .items .item .no {
        top: auto;
        right: 30px;
        bottom: 30px;
    }

    .partners-page .items {
        padding-bottom: 50px;
    }
}

/* partners-page END */
/* news-page START */
.news-page .select-type {
    margin-top: -80px;
    padding: 76px 70px 61px;
}

.news-page .select-type ul {
    list-style-type: none;
}

.news-page .select-type ul li {
    margin-right: 60px;
    margin-bottom: 15px;
    display: inline-block;
}

.news-page .select-type ul li.active a {
    color: #00bbbd;
}

.news-page .select-type ul li:last-child {
    margin-right: 0;
}

.news-page .select-type ul li a {
    font-size: 18px;
    color: #505050;
    font-weight: bold;
    text-transform: uppercase;
}

.news-page .select-type ul li a:hover {
    color: #00bbbd;
}

.news-page .news-previews {
    padding: 0 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-page .news-previews .item {
    margin-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 420px;
}

.news-page .news-previews .item:nth-child(3n) {
    margin-right: 0;
}

.news-page .news-previews .item .img-wrap {
    display: block;
    margin-bottom: 30px;
    height: 250px;
    overflow: hidden;
}

.news-page .news-previews .item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.news-page .news-previews .item .img-wrap:hover img {
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-page .news-previews .item .date {
    margin-bottom: 20px;
    font-size: 14px;
    color: #16c4b2;
}

.news-page .news-previews .item .title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #3d3d3d;
    font-weight: bold;
    line-height: 1.667;
}

.news-page .news-previews .item .text {
    margin-bottom: 30px;
    font-size: 15px;
    color: #3d3d3d;
    line-height: 1.867;
}
.news-page .news-previews .item .bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-page .news-previews .item .bottom .main-btn {
    margin-top: auto;
}
@media screen and (max-width: 1570px) {
    .news-page .select-type ul li {
        margin-right: 40px;
    }

    .news-page .select-type {
        padding: 60px 30px 45px;
    }

    .news-page .news-previews {
        padding: 0 30px;
    }

    .news-page .news-previews .item {
        margin-right: 25px;
        margin-bottom: 40px;
        width: 380px;
    }
}

@media screen and (max-width: 1360px) {
    .news-page .select-type ul li {
        margin-right: 25px;
    }

    .news-page .select-type {
        margin-top: -60px;
        padding: 60px 0 45px;
    }

    .news-page .select-type ul li a {
        font-size: 16px;
    }

    .news-page .news-previews {
        padding: 0;
    }

    .news-page .news-previews .item {
        margin-right: 50px;
    }

    .news-page .news-previews .item:nth-child(3n) {
        margin-right: 50px;
    }

    .news-page .news-previews .item:nth-child(even) {
        margin-right: 0;
    }

    .news-page .news-previews .item {
        width: 440px;
    }
}

@media screen and (max-width: 1020px) {
    .news-page .select-type {
        margin-top: -40px;
    }

    .news-page .news-previews .item {
        margin-right: 25px;
    }

    .news-page .news-previews .item:nth-child(3n) {
        margin-right: 25px;
    }

    .news-page .news-previews .item:nth-child(even) {
        margin-right: 0;
    }

    .news-page .news-previews .item {
        width: 352px;
    }

    .news-page .news-previews .item .img-wrap {
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .news-page .select-type {
        margin-top: -30px;
    }

    .news-page .news-previews .item {
        margin: 0 auto 50px;
    }

    .news-page .news-previews .item:nth-child(even) {
        margin-right: auto;
    }

    .news-page .news-previews .item:nth-child(3n) {
        margin-right: auto;
    }

    .news-page .news-previews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 420px) {
    .news-page .news-previews .item {
        width: 290px;
    }
}

/* news-page END */
/* single-news START */
.single-news {
    padding: 0 70px;
}

.single-news .main-title {
    padding-top: 90px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #3d3d3d;
    font-weight: bold;
    line-height: 1.25;
    text-transform: none;
    text-align: left;
}

.single-news .text {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 2.25;
}

.single-news .text img {
    max-width: 594px;
    float: left;
    padding-right: 40px;
}

.single-news .bottom {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 80px;
    border-top: 1px solid #02a6a8;
}

.single-news .bottom .date {
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #16c4b2;
}

.single-news .bottom ul {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}

.single-news .bottom ul li {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.single-news .bottom ul li:last-child {
    margin-right: 0;
}

.single-news .bottom ul li a {
    display: block;
    padding: 10px 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #16c4b2;
    font-size: 13px;
    color: #505050;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.other-news {
    padding-bottom: 90px;
}

.other-news .main-title {
    margin-bottom: 70px;
    text-align: center;
    font-weight: 800;
}

@media screen and (max-width: 1570px) {
    .shop-container.shop-container--search .inner-container {
        width: 929px;
    }
    .shop-container.shop-container--search .goods {
        padding-left: 0;
    }
    .single-news {
        padding: 0 30px;
    }

    .single-news .main-title {
        font-size: 35px;
    }

    .single-news .text img {
        padding-right: 30px;
        max-width: 500px;
    }
}

@media screen and (max-width: 1360px) {
    .shop-container.shop-container--search .inner-container {
        width: 635px;
    }

    .single-news {
        padding: 0;
    }

    .single-news .bottom .date {
        display: block;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .single-news .bottom ul li {
        margin-bottom: 15px;
    }

    .single-news .main-title {
        font-size: 30px;
    }

    .single-news .text img {
        max-width: 450px;
    }
}

@media screen and (max-width: 1020px) {
    .shop-container.shop-container--search .inner-container {
        width: 491px;
    }
    .single-news .text img {
        max-width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .shop-container.shop-container--search .inner-container {
        width: auto;
    }

    .single-news .text img {
        width: 100%;
    }

    .single-news .main-title {
        font-size: 22px;
    }

    .single-news .main-title {
        padding-top: 50px;
        margin-bottom: 30px;
    }

    .single-news .text {
        line-height: 2;
    }

    .single-news .text img {
        padding-right: 0;
        max-width: 730px;
        width: 100%;
        float: none;
    }
}

/* single-news END */
/* .contacts-page START */
.contacts-page {
    -webkit-box-shadow: 0px 23px 19.32px 1.68px rgba(11, 11, 11, 0.2);
    box-shadow: 0px 23px 19.32px 1.68px rgba(11, 11, 11, 0.2);
}

.contacts-page .items {
    padding: 0 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-page .items .item {
    margin-bottom: 80px;
    padding: 0 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 450px;
    min-height: 270px;
    text-align: center;
    border-right: 1px solid #00bbbd;
}

.contacts-page .items .item:nth-child(3n) {
    border-right: 0;
}

.contacts-page .items .item .img-wrap {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.contacts-page .items .item ul {
    list-style-type: none;
}

.contacts-page .items .item ul li {
    font-size: 18px;
    color: #505050;
    font-weight: bold;
    line-height: 1.667;
}

.contacts-page .items .item ul li a {
    font-size: 18px;
    color: #505050;
    font-weight: bold;
    line-height: 1.667;
}

.map {
    width: 100%;
    height: 580px;
    background: url("../img/map.png") 0 0/cover no-repeat;
}

.contact-us {
    padding: 110px 0 180px;
}

.contact-us .main-title {
    margin-bottom: 40px;
    text-align: center;
}

.contact-us form {
    margin: 0 auto;
    width: 989px;
    font-size: 0;
}

.contact-us .column {
    margin-bottom: 30px;
    padding: 0 22px;
    width: 494px;
    display: inline-block;
    vertical-align: top;
}

.contact-us .column:first-child {
    border-right: 1px solid #00bbbd;
}

.contact-us input, .contact-us textarea {
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    font-family: 'Open Sans';
    font-size: 13px;
    background-color: #ffffff;
    color: #818181;
}

.contact-us input:last-child, .contact-us textarea:last-child {
    margin-bottom: 0;
}

.contact-us textarea {
    resize: none;
    height: 162px;
}

.contact-us .row {
    padding: 0 22px;
}

.contact-us input[type=checkbox] {
    width: 0;
    height: 0;
}

.contact-us input[type=checkbox]:checked + label:before {
    background-color: #02a6a8;
}

.contact-us label {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.contact-us label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: #c4c4c4;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.contact-us .main-btn {
    margin-top: 15px;
    height: 50px;
    width: 100%;
    border-color: #02a6a8;
    background-color: #02a6a8;
    color: #ffffff;
}

.contact-us .main-btn:hover {
    color: #02a6a8;
    background-color: #ffffff;
}

@media screen and (max-width: 1570px) {
    .contacts-page .items {
        padding: 0;
    }

    .contacts-page .items .item {
        padding: 0 40px;
        width: 416px;
    }
}

@media screen and (max-width: 1360px) {
    .contacts-page .items .item {
        padding: 0 20px;
        margin-bottom: 60px;
        width: 310px;
    }

    .contacts-page .items .item ul li,
    .contacts-page .items .item ul li a {
        font-size: 16px;
    }

    .contact-us form {
        width: 930px;
    }

    .contact-us .column {
        width: 464px;
    }

    .contact-us {
        padding: 80px 0 100px;
    }
}

@media screen and (max-width: 1020px) {
    .contacts-page .items .item {
        margin-bottom: 40px;
        width: 100%;
        border-right: 0;
        min-height: 10px;
    }

    .contacts-page .items .item li {
        margin: 0 auto;
        max-width: 300px;
    }

    .contacts-page .items .item .img-wrap {
        margin-bottom: 15px;
    }

    .contact-us form {
        width: 730px;
    }

    .contact-us .column {
        width: 364px;
    }
}

@media screen and (max-width: 767px) {
    .contacts-page .items .item li {
        max-width: 290px;
    }

    .contact-us {
        padding: 60px 0;
    }

    .contact-us form {
        width: 100%;
    }

    .contact-us .column {
        width: 100%;
        padding: 0;
    }

    .contact-us .column:first-child {
        border-right: 0;
    }

    .contact-us .column {
        margin-bottom: 20px;
    }

    .contact-us .row {
        padding: 0;
    }
}

@media screen and (max-width: 450px) {
    .contact-us label {
        line-height: 1px;
    }

    .contact-us .main-btn {
        margin-top: 20px;
    }
}

/* .contacts-page END */
/* pagination START */
.pagination-wrap {
    padding: 50px 0 120px;
    text-align: center;
}

.pagination-wrap .wrap a {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 27px;
    color: #3d3d3d;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.pagination-wrap .wrap a.prev, .pagination-wrap .wrap a.next {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../img/double-right.png") 0 0/cover no-repeat;
}

.pagination-wrap .wrap a.prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../img/double-right.png");
}

.pagination-wrap .wrap span {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 27px;
    color: #3d3d3d;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.pagination-wrap .wrap span.current {
    color: #ffffff;
    background-color: #00bbbd;
}

.woocommerce-pagination .page-numbers {
    list-style-type: none;
}

.woocommerce-pagination .page-numbers li {
    display: inline-block;
}

.woocommerce-pagination .page-numbers li a.prev, .woocommerce-pagination .page-numbers li a.next {
    font-size: 0;
}

/* pagination END */
/* ui slider START */
.ui-slider-container {
    margin-bottom: 45px;
    font-size: 0;
}

.ui-slider-container .inputs {
    margin-bottom: 44px;
    font-size: 0;
}

.ui-slider-container .inputs > span {
    margin: 0 22px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #3d3d3d;
}

.ui-slider-container #input-number1,
.ui-slider-container #input-number2 {
    padding: 10px 0 10px 10px;
    display: inline-block;
    vertical-align: middle;
    width: 76px;
    height: auto;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    text-align: left;
    color: #3d3d3d;
    border: solid 1px #dcdcdc;
    background-color: #ffffff;
}

.ui-slider-container .noUi-horizontal {
    height: 5px;
}

.ui-slider-container .noUi-connect {
    background-color: #02a6a8;
}

.ui-slider-container .noUi-target {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: #02a6a8;
}

.ui-slider-container .noUi-handle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: solid 1px #dcdcdc;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.ui-slider-container .noUi-handle:after, .ui-slider-container .noUi-handle:before {
    display: none;
}

.ui-slider-container .noUi-horizontal .noUi-handle {
    top: -12px;
}

@media screen and (max-width: 1020px) {
    .ui-slider-container .inputs > span {
        margin: 0 10px;
    }

    .ui-slider-container .inputs {
        margin-bottom: 30px;
    }

    .ui-slider-container {
        margin-bottom: 30px;
    }

    .ui-slider-container #input-number1,
    .ui-slider-container #input-number2 {
        font-size: 13px;
        width: 66px;
    }
}

@media screen and (max-width: 767px) {
    .ui-slider-container {
        width: 100%;
    }

    #uislider {
        padding: 0 12px;
    }
}

/* ui slider END */
/* preloader START */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100vh;
    background-color: #02a6a8;
}

.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1570px) {
    .shop-container .goods .items .item .title {
        font-size: 14px;
    }
    .preloader img {
        width: 290px;
    }
}

@media screen and (max-width: 767px) {
    .preloader img {
        width: 250px;
    }
}

::-webkit-scrollbar {
    width: 10px
}
::-webkit-scrollbar-track {
    background-color: transparent
}
::-webkit-scrollbar-thumb {
    background-color: #505050
}

/* preloader END */

.standard-tokens {
    text-align: center;
}

.standard-token {
    padding: 20px;
    width: 195px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.standard-token .standard-token__img {
    padding: 10px 0;
    height: 130px;
    margin-bottom: 25px;
}

.standard-token img {
    max-width: 105px;
    max-height: 105px;
}

.standard-token__title {
  margin-bottom: 9px;
  font-size: 16px;
  color: rgb(2, 166, 168);
  font-weight: bold;
}

.standard-token__diameter,
.standard-token__price {
  font-size: 14px;
  color: rgb(82, 82, 82);
}

.standard-token input {
    display: none;
}

.standard-token label {
    cursor: pointer;
}

.standard-token__img {
    border: 1px solid transparent;
    transition: border-color 0.5s;
}

.standard-token label:focus {
    border-color: #02a6a8;
}

.standard-token .standard-token__button {
    display: none;
}

.standard-token__img.selectedLabel {
    border-color: #02a6a8;
}

.standard-token input:checked + .standard-token__img {
    border-color: #02a6a8;
}

@media screen and (max-width: 840px) {
    .standard-tokens {
        text-align: left;
    }
    .standard-token {
        padding: 10px;
        width: 185px;
    }
}

@media screen and (max-width: 767px) {
    .modal {
        z-index: 12;
    }
    .standard-token {
        margin-bottom: 20px;
        width: 100%;
    }
}

.choose-tokens {
  width: 100%;
  text-align: center; }
  .choose-tokens .token {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    text-align: center; }
    .choose-tokens .token:first-child {
      margin-right: 125px; }
    .choose-tokens .token .img-wrap {
      margin-bottom: 20px;
      height: 130px; }
      .choose-tokens .token .img-wrap img {
        max-width: 130px;
        max-height: 130px;
        -o-object-fit: contain;
           object-fit: contain; }
    .choose-tokens .token .title {
      margin-bottom: 20px;
      font-size: 16px;
      color: #02a6a8;
      font-weight: bold; }

@media screen and (max-width: 840px) {
  .choose-tokens .token:first-child {
    margin-right: 90px; } }

@media screen and (max-width: 767px) {
    .search-container .search {
        font-size: 16px;
    }

  .choose-tokens .token {
    margin: 0 auto;
    display: block; }
  .choose-tokens .token:first-child {
    margin: 0 auto 15px; } }


.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #02a6a8;
}
.wp-pagenavi a,
.wp-pagenavi span {
    color: #000;
    padding: 3px 10px;
}
.img-container-wrp .img-anchor {
    padding: 10px 0;
    text-align: center;
}
.img-container .slick-arrow {
    outline: 0;
    border: 0;
    z-index: 1;
    width: 30px;
    font-size: 0;
    height: 30px;
    display: block;
    cursor: pointer;
    opacity: .5;
    position: absolute;
    top: calc(50% - 15px);
    -webkit-appearance: none;
    background-color: transparent;
    border-left: 2px solid #02a6a8;
    border-bottom: 2px solid #02a6a8;
}
.img-container .slick-arrow:hover {
    opacity: 1;
}
.img-container .slick-prev {
    left: 20px;
    transform: rotate(45deg);
}
.img-container .slick-next {
    right: 20px;
    transform: rotate(-135deg);
}
.cities-holder {
    width: 100%;
    color: #818181;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #c4c4c4;
    background-color: #ffffff;
    -webkit-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    transition: border-color 0.5s;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    max-height: 500px;
    margin-bottom: 20px;
    border-top: 0;
    overflow: hidden auto;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.cities-holder-item {
    display: block;
    color: inherit;
    padding: 16px 20px;
    text-decoration: none;
}
.liqpay-wrapper {
    margin-top: 20vh;
    text-align: center;
}
.error-message {
    padding: 10px 0;
    font-weight: 700;
    color: #d24a43;
}