/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*!
Theme Name: 23sneakerstore
Theme URI: https://vk.com/ne4haev
Author: Vladimir Nechaev
Author URI: https://vk.com/ne4haev
*/

@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff"), url("../fonts/Onest-Regular.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-SemiBold.woff2") format("woff2"), url("../fonts/Onest-SemiBold.woff") format("woff"), url("../fonts/Onest-SemiBold.ttf") format("ttf");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff"), url("../fonts/Onest-Bold.ttf") format("ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Black.woff2") format("woff2"), url("../fonts/Onest-Black.woff") format("woff"), url("../fonts/Onest-Black.ttf") format("ttf");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


* {
    font-family: "Onest", sans-serif;
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}


body {
    font-family: "Onest";
    color: #212121;
	font-weight: 400;
	background: #fff;	
}

a {
    color: #212121;
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.section {
    margin: 112px 0;
}

.header-wrapper {
    position: relative;
    height: 108px;
    background-color: #fff;
    z-index: 101;
    display: flex;
    align-items: center;
}

.container-header {
    margin: auto;
    max-width: 1272px;
    padding: 0 16px;
    width: 100%;
}

.separation {
    width: 100%;
    height: 1px;
    background-color: #D4D4D8;
}



.container__wrap {
	margin: auto;
    max-width: 1272px;
    padding: 0 16px;
    width: 100%;
}


.header {
    align-items: center;
    display: flex;
	    justify-content: space-between;
}

.header__logo {
    width: 230px;
    display: flex;
    align-items: center;
}

.header__logo-img {
	object-fit: contain;
}

.header__right-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}

.main-header__social-wrapper {
    align-items: center;
    display: flex;
	gap: 12px;
}


.header__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.header__info-item {
    display: flex;
    gap: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
	align-items: center;
}

.header__info-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    flex-shrink: 1;
}

.header-separation {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #1E40AF;
}

.container-new {
    margin: auto;
    max-width: 1282px;
    padding: 0 16px;
    width: 100%;
}

.header__navigation {
    align-items: center;
    display: flex;
}

.header__navigation-links {
    align-items: center;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.header__cart-count {
    background: #0EA5E9;
    border-radius: 200px;
    color: #fff;
    font-size: 10px;
    line-height: 5px;
    padding: 5px 4.5px;
    position: absolute;
    right: -5px;
    top: 0px;
}

.mt-0 {
	margin-top:0!important;
}


@media screen and (min-width: 992px) {
    .hidden-pc {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .hidden-mobile {
        display: none !important;
    }
}

/*Хейдер боттом*/

.container-full{
	margin: auto;
    max-width: 1282px;
    padding: 0 16px;
    width: 100%;
}

.header__navigation-wrap {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #1E40AF;
    display: flex;
}

.navbar{
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.lk-mobile-menu {
    display: none;
}

.header-mobile__button {
    display: none;
}

.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}

.navbar-toggler {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
	margin-left: 6px;
    padding: 5px 3px;
}

.navbar-toggler .bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1E40AF;
    border-radius: 8px;
    transition: 0.3s ease;
}

.navbar-toggler .bar2 { 
	margin: 6px 0 6px auto;
}





.navbar-toggler.open .bar1 {
    transform: rotate(45deg) translate(6px, 6px);  
}

.navbar-toggler.open .bar2 {
    opacity: 0;  
}

.navbar-toggler.open .bar3 {
        transform: rotate(-45deg) translate(7px, -6px);
}

.navbar-collapse{
    overflow-y: scroll;
    display: none;
}

.navbar-nav > li > a{
	display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
	color: #fff;
}

.drop-icon {
	transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}


@media screen and (max-width: 768px){
	.drop-icon {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.section {
		margin: 64px 0;
	}
}


.sub-menu ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
	padding: 12px 0;
}

.sub-menu ul li:last-child {
    border-bottom: none;
}


.sub-menu ul li a {	
    transition: all 0.5s ease;
	margin: 0 12px;
}

.sub-menu ul li a:hover{
    color: #0EA5E9;
}

.sub-menu{
    display: none;
}


.sub-menu-item:nth-child(3){
    background: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sub-menu-item:nth-child(3) h2{
    text-transform: capitalize;
    margin: 1.5rem 0;
}

.sub-menu-item:nth-child(4){
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
}

.navbar-collapse ul li {
    list-style-type: none;
}

.sticky {
    box-shadow: 0 6px 40px rgba(0, 0, 0, .1);
}

    .navbar-social {
		display:none;
    }


.sub-menu-item-title {
    display: block;
    height: 20px;
    color: #71717A;
    font-size: 16px;
    line-height: 20px;
}

.menu-item:hover > .menu-link {
   border-bottom: 1px solid #fff;
}




@media screen and (min-width: 992px){
	
	.menu-item:hover > .menu-link .drop-icon {
		transform: rotate(90deg); /* Поворот на 90 градусов вправо */
	}
	
    .navbar {
		flex-direction: row;
        position: relative;
        margin: 0;
        height: 48px;
        justify-content: space-between;
		align-items: center;
    }
    .navbar-toggler{
        display: none;
    }

    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
		height: 100%;
    }
    .navbar-nav {
		display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .navbar-nav > li > a {
        border-bottom: none;
        display: flex;
        align-items: center;
		
    }
	
    .sub-menu {
        position: absolute;
        top: 100%;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    }

	
    .navbar-nav > li:hover .sub-menu {
        display: block !important;
    }
	
    .navbar-nav > li {
		padding: 16px 24px
    }
	
	 .navbar-nav > li:first-child {
		padding-left: 0;
    }

    .sub-menu-item{
        padding-left: 0;
    }
    .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }

}

    .menu-item.active .drop-icon {
        transform: translateY(-50%) rotate(90deg);
    }






.navbar-header__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.header__button {
    font-size: 16px;
    color: #1E40AF;
    border: 1px solid #1E40AF;
    padding: 16px 24px;
    border-radius: 60px;
	transition: .25s;
}

.header__button:hover {
	color: #ffffff;
    border: 1px solid #1E40AF;
    background-color: #1E40AF;
}


@media screen and (max-width: 1168px){
	.header__right-box {
		gap: 24px;
	}
	
	.header__logo {
		width: 180px;
	}
}

@media screen and (max-width: 991px){
    .navbar {
        height: calc(100vh - 62px);
        top: 62px;
        max-height: 100%;
        padding: 24px 16px;
        background-color: #1E40AF;
        display: none;
    }
	
	.navbar-nav > li > a {
		border: none;
        padding: 8px 0;
	}
	
	.sub-menu {
		margin-top: 4px;
	}
	
	.header__right-box{
		display: none;
	}
	
	
	.header__links {
		margin-left: auto;
	}
	
	.header__link {
		margin-left: 8px;
	}
	
	.navbar-collapse {
		display: block;
		height: auto;
		border-bottom: 1px solid #ffffff;
        margin-bottom: 24px;
	}
	
    .navbar-social {
        width: 100%;
        background: #1E40AF;
        border-top: 1px solid #ffffff;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 24px;
        padding-top: 24px;
    }
	
	.navbar-social-item__link {
		font-size: 20px;
		font-weight: 400;
		line-height: 26px;
	}
	
	.navbar-social-item__name {
		color: #71717A;
		font-size: 14px;
		font-family: "Onest", sans-serif;
	}
	
	.navbar-social-box {
		display: flex;
		align-items: center;
		gap: 12px;
	}
	
	.navbar-social-box__link img {
		display: block;
		width: 33px;
		height: 33px;
	}
	
	.sub-menu-item-title {
		display: none;
	}
	
	.header-wrapper {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
		background-color: #fff;
		margin: 0;
		display: flex;
        align-items: center;
		box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
		padding: 0;
        height: 62px;		
	}
	
	body {
		padding-top: 62px;
	}
	
	.main-header__social-wrapper {
		display: none;
	}
	
	.header__logo {
		width: 150px;
	}
	
		.container-header__separation {
		display:none;
	}
	
	.navbar-nav {
		padding: 24px 0;
	}
	
	.navbar-collapse ul li {
		border-bottom: none;
	}
	
	.sub-menu ul li {
		padding: 6px 0;
	}
	
	
	.header__info-item-img {
		filter: grayscale(1) brightness(1000%);
	}
	
	.header__info-item a {
		color: #fff;
	}
	
	.navbar-social-box__link {
		border: 1px solid #fff;
		border-radius: 100%;
	}
	
	
	.lk-mobile-menu {
		display: block;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: 0.2px;
		border-bottom: 1px solid #fff;
		padding-bottom: 24px;
	}
	
	.header-mobile__button {
        display: flex;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.2px;
        background-color: #fff;
        color: #1e40af;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 60px;
    }
	
	
	
}




/*Мини корзина*/
/*Мини корзина*/
/*Мини корзина*/

.header__navigation-wrap.sticky .header__menu-cart-button-wrap {
	display: block;
}

.header__menu-cart-button-wrap {
    position: relative;
	display:none;
}

.header__menu-cart-button {
	align-items: center;
    background: #0EA5E9;
    border-radius: 32px;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 32px;
    justify-content: center;
    line-height: 17px;
    margin-left: auto;
    width: 122px;
}

.header__menu-cart-button>span {
    border-right: 1px solid #fff;
    margin-right: 11px;
    padding: 0 11px 0 0;
}

.header__menu-cart-button-counter {
    position: relative;
}

.header__menu-cart-button-counter img {
    left: -5px;
    max-width: none;
    opacity: 0;
    position: absolute;
    top: -2px;
    transform: translateX(-5px);
    transition: opacity .2s linear, transform .2s ease-in-out;
    width: 25px;
}

.header__hover-cart-block-wrap {
    opacity: 0; 
    padding-top: 26px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
    transition: opacity .25s;
    width: 460px;
}

.header__menu-cart-button:hover+.header__hover-cart-block-wrap {
    opacity: 1;
    pointer-events: auto;
}

.header__hover-cart-block-wrap:hover {
    opacity: 1;
    pointer-events: auto;
}

.header__hover-cart-block {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
    padding: 28px 34px 30px;
    position: relative;
}

.header__hover-cart-block-header {
    color: #282828;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
}

.header__hover-cart-block-header>span {
    color: #37a88d;
}

.header__hover-cart-block__products {
    border-bottom: 1px solid #f3f2f7;
    border-top: 1px solid #f3f2f7;
    max-height: 278px;
    overflow: auto;
    padding: 20px 5px 20px 0;
    scrollbar-color: #cfcfcf #f8f8f8;
    scrollbar-width: thin;
}

.header__hover-cart-block__products-item {
    align-items: center;
    display: flex;
}

.header__hover-cart-block__products-item-image {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 68px;
    justify-content: center;
    width: 68px;
}

.header__hover-cart-block__products-item-info {
    flex: 1 1 auto;
    max-width: calc(100% - 85px);
    padding: 0 16px;
}

.header__hover-cart-block__products-item-name {
    color: #282828;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header__hover-cart-block__products-item-price {
    align-items: center;
    display: flex;
    margin-top: 6px;
}

.header__hover-cart-block__products-item-remove-btn {
    align-self: baseline;
    display: flex;
    margin-top: 12px;
    border: none;
    padding: 0;
    box-sizing: border-box;
    -webkit-appearance: button;
    color: inherit;
    cursor: pointer;
    background-color: transparent;
    text-transform: none;
}

.header__hover-cart-block__products-item:not(:first-child) {
    margin-top: 16px;
}

.header__hover-cart-block-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.header__hover-cart-block__price-block {
    margin-right: 16px;
}

.site-button {
    align-items: center;
    background: #222222;
    border: 1px solid #fdfdfd;
    border-radius: 50px;
    color: #fff;
    display: flex;
    font-size: 15px;
    justify-content: center;
    line-height: 17px;
    padding: 12px 30px;
    text-align: center;
    cursor: pointer;
}

.header__hover-cart-block:after, .header__hover-cart-block:before {
    background: #fff;
    content: "";
    height: 20px;
    position: absolute;
    right: 30px;
    top: -10px;
    transform: rotate(45deg);
    width: 20px;
}

.header__menu-cart-button:hover+.header__hover-cart-block-wrap {
    opacity: 1;
    pointer-events: auto;
}





/*footer*/
/*footer*/
/*footer*/

.main-footer {
    background: #71717A;
    padding: 66px 0 57px;
}

.main-footer__wrapper {
    display: flex;
	gap: 170px;
}


.main-footer__menu-wrapper {
    display: flex;
    width: 100%;
    gap: 32px;
    justify-content: space-between;
}


.main-footer__logo-img {
    max-width: 230px;
}

.main-footer__menu-col {
    width: calc(1 / 4 * 100% - (1 - 1 / 4) * 24px);
}



.main-footer__social-wrapper {
    align-items: center;
    display: flex;
	gap: 12px;
	margin-top: 12px;
}

.main-footer__contact {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
}

.main-footer__social-link {
    align-items: center;
    border-radius: 100px;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: .25s;
    width: 40px;
}


.main-footer__social-link svg {
    height: auto;
    width: 16px;
    flex-shrink: 0;
}


.main-footer__menu-col-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
	font-weight: 700;
}

.main-footer__menu-catalog {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.main-footer__menu-catalog--item {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
}

.sub-footer {
    background: #71717A;
}

.sub-footer__cookie-notification {
    color: #656565;
    font-size: 13px;
    line-height: 17px;
    padding: 20px 0 0;
}

.sub-footer__cookie-notification a {
    color: #fff;
    transition: .25s;
}

.sub-footer__links-wrapper {
    align-items: center;
    display: flex;
    padding: 22px 0;
}



.sub-footer__links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
	gap: 16px;
}

.sub-footer__links-sep {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
}

.sub-footer__link {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
}

.main-footer__contact-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
	filter: grayscale(1) brightness(1000%);
}


@media screen and (max-width: 1268px) {
	.main-footer__menu-wrapper {
		gap: 16px;
	}
	
	.main-footer__menu-col {
		width: calc(1 / 4 * 100% - (1 - 1 / 4) * 16px);
	}
	
	.main-footer__wrapper {
		gap: 32px;
	}
}


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

	.main-footer__wrapper {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
	
	.main-footer__logo {
		margin-bottom: 24px;
	}
	
	.main-footer__social-wrapper {
		justify-content: center;
	}
	
	.main-footer__menu-wrapper {
    	display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.main-footer__menu-col {
		width: 100%;
		text-align: center;
	}
	
	.main-footer__menu-catalog {
		align-items: center;
	}
	
	.main-footer__logo-img {
		max-width: 140px;
	}
	
	.sub-footer__links-wrapper {
    	display: flex;
		flex-direction: column;
	}
	

	
	.sub-footer__links {
    	display: flex;
		flex-direction: column;
		margin: 0 auto;
		text-align: center;
	}
	
}


/*Хлебные крошки*/

.breadcrumbs {
    margin: 28px 0;
    font-size: 14px;
    line-height: 19px;
    color: #71717A;
    font-weight: 400;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.breadcrumbs a {
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    color: #71717A;
    font-weight: 400;  
}

.breadcrumbs span {
    display: flex;
    align-items: center;
}


.breadcrumbs .breadcrumb_last {
    color: #1E40AF;
}

.breadcrumbs span::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xLjk4NiAxLjIxNyAyLjg4IDMuNzk5VjUuMkwxLjk4NyA5SC41OTlsMi43OTgtMy44ODdMLjYgMS4yMTdoMS4zODdaIiBmaWxsPSIjMjgyODI4Ii8+PC9zdmc+');
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}

.breadcrumbs span:last-child::after {
    content: none;
}


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

	.breadcrumbs {
		margin: 16px 0;
	}

}


.product-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 24px;
    width: 100%;
    align-items: stretch;
	margin-bottom: 112px;
}

.product-category-item {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #D4D4D8;
    cursor: pointer;
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 24px);
    box-shadow: 0px 8px 18px -6px #18274B1F;
	padding: 16px;
	gap: 16px;
    align-items: flex-start;
}

.product-category-item__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-category-item__info-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
	border-bottom: 1px solid #00000000;
    width: max-content;
}

.product-category-item__info-title:hover {
	border-bottom: 1px solid #000;
}

.product-category-item__info-title span {
    color: #828282;
    font-weight: 400;
    font-size: 18px;
}

.product-category-item__info-text {
    font-size: 16px;
    line-height: 19px;
}

.product-category-item__image {
    width: 150px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.subcategory__info {
    display: flex;
    flex-direction: column;
	gap: 6px;
}

.subcategory__info-link {
    color: #0EA5E9;
    font-size: 16px;
    line-height: 21px;
    border-bottom: 1px solid #0ea5e900;
    width: max-content;
    font-weight: 700;
}

.subcategory__info-link:hover {
    border-bottom: 1px solid #0EA5E9;
}


.term-description {
    display: none;
}


@media screen and (max-width: 1024px) {
	
	
	.product-categories {
		gap: 16px 16px;
	}
	
	.product-category-item__info {
		gap: 12px;
	}
	
	.product-category-item__image {
		margin: 0 auto;
	}
	
	.product-category-item__info-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.product-category-item {
		width: calc(1 / 2 * 100% - (1 - 1 / 2) * 16px);
	}
	
}


@media screen and (max-width: 768px) {
	.product-categories {
		flex-direction: column;
	}
	
	.product-category-item {
        width: 100%;
    }
}


	.search-page-title {
		font-size: 38px;
		line-height: 44px;
		margin-bottom: 24px;
		font-weight: 400;
	}

	.searchform-input.searchform-input-page {
		z-index: 1;
	}

	.searchform-page .searchform-button.searchform-button-page {
		z-index: 1;
	}


	.searchform.searchform-page {
		margin-bottom: 24px;
	}

	.searchform.searchform-page::before {
		z-index: 2;
	}

	.search .catalog-main_box {
		margin-bottom: 90px;
		width: 100%;
	}

	body.search-no-results {
		padding: 0;
		font-size: 18px;
		line-height: 21px;
		text-align: left;
	}

	.woocommerce-no-products-found .woocommerce-info {
		color: #0EA5E9;
	}

@media screen and (max-width: 1024px) {
	body.search-no-results .breadcrumbs {
		margin-top: 90px;
	}
}

@media screen and (max-width: 768px) {
	.search-page-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 16px;
	}

	.woocommerce-no-products-found .woocommerce-info {
		color: #0EA5E9;
		font-size: 16px;
		text-align: center;
		margin-bottom: 120px;
	}	
	
}





.front-form {
    margin: 112px 0;
}

.front-form__box {
    background-color: #fff;
    border-radius: 15px;
    max-width: 1130px;
    margin: 0 auto;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
	position:relative;
	min-height: 374px;
	justify-content: center;
}

.front-form__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
}

.form__logo-img {
    max-width: 207px;
    margin: 0 auto;
}

.front-form__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
}

.wpcf7-spinner {
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: #0ea5e9;
    margin: 0;
}

.wpcf7-form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
	
}

.wpcf7-form-control-wrap {
    width: calc(1 / 4 * 100% - (1 - 1 / 4) * 16px);
}

.submit-form {
     width: calc(1 / 4 * 100% - (1 - 1 / 4) * 16px);
	background-color: #FB923C;
    height: 64px;
    border: none;
    color: #fff;
    border-radius: 60px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
	cursor:pointer;
}

.submit-form:hover {
	background-color:#0EA5E9;
}


.input-form {
    border: 1px solid #D4D4D8;
    height: 64px;
    border-radius: 60px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 19px;
	width: 100%;
}

.front-form__private-policy {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.front-form__private-policy a {
    color: #0EA5E9;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    right: 21px;
    font-size: 11px;
    line-height: 19px;
    color: #ff0000b5;
}

.application-submitted {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
	.wpcf7-form {
		display: flex;
		flex-direction: column;
	}
	
	.wpcf7-form-control-wrap {
		width: 100%;
	}
	
	.submit-form {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.front-form__box {
		padding: 24px 16px;
		gap: 16px;
	}
	
	.form__logo-img {
		max-width: 180px;
		margin: 0 auto;
	}
	
	
	.front-form__subtitle {
		font-size: 16px;
		line-height: 19px;
	}
	
	.application-submitted {
		font-size: 16px;
		line-height: 22px;
	}
	
	.front-form {
		margin: 24px 0 112px;
	}
}





/* --- Профиль --- */
/* --- Профиль --- */
/* --- Профиль --- */

.woocommerce-account .woocommerce {
    display: flex;
    gap: 24px;
    margin-bottom: 200px;
    margin-top: 32px;
}

.account-navigation {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 320px;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul {
    border-radius: 15px;
    background: #F4F4F5;
    list-style: none;
    padding: 24px;
}

.woocommerce-MyAccount-content {
    width: 100%;
}

#profile-edit-form {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    gap: 12px;
	position: relative;
}

.woocommerce-account .woocommerce-form-row.form-row-wide.two-row {
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 12px);
}


.woocommerce form .form-row input.input-text {
    background-color: #fff;
    border: 1px solid #D4D4D8;
    border-radius: 60px;
    display: block;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    margin: 0;
    outline: none;
    padding: 0 24px;
    transition: border .15s;
    width: 100%;
}

.woocommerce form .form-row input.input-text:focus {
    border: 1px solid #0EA5E9;
}

.custom-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 4px;
    display: block;
	margin-left: 13px;
}

.profile-title {
    width: 100%;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 16px;
}

.required {
    color: #0EA5E9;
}

#save-profile-button {
    align-items: center;
    background: #FB923C;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 8px 42px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    cursor: pointer;
    height: 56px;
    margin-left: auto;
    margin-top: 12px;
}

#save-profile-button:hover {
    background: #0EA5E9;
}

#profile-update-message {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #0EA5E9;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    padding: 8px 0 8px 16px;
    display: block;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #1E40AF;
	font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
}

.woocommerce-MyAccount-navigation-link::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #A1A1AA;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce-MyAccount-navigation-link.is-active::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1E40AF;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}


.woocommerce-orders-table__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #f2f2f3;
    margin-bottom: 16px;
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
    gap: 24px;
}

.product-image-orders {
    width: 220px;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
}

.product-image-orders img {
    display: block;
    width: 100%;
    height: 100%;
}

.woocommerce-orders-table__item {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    align-items: center;
}

.woocommerce-orders-table__item.item-shipping_methods {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 20px;
}

.woocommerce-orders-table__cell-order-total {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.woocommerce-orders-table__cell-order-date {
    color: #A1A1AA;
    font-size: 14px;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 8px;
}

a.woocommerce-button.button.view {
    display: none;
}

.woocommerce-orders-table__cell-order-status {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #DCFCE7;
    color: #22C55E;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.woocommerce-orders-table__cell-order-status.status-completed {
    background: #E0F2FE;
    color: #0EA5E9;
}

.woocommerce-orders-table__cell-order-number a {
    pointer-events: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    cursor: default;
}

#address-edit-form {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    position: relative;
}

#save-address-button {
    align-items: center;
    background: #FB923C;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 8px 42px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    cursor: pointer;
    height: 56px;
    margin-left: auto;
    margin-top: 12px;
}

#address-update-message {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #0EA5E9;
}

#save-address-button:hover {
	background:#0EA5E9;
}


.single-product-review-item {
    background-color: #ffffff;
    border: 1px solid #D4D4D8;
    border-radius: 10px;
    padding: 24px;
}

.user-reviews {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.user-comment-product-name a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #0EA5E9;
	border-bottom: 1px solid #fff0;
}

.user-comment-product-name a:hover {
    border-bottom: 1px solid #0EA5E9;
}

.delete-review {
    margin-top: 12px;
    display: block;
    text-align: end;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.delete-review:hover {
    color:#0EA5E9!important;
}

@media screen and (max-width: 1024px) {
	.woocommerce-account .woocommerce {
		display: flex;
		gap: 24px;
		margin-bottom: 80px;
		flex-direction: column;
	}
	
	.account-navigation {
		max-width: 100%;
	}
	
	#profile-edit-form {
		flex-direction: column;
	}
	
	.woocommerce-account .woocommerce-form-row.form-row-wide.two-row {
		width: 100%;
	}
	
	#save-profile-button {
		width: 100%;
	}
	
	.woocommerce-orders-table__box {
        display: flex;
        flex-direction: column;
    }
	
	
	.user-reviews .single-product-comment-author {
		display: flex;
		flex-direction: column;
		gap: 6px;
		align-items: flex-start;
	}
	
	.user-reviews .comment-meta {
		width: 100%;
		justify-content: space-between;
	}
	
}




.maps-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 24px;
	margin-bottom: 24px;
}

.maps-box__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
}

.error-404__box {
    background-color: #fff;
    border-radius: 15px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 112px;
}

.title404 {
    font-family: Onest;
    font-weight: 600;
    font-size: 124px;
    line-height: 120%;
    text-align: center;
    color: #1E40AF;
}

.error-404__box img {
    max-width: 360px;
    margin: 0 0 24px;
}

.error-404 .main-banner__box--form-subtitle, 
.error-404 .main-banner__box--form-title {
    text-align: center;
}



.front__main-banner.error-404.not-found {
    background-image: url(/wp-content/themes/vladuflowres/img/404.jpg);
	border-radius: 0;
	margin-bottom: 68px;
}



@media screen and (max-width: 768px) {
	
	.front__main-banner.error-404.not-found {
		background-image: none;
        height: auto;
	}
	
	
	.error-404__box {
		padding: 24px;
	}
	
	.error-404__box img {
		max-width: 240px;
		margin: 0 0 16px;
	}
	
	.error-404-subtitle {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 16px;
	}
	
	.error-404-text {
		font-size: 13px;
		line-height: 17px;
	}
}



/*Корзина*/



.woocommerce-cart .wp-block-group {
    align-items: flex-start;
    display: flex;
    margin-top: 21px;
	gap: 48px;
}

.woocommerce-cart-form {
    width: calc(100% - 345px);
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    flex-shrink: 0;
    position: relative;
    width: 345px !important;
	position: sticky;
    top: 20px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .03);
    padding: 24px;
}

.cart_totals h2 {
    display: none;
}

.woocommerce table.shop_table {
    border: none;
    margin: 0;
    border-radius: 0;
	    width: 100%;
}

.woocommerce-cart-form__cart-item.cart_item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .03);
    padding: 10px 11px;
    position: relative;
    display: flex;
    margin-top: 15px;
	    align-items: center;
}

.woocommerce-cart-form__cart-item.cart_item:first-child {
    margin-top: 0px;	
}

td.product-thumbnail {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 100px;
    justify-content: center;
    margin-right: 19px;
    position: relative;
    width: 100px;
    border: none;
    padding: 0 !important;
    max-width: 100%;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    box-shadow: none;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
}

.woocommerce table.shop_table td {
    border-top: 0;
    padding: 0;
    vertical-align: middle;
    line-height: normal;
}

td.product-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 350px;
    width: 100%;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: #fff0;
}




.quantity-wrapper {
    display: flex;
    align-items: center;
    padding: 6px 7px;
}

.quantity-wrapper button {
    cursor: pointer;
    background: transparent;
    border: none;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}


.quantity-wrapper button svg{
     flex-shrink: 0;
}
   

.quantity-wrapper .quantity {
    margin: 0 5px;
}

.woocommerce-cart .woocommerce .quantity .qty {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #f4f4f5;
	text-align: center;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    display: none;
}

.woocommerce .cart-collaterals::after, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals::after, .woocommerce-page .cart-collaterals::before {
    display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.woocommerce-cart td.product-quantity {
    align-items: center;
    background: #F4F4F5;
    border-radius: 50px;
    display: flex;
    height: 36px;
    justify-content: center;
    overflow: hidden;
    padding: 0 17px;
    flex-shrink: 0;
    margin-left: 30px;
    min-width: auto;
}


.woocommerce-cart td.product-subtotal {
    flex-shrink: 0;
    width: 165px;
    align-items: center;
    display: flex;
    justify-content: center;
}

td.product-remove {
    align-items: center;
    background: transparent;
    display: flex;
    flex-shrink: 0;
    height: 35px;
    justify-content: center;
    width: 35px;
}



















/*Бонусы ПЕРЕНЕСТИ В ПЛАГИН*/
/*Бонусы ПЕРЕНЕСТИ В ПЛАГИН*/
/*Бонусы ПЕРЕНЕСТИ В ПЛАГИН*/

.cart__set-bonuses-wrapper {
    margin-top: 26px;
}

.cart__set-bonuses-checkbox {
    align-items: center;
    display: flex;
}

.checkbox, .checkbox__wrap {
    align-items: center;
    display: flex;
}

.checkbox__wrap {
    cursor: pointer;
    margin: 0;
    max-width: 100%;
    user-select: none;
    width: max-content;
}

.checkbox {
    background: #dad7e7;
    border-radius: 50px;
    flex-shrink: 0;
    height: 24px;
    overflow: hidden;
    position: relative;
    transition: .25s;
    width: 38px;
}

.checkbox__circle {
    background: #fff;
    border-radius: 50px;
    bottom: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15), 0 3px 1px rgba(0, 0, 0, .06);
    height: 20px;
    left: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    transition: .25s;
    width: 20px;
}

.checkbox__label {
    font-size: 15px;
    line-height: 19px;
    margin-left: 11px;
}

.cart__user-bonuses {
    color: #979797;
    font-size: 15px;
    line-height: 17px;
    margin-left: 3px;
}

.cart__set-bonuses-field-wrap, .v-application .cart__set-promocode-field-wrap {
    align-items: center;
    display: flex;
    margin-top: 23px;
}

.cart__set-bonuses-field {
    width: 100%;
}

.input-custom {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.input-custom__input-wrap {
    position: relative;
}

.input-custom__input {
    background: #fff;
    border: 2px solid #dad7e7;
    border-radius: 8px;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    padding: 0 40px 0 20px;
    transition: border .15s;
    width: 100%;
	appearance: none;
}

.input-custom__clear {
    display: flex;
    opacity: 0;
    position: absolute;
    right: 14px;
    top: 12px;
    transition: opacity .25s;
    -webkit-appearance: button;
    border: none;
    padding: 0;
}

   .cart__set-bonuses-btn, .cart__set-promocode-btn {
        background: #37a88d;
        border-radius: 8px;
        color: #fff;
        font-size: 15px;
        height: 48px;
        line-height: 17px;
        margin-left: 8px;
        padding: 0 16px;
        text-align: center;
	    border: none;
	    cursor:pointer;
    }

   .cart__set-bonuses-btn:hover, .cart__set-promocode-btn:hover {
        background: #25856e;
    }


.cart__active-bonuses {
    color: #37a88d;
    font-size: 15px;
    line-height: 17px;
    margin: 8px 0 0 50px;
}

.checkbox.active {
    background: #875467;
}

.checkbox__circle.active {
    left: 16px;
}



.cart_totals tbody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cart_totals tbody tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.woocommerce-remove-coupon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-indent: -9999px; 
    overflow: hidden;
    position: relative;
	color:#fff;
}

.woocommerce-remove-coupon::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16"%3E%3Cpath d="M18 6L6 18M6 6l12 12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" /%3E%3C/svg%3E');
    transition: opacity 0.2s ease;
	position: relative;
	z-index:2;
}



.cupon-custom-box .coupon {
    border: 1px solid #FB923C;
    width: max-content;
    margin: 16px 0 24px auto;
    padding: 8px;
    border-radius: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

#coupon_code {
    height: 40px;
    padding-left: 15px;
    border: none;
    font-size: 16px;
    line-height: 19px;
    color: #71717A;
}

.cupon-custom-box .coupon .button {
    border: none;
    background-color: #FB923C;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 8px;
	cursor:pointer;
}

.cart_totals tbody tr td {
    display: flex;
    align-items: center;
    gap: 3px;
}

.cupon-custom-box .coupon .button img {
    filter: grayscale(1) brightness(1000%);
    transform: rotate(-90deg);
}

.main-btn.checkout-button {
    padding: 12px 30px !important;
    font-size: 16px !important;
    display: flex !important;
    margin: 0 !important;
}

.wc-proceed-to-checkout {
    padding: 0 !important;
    margin-top: 24px;
}

.cart_totals tbody tr th {
    border: none !important;
}

.cart_totals tbody tr td {
    border: none !important;
}

.cart_totals .shop_table th {
    font-weight: 400!important;
    padding: 4px 6px!important;
	color:#71717A!important;
	font-size: 16px!important;
    line-height: normal!important;
	font-family: "Roboto", sans-serif!important;
	text-align: left;
}

.cart_totals tbody tr td {
    font-weight: 700!important;
    font-family: "Roboto", sans-serif !important;
	font-size: 16px!important;
}


.cart-discount .amount {
    margin-left: 5px;
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 55%!important;
}



.cart__additions-wrapper {
    align-items: center;
    display: flex;
    margin: 0 -13px 30px;
}

.cart__additions-item {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .03);
    display: flex;
    flex: 1 1 50%;
    margin: 0 13px 10px;
    padding: 22px 30px;
}

 .cart__additions-item-icon {
    align-items: center;
    background: #f4edfa;
    border-radius: 50px;
    display: flex;
    flex-shrink: 0;
    height: 26px;
    justify-content: center;
    margin-right: 10px;
    width: 26px;
}

.cart__additions-item-text-wrap {
    display: flex;
}

.cart__additions-item-title {
    font-size: 14px;
    line-height: 25px;
    margin-right: 3px;
    white-space: nowrap;
}

.cart__additions-item-text {
    font-size: 14px;
    line-height: 25px;
    white-space: nowrap;
}


.woocommerce-cart-form .additional-products-wrapper {
    margin-top: 58px;
}

.blockUI.blockOverlay {
    border-radius: 10px!important;
}

.cart__header-section {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 18px 0;
}



.woocommerce-cart .container-cart .additional-products-section {
    margin-top: 48px;
}

.dellactive {
    color: #00b24f;
}

@media screen and (max-width: 1080px) {
	.woocommerce-cart .wp-block-group {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	
	.woocommerce-cart-form {
		width: 100%;
	}
	
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width: 100% !important;
		position: relative;
	}
		
	td.product-quantity {
		margin-left: auto !important;
	}
	
}


	@media screen and (max-width: 991px) {		
		
		.woocommerce-cart .container-cart .additional-products__tabs-item span {
			color: #222;
		}
		
		.woocommerce-cart .container-cart  .additional-products__tabs-item span.active {
			border-bottom: 2px solid #875467;
			color: #875467;
		}
		
	}


@media screen and (max-width: 768px) {
	.cart__additions-wrapper {
		display: flex;
		flex-direction: column;
		margin: 0;
		align-items: stretch;
	}
	
	.custom-cart-additions td::before {
		display:none!important;
	}
	
	.cart__additions-item {
		margin: 0 0 8px 0;
		padding: 16px 12px;
	}
	
	.cart__additions-item:last-child {
		margin: 0 0 16px 0;
	}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display:none!important;
    }
	
    .woocommerce-cart-form__cart-item.cart_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
	 	padding: 24px 10px;
    }
	
	
	td.product-name {
        width: 100%;
        max-width: 220px;
        font-size: 16px;
        line-height: 19px !important;
        text-align: center;
        margin: 12px 0;
	}
	
	td.product-remove {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	
	td.product-thumbnail {
		width: 140px;
		height: 140px;
		margin-right: 0;
	}
	
	.woocommerce-cart td.product-quantity {
		margin: 0 auto 12px;
		height: 38px;
	}
	
	.woocommerce-cart .container-cart .additional-products-section {
		margin-top: 68px;
	}
}




/*Оформление заказа*/

.woocommerce-form-coupon-toggle {
    display: none;
}


form.checkout.woocommerce-checkout {
    align-items: flex-start;
    display: flex;
    margin-top: 21px;
    gap: 60px;
}

.custom-form-checkout {
    width: calc(100% - 345px);
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 12px;
}

.three-row {
    width: calc(1 / 3 * 100% - (1 - 1 / 3) * 12px);
}

.full-width-row {
    width: 100%;
}

.woocommerce-checkout-review-order {
    flex-shrink: 0;
    width: 345px !important;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .03);
    padding: 24px;
}

.woocommerce-billing-fields {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 40px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody { 
	display: none; 
}

.my-custom-shipping-table {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 40px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.woocommerce-shipping-methods {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
	    margin-top: 16px !important;
}

.woocommerce ul#shipping_method li {
    list-style: none outside;
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 12px);
	background-color: #fff;
    border: 1px solid #D4D4D8;
    border-radius: 60px;
    font-size: 15px;
    height: 56px;
    line-height: 56px;
    margin: 0;
    outline: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.woocommerce ul#shipping_method .shipping_method {
    display: none;
}

.woocommerce ul#shipping_method li label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
	gap: 6px;
	cursor: pointer;
}


.woocommerce ul#shipping_method li input.shipping_method:checked + label {
    background-color: #0ea5e9;
    color: #fff;
}


.billing-custom-title {
    width: 100%;
    display: block;
    margin-bottom: 8px !important;
}

.billing-mt{
    margin-top: 24px !important;
}

.woocommerce-billing-fields h3 {
    display: none;
}

.billing-custom-title h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.woocommerce-additional-fields {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 40px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}




.woocommerce-shipping-store {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    list-style: none outside;
    padding: 0;
}

.woocommerce-shipping-store li {
    list-style: none outside;
    width: 100%;
    background-color: #fff;
    border: 2px solid #b494a0;
    border-radius: 8px;
    font-size: 14px;
    height: 88px;
    line-height: 18px;
    margin: 0;
    outline: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.pickup_store_option {
    display: none;
}

.woocommerce-shipping-store li label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-weight: 400;
    height: 100%;
    cursor: pointer;
    padding: 0 12px;
	width: 100%;
}

.woocommerce-shipping-store li label span {
    font-weight: 400;
}

ul#pickup_store_options li input.pickup_store_option:checked + label {
    background-color: #875467;
    color: #fff;
}
.woocommerce form .form-row {
    padding: 0!important;
    margin: 0!important;
}

label.time-notes {
    margin-top: 12px;
    font-style: italic;
    font-size: 14px;
}

.wc-proceed-to-checkout .main-button {
    height: 56px;
    width: 100%;
    max-width: 100%;
	font-weight: 400;
}


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

	.checkout.woocommerce-checkout {
		display: flex;
		flex-direction: column!important;
		gap: 24px!important;
	}
	
	.custom-form-checkout {
		width: 100%;
	}
	
	.woocommerce-checkout-review-order {
		width: 100% !important;
	}
	
	.woocommerce-shipping-methods {
		display: flex;
		flex-direction: column;
	}
	
	.woocommerce ul#shipping_method li {
		width: 100%;
	}
	
	.woocommerce-shipping-store {
		display: flex;
		flex-direction: column;
	}
	
	.woocommerce-shipping-store li {
		width: 100%;
		font-size: 12px;
	}
}

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

	.woocommerce-billing-fields__field-wrapper {
		display: flex;
		flex-direction: column;
	}
	
	.three-row {
		width: 100%;
	}
	
	.time-notes {
		margin-top: 8px;
		font-style: italic;
		font-size: 10px;
	}	
	
	.cupon-custom-box .coupon {
		width: 100%;
		justify-content: space-between;
	}
}


.custom-form-checkout__box {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 40px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.checkout-method-selector {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.checkout-method-selector li {
    list-style: none outside;
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 12px);
    background-color: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 60px;
    font-size: 15px;
    line-height: 56px;
    margin: 0;
    outline: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.checkout-method-selector li input {
    display: none;
}

.checkout-method-selector li label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 6px;
    cursor: pointer;
}

.checkout-method-selector li input:checked + label {
	background-color: #0EA5E9;
    color: #fff;
    border-color: #0EA5E9;
}

.checkout-label {
    color: #888;
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
    margin-left: 13px;
}

#billing_country_field {
    display: none !important;
}

.form-row-two {
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 16px);
}

.checkout__box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form-row-full {
    width: 100%;
}

.custom-pvz-btn {
    background-color: #fb923c;
    border-radius: 60px;
    font-size: 15px;
    color: #fff;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 44px;
    height: 100%;
    margin-top: 24px;
    cursor: pointer;
    border: 1px solid #fff0;
}

.custom-pvz-btn.disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.custom-cdek-office-info {
    margin-top: 24px;
    font-size: 15px;
    line-height: 18px;
}

.place-order .main-button {
    padding: 21px 0;
    width: 100%;
    max-width: 100%;
}

.woocommerce-checkout-review-order .shop_table th {
    font-weight: 400 !important;
    padding: 4px 6px !important;
    color: #71717A !important;
    font-size: 16px !important;
    line-height: normal !important;
    font-family: "Roboto", sans-serif !important;
    text-align: left;
}


.woocommerce-checkout-review-order-table tfoot tr td {
    font-weight: 700 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
	text-align: right;
}

.wc_payment_methods {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 16px !important;
}

.wc_payment_methods li {
    list-style: none outside;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 60px;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
    outline: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 56px;
    height: 100%;
}

.wc_payment_methods li label {
    display: flex;
    text-align: center;
    width: 100%;
    padding: 12px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.wc_payment_methods li input:checked + label {
    background-color: #0ea5e9;
    color: #fff;
}

@media screen and (max-width: 1024px) {
	.checkout-method-selector {
		flex-direction: column;
		gap: 6px;
	}
	
	.checkout-method-selector li {
		width: 100%;
	}
	
	.form-row-two {
		width: 100%;
	}
	
	.custom-form-checkout__box {
		padding: 24px 16px;
	}
}



/*Новости*/

.service__title {
    color: #1E40AF;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    font-weight: 600;
}

.all-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px;
}

.service_post-box {
    width: calc(1 / 4 * 100% - (1 - 1 / 4) * 24px);
    background-color: #F4F4F5;
    border-radius: 15px;
    overflow: hidden;
}

.service_post-box__image {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}

.service_post-box__image img {
    height: 100%;
}

.service_post-box__info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service_post-box__title {
    font-size: 17px;
    line-height: 140%;
    font-weight: 700;
    letter-spacing: 0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.service_post-box__text {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    letter-spacing: 0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.service_post-box__link {
    color: #1E40AF;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #fff0;
    width: max-content;
}

.service_post-box__link:hover {
    border-bottom: 1px solid #1E40AF;
}

.service_post-box__date {
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.load-more-news {
    background-color: #1E40AF;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    padding: 24px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px auto 0;
    border-radius: 60px;
    transition: .25s;
    border: 1px solid #1E40AF;
    letter-spacing: 0.40px;
    width: 100%;
	cursor: pointer;
}

.load-more-news:hover {
	color: #1E40AF;
    background-color: #fff;
}	


@media screen and (max-width: 1168px) {
	.service_post-box {
		width: calc(1 / 2 * 100% - (1 - 1 / 2) * 24px);
	}
	
	.service__title {
		font-size: 36px;
		line-height: 120%;
	}
}



@media screen and (max-width: 568px) {
	.service_post-box {
		width:100%;
	}
	
	.service__title {
		font-size: 24px;
		line-height: 120%;
		margin-bottom: 16px;
	}
}





.post-title {
    font-size: 48px;
    line-height: 120%;   
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #1E40AF;
	margin-bottom: 16px;
}

.post-date {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 0.2px;
	margin-bottom: 16px;
}

.post-thumbnail {
    width: 100%;
    height: 800px;
    overflow: hidden;
    border-radius: 15px;
}

.post-thumbnail img{
    height: 100%;
}

.post-content {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.post-content p {
    margin: 16px 0;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    margin: 24px 0 12px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

/* Общий стиль для списков */
.post-content ol {
    margin: 1.5em 0;
    padding-left: 1.5em;
    font-size: 18px;
    line-height: 25px;
}

.post-content ul {
    margin: 1.5em 0;
    padding-left: 1.5em;
    font-size: 18px;
    line-height: 25px;
}

/* Нумерованные списки */
.post-content ol {
    list-style-type: decimal;
}

.post-content ol li {
	margin-bottom: 0.2em;
    padding-left: 0.2em;
    position: relative;
}

.post-content ol li::marker {
    font-weight: 400;
    color: #000;
}

.post-content ul {
    list-style: none;
    padding-left: 0.4em;
}

.post-content ul li {
    margin-bottom: 0.5em;
    padding-left: 0.8em;
    position: relative;
}

/* Кастомные маркеры для ul */
.post-content ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
}

/* Вложенные списки */
.post-content ol ol,
.post-content ul ul,
.post-content ol ul,
.post-content ul ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    font-size: 18px;
    line-height: 25px;
}

.post-content ul ul {
    list-style: none;
    padding-left: 0;
}

.post-content ul ul li {
    padding-left: 1.5em;
}

.post-content ul ul li::before {
    background: #555;
}

.share-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 16px 0;
}

.share-block.share-block__top {
    border-bottom: 1px solid #212121;
}

.share-block.share-block__bottom {
    border-top: 1px solid #212121;
}

.share-block__wrap--item.active {
    background-color: #06a822;
}

.share-block__wrap {
    display: flex;
    gap: 12px;
}

.share-block__wrap--item {
    background-color: #1E40AF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 8px;
}

@media screen and (max-width: 1168px) {
	.post-thumbnail {
		height: 600px;
	}
}

@media screen and (max-width: 1024px) {
	.post-title {
		font-size: 38px;
	}
}

@media screen and (max-width: 768px) {
	
	.post-title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	
	
	.post-thumbnail {
		height: 300px;
	}
	
	.post-content p {
		margin: 16px 0;
	}
	
	.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
		margin: 24px 0 16px;
		font-size: 20px;
		line-height: 24px;
	}
	
	.post-content {
		font-size: 16px;
		line-height: 22px;
	}
	
	.post-content ol {
		margin: 12px 0;
		font-size: 16px;
		line-height: 22px;
	} 
	
	.post-content ul {
		margin: 12px 0;
		padding-left: 0.3em;
		font-size: 16px;
		line-height: 22px;
	}
	
	.share-block__wrap--item {
		width: 32px;
		height: 32px;
		padding: 6px;
	}
	
	.share-block__wrap {
		gap: 6px;
	}
	
	.share-block {
		font-size: 16px;
		padding: 12px 0;
	}
}





/*LK*/

.lk-title {
    font-size: 48px;
    line-height: 120%;
    font-weight: 600;
    text-align: left;
    color: #1E40AF;
    letter-spacing: 0.8px;
    margin-bottom: 24px;
}

.lk-booking_item-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.lk-booking_item-prise {
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    color: #1E40AF;
    letter-spacing: 0.8px;
    width: 240px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.lk-booking_item-date, .lk-booking_item-cours-date, .lk-booking_item-cours {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.lk-booking_item {
    background-color: #F4F4F5;
    padding: 24px;
    border-radius: 15px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.lk-booking_item-name {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.lk-booking_item-date span, .lk-booking_item-cours-date span, .lk-booking_item-cours span {
    font-weight: 600;
}


@media screen and (max-width: 768px) {
	.lk-title {
		font-size: 20px;
		margin-bottom: 16px;
		letter-spacing: 0.4px;
	}
	
	.lk-booking_item {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	
	
	.lk-booking_item-prise {
		font-size: 18px;
		justify-content: flex-start;
		width: 100%;
		letter-spacing: 0.4px;
	}
	
	.lk-booking_item-info {
		gap: 12px;
	}
	
	.lk-booking_item-name {
		font-size: 18px;
	}
}



/*Документы*/



.user-documents-list {
    display: flex;
    flex-direction: column;
    border: 1px solid #D4D4D8;
    border-radius: 15px;
    overflow: hidden;
}

.user-documents-item {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid #D4D4D8;
}

.user-documents-item-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.4px;
    color: #1E40AF;   
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-documents-item-name:hover {
	text-decoration: underline;
}

.user-documents-item-status {
    display: flex;
    width: 250px;
    flex-shrink: 0;
    justify-content: center;
    border-left: 1px solid #D4D4D8;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.4px;
    position: relative;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-documents-item.user-documents-item-head {
    background-color: #F4F4F5;
}

.user-documents-item-head .user-documents-item-name {
    color: #212121;
    font-weight: 600;
    text-decoration: none!important;
}

.user-documents-item-head .user-documents-item-status {
    color: #212121;
    font-weight: 600;
}

.lk-title.document-title {
    margin-bottom: 6px;
}

.document-goback {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #1E40AF;
    display: flex;
    gap: 6px;
    align-items: center;
}

.doc-status-indicator {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 16px;
}

.status-pending {
    background-color: #1E40AF;
}

.status-review {
    background-color: #FB923C; 
}

.status-accepted {
    background-color: #22C55E;
}

.status-rejected {
    background-color: #EF4444;
}

.goback-icon {
    width: 24px;
    height: 24px;
}

.document-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    border: 1px solid #D4D4D8;
    padding: 24px;
    border-radius: 15px;
}

.document-status img {
    width: 48px;
    height: 48px;
}

.document-status-title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
    color: #1E40AF;
    letter-spacing: 0.44px;
}

.document-status-text {
    text-align: center;
    max-width: 550px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.4px;
}

.document-rejected-comment {
    border: 1px solid #D4D4D8;
    padding: 16px;
    border-radius: 15px;
}

.document-rejected-comment-title {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    text-align: left;
    color: #1E40AF;
    letter-spacing: 0.44px;
    margin-bottom: 16px;
}

.document-rejected-comment-text {
    letter-spacing: 0.44px;
    font-size: 16px;
    line-height: 140%;
}

.document-requirements-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    text-align: left;
    color: #1E40AF;
    letter-spacing: 0.44px;
    margin: 64px 0 24px;
}

.document-requirements-title img {
    width: 24px;
    height: 24px;
}

.document-requirements-text {
    font-size: 16px;
    line-height: 120%;
    text-align: left;
    letter-spacing: 0.4px;
}

.document-requirements-text p {
    margin-bottom: 16px;
}

.document-requirements-text ul {
    margin: 16px 0;
    font-size: 16px;
    line-height: 140%;
    list-style: none;
    padding-left: 0.6em;
}

.document-requirements-text ul li {
    margin-bottom: 4px;
    padding-left: 0.8em;
    position: relative;
}

.document-requirements-text ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
}


#new-file-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}


.thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove-file {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #EF4444;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 100%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf-thumb {
    font-weight: bold;
    color: #d9534f;
    padding-top: 35px;
}

.custom-upload-btn {
    display: flex;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.4px;
    color: #1E40AF;
    gap: 6px;
	align-items: center;
	cursor: pointer;
}

.custom-upload-btn img{
    width:24px;
	height: 24px;
}

#upload-document-form {
    margin: 26px 0 64px;
}


#file-preview {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
    border-bottom: 1px solid #D4D4D8;
    padding-bottom: 24px;
}

.file-thumb {
    position: relative;
    border: 1px solid #D4D4D8;
    border-radius: 10px;
    background: #f9f9f9;
    width: 100px;
    height: auto;
    aspect-ratio: 1 / 1;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}

.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    min-width: 0;
    max-width: 90px;
    margin: 0 auto;
	display: block;
}

.main-button.document-form-button {
    margin: 24px 0;
    height: 70px;
}



@media screen and (max-width: 768px) {
	.user-documents-item {
		flex-direction: column;
		height: auto;
		gap: 6px;
		padding: 12px;
	}
	
    .user-documents-item-status {
        border: none;
        width: max-content;
    }
	
	.doc-status-indicator {
    	position: relative;
		left: 0;
		margin-right: 12px;
		width: 8px;
		height: 8px;
	}
	
	.user-documents-item.user-documents-item-head {
		flex-direction: row;
		justify-content: center;
	}
	
	.user-documents-item-head .user-documents-item-name {
		width: max-content;
	}
	
	.user-documents-item-head .user-documents-item-name::after {
    	content: "/";
		padding-left: 6px;
	}
	
	.file-thumb {
		width: calc(1 / 3 * 100% - (1 - 1 / 3) * 16px);
	}
	
	.remove-file {
		width: 26px;
		height: 26px;
	}
	
	.remove-file svg {
		width: 12px;
		height: 12px;
	}
	
	.main-button.document-form-button {
		width: 100%;
		max-width: 100%;
		height: 64px;
		    margin: 16px 0;
	}
	
	.document-requirements-title {
		margin: 32px 0 16px;
	}
	
	#upload-document-form {
		margin: 26px 0 32px;
	}
	
	.document-status {
		padding: 16px;
		gap: 12px;
	}
	
	.document-status-title {
		font-size: 17px;
	}
	
	.document-status-text {
		font-size: 14px;
	}
}


.reminder {
    display: flex;
    gap: 12px;
    align-items: center;
    border: 1px solid #EF4444;
    padding: 10px 12px;
    border-radius: 15px;
    color: #1E40AF;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 19px;
    background-color: #fafafa;
    cursor: pointer;
    font-weight: 400;
	transition: .25s;
}

.reminder img {
    width: 24px;
    height: 24px;
}

.reminder:hover {
    background-color: #1E40AF;
    border: 1px solid #1E40AF;
    color: #fff;
}

.questionnaire-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.4px;
    margin: 0 0 6px 12px;
}

#questionnaire-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px;
}


.questionnaire-field {
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 16px);
}

.questionnaire-field .main-input {
    margin: 0;
}

.main-button.questionnaire-button {
    margin: 24px 0 0 auto;
    height: 70px;
    max-width: 360px;
    width: 100%;
}

.questionnaire-button-wrapper {
    width: 100%;
    border-top: 1px solid #D4D4D8;
    margin-top: 8px;
}

#questionnaire-message {
    padding: 10px;
    border-radius: 30px;
    display: none;
    width: 100%;
    text-align: center;
}

#questionnaire-message.success {
    background: #d4edda;
    color: #155724;
}
#questionnaire-message.error {
    background: #f8d7da;
    color: #721c24;
}



@media screen and (max-width: 1024px) {
	#questionnaire-form {
		 flex-direction: column;
	}
	
	.questionnaire-field {
		width: 100%;
	}
	
	.main-button.questionnaire-button {
		max-width: 100%;
		height: 64px;
		margin: 16px 0 0 0;
	}
	
	.questionnaire-button-wrapper {
		margin-top: 0;
	}
	
}


.profile-form_box {
    display: flex;
    gap: 24px;
    align-items: flex-start;
	    margin-bottom: 24px;
}

.profile-image {
    width: 207px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
    display: block;
    overflow: hidden;
	    flex-shrink: 0;
	position:relative;
}

.profile-image img {
    height: 100%;
}

.profile-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px;
}

.profile-info-field {
	 width: calc(1 / 2 * 100% - (1 - 1 / 2) * 16px);
}

.profile-info .main-input,  .profile-info .date-picker-container, .profile-info .custom-select {
	margin: 0;
    width: 100%;
}
 

.profile-info-field > label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.4px;
    margin: 0 0 6px 12px;
}

.avatar-button-wrap {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: flex;
    background-color: #fff;
    border-radius: 15px;
	overflow: hidden;
}

.avatar-button {
    padding: 6px 8px;
}

.avatar-button:hover {
    background-color: #f1f1f1;
}



.profile-info-field.error .select-trigger, .profile-info-field.error .date-picker-container, .profile-info-field.error .main-input {
    border-color: red;
}

.profile-message {
    padding: 10px;
    border-radius: 30px;
    display: none;
    width: 100%;
    text-align: center;
	margin: 8px 0 24px;
}

.profile-message.error {
    background: #f8d7da;
    color: #721c24;
}

.profile-message.success {
    background: #d4edda;
    color: #155724;
}


@media screen and (max-width: 1178px) {
	.profile-info {
		flex-direction: column;
	}
	
	.profile-info-field {
		width: 100%;
	}
	
	.profile-info-field .date-picker label {
		justify-content: flex-start;
	}
}


@media screen and (max-width: 568px) {
	.profile-form_box {
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 16px;
	}
	
	.profile-image {
		width: 100%;
	}
	
	.avatar-button {
		padding: 10px 18px;
	}
}




/*Авторизация*/
body.page-id-12.user-not-logged-in main {
    background-image: url(../img/login.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    height: 680px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

body.page-id-12.user-not-logged-in .breadcrumbs {
	display:none;
}


.authorization_box {
    width: 440px;
    background-color: rgb(255 255 255 / 80%);
    padding: 24px;
    border-radius: 15px;
    backdrop-filter: blur(15px);
}

#auth-tabs {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 16px;
}

.auth-tab {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    color: #71717A;
    letter-spacing: 0.4px;
    background-color: #fff0;
    border: none;
	cursor: pointer;
}

.auth-tab.active {
    font-weight: 600;
    color: #1e40af;
}

#auth-tabs {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D4D4D8;
	align-items: center;
}

span.auth-tab-sep {
    width: 8px;
    height: 8px;
    background-color: #1E40AF;
    border-radius: 100%;
}

.main-input:focus {
	border: 1px solid #1e40af;
}

.personal-data-text {
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-align: center;
    margin: 24px 0;
}

.main-button.auth-btn {
    margin: 24px auto 0 auto;
    height: 70px;
}

.login-bot {
    display: flex;
    justify-content: space-between;
}

#forgot-password-link {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #1E40AF;
    letter-spacing: 0.4px;
}

#auth-reset-form .main-button.auth-btn {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.auth-error {
    color: red;
    margin: 12px 0;
    font-size: 13px;
}


body.page-id-12.user-not-logged-in .woocommerce {
    display: flex;
    gap: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
}


@media screen and (max-width: 768px) {
	.authorization_box {
		width: 100%;
	}	
	
	body.page-id-12.user-not-logged-in main {
		display: flex;
		justify-content: flex-start;
	}
	
	body.page-id-12.user-not-logged-in #primary > .container {
		width: 100%;
	}
}




/*О нас*/

.full-image-box {
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

.separate-text-page {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.separate-text-page p{
	margin: 24px 0;
}

.full-image-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.separate-box-page {
    margin: 64px 0;
}


.why-choose-box {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
	margin-top:24px;
}

.why-choose-item {
    width: calc(1 / 3 * 100% - (1 - 1 / 3) * 24px);
    border: 1px solid #D4D4D8;
    padding: 24px;
    border-radius: 15px;
}

.why-choose-item-title {
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.2px;
    font-weight: 600;
    color: #1E40AF;
    margin-bottom: 24px;
}

.why-choose-item-text {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.differences-item {
    width: calc(1 / 3 * 100% - (1 - 1 / 3) * 24px);
    background-color: #F4F4F5;
    padding: 24px;
    border-radius: 15px;
}
.differences-item-img {
    display: block;
    width: 99px;
    height: 88px;
    margin: 0 auto 16px;
    object-fit: contain;
}

.differences-item-title {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.2px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.differences-item-text {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.2px;
    font-weight: 400;
    text-align: center;
}

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

	.why-choose-box {
		flex-direction: column;
	}
	
	.why-choose-item {
		width: 100%;
	}
	
	.why-choose-item-title {
		text-align: center;
	}
	
	.why-choose-item-text {
		text-align: center;
		max-width: 780px;
		margin: 0 auto;
	}
	
	.differences-item {
		width: 100%;
	}
	
	.differences-item-text {
		max-width: 780px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 768px) {
	.separate-text-page p {
		margin: 16px 0;
	}
	
	.separate-text-page {
		font-size: 16px;
		line-height: 120%;
	}
	
	.why-choose-item-title {
        text-align: left;
		font-size: 20px;
    	line-height: 120%;
		margin-bottom: 12px;
    }
	
	.why-choose-item-text {
		text-align: left;
		font-size: 16px;
	}
}



.permission-image-box {
    display: flex;
    flex-direction: column;
}

.permission-image {
    display: flex;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    min-height: 250px;
}

.permission-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.permission-image-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    background-color: #FACC15;
    border-radius: 0 0 15px 15px;
}

.permission-image-title {
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
}

.permission-image-text {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.4px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.permission-selection {
    margin: 32px 0;
	max-width: 900px;
}

.permission-page-title {
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    text-align: left;
    color: #1E40AF;
    letter-spacing: 0.8px;
    margin-bottom: 24px;
}

.permission-page-text h1, 
.permission-page-text h2, 
.permission-page-text h3, 
.permission-page-text h4, 
.permission-page-text h5, 
.permission-page-text h6 {
	font-size: 24px;
	line-height: 120%;
	font-weight: 600;
	letter-spacing: 0.4px;
	margin: 24px 0 16px;
}

.permission-page-text p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.4px;
    margin: 12px 0;
}

.permission-page-text p:last-child{
   margin-bottom: 16px;
}

.permission-page-text ul {
    list-style: none;
    padding-left: 0.6em;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.4px;
}

.permission-page-text ul li {
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    position: relative;
}

.permission-page-text ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.permission-stage-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.permission-stage-item {
    display: flex;
    gap: 16px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.4px;
    padding: 16px;
    background-color: #F4F4F5;
    height: 100px;
    align-items: center;
    border-radius: 15px;
}

.stage-circle {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E40AF;
    border-radius: 100%;
    flex-shrink: 0;
    color: #fff;
    font-size: 32px;
}

.permission-sep {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D4D4D8;
}


@media screen and (max-width: 768px) {
	.permission-image-title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	
	.permission-image-text {
		font-size: 16px;
		line-height: 120%;
		gap: 12px;
	}
	
	.permission-page-title {
		font-size: 20px;
		letter-spacing: 0.4px;
		margin-bottom: 12px;
	}
	
	.permission-page-text h1, 
	.permission-page-text h2, 
	.permission-page-text h3, 
	.permission-page-text h4, 
	.permission-page-text h5, 
	.permission-page-text h6 {
		font-size: 18px;
		margin: 16px 0 12px;
	}
	
	.permission-page-text p {
		font-size: 16px;
		line-height: 120%;
	}
	
	.permission-page-text ul {
		font-size: 16px;
		line-height: 120%;
	}
	
	.permission-stage-item {
		font-size: 16px;
		line-height: 20px;
		display: flex;
		flex-direction: column;
		height: auto;
		text-align: center;
		padding: 24px 16px;
	}
	
	.stage-circle {
		width: 48px;
		height: 48px;
		font-size: 24px;
	}
	
	.main-button.permission-button {
		max-width: 100%;
	}
	
}




.reviews-page-box {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 24px 0;
	align-items: flex-start;
}

.reviews-page-box .review__item {
    width: calc(1 / 3 * 100% - (1 - 1 / 3) * 24px);
}

.page-template-reviews-page .permission-image-text {
    text-align: center;
}

#load-more-reviews {
    background-color: #1E40AF;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    padding: 24px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px auto 0;
    border-radius: 60px;
    transition: .25s;
    border: 1px solid #1E40AF;
    letter-spacing: 0.40px;
    width: 100%;
    cursor: pointer;
}

#load-more-reviews:hover {
    color: #1E40AF;
    background-color: #fff;
}

@media screen and (max-width: 1168px) {
	.reviews-page-box .review__item {
		width: calc(1 / 2 * 100% - (1 - 1 / 2) * 24px);
	}	
}

@media screen and (max-width: 768px) {
	.reviews-page-box .review__item {
		width: 100%;
	}	
}	



.all-schools-map__box {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}