@font-face {
    font-family: 'Cervo-Thin';
    src: url('/fonts/montserrat-extrabold.woff2') format('woff2'),
    url('/fonts/montserrat-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
font-family: 'MuseoSans';
src: url('/fonts/clear-sans-thin.woff2') format('woff2'),
url('/fonts/clear-sans-thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.head  , img , ul , li {
	margin:0px;

}
a{
	text-decoration: none;
}
body{
    
    margin: auto;
	font-family: 'MuseoSans';
}
img{
	max-width:100%;
}
.content{
	min-width:480px;
	max-width:1280px;
	margin:auto;
	width:480px;
}
.head{
padding: 3px 0px 4px 0px;
   

}
.menu{
    margin-top: 34px;
    margin-left: 5px;
}
#checkout{
    margin-top: 34px;
    margin-right: 6px;
    position: relative;
}
#why{
    color: #2779fb;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
#why_text{
    font-size: 18px;
    max-height: 700px; 
    overflow-y: auto; 
}
#why_popup{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255, 255, 255);
    padding: 25px 30px;
    max-width: 500px;
    width: 90%;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
    border-radius: 12px;
    opacity: 1;
    transition: opacity 0.3s;
}
#why_popup_back{
    display:none; 
    position:fixed; 
    top:0; 
    left:0;
    width:100%; 
    height:100%; 
    background:rgba(0,0,0,0.6); 
    z-index:9998;
}
.air{
    z-index: 2;
    background: #67a0ca;
    
    opacity: 0.7;
    
}
#logo_cart{
    width: 50px;
    right: 8px;
    
    padding: 10px;
    border-radius: 16px;
    position: fixed;
}
#logo_cart span {
    color: white;
    font-family: 'Cervo-Thin';
    position: fixed;
    margin: 10px 20px;
}
.menu__nav{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0 13px;
}
.open_menu span:first-child {
	transform: rotate(45deg);
    transform-origin: 12px 4px;
}
.open_menu span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.open_menu span:last-child {
	transform: rotate(-45deg);
    transform-origin:  6px -2px;
}
.img_block img{
    border-radius: 19px;
}
.menu span{
	display:block;
	width:40px;
	height:3px;
	border-radius:5px;
	background-color:#a9cee9;
	transition:.5s ease all;
	-moz-transition:.5s ease all;
	-ms-transition:.5s ease all;
	margin:6px 0
}
.menu span:nth-child(1){
    background-color:#fff600;
}
.menu span:nth-child(3){
    background-color:#67a0ca;
}
.bg1{
    background: #f7f8f7;
    width: 100%;
    height: 480px;
    background-size: 100%;
    display: inline-block;
    margin-top: 106px;
}
.bg1 .bg-1{
    text-transform: uppercase;
    font-size: 35px;
    text-align: right;
    margin: -86px 15px -6px 0px;
    font-weight: bold;
    background: #f7f8f7;
    padding: 10px;
    border-radius: 0px 18px 18px 0px;
}
.bg1 .bg-2{
    font-size: 25px;
    margin: 19px 28px 0px 11px;
    color: #ffd402;
    font-weight: bold;
    font-family: 'Cervo-Thin';
}
.bg2_1{
    color: #f8f25e;
    font-size: 125px;
    position: absolute;
    margin-top: -24px;
    margin-left: 32px;
    font-family: 'Cervo-Thin';
}
.bg2_1 span{
    font-size: 37px;
    margin-top: 18px;
    position: absolute;
}
.bg2_1:after{
        content: "";
    border-bottom: 2px solid #f8f25e;
    transform: rotate(136deg);
    height: 16px;
    width: 266px;
    position: absolute;
    top: 105px;
    left: 7px;
    display: inline;
    background: #f7f8f7;
}
.bg2_2{
    color: #67a0ca;
    font-size: 125px;
    position: absolute;
    margin-top: -183px;
    margin-left: 207px;
    font-family: 'Cervo-Thin';
}
.bg2_2:after{
    content: "";
    border-top: 2px solid #67a0ca;
    transform: rotate(136deg);
    height: 54px;
    width: 266px;
    position: absolute;
    top: 4px;
    left: -72px;
    display: inline;
    background: #f7f8f7;
}
.bg1 .bg-4{
    font-size: 25px;
    margin: 33px 0px 0px 56px;
    background: #f7f8f7;
    padding: 10px;
    border-radius: 18px 0px 0px 18px;
}
.bg1 .bg-4 span{
    background-color: #689fc7;
    color: white;
    padding: 0px 10px;
    margin-left: 62px;   
}
.img_block{
    width: 34%;
    display: grid;
    position: relative;
    z-index: 1;
}
.img_block:nth-child(1) {
    transform: rotate(6deg);
    margin: -52px 0px 0px 289px;
    max-height: 185px;
}
.img_block:nth-child(2) {
    transform: rotate(-5deg);
    margin: -83px 0px 0px 155px;
}
.img_block:nth-child(3) {
    transform: rotate(0deg);
    margin: -74px 0px 0px 15px;
}
.logo{
	width:200px;
    margin-right: 36px;
}
.cart{
	width:50px;
}
.menu__content{
	background: #000000f0;
    position: absolute;
	width:100%;
	height:100%;
	color:white;
	font-size: 30px;
	max-width: 1200px;
	min-width: 480px;
	overflow: hidden;
	display:none;
	z-index:9;
}
.menu__content li {
	list-style: circle;
	margin:31px auto;
}
.menu__content a {
	color: white;
    text-decoration: none;

}
.menu__content img{
	width:40px;
}
.video{
	width:100%;
}
.top_gift{
	text-align: right;
    margin-top: -26px;
    margin-right: 40px;
    font-size: 19px;
}
.title_head{
	text-align: center;
    font-size: 21px;
    margin: 16px auto;

}
.price__block{
	width: 88%;
    overflow: hidden;
    padding-top: 23px;
}
.old__price {
	float: left;
    text-align: center;
    font-size: 22px;
    margin-top: 0px;
}
.old__price-price{
	font-size: 38px;
}
.old__price-price::after{
	content: "";
    display: block;
    width: 156px;
    border-bottom: 3px solid #ff6432;
    transform: rotate(6deg);
    margin-left: 1px;
    margin-top: -22px;
}
.new__model{
    line-height: 33px;
    float: left;
}
.new__model span{
    font-family: 'Cervo-Thin';
}
.new__model .new_model_text1{
    font-size: 32px;
    margin-left: 10px;
}
.new__model .new_model_text2{
    font-size: 25px;
}
.new__model .new_model_text3{
    font-size: 35px;
    margin-left: 28px;
    border: 10px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.new_model_text4{
    font-size: 20px;
    font-style: italic;
    position: absolute;
    margin-top: -21px;
    width: 311px;
    right: 20px;
    text-align: right;
}
.top__model{
    float: left;
    font-size: 22px;
    margin-top: 10px;
    line-height: 41px;
}
.top_model_text{
    background: linear-gradient(to right, #b3cfe3, #67a0ca);
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 8px 28px;
    font-size: 23px;
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
    border-radius: 0px 15px 15px 0px;
}
.top_model_count{
    font-size: 22px;
    text-decoration: underline;
    text-decoration-color: #b2b2b2;
    
    margin-top: 62px;
}
.sale_model{
    width: 206px;
    float: left;
    margin-top: 16px;
}
.sale_model_text1{
    font-size: 26px;
    font-family: 'Cervo-Thin';
    color: #515050;
}
.sale_model_text2{
    font-size: 21px;
    color: red;
    font-style: italic;
}


.new__price{
	float:right;
	text-align: right;
    font-size: 30px
}
.new__price-price{
	font-size: 31px;
    font-weight: 900;
    color: #ff6432;
	font-family: 'Cervo-Thin';
}
.button{
	text-align:center;
	/*font-family: 'Cervo-Thin';*/
	margin: 46px 0px 54px 0px;
	padding-bottom: 53px;
}
.button span{
	background: #67a0ca;
    padding: 16px 59px;
    border-radius: 13px;
    font-size: 30px;
    color: white;
    box-shadow: 1px 1px 10px #9b9999;
}
.title__content , .text__content{
	width:97%;
	margin:auto;
}
.block__content1 .title__content{
	margin: 14px auto;
	font-size: 25px;
}
.title__content{
	font-family: 'Cervo-Thin';
	text-transform:uppercase;
	font-size: 30px;
    text-align: center;
    margin: 4px auto;
}
.block__content1{
	background: #f5f5f5;
    box-shadow: 0 47px 75px rgb(245, 245, 245);
    padding-top: 23px;
    /*margin-top: 104px;*/
}
.block_{
    padding-top: 123px;
    background: #fcfcfb;
}
.block_pre_slider{
	text-align: center;
    font-size: 22px;
    margin: 54px 0px;
}
.block__content2{
	position:relative;
	margin-bottom: 112px;
}
.text__content{
	width: 88%;
    font-size: 21px;
	margin-bottom: 36px;
	display: grid;
	text-align: center;
}
.ship_pay .text__content {
    text-align: left;
}
.text__content li{
	margin-bottom: 15px;
}

.banner__content1{
	/*width: 95%;
    margin: auto;
    background: white;
	padding-top: 14px;*/
}
.block_left{
	float:left;
	text-align:center;
}
.block_left span{
	font-family: 'Cervo-Thin';
    font-size: 29px;

}
.block_right{
	margin-left: 336px;
}
.rel{
	position:relative;
}
.colors{
	position: absolute;
    top: 23px;
    left: 26px;
    display: inline-flex;
}
.colors:before{
	content: "";
    display: block;
    border-bottom: 1px dashed #000000;
    transform: rotate(26deg);
    margin-left: 27px;
    margin-top: 60px;
    width: 119px;
    position: absolute;
}
.colors span{
	font-size:22px;
	margin-left:6px;
}
.colors .circle{
	width: 30px;
    height: 30px;

    border-radius: 50%;
}
.colors .ivory{
	background: #f1eddf;
}
.colors .grey{
	background: #cecbce;
}
.colors .creem{
	background: #ccb9b1;
}
.colors .mocco{
	background: #807070;
}
.look_book .lazy {
    width: 390px;
    margin: auto;
    border: 2px solid #b1b1b1;
    border-radius: 10px;
    overflow: hidden;
}
.item .name{
	font-size: 27px;
    font-family: 'Cervo-Thin';
    text-align: center;
    border-top: 1px solid #d4d4d4;
    padding: 31px 0px;
    box-shadow: 0px 10px 26px #505050;
    background:white;
}
.code{
	text-align: right;
    margin-right: 16px;
}
.code span{
	font-weight: 900;
}
.dops{
	font-size: 22px;
    text-align: center;
	padding: 22px 0px;
	    border-bottom: 1px dashed #d0d0d0;
		line-height: 32px;
}
.triangle{
	margin: -64px 39px 0px 0px;
    border-top: 18px solid transparent;
    border-right: 13px solid #444444;
    border-bottom: 18px solid transparent;
    width: 10px;
    float: right;
	transition-duration: 0.5s;
}
.triangle_two{
	margin: -64px 31px 0px 0px;
    border-top: 18px solid transparent;
    border-right: 13px solid #6f6f6f;
    border-bottom: 18px solid transparent;
    width: 10px;
    float: right;
	transition-duration: 0.5s;
}
.active{
	transform: rotate(-90deg);
}
.active_two{
	transform: rotate(-90deg);
    margin: -52px 56px 0px 0px !important;
}
.size{
	overflow: hidden;
    margin: 25px 0px;
    text-align: center;
}
.size__link{
	color: #376a90;
    cursor: pointer;
    text-decoration: underline;
    font-size: 23px;
    margin-left: 12px;
	float: left;
	margin-top: 8px;
}
.table_size{
	font-size: 22px;
    width: 95%;
    margin: auto;
	text-align: center;
}
.table_size td{
	padding: 5px;
    border-bottom: 1px solid black;
}
.item_box{
    background: #eee;
    position: relative;
}

.table{
    width: 90%;
    text-align: center;
    margin: 8px auto;
    border-collapse: separate;
}
.size_number{
    font-size: 19px;
    width: 56px;
    background: #f9f9f9;
}
.size_len{
    font-size: 18px;
    background: #ffffff;
    border-radius: 5px;
    font-weight: 700;
    height: 37px;
}
.end_size {
    background: repeating-linear-gradient( 45deg, #ededed, #dcd9d9 10px );
    color: #a5a5a5;
}
.end_size2{
    color: #a5a5a5;
}
.info{
    color: grey;
    font-size: 19px;
    padding: 15px 15px 43px 15px;
    background: linear-gradient(to bottom, #ffffff 86%, #eeeeee 102%);
}
.info li {
    color:black;
    font-size: 20px;
    position:relative;
    list-style:circle;
    line-height: 35px;
}/*
.info li:first-child:before {
    background-image: url(1.png);
}
.info li:nth-child(2):before {
    background-image: url(2.png);
}
.info li:nth-child(3):before {
    background-image: url(3.png);
}
.info li:nth-child(4):before {
    background-image: url(4.png);
}
.info li:nth-child(5):before {
    background-image: url(5.png);
}
.info li:nth-child(6):before {
    background-image: url(6.png);
}
*/
.info li:before {
    content: "";
    width: 30px;
    position: absolute;
    margin-left: -32px;
    margin-top: 1px;
    height: 30px;
    background-size: 100%;
}
.bought__content{
	font-size: 16px;
    width: 171px;
    float: right;
    text-align: center;
    background: #fbedd7;
    padding: 4px;

}
.size__link::after{
	content: "";
    position: absolute;
    margin-top: -5px;
    margin-left: 1px;
    height: 43px;
    width: 72px;
    background-size: 99%;
    background-image: url(finger.png);

}
.size__content{
	width: 100%;
    background: white;
    height: 460px;
    position: fixed;
    top: 17%;
	display:none;
	z-index:1;
	padding-top: 58px;
}
.size__content p{
	text-align: center;
    font-size: 22px;
}
.close_size , .close_cart , .close_big_photo_dops {
position: absolute;
    right: 15px;
    top: 13px;
    width: 37px;
    height: 37px;
    opacity: 0.7;
}
.close_size:hover , .close_cart:hover , .close_big_photo_dops:hover {
opacity: 1;
}
.close_size:before, .close_size:after , .close_cart:before , .close_cart:after , .close_big_photo_dops:before , .close_big_photo_dops:after {
position: absolute;
left: 15px;
content: ' ';
height: 37px;
width: 2px;
background-color: #333;
}
.close_size:before , .close_cart:before , .close_big_photo_dops:before {
transform: rotate(45deg);
}
.close_size:after, .close_cart:after , .close_big_photo_dops:after {
transform: rotate(-45deg);
}
.back{
	width: 100%;
    background: black;
    height: 100%;
    position: fixed;
    top: 0px;
    opacity: 0.4;
	z-index:0;
	display:none;
}
.dops__content{
	border-top: 1px solid black;
    border-bottom: 1px solid black;
	display: none;
}
.dops__content ul {
	padding-inline-start: 31px;
}
.dops__content li {
	list-style:none;
	margin: 9px 0px;
	display: flex;
	position: relative;
}
label {
	display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 42px;
    font-size: 17px;
}
label:before {
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    position: absolute;
    left: -8px;
    bottom: 18px;
    border: 3px solid #fbe9cc;
}
input[type=checkbox] {
	display: none;
}
.text__dops__content{
	float: left;
    display: flex;
    align-items: center;
}
.text__dops__content span{
	font-size: 20px;
    font-weight: bold;
    padding-left: 11px;
}
.text__dops__content label:before {
	border-radius: 5px;

}
.img__dops__content {
	margin-left: 20px;
	position: relative;
}
.dops_price {
	position: absolute;
    right: 92px;
    font-size: 18px!important;
    display: none;
    color: #000000;
    top: 67px;
    z-index: 1;
    width: 71px;
}
.img__dops__content img {
	width: 137px;
}
.img__dops__content:before{
	content: "";
    background-image: url(view.png);
    background-size: 100%;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    left: 68%;
    top: 67%;
}
input[type=checkbox]:checked + label:before {
	content: "\2713";
    font-size: 22px;
    color: #000000;
    text-align: center;
    line-height: 19px;
    background: #fbe9cc;
}
.cart_main{
	position: fixed;
    top: 0px;
    z-index: 3;
    padding-top: 54px;
    display: none;
    width: 97%;
    max-width: 480px;
    margin: 10px 8px;
    background: #ffffff;
    height: 93%;
    overflow-y: scroll;
    border-radius: 19px;
}
.cart_head {
    font-size: 25px;
    position: absolute;
    top: 13px;
    left: 19px;
    font-weight: bold;
    color: #407194;
    font-family: 'Cervo-Thin';
}
.end_cart{
	/*position:absolute;*/
	width:100%;

	bottom:40px;
	overflow:hidden;
}
.pre_cart_button{
	font-family: 'Cervo-Thin';
    margin: 8px 0px;
	float: right;

}
.pre_cart_button span{
	background: #67a0ca;
    padding: 6px 36px;
    border-radius: 25px;
    font-size: 35px;
    color: white;    font-family: 'Cervo-Thin';
}
.pre_cart_button2{
	font-family: 'Cervo-Thin';
    font-size: 31px;
    float: left;
    margin-top: 11px;
    text-align: center;
    width: 228px;
}
.img_cart{
	width: 115px;
    height: 109px;
}
.shopping_list{
	width: 82%;
    padding: 0px 5px;
    border-collapse: collapse;
    float: right;
    margin-right: 7px;
}
.shopping_list tr{
	border-top: 1px solid #d0d0d0;
}
.shopping_list tr:last-child{
	border-bottom: 1px solid #d0d0d0;
}
.delete_item_cart {
padding: 7px;
    margin: 6px auto;
    width: 24px;
    border-radius: 6px;
    font-family: 'Cervo-Thin';
    color: #000000;
    box-shadow: 0px 0px 8px #a4a4a4;
}

.select_size{
	border: 1px solid #d4d4d4;
    padding: 7px;
    font-family: 'MuseoSans';
    margin-top: 11px;
	    font-size: 20px;
	    border-radius: 11px;
}
.cart_price_shoes{
text-align: center;}
.size_name{
	font-weight: 700;
    width: 215px;
}
.price_cart span{
	font-size: 22px;
}
.price_cart{
	position: relative;
}
#cart_content{
	    overflow: scroll;
    background: whitesmoke;
    padding-bottom: 21px;
}
#cart_content p{
	text-align: right;
    margin-right: 10px;
    font-size: 21px;
}
.fields_cart{
	display: grid;
	background: whitesmoke;
}
.field{
	font-size: 24px;
    padding: 9px;
    border: none;
    text-align: left;
    font-family: 'MuseoSans';
    border-radius: 16px;
    width: 100%;
}
.field1{
	box-shadow: 2px 2px 1px #dadada;
    margin: 0px 34px 23px 34px;
    border-radius: 16px;
}

.button_cart{
	background: #67a0ca;
    padding: 12px 12px;
    border-radius: 10px;
    font-size: 20px;
    color: white;
    border: none;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 67px;
    -webkit-appearance: none;
    font-family: 'Cervo-Thin';
    box-shadow: 1px 1px 4px #484848;
}
.row{
	display: flex;
    flex-wrap: wrap;
    margin: 0px 4px;
    max-width: 480px;
}
.column{
	flex: 50%;
    max-width: 50%;

}
.title__content_first span {
	color: #ffffff;
    background: #000000;
    padding: 0px 8px;
    text-transform: uppercase;

}
.title__content img {
	width: 100px;
   /* margin: 0px 16px -5px 0px;*/
}
.look_book{
	width: 100%;
    background: #f5fbff;
    overflow: hidden;
    padding-bottom: 56px;
	position:relative;

}
.look_book .block__content1{

	    background: none;
    box-shadow: none;
    padding-top: 23px;
    margin-top: 0px;
}
.look_book .img__content{
	position:relative;
}
.look_book .inst{
	border: 5px solid white;
    border-bottom: 19px solid white;
    box-shadow: 1px 1px 3px #545454;
    position:absolute;
}
.img__content img:first-child{
	transform: rotate(6deg);
	    width: 217px;
}
.img__content img:nth-child(2){
	    transform: rotate(-4deg);
    width: 236px;
    right: 0px;
}
.img__content img:nth-child(3){
	transform: rotate(2deg);
    width: 226px;
    top: 244px;
    left: 2px;
}
.img__content img:nth-child(4){
	transform: rotate(-8deg);
    width: 213px;
    top: 257px;
    right: 8px;
}
.img__content img:nth-child(5){
	transform: rotate(-2deg);
    width: 212px;
    top: 492px;
    left: 10px;
}
.img__content img:nth-child(6){
	transform: rotate(6deg);
    width: 223px;
    top: 504px;
    right: 10px;
}
.img__content img:nth-child(7){
	transform: rotate(3deg);
    width: 226px;
    top: 722px;
    left: 8px;
}
.img__content img:nth-child(8){
	transform: rotate(-3deg);
    width: 216px;
    top: 742px;
    right: 6px;
}
.img__content img:nth-child(9){
	transform: rotate(1deg);
    width: 216px;
    top: 984px;
    right: 6px;
}
.img__content img:nth-child(10){
	transform: rotate(-3deg);
    width: 224px;
    top: 982px;
    left: 10px;
}

.ship_pay{
	background: #f9f9f9;
    padding-top: 56px;
    padding-bottom: 22px;
}
.footer{
	color: white;
    margin: auto;
    display: grid;
    background-image: url(collage1.jpg);
    background-size: 100%;
    position: relative;
    background-position: 0px -72px;
}
.footer_top{
	font-size: 19px;
	padding-left: 11px;
	    margin-top: 38px;
		position: relative;
}
.footer_top img{
	width: 128px;
    vertical-align: middle;
    margin-left: 11px;
	position: relative;
}
.footer_text{
	text-align: center;
    width: 70%;
    margin: 30px auto;
    font-size: 18px;
	position: relative;
}
.footer_title{
	font-family: 'Cervo-Thin';
    font-size: 33px;
    text-align: center;
	position: relative;
}
.footer_end{
	text-align: center;
    font-size: 19px;
    margin: 31px 0px;
	position: relative;
}
.footer_end img{
	width:20px;
	vertical-align: text-top;
	position: relative;
}
.cont {
    margin: 16px 83px;
    font-size: 23px;
    font-weight: bold;
}
.cont3{
    margin: 10px 34px;
    font-size: 23px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 12px;
}
.cont3 img{
    height: 41px;
    
}
.cont2{
        margin: 16px 93px;
        font-size: 23px;
    font-weight: bold;
}
.cont2 span{
        font-size: 18px;
    font-style: italic;
    color: #346182;
}
.fields_cart .cont:before{
    content:"";
    background-image: url(7.png);
    width: 30px;
    position: absolute;
    margin-left: -40px;
    margin-top: 1px;
    height: 30px;
    background-size: 100%;
}
.fields_cart .cont2:before{
    content: "";
    background-image: url(8.png);
    width: 35px;
    position: absolute;
    margin-left: -51px;
    margin-top: 1px;
    height: 35px;
    background-size: 100%;
}

.contacts{
	text-align: center;
	position: relative;
}
.contacts img{
	height: 28px;
}
.contacts span{
	margin: 35px;
}
.footer_title2{
	font-family: 'MuseoSans';
    font-size: 21px;
    margin-top: 32px;
    text-align: center;
	position: relative;
}
.big_photo_dops{
	width: 100%;
    background: white;
    position: fixed;
    top: 17%;
    display: none;
    z-index: 1;
    padding: 70px 0px;
}
.order_done .title__content{
	margin: 152px auto !important;
}
.order_done p{
	text-align: center;
    margin: 98px 60px;
    font-size: 20px;
}
.order_done p:nth-child(1n){
	    margin: 41px 60px;
}
.back_black{
	    position: absolute;
    background: #000000ab;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.quality{
	background: url(quality_photo.png) center no-repeat;
    height: 500px;
    width: 100%;
    background-size: 103%;
	position: relative;
}
.inside{
	position: absolute;
    top: 10px;
    right: 24px;
    text-align: center;
}
.inside:after{
	    content: "";
    display: block;
    border-bottom: 1px dashed #000000;
    transform: rotate(110deg);
    margin-left: -73px;
    margin-top: 108px;
    width: 203px;
}

.change{
	    position: absolute;
    top: 0px;
    left: 43px;
    text-align: center;
    width: 172px;

}
.change:after{
	content: "";
    display: block;
    border-bottom: 1px dashed #000000;
    transform: rotate(68deg);
    margin-left: 62px;
    margin-top: 73px;
    width: 131px;
}
.change:before{
	   content: "";
    display: block;
    border-bottom: 1px dashed #000000;
    transform: rotate(38deg);
    margin-left: 117px;
    margin-top: 137px;
    width: 230px;
    position: absolute;
}

.main{
	position: absolute;
    top: 432px;
    left: 5px;
    text-align: center;
    width: 170px;
}
/*.main:after{
	content: "";
    display: block;
    border-bottom: 1px dashed #000000;
    transform: rotate(-37deg);
    margin-left: 88px;
    margin-top: -145px;
    width: 276px;
    position: absolute;
}*/
.main:before{
	    content: "";
    display: block;
    border-bottom: 1px dashed #000000;
    transform: rotate(-48deg);
    margin-left: 70px;
    margin-top: -85px;
    width: 192px;
    position: absolute;
}
.end{
	    position: absolute;
    right: 4px;
    text-align: center;
    bottom: -29px;
    width: 171px;
}
.end:before{
	    content: "";
    display: block;
    border-bottom: 1px dashed #000000;
    transform: rotate(90deg);
    margin-left: 57px;
    margin-bottom: 26px;
    width: 52px;
}
.end img{
	width:70px;
}
.stelka{
	margin-top: 50px;
    text-align: center;
    display: flex;
}
.stelka div:first-child{
	width: 230px;
}
.stelka div:last-child{
	width: 284px;
    padding-top: 17px;
}
.stelka div:last-child:before{
	    content: "";
    display: block;
    border-bottom: 1px dashed #000000;
    transform: rotate(0deg);
    margin-left: -41px;
    margin-top: 53px;
    width: 75px;
    position: absolute;
}
.line_cart_shoes{
	
    position: relative;
    display: flex;
    margin: 11px 0px;
}
.cart_img_shoes{
	width: 136px;
    text-align: center;
    border: 4px solid white;
    border-radius: 7px;
}
.cart_img_shoes img{
	width:100%;
	border-radius: 7px;
}
.cart_name_shoes{
	font-weight: 700;
    width: 246px;
    text-align: center;
	font-size: 24px;
}
.cart_price_shoes span{
	    font-size: 28px;
}
.cart_all{
	top: 1px;
    font-size: 22px;
    background: white;
    padding: 10px;
}
.cart_gift{
	text-align: center;
    background: #fdf7f1;
}
.cart_info_gifts{
	text-align: right;
    margin-top: 10px;
    font-size: 19px;
    margin-right: 15px;
}
.cart_more{
	    margin: 13px 0px;
}
.lazy2{
	height:400px;
}
.arrow-7 {

    margin: auto;
    width: 1px;
}
.arrow-7 b {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #337AB7;
    border-right: 5px solid #337AB7;
    transform: rotate(45deg);
    margin: -16px;
    animation: arrow-7 2s infinite;
}
.arrow-7 b:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-7 b:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
.title__content_first{
	font-family: 'Cervo-Thin';
    text-transform: uppercase;
    font-size: 31px;
    margin: 44px auto;
	padding: 0px 17px;
	    line-height: 46px;
}
.item_box .price__block{
    margin: auto;


}
#catalog_link{
	font-size: 29px;
    margin-bottom: 47px;
}
.size-filter{
    margin: 0 auto 24px auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.size-filter__label{
    font-size: 25px;
    margin-right: 4px;
}
.size-filter__btn{
    border: 1px solid #c7c7c7;
    background: #ffffff;
    color: #333333;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.size-filter__btn:hover{
    border-color: #9d9d9d;
    background: #f3f3f3;
}
.size-filter__btn--active{
    border-color: #555555;
    background: #555555;
    color: #ffffff;
}
.size-filter.size-filter--fixed{
        position: fixed;
    left: 17px;
    top: 40px;
    width: auto;
    background: #ffffffd6;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 3;
    justify-content: center;
    padding: 10px;
}
.size-filter.size-filter--fixed .size-filter__label{
    margin-right: 6px;
}
.size-filter.size-filter--fixed .size-filter__btn{
    display: none;
    margin-top: 4px;
}
.size-filter.size-filter--fixed.size-filter--open .size-filter__btn{
    display: inline-block;
}

.title__content_min{
	width: 90%;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    margin: auto;
}
.title__content_first span img{
	width: 34px;
    vertical-align: sub;
}
.item .title {
    font-size: 24px;
    padding-left: 23px;
    margin: 5px 0px 0px 0px;
}
.price__block_top{
	width: 308px;
    float: right;
}
.price__block_top_first{
	font-size: 31px;
    color: #ff2424;
    text-align: center;
    margin-left: 116px;
    margin-top: -52px;

text-align:center;
}
.price__block_top_first:after{
	content: "";
    position: absolute;
    background: #ffead4;
    width: 65px;
    height: 65px;
    margin-top: -29px;
    border-radius: 50%;
    margin-left: -61px;
    z-index: -1;
}
.price__block_top_first span{

font-family: 'Cervo-Thin';

}

.last_block{
	font-style: italic;
    background: #ddc9b17d;
    border-radius: 32px;
    padding: 5px;
}
/* Стили для кнопки прокрутки */
    #back-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #ffffff4d;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      opacity: 0;
      pointer-events: none;
      overflow: hidden; /* важно для скрытия псевдоэлемента за кругом */
    }
    /* Псевдоэлемент для создания градиентной рамки */
    #back-top::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      padding: 7px; /* ширина границы */ 
      background: conic-gradient(var(--end-color, #67a0ca) var(--scroll-percent, 0%), var(--start-color, lightgray) var(--scroll-percent, 0%));
      -webkit-mask: 
         radial-gradient(farthest-side, transparent calc(100% - 3px), black calc(100% - 2px));
      mask: 
         radial-gradient(farthest-side, transparent calc(100% - 3px), black calc(100% - 2px));
      z-index: -1;
    }