/*
Theme Name: noovee.com
Template: storefront

Theme URI: https://brandpage.agency
Description: BrandPage.Agency
Author: Алексей Орленко
Author URI: https://t.me/orlenkotop
Version: 1.0
*/

/* импортируем стили родительской темы */
/*@import url("../storefront/style.css");*/

*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: 'Cyntho Next';
    src: url('/wp-content/themes/storefront-child/fonts/CynthoNext-Light.eot');
    src: local('Cyntho Next Light'), local('CynthoNext-Light'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Light.woff2') format('woff2'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Light.woff') format('woff'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cyntho Next';
    src: url('/wp-content/themes/storefront-child/fonts/CynthoNext-Regular.eot');
    src: local('Cyntho Next Regular'), local('CynthoNext-Regular'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Regular.woff2') format('woff2'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Regular.woff') format('woff'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cyntho Next';
    src: url('/wp-content/themes/storefront-child/fonts/CynthoNext-Medium.eot');
    src: local('Cyntho Next Medium'), local('CynthoNext-Medium'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Medium.woff2') format('woff2'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Medium.woff') format('woff'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cyntho Next';
    src: url('/wp-content/themes/storefront-child/fonts/CynthoNext-SemiBold.eot');
    src: local('Cyntho Next SemiBold'), local('CynthoNext-SemiBold'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-SemiBold.woff') format('woff'),
        url('/wp-content/themes/storefront-child/fonts/CynthoNext-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    border-radius: 10px;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #6597fb;
}

@media only screen and (max-width: 767px) {
    .woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
        border-radius: 5px;
    }

    .woocommerce-info, .woocommerce-noreviews, p.no-comments {
        background-color: #6597fb;
    }
}

.storefront-sorting {
    display: none!important;
}

#page.site {
    padding-top: 172px;
}

.content-area,
.hentry {
    margin: 0;
}

body {
    font-weight: 300;
    font-family: 'Cyntho Next';
    color: #232323;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0!important;
}

a {
    outline: none!important;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

img {
    border-radius: 0!important;
}

.col-full,
.site-main,
.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.col-full .site-main {
    padding: 0;
}

@media only screen and (max-width: 1199px) {
    .col-full,
    .site-main,
    .container {
        max-width: 1024px!important;
    }


    .site-main {
        padding: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .col-full,
    .site-main,
    .container {
        max-width: 768px!important;
    }

}

@media only screen and (max-width: 767px) {
    #page.site {
        padding-top: 100px!important;
    }

    .col-full,
    .site-main,
    .container {
        max-width: 375px!important;
    }
}

/*     site-header     */

.site-header {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    height: 92px;
    max-width: 1180px!important;
    margin: 0 auto!important;
    padding: 0!important;
    background: #FAFBFD;
    border: 0!important;
    border-radius: 46px!important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 100;
}

.home .site-header {
    top: 44px;
    background: initial;
}

.home .site-header.header_scroll {
    top: 20px;
    background: #FAFBFD;
}

.site-branding {
    position: absolute!important;
    top: 32px!important;
    left: 60px!important;
    float: none!important;
    width: auto!important;
    height: auto!important;
    margin: 0!important;
}

.site-branding a {
    display: block;
    font-size: 0;
    width: 120px;
    height: 26px;
    background-image: url(img/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
}

.main-navigation {
    float: none!important;
    width: auto!important;
    margin: 0!important;
}

.site-header-cart {
    position: absolute!important;
    top: 10px!important;
    right: 10px!important;
    float: none!important;
    width: auto!important;
}

.site-header-cart .cart-contents {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0;
    padding: 0;
    background-color: #6597FB;
    background-image: url(img/icon-cart-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transform: scale(1);
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

.site-header-cart .cart-contents.animation {
    transform: scale(1.1);
}

.site-header-cart .cart-contents:hover {
    background-color: #71A0FD;
}

.site-header-cart .cart-contents .amount {
    display: none!important;
}

.site-header-cart .cart-contents .count {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #232323;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    opacity: 1;
}

.site-header-cart .cart-contents::after {
    display: none!important;
}

.site-header-cart .widget_shopping_cart {
    display: none!important;
}

.primary-navigation {
    padding: 22px 135px 22px 220px!important;
}




.main-navigation ul.menu,
.main-navigation ul.nav-menu {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin: 0!important;
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
    padding: 10px!important;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul,
.secondary-navigation ul li:hover>ul,
.secondary-navigation ul li.focus>ul {
    left: 50%!important;
    transform: translate(-50%, 0)!important;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a {
    color: #6597FB;
    background: none!important;
}

.site-header ul.menu li.current-menu-item > a:hover {
    color: #6597FB;
}

.main-navigation ul.menu > li.menu-item-has-children > a,
.main-navigation ul.nav-menu > li.menu-item-has-children > a {
    padding-right: 34px!important;
}

.main-navigation ul.menu > li.menu-item-has-children > a::after,
.main-navigation ul.nav-menu > li.menu-item-has-children > a::after {
    position: absolute;
    top: 18px;
    right: 7px;
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(img/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0!important;
}

.main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.children {
    padding: 24px 0 6px!important;
    background: #FAFBFD!important;
    border-radius: 0 0 14px 14px!important;
    overflow: hidden!important;
}

.main-navigation ul.menu ul.sub-menu a,
.main-navigation ul.nav-menu ul.children a {
    text-align: center!important;
}

.main-navigation ul.menu ul li.focus,
.main-navigation ul.nav-menu ul li.focus {
    background: none!important;
}

.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a {
    position: relative;
    padding: 19px 0;
    font-weight: 300;
    font-size: 16px;
}

.main-navigation ul.menu ul li a:before,
.main-navigation ul.nav-menu ul li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 20px;
    right: 20px;
    display: block;
    height: 1px;
    background: #E7EAF1;
}

.main-navigation ul.menu ul.sub-menu a:hover,
.main-navigation ul.nav-menu ul.children a:hover {
    background: none!important;
}

.main-navigation ul.menu ul a:hover,
.main-navigation ul.nav-menu ul a:hover {
    background: none!important;
}

@media only screen and (max-width: 1199px) {
    .home .site-header {
        top: 20px;
        background: #FAFBFD;
    }

    .site-header {
        max-width: 1004px!important;
    }

    .main-navigation ul.menu,
    .main-navigation ul.nav-menu {
        column-gap: 45px;
    }
}

@media only screen and (max-width: 1023px) {
    .site-header {
        max-width: 748px!important;
    }

    .site-branding {
        left: 30px!important;
    }

    .primary-navigation {
        padding: 22px 85px 22px 160px!important;
    }

    .main-navigation ul.menu,
    .main-navigation ul.nav-menu {
        column-gap: 20px;
    }

    .main-navigation ul.menu > li.menu-item-has-children > a,
    .main-navigation ul.nav-menu > li.menu-item-has-children > a {
        padding-right: 26px!important;
    }

    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a {
        padding: 10px 0!important;
    }
}

@media only screen and (max-width: 767px) {
    .site-header {
        top: 0px!important;
        height: auto;
        min-height: 70px;
        max-width: 375px!important;
        background: #fff!important;
        border-radius: 0 0 21px 21px!important;
    }

    .site-branding {
        left: 25px!important;
    }

    .site-branding a {
        width: 89px;
        background-size: 89px;
    }

    .site-header-cart {
        top: 20px!important;
        right: 85px!important;
    }

    .site-header-cart .cart-contents {
        width: 50px;
        height: 50px;
        background-size: 12px;
    }

    .site-header-cart .cart-contents .count {
        top: 2px;
        right: 0px;
    }

    .main-navigation {
        padding: 20px 15px!important;
    }

    .menu-toggle {
        background-color: #6597FB!important;
        background-image: url(img/icon-burger.svg)!important;
        background-position: center!important;
        background-repeat: no-repeat!important;
        width: 50px!important;
        height: 50px!important;
        padding: 0!important;
        font-size: 0!important;
        border-radius: 50%!important;
        outline: none!important;
    }

    .menu-toggle span,
    .menu-toggle::before,
    .menu-toggle::after {
        display: none!important;
    }

    .main-navigation ul.menu {
        flex-direction: column!important;
    }
}

/*     base     */

.center {
    text-align: center;
}

.pre-title {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.715em;
    color: #C3CAD7;
}

.page-title {
    text-align: center;
}

.title,
.entry-title,
.page-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 59px;
}

.pre-title ~ .title {
    text-transform: uppercase;
}

.blue {
    color: #6597FB;
}

.show-pc {
    display: block;
}

.show-mob {
    display: none!important;
}

@media only screen and (max-width: 767px) {
    .pre-title {
        margin-bottom: 0!important;
        font-size: 10px!important;
        line-height: 12px!important;
    }

    .title,
    .entry-title,
    .page-title {
        font-size: 30px!important;
        line-height: 44px!important;
    }

    .show-mob {
        display: block!important;
    }

    .show-pc {
        display: none!important;
    }
}

/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.btn_blue {
    color: #fff;
    background: #6597FB;
}

.btn_light_blue {
    color: #fff;
    background: #709ffd;
}

.btn_grey {
    color: #9399A4;
    background: #F8F9FB;
}

@media only screen and (min-width: 768px) {
    .btn_light_blue:hover {
        color: #fff;
        background: #6597FB;
    }

    .btn_grey:hover {
        color: #fff;
        background: #6597FB;
    }
}

.btn_main {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.btn_main:before {
    position: absolute;
    content: '';
    top: 90px;
    left: -190px;
    width: 236px;
    height: 236px;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}

.btn_blue:before {
    background: #7CA8FF7A;
}

.btn_grey:before {
    background: #F8F9FB7A;
}


    .btn_grey:hover:before {
        background: #7CA8FF7A;
    }

    .btn_main:hover:before {
        top: -40px;
        left: -60px;
    }
@media only screen and (min-width: 768px) {
	
}


.btn_main:after {
    position: absolute;
    content: '';
    top: 120px;
    right: -150px;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.btn_blue:after {
    background: #7CA8FFA8;
}

.btn_grey:after {
    background: #F8F9FB;
}

@media only screen and (min-width: 768px) {
    .btn_grey:hover:after {
        background: #7CA8FFA8;
    }

    .btn_main:hover:after {
        top: -10px;
        right: -20px;
    }
}

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

.btn_main span {
    position: relative;
    display: inline-block;
    padding: 30px;
    font-weight: 300!important;
    line-height: 24px;
    z-index: 3;
}

.btn_blue.btn_cart span,
.btn_grey.btn_cart span {
    padding: 30px 97px 30px 41px;
    background-position: right 45px center;
    background-repeat: no-repeat;
}

.btn_blue.btn_cart span {
    background-image: url(img/icon-cart-blue.svg);
}

.btn_grey.btn_cart span {
    background-image: url(img/icon-cart-grey.svg);
}

@media only screen and (min-width: 768px) {
    .btn_grey.btn_cart:hover span {
        background-image: url(img/icon-cart-blue.svg);
    }
}

@media only screen and (max-width: 767px) {
    .btn_main span {
        padding: 15px;
        font-size: 12px;
        line-height: 20px;
    }


    .btn_blue.btn_cart span,
    .btn_grey.btn_cart span {
        padding: 25px 96px 25px 41px;
        background-position: right 44px center;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 767px) {
	.btn_main:hover:before {
		top: -40px;
		left: -95px;
	}
	
	.btn_main:hover:after {
		top: -10px;
		right: -55px;
	}
}


.link__back a {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #C3CAD7;
    text-decoration: underline;
}

.link__back a:hover {
    color: #6597FB;
}

.product-single__main .link__back {
    margin: -30px 0 20px;
}

.woocommerce-cart .link__back {
    position: absolute;
    top: 16px;
    left: 20px;
}

@media only screen and (max-width: 1023px) {
    .product-single__main .link__back {
        margin: 0;
        position: absolute;
        top: 30px;
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .product-single__main .link__back {
        top: 0;
        left: 40px;
        right: auto;
    }

    .woocommerce-cart .link__back {
        top: 8px;
        left: 0;
    }

    .link__back a {
        font-size: 12px;
    }
}

/*     first     */

.first {
    margin-top: -152px;
}

.first__block {
    height: 845px;
    margin: 0 -100px;
    padding: 231px 0 0 120px;
    background-color: #F2F4F8;
    background-image: url(img/first-bg.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 28px;
    overflow: hidden;
}

@media only screen and (min-width: 1360px) {
    .first__block {
        margin: 0 -315px;
    }
}

.first__brand {
    height: 49px;
    padding-left: 58px;
    font-size: 20px;
    line-height: 49px;
    color: #697794;
    background-image: url(img/icon-brand.svg);
    background-position: left -6px center;
    background-repeat: no-repeat;
}

.first__title {
    margin-top: 29px!important;
    font-size: 60px;
    line-height: 88px;
    text-transform: uppercase;
}

.first__btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 89px;
}

@media only screen and (max-width: 1199px) {
    .first {
        margin-top: -40px;
    }

    .first__block {
        height: 665px;
        margin: 0;
        padding: 140px 0 0 40px;
    }

    .first__title {
        font-size: 50px;
        line-height: 68px;
    }

    .first__btn {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .first__block {
        height: 485px;
        margin: 0;
        padding: 60px 0 0 30px;
    }

    .first__title {
        font-size: 40px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .first {
        margin-top: -10px;
    }

    .first__block {
        position: relative;
        width: 325px;
        height: 596px;
        margin: 0 auto;
        padding: 40px 0 0;
        background: linear-gradient(232.7deg, #E7EDFA 0.73%, rgba(248, 249, 251, 0) 79.51%),
        linear-gradient(116.48deg, #F8F9FB 0%, rgba(219, 228, 247, 0) 82.51%);
    }

    .first__block::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url(img/first-bg-mob.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        z-index: 2;
    }

    .first__brand {
        position: absolute;
        top: 200px;
        right: 26px;
        font-size: 12px;
        line-height: 18px;
        max-width: 115px;
        padding-left: 35px;
        background-size: 30px;
        background-position: -2px 4px;
        z-index: 3;
    }

    .first__title {
        position: relative;
        text-align: center;
        z-index: 1;
    }

    .first__btn {
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 271px;
        z-index: 3;
    }

    .first__btn .btn_main span {
        font-size: 16px;
    }

}


/*     section     */


.about {
    padding-top: 90px;
}

.about__block {
    margin: 0 -340px;
}

.about__list {
    display: flex;
    
}

.about__column {
    width: 24%;
    padding: 0 15px;
}

.about__column:nth-child(3) {
    width: 28%;
}

.about__img {
    border-radius: 21px;
    overflow: hidden;
}

.about__content {
    text-align: center;
}

.about__text {
    margin-top: 34px;
    font-size: 16px;
    line-height: 33px;
}

.about__btn {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

@media only screen and (max-width: 1199px) {
    .about__block {
        margin: 0 -150px;
    }

    .about__list {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .about__column {
        width: 33.33%;
        order: 1;
    }

    .about__column:nth-child(3) {
        width: 100%;
        order: 4;
    }
}

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

}

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

    .about__block {
        margin: 0 -160px;
    }

    .about__list {
        row-gap: 26px;
    }

    .about__column {
        padding: 0 5px;
    }

    .about__img {
        border-radius: 14px;
    }

    .about__text {
        margin-top: 14px;
        font-size: 12px;
        line-height: 24px;
    }

    .about__btn {
        margin-top: 25px;   
    }

    .about__btn .btn_main span {
        font-size: 16px;
    }
}

/*     category     */


.category {
    padding-top: 90px;
}


.category__block {
    margin: 40px -100px 0;
}

.category__list {
    display: flex;
    margin: 0 -9px;
}

.category__column {
    width: 50%;
    padding: 0 9px;
}

.category__item {
    position: relative;
    display: block;
    height: 491px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 21px;
}

.category__item:before {
    position: absolute;
    content: '';
    width: 66px;
    height: 37px;
    background-image: url(img/logo-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 66px;
}

@media only screen and (min-width: 1200px) {
    .category__column:nth-child(1) .category__item:before {
        bottom: 44px;
        right: 48px;
    }

    .category__column:nth-child(2) .category__item:before {
        top: 44px;
        left: 48px;
    }
}

.category__item-title {
    position: absolute;
    color: #fff;
}

@media only screen and (min-width: 1200px) {
    .category__column:nth-child(1) .category__item-title {
        top: 34px;
        right: 48px;
    }

    .category__column:nth-child(2) .category__item-title {
        bottom: 45px;
        left: 48px;
    }
}

@media only screen and (max-width: 1199px) {
    .category__block {
        margin-left: 0;
        margin-right: 0;
    }

    .category__item {
        height: 354px;
    }

    .category__item:before {
        top: 25px;
        left: 28px;
    }

    .category__item-title {
        bottom: 25px;
        left: 28px;
    }
}

@media only screen and (max-width: 1023px) {
    .category__list {
        flex-direction: column;
        row-gap: 20px;
    }

    .category__column {
        width: 100%;
    }

    .category__item {
        height: 520px;
    }
}

@media only screen and (max-width: 767px) {
    .category {
        padding-top: 61px;
    }

    .category__block {
        margin: 24px -14px 0;
    }

    .category__list {
        row-gap: 6px;
    }

    .category__item {
        height: 337px;
    }

    .category__item:before {
        top: 20px;
        left: 27px;
    }

    .category__item-title {
        bottom: 28px;
        left: 28px;
    }
}

/*     advantages     */

.advantages {
    padding: 90px 0 62px;
}

.advantages__block {
    position: relative;
    margin-top: 42px;
    padding-left: 55.7%;
}

.advantages__img {
    position: absolute;
    top: -15px;
    left: -140px;
    width: 815px;
    z-index: 2;
}

.advantages__list {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 64px;
    z-index: 1;
}

.advantages__item {
    display: flex;
    align-items: center;
    column-gap: 43px;
}

.advantages__item-icon {
    width: 112px;
    height: 112px;
}

.advantages__item-content {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.advantages__item-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
}

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

@media only screen and (max-width: 1199px) {
    .advantages__img {
        top: 0;
        left: -100px;
        width: 735px;
    }

    .advantages__item-text br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .advantages {
        padding-bottom: 0;
    }

    .advantages__block {
        padding: 325px 0 0;
    }

    .advantages__img {
        top: -25px;
        left: 50px;
        width: 640px;
    }

    .advantages__list {
        padding: 40px 40px 0;
        background-color: #FFFFFF;
        border-radius: 21px;
        z-index: 3;
    }
}

@media only screen and (max-width: 767px) {
    .advantages {
        padding: 61px 0 2px;
    }

    .advantages__block {
        padding: 210px 0 0;
    }

    .advantages__img {
        top: -34px;
        left: -40px;
        width: 450px;
    }

    .advantages__list {
        padding: 44px 30px 0;
        border-radius: 15px;
        margin: 0 -15px;
        row-gap: 32px;
    }

    .advantages__item {
        column-gap: 26px
    }

    .advantages__item-icon {
        width: 65px;
        height: 65px;
        flex: 0 0 65px;
    }

    .advantages__item-icon img,
    .advantages__item-icon svg {
        width: 100%;
        max-height: 100%;
    }

    .advantages__item-content {
        row-gap: 2px;
    }

    .advantages__item-title {
        font-size: 15px;
        line-height: 22px;
    }

    .advantages__item-text {
        font-size: 12px;
        line-height: 19px;
    }

    .advantages__item-text span {
        display: block;
    }
}

/*     contacts     */

.contacts {
    padding-top: 90px;
}

.contacts__list {
    display: flex;
    align-items: center;
    margin: 0 -23px;
}

.contacts__column {
    padding: 0 23px;
}

.contacts__column:nth-child(1) {
    width: 59.37%;
}

.contacts__column:nth-child(2) {
    width: 40.63%;
    padding-bottom: 20px;
}

.contacts__map iframe {
    display: flex;
    width: 100%;
    height: 433px;
    border-radius: 18px;
    overflow: hidden;
}

.contacts__items {
    display: flex;
    flex-direction: column;
    row-gap: 29px;
    margin-top: 40px;
}

.contacts__item a,
.contacts__item span {
    display: flex;
    column-gap: 22px;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    color: #1C1C1C;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.contacts__item a:hover {
    color: #6597FB;
}

.contacts__item a svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.contacts__item a:hover svg path {
    fill: #71A0FD;
}

@media only screen and (max-width: 1199px) {
    .contacts__column:nth-child(1) {
        width: 55%;
    }

    .contacts__column:nth-child(2) {
        width: 45%;
    }
}

@media only screen and (max-width: 1023px) {
    .contacts__list {
        flex-direction: column;
        row-gap: 40px;
    }

    .contacts__column:nth-child(1),
    .contacts__column:nth-child(2) {
        width: 100%!important;
    }

    .contacts__items {
        flex-wrap: wrap!important;
        flex-direction: initial!important;
    }

    .contacts__item {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .contacts {
        padding-top: 60px!important;
    }

    .contacts .pre-title,
    .contacts .title {
        text-align: center;
    }

    .contacts__block {
        margin: 24px 0 0;
    }

    .contacts__list {
        row-gap: 18px!important;
    }

    .contacts__map iframe {
        height: 332px!important;
    }

    .contacts__email {
        width: 55%;
        order: 1;
    }

    .contacts__instagram {
        width: 45%;
        order: 2;
    }

    .contacts__phone {
        width: 55%;
        order: 3;
    }

    .contacts__site {
        width: 45%;
        order: 4;
    }

    .contacts__address {
        width: 100%;
        order: 5;
    }

    .contacts__items {
        row-gap: 16px!important;
        margin: 0 14px 0!important;
    }

    .contacts__item a,
    .contacts__item span {
        column-gap: 10px!important;
        font-size: 12px!important;
        line-height: 30px!important;
    }
}

/*     footer     */

.site-footer {
    padding: 114px 0 20px;
    background: #fff;
}

.footer__block {
    position: relative;
    padding-left: 230px;
}

.footer__logo {
    position: absolute;
    top: -4px;
    left: -2px;
    display: block;
    font-size: 0;
    width: 120px;
    height: 26px;
    background-image: url(img/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
}

.footer__social {
    position: absolute;
    top: 54px;
    left: -2px;
    display: flex;
    column-gap: 10px;
}

.footer__social a {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    background: linear-gradient(0deg, #71A0FD, #71A0FD), linear-gradient(0deg, #A5C3FF, #A5C3FF);
    border: 1px solid #A5C3FF;
    border-radius: 12px;
}

.footer__social a:hover {
    background: linear-gradient(0deg, #6597FB, #6597FB), linear-gradient(0deg, #6597FB, #6597FB);
}

.footer__social a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer__up {
    position: absolute;
    top: -10px;
    right: -15px;
    width: 40px;
    height: 40px;
    background-image: url(img/icon-arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.footer__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #232323;
}

.footer__menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__menu a {
    color: #A8A8C7!important;
}

.footer__menu a:hover {
    color: #6597FB!important;
}

.footer__menu_1 {
    margin-top: 47px;
}

.footer__menu_1 ul {
    column-gap: 102px;
}

.footer__menu_1 a {
    font-size: 16px;
    line-height: 19px;
    text-decoration: none!important;
}

.footer__menu_2 {
    margin-top: 62px;
    margin-left: -232px;
}

.footer__menu_2 ul {
    column-gap: 57px;
}

.footer__menu_2 a {
    font-size: 13px;
    line-height: 16px;
}


@media only screen and (max-width: 1199px) {
    .footer__menu_1 ul {
        column-gap: 65px;
    }

    .footer__up {
        right: -10px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__menu_1 ul {
        column-gap: 45px;
    }

    .footer__up {
        display: none!important;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer {
        padding: 110px 0 10px!important;
    }

    .footer__block {
        padding-left: 0!important;
        margin: 0 15px!important;
    }

    .footer__logo {
        top: -55px!important;
        left: -1px!important;
        width: 100px!important;
        background-size: 100px!important;
    }

    .footer__social {
        top: -60px!important;
        left: auto!important;
        right: 0!important;
        column-gap: 9px!important;
    }

    .footer__social a {
        width: 37px!important;
        height: 37px!important;
        border-radius: 8px!important;
    }

    .footer__social a svg {
        max-width: 14px;
    }

    .footer__title {
        font-size: 12px!important;
        line-height: 14px!important;
    }

    .footer__menu_1 {
        margin-top: 14px!important;
    }

    .footer__menu_1 ul {
        flex-wrap: wrap!important;
        column-gap: 0!important;
        row-gap: 16px!important;
    }

    .footer__menu_1 ul li {
        width: 50%!important;
    }

    .footer__menu_1 a {
        font-size: 12px!important;
        line-height: 14px!important;
    }

    .footer__menu_2 {
        margin: 15px 0 0!important;
    }

    .footer__menu_2 ul {
        column-gap: 0px!important;
    }
	
	.footer__menu_2 ul li{
		width: 50%;
    }

    .footer__menu_2 a {
        font-size: 12px!important;
        line-height: 14px!important;
		text-decoration: none!important;
    }
}

/*     delivery-pay     */

.delivery-pay__list {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 60px -24px 0;
}

.delivery-pay__column {
    padding: 0 15px;
}

.delivery-pay__column:nth-child(1) {
    width: 53%;
}

.delivery-pay__column:nth-child(2) {
    width: 47%;
}

.delivery-pay__title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 41px;
    text-transform: uppercase;
}

.delivery-pay__item {
    display: flex;
    align-items: center;
    column-gap: 44px;
    margin-bottom: 22px;
}

.delivery-pay__item:last-child {
    margin-bottom: 0!important;
}

.delivery-pay__icon {
    width: 112px;
    height: 112px;
}

.delivery-pay__text {
    font-size: 16px;
    line-height: 29px;
}

.delivery-pay__info {
    margin-top: 34px;
    font-size: 16px;
    line-height: 29px;
    white-space: nowrap;
    color: #98A1B7;
}

@media only screen and (max-width: 1199px) {
    .delivery-pay__column:nth-child(1),
    .delivery-pay__column:nth-child(2) {
        width: 50%;
    }

    .delivery-pay__item {
        column-gap: 40px!important;
    }

    .delivery-pay__icon {
        width: 90px!important;
        height: 90px!important;
        flex: 0 0 90px!important;
    }
    
    .delivery-pay__icon img,
    .delivery-pay__icon svg {
        width: 100%!important;
        max-height: 100%!important;
    }
}

@media only screen and (max-width: 1023px) {
    .delivery-pay__list {
        flex-direction: column!important;
        row-gap: 40px!important;
        max-width: 540px!important;
        margin: 60px auto 0!important;
        
    }

    .delivery-pay__column:nth-child(1),
    .delivery-pay__column:nth-child(2) {
        width: 100%!important;
        padding: 0!important;
    }
}

@media only screen and (max-width: 767px) {
    .delivery-pay .container {
        padding: 0!important;
    }

    .delivery-pay .title {
        text-align: left!important;
    }

    .delivery-pay__list {
        margin-top: 30px!important;
    }

    .delivery-pay__title {
        margin-bottom: 20px!important;
        font-size: 15px!important;
        line-height: 31px!important;
    }

    .delivery-pay__item {
        margin-bottom: 10px!important;
        column-gap: 20px!important;
    }

    .delivery-pay__icon {
        width: 82px!important;
        height: 82px!important;
        flex: 0 0 82px!important;
    }

    .delivery-pay__text {
        font-size: 12px!important;
        line-height: 22px!important;
    }

    .delivery-pay__text br {
        display: none!important;
    }

    .delivery-pay__info {
        margin-top: 20px!important;
        font-size: 12px!important;
        line-height: 22px!important;
        white-space: initial!important;
    }

    .delivery-pay__info br {
        display: none!important;
    }
}

.re__anchor {
	position: absolute;
	left: 0;
	bottom: 60px;
}

.re__line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}

.re__line_1 {
    margin-top: 39px;
}

.re__line_2 {
    margin-top: 40px;
}

.re__line_center .re__column {
    width: 100%!important;
}

.re__column {
    width: 50%;
    padding: 0 10px;
}

@media only screen and (min-width: 1200px) {
    .re__line_1 .re__column:first-child {
        padding-bottom: 38px;
    }
}

.re__text {
    margin-top: 40px;
}

.re__text p {
    margin-bottom: 30px;
}

.re__text p:last-child {
    margin-bottom: 0;
}

.re__line_1 .re__column .re__text p:last-child {
    margin-top: 86px;
}

.re__text {
    line-height: 29px;
}

.re__text b,
.re__text strong {
    font-weight: 500!important;
}

.re__links {
    display: flex;
    column-gap: 44px;
    margin-top: 18px;
}

@media only screen and (min-width: 768px) {
    .re__line_center {
        text-align: center;
    }

    .re__line_center .re__links {
        justify-content: center;
    }
}

.re__link {
    display: flex;
    column-gap: 14px;
    align-items: center;
    font-size: 16px;
    line-height: 29px;
    color: #232323;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.re__link:hover {
    color: #6597FB;
}

@media only screen and (max-width: 1199px) {
    .re__line_1 .re__column .re__text p:last-child {
        margin-top: 44px;
    }

    .re__line_1 .re__text br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .re__line {
        flex-direction: column;
        margin-top: 60px!important;
        margin-left: 0;
        margin-right: 0;
    }

    .re__column {
        width: 100%!important;
        max-width: 540px!important;
        padding: 0!important;
    }

    .re__title {
        text-align: center;
    }

    .re__text {
        margin-top: 30px;
    }

    .re__line_center .re__text br {
        display: none;
    }
    
    .re__img {
        max-width: 480px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .re__line {
        margin-top: 40px!important;
    }

    .re__title {
        text-align: left!important;
    }

    .re__text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 22px;
    }

    .re__text p {
        margin-bottom: 20px;
    }

    .re__line_1 .re__column .re__text p:last-child {
        margin-top: 20px;
    }

    .re__links {
        column-gap: 30px;
        margin-top: 10px;
    }

    .re__link {
        font-size: 12px;
        column-gap: 10px;
    }
}


.woocommerce-products-header {
    padding: 0!important;
}

button {
    padding: 0!important;
    line-height: 1!important;
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
}

.single_add_to_cart_button {
    padding: 30px 41px;
    line-height: 24px;
    color: #fff!important;
    background-color: #6597FB!important;
    
    border-radius: 14px;
    overflow: hidden;
}

.single_add_to_cart_button:hover {
    background-color: #71A0FD!important;
}

.add_to_cart_button {
    padding: 30px 97px 30px 41px;
    line-height: 24px;
    background-image: url(img/icon-cart.svg);
    background-position: right 45px center;
    background-repeat: no-repeat;
}

/*     products__category     */

.products__category {
    margin: 22px 0 80px;
}

.products__category-list {
    display: flex;
    row-gap: 18px;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.products__category-column {
    width: 50%;
    padding: 0 9px;
}

.products__category-column.type-2 {
    width: 25%;
}

.products__category-item {
    position: relative;
    display: block;
    height: 223px;
    color: #232323;
    background-size: cover;
    background-color: #F2F4F8;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 21px;
}

.products__category-item_1 {
    background-image: url(img/products-category_futbolky.png);
    background-size: 400px;
    background-position: left center;
}

.products__category-item_2 {
    background-image: url(img/products-category-hoodie.png);
    background-size: 360px;
}

.products__category-item_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
}

.products__category-item span {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    padding-right: 32px;
    font-size: 25px;
    font-weight: 400;
    line-height: 37px;
}

.products__category-item_3 span {
    position: relative;
    top: 0!important;
    left: 0!important;
    margin: 0;
}

.products__category-item span:after {
    position: absolute;
    top: calc(50% - 21px);
    right: 0;
    content: url(img/icon-arrow-right.svg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.products__category-item:hover span:after {
    right: -10px;
}

.products__category-column:nth-child(2n + 1) .products__category-item span {
    right: 40px;
}

.products__category-column:nth-child(2n + 2) .products__category-item span {
    left: 40px;
}

@media only screen and (max-width: 1023px) {
    .products__category {
        margin-bottom: 60px;
    }

    .products__category-list {
/*        flex-direction: column;*/
        row-gap: 18px;
    }

	.products__category-column {
        width: 100%;		
	}
	
    .products__category-column.type-2 {
		width: 50%;
    }

    .products__category-item {
        max-width: 570px;
        margin: 0 auto;
    }
	
	.products__category-item_3 {
		height: 80px;	
	}
	
	.products__category-item_3 span {
		padding-right: 18px!important;
		font-size: 16px!important;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 767px) {
    .products__category {
        margin: 25px 0 40px;
    }

    .products__category-item {
        border-radius: 15px;
    }

    .products__category-item_1 {
        background-position: left -25px center;
    }

    .products__category-item_2 {
        background-position: left -188px center;
    }

    .products__category-column:nth-child(2n + 1) .products__category-item span {
        top: 166px;
        right: 35px;
    }

    .products__category-column:nth-child(2n + 2) .products__category-item span {
        top: 148px;
        left: auto;
        right: 35px;
    }

    .products__category-item span {
        margin-top: 0;
        padding-right: 28px;
        font-size: 20px;
    }
}

/*     products     */

.site-main ul.products {
    display: flex!important;
    flex-wrap: wrap!important;
    margin: 40px -36px -60px;
}

.site-main ul.products li.product {
    float: none!important;
    width: 33.33%!important;
    margin: 0 0 60px!important;
    padding: 0 36px!important;
}

@media only screen and (max-width: 1199px) {
    .site-main ul.products {
        margin: 40px -12px -40px;
    }

    .site-main ul.products li.product {
        margin: 0 0 40px!important;
        padding: 0 12px!important;
    }
}

@media only screen and (max-width: 1023px) {
    .site-main ul.products li.product {
        width: 50%!important;
    }
}

@media only screen and (max-width: 767px) {
    .site-main ul.products {
        margin-top: 23px;
        margin-bottom: -25px;
    }

    .site-main ul.products li.product {
        margin-bottom: 25px!important;
    }
}

/*     product     */

.storefront-product-pagination {
    display: none!important;
}

.product__post {
    text-align: center;
    color: #232323;
}

.product__post-img {
    max-height: 392px;
    border: 1px solid #F8F9FB;
    border-radius: 21px;
    overflow: hidden;
}

.product__post-img img {
    display: block;
    width: 100%;
    margin: 0!important;
}

.product__post-title {
    margin: 14px -20px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase;
}

.product__post-description {
    font-size: 16px;
    line-height: 28px;
    color: #9298A4;
}

.product__post-price {
    font-size: 20px;
    font-weight: 500;
    line-height: 41px;
    margin-top: 4px;
}

.product__post-price .old {
	position: relative;
	color: #C3CAD7;
	font-weight: 400;
	text-decoration: line-through;
}

.product__post-btn {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

@media only screen and (max-width: 1199px) {
    .product__post-title {
        font-size: 18px;
        line-height: 36px;
    }
}

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

}

@media only screen and (max-width: 767px) {
    .product__post-img {
        max-height: 194px;
        border-radius: 10px;
    }

    .product__post-title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        margin: 10px 0 0;
        font-size: 12px;
        line-height: 24px;
    }

    .product__post-description {
        font-size: 11px;
        line-height: 18px;
    }

    .product__post-price {
        margin-top: 0;
        font-size: 12px;
        line-height: 30px;
    }

    .product__post-btn {
        margin-top: 4px;
    }

    .product__post-btn .btn_main {
        border-radius: 7px;
    }

    .product__post-btn .btn_blue.btn_cart span,
    .product__post-btn .btn_grey.btn_cart span {
        padding: 15px 26px 15px 54px;
        font-size: 12px;
        line-height: 16px;
        background-position: left 24px center;
        background-size: 13px;
    }
}


.onsale {
display: none;
}

/*     single-product     */

.single-product .site-main {
    padding-top: 152px;
}

.product-single__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -57px 90px;
}

.product-single__gallery {
    width: 50%;
    padding: 0 57px;
}

.gallery__item {
    display: none;
}

.gallery__item.active {
    display: block;
}

.mySwiper2 {
    margin-bottom: 10px;
}

.gallery__item-print {
    position: relative;
}

.mySwiper2 .gallery__item-img,
.gallery__item-print {
    border: 1px solid #F8F9FB;
    border-radius: 21px;
    overflow: hidden;
}

.mySwiper2 .gallery__item-img img,
.gallery__item-print img {
    width: 100%;
}

.mySwiper .gallery__item-img {
    cursor: pointer;
    border: 1px solid #F8F9FB;
    border-radius: 15px;
    overflow: hidden;
}

.mySwiper .gallery__item-img img {
    width: 100%;
}

.gallery__item-img img {
    position: relative;
    z-index: 1;
}

.gallery__item-loop {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 49px;
    height: 49px;
    background-color: #F8F9FB;
    background-image: url(img/icon-loupe-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    z-index: 2;
}

.product-single__main {
    position: relative;
    width: 50%;
    padding: 23px 57px 0;
}

.product-single__main-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 41px;
}

.product-single__main-info {
    margin-top: 34px;
}

.product-single__main-attributes {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px;
    max-height: 86px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}

.product-single__main-attributes.active {
    max-height: 1000px;
}

.product-single__main-more {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #6597fb;
}

.product-single__main-more span {
    position: relative;
    padding-right: 24px;
    text-decoration: underline;
}

.product-single__main-more span:after {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    right: 0;
    width: 10px;
    height: 10px;
    background-image: url(img/icon-arow-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.active ~ .product-single__main-more span:after {
    transform: rotate(-180deg);
}


.product-single__main-sizes {
	    margin-top: 40px;
}

.product-single__main-sizeslist {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
}

.product-single__main-sizeslist span {
    cursor: pointer;
	display: flex;
    justify-content: center;
    min-width: 60px;
	padding: 5px 10px;
	background-color: #FAFBFD;
	border: 1px solid #C4CBDA;
    border-radius: 8px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.product-single__main-sizeslist span.active {
    cursor: default;
	border: 2px solid #6597FB;
}

.product-single__main-variations {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px;
    margin-top: 40px;
}

.attributes__item {
    max-width: 280px;
}

.attributes__item-label {
    margin-bottom: 14px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: left center;
}

.product-single__main-colors .attributes__item-label {
    margin-bottom: 14px;
}

.attributes__item-label.icon-color {
    background-image: url(img/icon-color.svg);
}

.attributes__item-label.icon-picture {
    background-image: url(img/icon-picture.svg);
}

.attributes__item-label.icon-compound {
    background-image: url(img/icon-compound.svg);
}

.attributes__item-label.icon-size {
    background-image: url(img/icon-size.svg);
}

.attributes__item-label.icon-sizes {
    background-image: url(img/icon-sizes.svg);
}

.attributes__item-text {
    font-size: 16px;
    line-height: 22px;
}

.product-single__main-excerpt {
    clear: both;
    width: 100%;
}

.product-single__main-excerpt p:last-child {
    margin-bottom: 0;
}

.product-single__main-excerpt ul {
    margin-left: 0;
    list-style: none;
}

.product-single__main-excerpt ul li {
    position: relative;
    padding-left: 20px;
}

.product-single__main-excerpt ul li:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 10px;
    height: 1px;
    background: #6597FB;
}

.attributes__item-colors,
.attributes__item-prints {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 30px;
}

.attributes__item-colors a,
.attributes__item-colors span,
.attributes__item-prints span {
    position: relative;
    display: flex;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 1px solid #C3CAD7;
    border-radius: 8px;
}

.attributes__item-colors a.active,
.attributes__item-colors span.active {
    cursor: default;
    background-image: url(img/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #6597FB;
}

.attributes__item-prints span {
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.attributes__item-prints span.active {
    cursor: default;
    border: 2px solid #6597FB;
}


.attributes__item-colors a[data-name]::before,
.attributes__item-colors span[data-name]::before,
.attributes__item-prints span[data-name]::before {
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -21px;
    content: attr(data-name);
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #232323;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}

.attributes__item-colors a:hover[data-name]::before,
.attributes__item-colors span:hover[data-name]::before,
.attributes__item-prints span:hover[data-name]::before {
    opacity: 1;
}

.product-single__main-count {
    float: left;
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0 69px;
    padding: 25px 32px;
    border: 1px solid #F8F9FB;
    border-radius: 14px;
}

.product-single__main-count span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
}

.product-single__main-count div {
    display: flex;
    align-items: center;
}

input[type=number] {
    width: 34px;
    height: 33px;
    padding: 0 5px 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    background: none!important;
    box-shadow: none!important;
    outline: none!important;
    border: none!important;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.wac-qty-button {
    width: 14px!important;
    height: 14px!important;
    font-size: 0!important;
    border: none!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.wac-btn-sub {
    background-image: url(img/icon-minus.svg)!important;
}

.wac-btn-inc {
    background-image: url(img/icon-plus.svg)!important;
}

.product-single__main-last {
    clear: both;;
    display: flex;
    align-items: center;
    column-gap: 72px;
}

.product-single__main-price {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    /*line-height: 82px;*/
}

.product-single__main-price sup {
    position: relative;
    top: -14px;
    left: 1px;
    font-size: 20px;
    line-height: 41px;
}

.product-single__main-price .old {
	position: relative;
	color: #C3CAD7;
	font-weight: 400;
	text-decoration: line-through;
}

.product-single__main-price .old sup {
	display: none;
}
/*
.product-single__main-price .old:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: #C3CAD7;
}
*/
@media only screen and (min-width: 768px) {
    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .single-product .site-main {
        padding-top: 20px;
    }
    
    .product-single__row {
        margin: 0 -20px 90px;
    }

    .product-single__gallery {
        padding: 0 20px;
    }

    .product-single__main {
        padding: 23px 20px 0;
    }

    .attributes__item-colors a[data-name]::before,
    .attributes__item-colors span[data-name]::before,
    .attributes__item-prints span[data-name]::before {
        opacity: 1;
    }
}

@media only screen and (max-width: 1023px) {
    .product-single__row {
        flex-direction: column;
        row-gap: 20px;
    }

    .product-single__gallery {
        width: 100%;
    }

    .product-single__main {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .single-product .site-main {
        padding-top: 10px;
    }

    .product-single__row {
        position: relative;
        margin-bottom: 54px;
        padding-top: 40px;
    }

    .product-single__gallery {
        max-width: 365px;
        margin: 0 auto;
    }

    .product-single__main {
        position: initial;
        padding-top: 0;
    }

    .mySwiper2 .gallery__item-img,
    .mySwiper .gallery__item-img {
        border-radius: 10px;
    }

    .mySwiper2 .gallery__item-img {
        max-height: 340px!important;
    }

    .mySwiper .gallery__item-img {
        max-height: 88px!important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: calc(50% + 10px)!important;
        width: 22px!important;
        height: 22px!important;
    }

    .swiper-button-prev {
        left: 10px!important;
        background: url(img/icon-slider-arrow-prev.svg) no-repeat center!important;
    }

    .swiper-button-next {
        right: 10px!important;
        background: url(img/icon-slider-arrow-next.svg) no-repeat center!important;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        display: none!important;
    }

    .gallery__item-loop {
        top: 18px;
        right: 18px;
        width: 55px;
        height: 55px;
    }

    .product-single__main-title {
        padding-right: 100px;
    }

    .product-single__main-info {
        margin-top: 12px;
    }

    .product-single__main-attributes {
        column-gap: 26px;
        row-gap: 25px;
        max-height: 55px;
    }

    .attributes__item-colors a[data-name]::before,
    .attributes__item-colors span[data-name]::before {
        font-size: 9px;
    }

    .attributes__item {
        max-width: 200px;
    }

    .attributes__item-label {
        margin-bottom: 9px;
        padding-left: 30px;
        font-size: 11px;
        background-size: 14px;
    }
	
	.attributes__item-label.icon-sizes {
		background-size: 16px;	
	}

    .attributes__item-text {
        font-size: 11px;
        line-height: 18px;
    }

    .product-single__main-more {
        font-size: 11px;
    }

    .product-single__main-more span {
        padding-right: 20px;
    }

    .product-single__main-more span:after {
        background-size: 8px;
    }


    .product-single__main-excerpt {
        font-size: 11px;
        line-height: 18px;
    }

    .product-single__main-variations {
        margin-top: 14px;
        column-gap: 25px;
    }

    .attributes__item-colors,
    .attributes__item-prints {
        column-gap: 6px;
    }

    .product-single__main-colors .attributes__item-label {
        margin-left: 4px;
        margin-bottom: 7px;
    }

    .attributes__item-colors a,
    .attributes__item-colors span,
    .attributes__item-prints span {
        flex: 0 0 57px;
        width: 57px;
        height: 57px;
        border-radius: 6px;
    }

    .attributes__item-prints span {
        background-size: 40px auto;
    }

    .product-single__main-sizes {
        margin-top: 10px;
    }

	.product-single__main-sizeslist span {
		font-size: 12px;
        line-height: 18px;
		border-radius: 6px;
	}
	
    .product-single__main-count {
        float: none;
        justify-content: space-between;
        margin: 40px 0 25px;
        padding: 12px 25px;
        border-radius: 10px;
    }

    .product-single__main-count span {
        font-size: 11px;
        line-height: 23px;
    }

    input[type=number] {
        font-size: 12px;
    }

    .product-single__main-last {
        justify-content: center;
        column-gap: 48px;
    }
    
    .product-single__main-price {
        font-size: 28px;
        line-height: 58px;
        white-space: nowrap;
    }


    .product-single__main-btn .btn_main {
        border-radius: 10px;
    }

    .product-single__main-btn .btn_blue.btn_cart span,
    .product-single__main-btn .btn_grey.btn_cart span {
        padding: 20px 60px 20px 30px;
        font-size: 11px;
        background-position: right 29px center;
        background-size: 12px;
    }
    
    .product-single__main-price sup {
        top: -11px;
        left: -2px;
        font-size: 14px;
        line-height: 28px;
    }
}

.related.products h2 {
    position: relative;
    padding-top: 23px;
    font-weight: 600;
    font-size: 40px;
    line-height: 59px;
    text-transform: uppercase;
}

.related.products h2:before {
    position: absolute;
    content: 'noovee';
    top: -1px;
    left: 50%;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0.715em;
    text-transform: none;
    color: #C3CAD7;
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
    .related.products h2 {
        padding-top: 10px;
        font-size: 30px;
        line-height: 44px;
        text-align: center;
    }

    .related.products h2:before {
        font-size: 10px;
        line-height: 12px;
    }
}

/*     cart     */

form.woocommerce-cart-form  {
    margin: 0;
}

.return-to-shop {
    display: flex;
    justify-content: center;
}

.coupon .button {
    min-width: 180px!important;
}

.button.wc-backward {
    min-width: 240px!important;
}

.button.wc-forward {
    width: 195px!important;
    
}

.button.wc-forward:after {
    display: none;
}

.wc-proceed-to-checkout {
    margin: 0;
}

.coupon .button,
.button.wc-backward,
.button.wc-forward {
    margin: 0!important;
    padding: 30px!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 24px!important;
    text-align: center!important;
    color: #fff!important;
    background: #6597FB!important;
    border-radius: 14px!important;
    outline: none!important;
}

.storefront-full-width-content.woocommerce-cart .entry-header {
    padding-bottom: 40px!important;
}

table.cart thead th,
table.cart thead td {
    padding: 0 0 12px!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 33px!important;
    color: #ACB1BE!important;
    background: none!important;
}

table.cart td.product-name .variation {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
}

table.cart td.product-name .variation .size {
    position: relative;
    top: -5px;
    width: 100%;
    order: 1;
}

table.cart td.product-name .variation .color {
    width: 33px!important;
    height: 33px!important;
    border-radius: 8px!important;
    order: 2;
}

table.cart td.product-name .variation .color-name {
    order: 3;
}

table.cart td.product-name .variation .print {
    order: 4;
}




table.cart tbody th,
table.cart tbody td {
    padding: 0!important;
}

table.cart {
    display: block;
    width: 100%;
}

table.cart thead,
table.cart thead tr {
    display: flex;
    width: 100%;
}

table.cart thead tr {
    padding: 0 20px!important;
}

table.cart tbody {
    display: block;
    width: 100%;
}

table.cart tbody .cart_item {
    display: flex;
    width: 100%;
    margin-top: 10px;
    padding: 18px 20px;
    border: 1px solid #F8F9FB;
    border-radius: 21px;
}

table.cart tbody .cart_item:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    table.cart tbody .product-price,
    table.cart tbody .product-quantity,
    table.cart tbody .product-quantity .quantity,
    table.cart tbody .product-subtotal {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

table.cart .product-thumbnail {
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

table.cart tbody .product-thumbnail a {
    display: block;
    width: 81px;
    height: 81px;
    border-radius: 8px;
    overflow: hidden;
}

table.cart tbody .product-thumbnail a img {
    width: 100%;
    max-width: 100%;
}

table.cart .product-name {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

table.cart .product-name .variation {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

table.cart tbody .product-name a {
    font-size: 20px;
    font-weight: 500;
    line-height: 41px;
    text-decoration: none;
    text-transform: uppercase;
    color: #232323;
}

table.cart .product-price,
table.cart .product-subtotal {
    flex: 0 0 120px;
    text-align: center;
}

table.cart tbody .product-price,
table.cart tbody .product-subtotal {
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
}

table.cart .product-quantity {
    flex: 0 0 180px;
    text-align: center;
}

table.cart .product-remove {
    flex: 0 0 158px;
    display: flex!important;
    align-items: center;
    justify-content: flex-end;
}

table.cart .product-remove a.remove {
    width: 18px;
    height: 18px;
    margin-right: 34px;
    background-image: url(img/icon-close.svg);
    background-repeat: no-repeat;
    background-position: center;
}

table.cart .product-remove a.remove::before {
    display: none;
}

.update_cart {
    display: none!important;
}

table.cart td {
    background: none!important;
}

table.cart td.actions {
    margin-top: 0!important;
    border-top: 30px solid white!important;
}

.actions .coupon {
    display: flex!important;
    align-items: center!important;
    padding: 3px 3px 3px 29px!important;
    border: 1px solid #F8F9FB!important;
    border-radius: 14px!important;
}

table.cart td.actions label.screen-reader-text {
    position: relative!important;
    display: flex!important;
    width: auto!important;
    height: auto!important;
    margin-right: 14px!important;
    padding-left: 35px!important;
    clip-path: initial!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    background-image: url(img/icon-ticket.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

table.cart td.actions input.input-text {
    width: 105px!important;
    margin: 3px 25px 0 0!important;
    padding: 0!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 20px!important;
    font-family: 'Cyntho Next'!important;
    background: none!important;
    box-shadow: none!important;
    outline: none!important;
    border: none!important;
}

@media only screen and (min-width: 1024px) {
    .cart-collaterals {
        float: right;
        margin-top: -147px;
    }
}

.cart-collaterals .cart_totals {
    width: auto;
    display: flex;
    column-gap: 48px;
}

.cart-collaterals .cart_totals .shop_table {
    width: auto!important;
    margin: 0!important;
}

/*
.cart-collaterals .cart_totals .cart-subtotal,
*/

.cart-collaterals .cart_totals h2,
.cart-collaterals .cart_totals th {
    display: none;
}

.cart_totals table.shop_table_responsive tbody tr.cart-discount td {
    position: relative;
    padding-right: 20px!important;
}

.woocommerce-remove-coupon {
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 0;
    background-image: url(img/icon-close.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.cart_totals table.shop_table_responsive tbody tr {
    position: relative;
}
.cart_totals table.shop_table_responsive tbody tr td {
	position: relative;
}

.cart_totals table.shop_table_responsive tbody tr td[data-title]::before {
    display: table;
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ACB1BE;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    
}

.cart_totals table.shop_table_responsive tbody tr td {
    display: flex!important;
    margin: 0!important;
    padding: 0!important;
    font-size: 40px!important;
    line-height: 82px!important;
    white-space: nowrap!important;
    background: none!important;
}

.cart_totals table.shop_table_responsive tbody tr td strong {
    font-weight: 500!important;
}

.cart_totals table.shop_table_responsive tbody tr td .woocommerce-Price-currencySymbol {
    position: relative!important;
    top: -14px!important;
    left: 1px!important;
    font-size: 20px!important;
    line-height: 41px!important;
}

@media only screen and (max-width: 1199px) {
    table.cart .product-name {
        flex: 0 0 340px;
    }

    table.cart tbody .product-name a {
        font-size: 16px;
    }

    table.cart td.product-name .variation {
        font-size: 14px;
        line-height: 18px;
        column-gap: 15px;
        row-gap: 10px;
    }

    table.cart .product-remove {
        flex: 0 0 84px;
    }

    table.cart .product-remove a.remove {
        margin-right: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    table.cart .product-name {
        flex: 0 0 250px;
    }

    table.cart tbody .product-name a {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    table.cart .product-price, table.cart .product-subtotal {
        flex: 0 0 90px;
    }

    table.cart .product-quantity {
        flex: 0 0 120px;
    }

    table.cart .product-remove {
        flex: 0 0 36px;
    }

    table.cart td.product-remove {
        border: none;
    }

    table.cart td.product-remove a.remove {
        margin-right: 0;
    }

    .cart-collaterals .cart_totals {
        width: 100%;
        float: none;
        justify-content: center;
    }

    table.cart tbody tr:last-child{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .storefront-full-width-content.woocommerce-cart .entry-header {
        padding-bottom: 20px!important;
    }

    .storefront-full-width-content.woocommerce-cart .entry-header .entry-title {
        text-align: center;
    }

    .coupon .button,
    .button.wc-backward,
    .button.wc-forward {
        padding: 15px!important;
        font-size: 12px!important;
        line-height: 20px!important;
    }

    table.cart thead {
        display: none;
    }

    table.cart tbody .cart_item {
        position: relative;
        display: block;
        min-height: 150px;
        padding: 12px 40px 40px 134px;
        border-radius: 15px;
    }


    table.cart tbody .product-thumbnail {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translate(0, -50%);
        flex: none;
    }

    table.cart tbody .product-thumbnail a {
        width: 103px;
        height: 103px;
    }

    table.cart .product-name {
        flex: none;
        text-align: left;
    }

    table.cart td.product-name::before {
        display: none;
    }

    table.cart tbody .product-name a {
        font-size: 12px;
        margin-bottom: 10px;
    }

    table.cart td.product-name .variation {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 5px;
    }

    table.cart td.product-name .variation .color {
        width: 24px!important;
        height: 24px!important;
        border-radius: 3px!important;
    }

    table.cart td.product-name .variation {
        font-size: 12px;
        line-height: 12px;
    }

    table.cart td.product-name .variation .color {
        width: 18px!important;
        height: 18px!important;
    }

    table.cart td.product-quantity {
        position: absolute!important;
        left: 250px;
        bottom: 51px;
    }

    .shop_table .quantity {
        width: auto;
        min-width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    table.shop_table_responsive tr .product-quantity {
        position: relative;
        padding-top: 20px!important;
    }

    table.shop_table_responsive tr .product-price:before,
    table.shop_table_responsive tr .product-subtotal:before {
        display: none;
    }

    table.shop_table_responsive tr .product-quantity:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        float: none!important;
        width: 100%;
        color: #ACB1BE;
        font-size: 12px!important;
        font-weight: 300!important;
        line-height: 20px!important;
        text-align: left;
    }

    table.cart {
        margin-bottom: 35px;
    }

    table.cart tbody .product-price, table.cart tbody .product-subtotal {
        font-size: 12px;
        line-height: 20px;
    }

    table.cart tbody .product-price {
        position: absolute;
        left: 133px;
        bottom: 18px;
    } 
    
    table.cart tbody .product-subtotal {
        position: absolute;
        left: 250px;
        bottom: 18px;
    }

    table.cart td.product-remove {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    table.cart td.product-remove a.remove {
        top: 0;
        right: 0;
        width: 12px;
        height: 12px;
        background-size: 12px;
    }

    .coupon .button, .button.wc-backward, .button.wc-forward {
        border-radius: 5px!important;
    }

    .actions .coupon {
        width: 100%!important;
        margin: 0!important;
        padding: 4px 4px 4px 20px!important;
        border-radius: 5px!important;
    }

    table.cart td.actions label.screen-reader-text {
        margin-right: 10px!important;
        padding-left: 26px!important;
        font-size: 12px;
        line-height: 24px;
        background-size: 15px;
    }

    table.cart td.actions input.input-text {
        width: 78px!important;
        margin: 1px 25px 0 0!important;
        font-size: 12px!important;
        line-height: 14px!important;
    }

    .coupon .button {
        min-width: 126px!important;
    }

    .cart-collaterals .cart_totals {
        padding: 0 5px 0 20px;
        align-items: center;
        align-items: flex-end;
        justify-content: space-between;
    }

    .cart_totals table.shop_table_responsive tbody tr td {
        padding-top: 20px!important;
        font-size: 30px!important;
        line-height: 42px!important;
    }

    .cart_totals table.shop_table_responsive tbody tr td .woocommerce-Price-currencySymbol {
        top: -17px!important;
        left: -3px!important;
        font-size: 10px!important;
        line-height: 20px!important;
    }
    
    .woocommerce-remove-coupon {
        top: calc(50% + 4px);
        width: 12px;
        height: 12px;
        background-size: 12px;
    }

    .cart_totals table.shop_table_responsive tbody tr td:before {
        display: none;
    }

    .button.wc-forward {
        width: 126px!important;
    }
}

/*     checkout     */

.checkout__list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -18px 0;
}

.checkout__column {
    width: 50%;
    padding: 0 18px;
}

.checkout__tabs.col-2 {
    display: flex;
    justify-content: space-between;
}

.checkout__tabs.col-2 .checkout__tabs-item {
    width: calc(50% - 5px);
}

.checkout__tabs-item {
    display: block;
}

.checkout__tabs-item.type-1,
.checkout__tabs-item.type-2 {
    padding: 22px;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    border-radius: 15px;
}

.checkout__tabs-item.type-1 {
    color: #9FA2AA;
    background: #fff;
    border: 1px solid #F3F5F9;
}

.checkout__tabs-item.type-2 {
    color: #9FA2AA;
    background: #FAFBFD;
    border: 1px solid #FAFBFD;
}

.checkout__tabs-item.type-1.active,
.checkout__tabs-item.type-2.active {
    cursor: default;
    color: #232323;
    background: #fff;
    border-color: #6597FB;
}

.checkout__part {
    margin-bottom: 40px;
}

.checkout__part:last-child {
    margin-bottom: 0;
}

.checkout__container {
    display: none;
}

.checkout__container.active {
    display: block;
}

.checkout__item {
    margin-bottom: 15px;
}

.checkout__item_btn {
    margin-top: 40px;
}

.checkout__tabs_2 {
    margin-bottom: 10px;
}

.checkout__item:last-child {
    margin-bottom: 0;
}

.checkout__item input[type=text],
.checkout__item input[type=number],
.checkout__item input[type=email],
.checkout__item input[type=tel],
.checkout__item input[type=url],
.checkout__item input[type=password],
.checkout__item input[type=search],
.checkout__item select,
.checkout__item textarea,
.checkout__item .input-text {
    display: block;
    width: 100%;
    padding: 26px 26px 26px 77px;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 30px!important;
    font-family: 'Cyntho Next'!important;
    text-align: left;
    border: 1px solid #F3F5F9!important;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left 32px center;
    border-radius: 14px;
    box-shadow: none!important;
}

.checkout__item input:focus,
.checkout__item textarea:focus {
    border-color: #9FA2AA!important;
    outline: none!important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #95999F;
}

input::-moz-placeholder,
textarea::-moz-placeholder{
    color: #95999F;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    color: #95999F;
}

input:-moz-placeholder,
textarea:-moz-placeholder{
    color: #95999F;
}

select {
    cursor: pointer;
}

.icon-user {
    background-image: url(img/icon-user.svg);
}

.icon-email {
    background-image: url(img/icon-email.svg);
}

.icon-phone {
    background-image: url(img/icon-phone.svg);
}

.icon-comment {
    background-image: url(img/icon-comment.svg);
}

.icon-address {
    background-image: url(img/icon-city.svg);
}

.icon-city {
    background-image: url(img/icon-city.svg), url(img/icon-arrow.svg)!important;
    background-position: left 32px center, right 44px center!important;
    background-repeat: no-repeat, no-repeat!important;
    background-size: 16px, 14px!important;
}

.icon-np {
    background-image: url(img/icon-np.svg), url(img/icon-arrow.svg)!important;
    background-position: left 32px center, right 44px center!important;
    background-repeat: no-repeat, no-repeat!important;
    background-size: 16px, 14px!important;
}

.checkout__pay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.checkout__price {
    font-size: 40px;
    font-weight: 500;
    line-height: 82px;    
}

.checkout__price sup {
    position: relative;
    top: -14px;
    left: 1px;
    font-size: 20px;
    line-height: 41px;
}

.checkout__payment {
    width: 269px;
    height: 24px;
    background-image: url(img/icon-payment.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.select2-container .select2-selection--single {
    height: auto!important;
}

.select2-container {
    width: 100%!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 26px 86px 26px 77px!important;
}

#npCity ~ .select2-container .select2-selection--single .select2-selection__rendered {
    background-image: url(img/icon-city.svg)!important;
    background-position: left 32px center!important;
    background-repeat: no-repeat!important;
    background-size: 16px!important;
}

#nova_address ~ .select2-container .select2-selection--single .select2-selection__rendered {
    background-image: url(img/icon-np.svg)!important;
    background-position: left 32px center!important;
    background-repeat: no-repeat!important;
    background-size: 16px!important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #F3F5F9!important;
    border-radius: 14px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 2px;
    right: 2px;
    width: 100px;
    background-image: url(img/icon-arrow.svg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline: none!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 5px 10px;
    color: #232323;
    background: #fff;
    border-color: #6597FB;
    box-shadow: none;
}

.select2-dropdown {
    padding: 0 15px 15px;
    border-color: #F3F5F9!important;
    border-radius: 0 0 14px 14px!important;
}

.select2-search--dropdown {
    padding: 4px 0;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    padding: 5px 10px!important;
    color: #9FA2AA!important;
    background: #FAFBFD!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    padding: 5px 10px!important;
    color: #ffffff!important;
    background-color: #6597FB!important;
}

@media only screen and (max-width: 1023px) {
    .checkout__list {
        max-width: 540px!important;
        margin: 40px auto 0!important;
        flex-direction: column!important;
        row-gap: 40px!important;
    }

    .checkout__column {
        width: 100%!important;
        padding: 0!important;
    }
}

@media only screen and (max-width: 767px) {
    .checkout__list {
        margin-top: 30px!important;
        row-gap: 20px!important;
    }

    .checkout__tabs.col-2 .checkout__tabs-item {
        width: calc(50% - 2px)!important;
    }

    .checkout__part {
        margin-bottom: 20px;
    }

    .checkout__tabs-item.type-1,
    .checkout__tabs-item.type-2 {
        padding: 12px;
        font-size: 12px;
        line-height: 24px;
        border-radius: 9px;
    }

    .checkout__item {
        margin-bottom: 10px;
    }

    .checkout__item input[type=text],
    .checkout__item input[type=number],
    .checkout__item input[type=email],
    .checkout__item input[type=tel],
    .checkout__item input[type=url],
    .checkout__item input[type=password],
    .checkout__item input[type=search],
    .checkout__item select,
    .checkout__item textarea,
    .checkout__item .input-text {
        padding: 14px 14px 14px 48px!important;
        font-size: 12px!important;
        line-height: 23px!important;
        background-position: left 19px center!important;
        background-size: 11px!important;
        border-radius: 9px!important;
    }

    .checkout__item-text {
        font-size: 12px;
        line-height: 18px;
    }

    .select2-container {
        font-size: 12px!important;
        line-height: 18px!important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 12px 14px 12px 48px!important;
    }
    
    #npCity ~ .select2-container .select2-selection--single .select2-selection__rendered {
        background-position: left 19px center!important;
        background-repeat: no-repeat!important;
        background-size: 11px!important;
    }
    
    #nova_address ~ .select2-container .select2-selection--single .select2-selection__rendered {
        background-position: left 19px center!important;
        background-repeat: no-repeat!important;
        background-size: 13px!important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 50px;
        background-size: 9px!important;
    }
    
    .select2-container--default .select2-selection--single {
        border: 1px solid #F3F5F9!important;
        border-radius: 9px!important;
    }

    


    .checkout__price {
        font-size: 26px;
        line-height: 52px;
    }

    .checkout__payment {
        width: 170px;
        height: 15px;
    }

    .checkout__pay {
        margin: 19px 0px -20px;
    }

    .checkout__price sup {
        top: -10px;
        left: -1px;
        font-size: 13px;
        line-height: 26px;
    }
}

/*     thanks     */

.thanks__block {
    text-align: center;
}

.thanks__description {
    margin-top: 34px;
    font-size: 16px;
    line-height: 26px;
}

.thanks__btn {
    margin-top: 42px;
}

.thanks__btn .btn {
    width: 240px;
    text-align: center;
}

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

    .thanks__description {
        margin-top: 15px;
        font-size: 12px;
        line-height: 20px;
    }

    .thanks__description span {
        display: block;
    }

    .thanks__description br {
        display: none;
    }

    .thanks__btn {
        margin-top: 30px;
    }
}

/*     page404     */

.page404__block {
    text-align: center;
}

.page404__description {
    margin-top: 34px;
    font-size: 16px;
    line-height: 33px;
}

.page404__btn {
    margin-top: 42px;
}

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

    .page404__description {
        margin-top: 15px;
        font-size: 12px;
        line-height: 24px;
    }

    .page404__btn {
        margin-top: 30px;
    }
}
