@font-face {
font-family: 'Cervo-Thin';
src: url('fonts/Montserrat-ExtraBold.eot');
src: url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
url('fonts/Montserrat-ExtraBold.woff') format('woff'),
url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Cervo-Thin';
src: url('fonts/Montserrat-LightItalic.eot');
src: url('fonts/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'),
url('fonts/Montserrat-LightItalic.woff') format('woff'),
url('fonts/Montserrat-LightItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Cervo-Thin2';

src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSans';
src: url('fonts/ClearSans-Thin.eot');
src: url('fonts/ClearSans-Thin.eot?#iefix') format('embedded-opentype'),
url('fonts/ClearSans-Thin.woff') format('woff'),
url('fonts/ClearSans-Thin.ttf') format('truetype');
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: 22px 0px;
    /*background: linear-gradient(#ddc9b1, #ffffff);*/

}
.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: 10px 6px;
    background-color:#df3232 !important;
}
.open_menu span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.open_menu span:last-child {
	transform: rotate(-45deg);
    transform-origin:  6px -2px;
}
.menu span{
	display:block;
	width:40px;
	height:5px;
	border-radius:5px;
	background-color:#44cf71;
	transition:.5s ease all;
	-moz-transition:.5s ease all;
	-ms-transition:.5s ease all;
	margin:5px 0
}
.menu span:nth-child(1){
    background-color:#ffffff;
    border: 1px solid #e1e1e1;
}
.menu span:nth-child(3){
    background-color:#df3232;
}
.bg1{
        background-image: url(bg.webp.png);
    width: 100%;
    height: 446px;
    background-size: 100%;
    display: inline-block;
    margin-top: 106px;
    background-position: 0px 50px;
}
.bg1 .bg-1{
    text-transform: uppercase;
    font-size: 41px;
    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: 26px;
    margin: 26px 29px 0px 11px;
    color: #338acb;
    font-weight: bold;
    font-family: 'Cervo-Thin';
}
.banner1{
    height: 313px;
}
.bg1 .bg-3{
    
}
.load-more-button{
    text-align: center;
}
.bg1 .bg-4{
    font-size: 25px;
    padding: 21px 0px 0px 56px;
    background: linear-gradient(0deg, rgb(252 252 251) 0%, rgb(252 252 251) 35%, rgb(255 255 255) 100%);
    margin-top: 340px;
}
.bg1 .bg-4 span{
    background-color: #f28484;
    color: white;
    padding: 0px 10px;
    
}
.img_block{
    width: 34%;
    display: grid;
    min-height: 200px;
}
.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;
}
.air{
    width: 50px;
    right: 8px;
    z-index: 2;
    background: #67a0ca;
    padding: 10px;
    border-radius: 16px;
    opacity: 0.7;
    position: fixed;
}
.logo{
	width:167px;

}
.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: 75%;
    overflow: hidden;
    padding-top: 1px;
}
.old__price {
	float: left;
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
}
.old__price-price{
	font-size: 33px;
}
.old__price-price::after{
	content: "";
    display: block;
    width: 131px;
    border-bottom: 3px solid #ff3e00;
    transform: rotate(8deg);
    margin-left: 3px;
    margin-top: -19px;
}
.new__price{
	float:right;
	text-align: right;
    font-size: 30px
}
.new__price-price{
	font-size: 41px;
    font-weight: 900;
    color: #ff6432;
	font-family: 'Cervo-Thin';
}
.button{
	text-align: center;
    /* font-family: 'Cervo-Thin'; */
    margin: 26px 0px 42px 0px;
    padding-bottom: 53px;
}
.button span{
	    background: #67a0ca;
    padding: 11px 50px;
    border-radius: 15px;
    font-size: 37px;
    color: white;
    box-shadow: 1px 1px 10px #9b9999;
    font-weight: bold;
}
.add_item{
        margin: 26px auto;
    padding-bottom: 61px;
    width: 190px;
}
.title__content , .text__content{
	width:97%;
	margin:auto;
}
.block__content1 .title__content{
	margin: 14px auto;
	font-size: 29px;
}
.news{
    margin-top: -72px;
    color: white;
    font-size: 23px;
}
#checkout{
        width: 50px;
    position: relative;
}
#logo_cart{
     z-index: 2;

}
#logo_cart span{
    color: white;
    font-family: 'Cervo-Thin';
    position: fixed;
    margin: 10px 20px;
}
.air{
    width: 50px;
    right: 8px;
    z-index: 2;
    background: #67a0ca;
    padding: 10px;
    border-radius: 16px;
    opacity: 0.7;
    position: fixed;
}
.title__content{
	font-family: 'Cervo-Thin';
	text-transform:uppercase;
	font-size: 40px;
    text-align: center;
    margin: 10px 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;
        padding-bottom: 42px;
}
.block_pre_slider{
	text-align: center;
    font-size: 22px;
    margin: 54px 0px;
}
.block__content2{
	position:relative;
	margin-bottom: 112px;
}
.text__content{
	    width: 76%;
    font-size: 23px;
	margin-bottom: 46px;
	display: grid;
	text-align: center;
}
.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;
}

.table{
       width: 97%;
    text-align: center;
    margin: auto;
}
.size_number{
    height: 68px;
    font-size: 24px;
    border-radius: 50%;
    width: 56px;
    border: 7px solid #eee;
    font-weight: 700;
    background:white;
}
.size_len{
    font-size: 20px;
}
.end_size {
    background: repeating-linear-gradient( 45deg, #ededed, #dcd9d9 10px );
    color: #a5a5a5;
}
.end_size2{
    color: #a5a5a5;
}
.dif_name{
    background: white;
    padding: 5px;
    font-size: 18px;
    margin: 3px 7px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    box-shadow: 1px 1px 0px #d3d2d2;
}
.dif_name.select{
        color: white;
    background: #3783bb;
    font-weight: bold;
}
.content_dif {
    position: absolute;
    margin: 13px;
    display: none;
}
.content_dif.select{
    display: block;
}
.cl{
        background: white;
    font-size: 24px;
    padding: 22px 0px 0px 15px;
    color: #6c6c6c;
}
.info{
    color: black;
    font-size: 20px;
    padding: 15px 15px 43px 15px;
    background: linear-gradient(to bottom, #ffffff 86%, #eeeeee 102%);
    font-weight: bold;
}
.cl{
    background: white;
    font-size: 25px;
    padding: 26px 2px 1px 14px;
    color: #8e8c8c;
}
.info li {
    color:black;
    font-size: 21px;
    position:relative;
    list-style:none;
}

.info li:before {
    content: "";
    background-color: transparent;
    position: absolute;
    left: -24px;
    top: 3px;
    width: 9px;
    border-bottom: 4px solid #4287b9;
    height: 19px;
    border-right: 4px solid #4287b9;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.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: 12px;
    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: 460px;
    margin: 10px;
    border-radius: 22px;
    background: whitesmoke;
    height: 93%;
    overflow-y: scroll;
}
.cart_head{
    font-size: 25px;
    position: absolute;
    top: 22px;
    left: 10px;
    font-weight: bold;
    color: #407194;
    font-family: 'Cervo-Thin';
}
.end_cart{
	/*position:absolute;*/
	width:100%;

	bottom:40px;
	overflow:hidden;
}
.cont{
    margin: 16px 39px;
    font-size: 23px;
    font-weight: bold;
}
.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 {
	   
    text-align: center;
    background: #fd9696;
    padding: 5px;
    margin-top: 10px;
    box-shadow: 2px 2px 1px #dadada;
    color: white;
    border-radius: 6px;
}

.select_size{
	border: 1px solid #d4d4d4;
    padding: 7px;
    font-family: 'MuseoSans';
    margin-top: 11px;
	    font-size: 27px;
}
.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;
	margin-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;
    margin: 0px 34px 23px 34px;
    border: none;
    text-align: center;
    font-family: 'MuseoSans';
    box-shadow: 2px 2px 1px #dadada;
    border-radius: 16px;
}
.button_cart{
	background: #67a0ca;
    padding: 12px 12px;
    border-radius: 10px;
    font-size: 22px;
    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;
    box-shadow: 0px 0px 28px #dadada;

}
.first{
    margin-bottom: -49px;
    position: relative;
    border: 5px solid #e6e6e6;
    border-radius: 10px;
    width: 268px;
    background: white;
}
.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(bg.webp.png);
    background-size: 100%;
    position: relative;
    background-position: 0px 78px;
}
.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;
}
.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: 39px 11px;
}
.cart_img_shoes{
	width: 136px;
    text-align: center;
    border: 7px solid white;
}
.cart_img_shoes img{
	width:100%;
}
.cart_name_shoes{
	font-weight: 700;
    width: 229px;
    font-size: 24px;
    padding-left: 23px;
}
.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: 36px;
}
.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: 28px;
    padding-left: 23px;
    margin: 5px 0px 23px 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';

}
.price__block_top_second{
	font-size: 41px;
    font-family: 'Cervo-Thin2';
    float: right;
    margin-right: 8px;
    margin-top: 11px;
    color: #444444;

}

.price__block_top_second:after{
content: "";
    display: block;
    width: 147px;
    border-bottom: 5px solid #ff1f1f;
    transform: rotate(7deg);
    margin-left: 6px;
    margin-top: -19px;
}
.last_block{
	font-style: italic;
    background: #ddc9b17d;
    border-radius: 32px;
    padding: 5px;
}
#loadMore {
      background: url(more.png) no-repeat 11px / contain;
    padding: 10px 6px 10px 51px;
    cursor: pointer;
    background-color: #e7e7e7;
    margin: 36px 1px;
    font-size: 19px;
    font-family: 'MuseoSans';
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 1px 1px 9px #c3c1c1;
    border: 2px solid #cdcdcd;
    background-size: 28px;
}