*:not(i,.ui-toolbar .button,.ui-close-icon){
box-sizing:border-box;
  font-family:"FuturaDemiC" !important;
}
body{
background:white!important;
  font-family:"FuturaDemiC"!mportant;
}
a {
    color: inherit;
  	font-weight: normal;
  	text-decoration: inherit;
}
body {
    margin: 0px;
}
header {
    display: flex;
    padding: 40px 180px 20px 80px;
}
.editObjectSection .content{
flex-wrap:Wrap;
}
.logo {
    display: flex;
    width: 290px;
    justify-content: space-between;
}
.logo img{
max-width:110px;
}
[alt="Logo-txt"]{
margin-left:20px;
}
.footer_logo-img img{
max-width:110px!important;
}
.menu {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 20px;
    width: 60%;
    margin-right: 6%;
    margin-left: 3%;
}
.menu_item{
    position: relative;
    font-size: 15px;
    font-family: "system-ui";
    color: rgb(15, 58, 102);
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    max-height: 20px;
    white-space: nowrap;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 110%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
  padding:0 5px;
}
.menu_item:hover{
    background-size: 85% 2px;

}
.menu_item.active:hover{
    background-size: 0% 0;
}
.menu_item.active:after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: rgb(15, 58, 102);
    right: 0;
    margin: 2px auto 0 auto;
    display: block;
}

.header_contacts {
    display: flex;
    justify-content: flex-end;
    width: 500px;
    color: #0f3a66;
    flex-wrap: wrap;
    font-size: 18px;
    font-family: "FuturaDemiC";
    text-transform: uppercase;
    line-height: 1.2;
    text-align: right;
    height: 72px;
    padding-top: 25px;
}
.separator {
    height: 40px;
    margin: 0 5px;
    width: 2px;
    background-color: #0f3a66;
}
.e-mail {
    display: flex;
    justify-content: flex-end;
    width: 400px;
    font-size: 14px;
    padding-bottom: 15px;
}
.our-service {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 60px;
}
.our-service_background {
    width: 100%;
  position:relative;
}
.our-service_background img{
width:100%;
}
.our-service_txts {
    display: flex;
    flex-wrap: wrap;
  font-family: "FuturaDemiC";
  color:white;
  position:absolute;
  top:70px;
  left:390px;
  z-index:2;
}
.our-service_txt-1 {
    width: 100%;
    font-size: 35px;
    height: 40px;
    font-weight: bold;
    line-height: 1;
}
.our-service_txt-2 {
    width: 100%;
    height: 27px;
    font-size: 20px;
    line-height: 1.8;
  font-weight:300;
}
.container {
    padding-right: 75px;
    padding-left: 80px;
}
.content {
    display: flex;
    width: 100%;
}
.filters {
    min-width: 290px;
    width: 290px;
    height: 1160px;
    margin-right: 15px;
    padding-top: 30px;
}
.filters_txt {
    font-size: 28px;
    font-family: "system-ui";
    font-weight: 600;
    color: rgb(51, 51, 51);
}
.catalog-filter {
    display: block;
}
.catalog-filter-name{
    margin-bottom: 20px;
}
.catalog-filter_items {
    padding-left: 15px;
}
.catalog-filter_item {
    position: relative;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    width: fit-content;
    font-family: "system-ui";
    color: rgb(29, 29, 29);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
  display:block;
}
.catalog-filter_item:hover {
    text-decoration:underline;
}
.catalog-filter_item.active{
text-decoration:underline;
}
.catalog-filter_item:nth-child(2):hover {
    background-size: 0% 1px;
}
.vertical-filter-name {
    margin:34px 0 15px 0;
}
.vertical-filter img{
    padding-left: 15px;
}
.vertical-filter_sizes {
    display: flex;
    width: 100%;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    font-family: "system-ui";
    color: rgb(29, 29, 29);
    margin-bottom: 20px;
}
.vertical-filter_sizes a{
color: rgb(29, 29, 29);
  font-size: 15px;
    font-weight: bold;
}
.vertical-filter_sizes-big {
    margin-right: 5px;
}
.vertical-filter_sizes-medium {
    margin-right: 10px;
}
.vertical-filter_sizes-small {
    margin-right: 15px;
}
.horizontal-filter-name {
    margin:39px 0 17px 0;
}
.horizontal-filter_sizes {
    display: flex;
    width: 100%;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    font-family: "system-ui";
    color: rgb(29, 29, 29);
    margin-bottom: 20px;
}
.horizontal-filter img{
    padding-left: 10px;
}
.horizontal-filter_sizes-big {
    margin-right: 25px;
    padding-left: 5px;
}
.horizontal-filter_sizes-medium {
    margin-right: 27px;
}
.color-filter-name {
    margin:57px 0 19px;
}
.color-filter {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
  align-items:flex-start;
}
.colors{
    position: relative;
    margin:20px 20px 0 0;
  width:21px;
  height:21px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1px;
  border:2px solid rgba(0,0,0,0);
  border-radius:30px;
  cursor:pointer;
}
.colors img{
width:19px;
  height:19px;
}
.colors.active{
border:2px solid red;
}
.colors.active img{
width:13px;
  height:13px;
}
.size-filter-name {
    margin:55px 0 35px 0;
}
.size-filter_sizes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px 0 10px;
}
.size {
    width: 120px;
    height: 30px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    border-radius: 10px;
    font-size: 15px;
    color: rgb(233, 233, 233);
  font-weight:400;
  cursor:pointer;
  border:2px solid rgba(0,0,0,0);
}
.size.active{
border:2px solid red;
}
.products {
    width: 100%;
}
.products_header {
    width: 100%;
}
.products_header-title {
    font-size: 30px;
    font-family: "system-ui";
    font-weight: 700;
    color: rgb(51, 51, 51);
}
.products_header-basket {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    font-family: "system-ui";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
}
.products_header-basket img {
    margin-right: 15px;
}
.gtb_row{
      margin-top: 30px;
    margin-bottom: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  border-bottom: 2px solid black;
    padding-bottom: 35px;
}
.go_to_basket_button{
    display: flex;
    justify-content:center;
    align-items: center;
    font-weight: 500;
  	font-size: 15px;
    font-family: "FuturaDemiC";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    margin-left: 25px;
    border: 1px solid black;
    padding:  8px 5px;
  	width: 190px;
  height: 50px;
  transition:0.1s;
}
.go_to_basket_button:hover{
background:#035a03;
  color:white;
}
.go_to_basket_button img{
  width: 20px;
  margin-right: 5px;
}
.products_header-filters {
    font-size: 16px;
    padding-left: 5px;
    font-family: "system-ui";
    color: rgb(133, 131, 131);
    font-weight: bold;
    margin-bottom: 20px;
}
.products_header-filters a{
color: rgb(133, 131, 131);
    font-weight: bold;
}
.products_header-filters span {
    color: rgb(255, 255, 255);
}
.products_header-filters ins {
    color: rgb(65, 65, 65);
}
.poducts_list {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
}
.bag {
    width: 20%;
  padding:10px;
}
.bag img{
max-width:100%;
}
.bag.none{
display:none;
}
.bag-image {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.bag-image_heart {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    right: 20px
}
.bag-image_quick-application {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 200px;
  max-width:70%;
    height: 23px;
    top: 20px;
    font-size: 17px;
    background-color: #96d5f2;
    font-family: "FuturaDemiC";
    color: rgb(252, 252, 252);
}
.bag-image_stock {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 23px;
    top: 20px;
    font-size: 17px;
    background-color: #ffb39e;
    font-family: "FuturaDemiC";
    color: rgb(252, 252, 252);
}
.bag_txt {
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-family: "system-ui";
    color: rgb(66, 65, 65);
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.bag-price {
    color: #713434;
}
.see-more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.see-more_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 50px;
    font-size: 15px;
    font-family: "system-ui";
    border: 1px solid black;
    font-weight: 500;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
}
footer {
    display: flex;
    margin-top: 170px;
    width: 100%;
    height: 370px;
    background-color: rgb(17, 65, 113);
}
.footer_logo {
    min-width: 340px;
    padding-top: 40px;
    margin-left: 75px;
}
.footer-txt {
    font-size: 15px;
    font-family: "system-ui";
    line-height: 2.333;
    color: rgb(255, 255, 255);
}
.information-and-contacts {
    display: flex;
    align-items: baseline;
    padding-top: 110px;
    width: 100%;
    justify-content: space-around;
    margin-left: 50px;
}
.footer-titles {
    font-size: 18px;
    font-family: "system-ui";
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}
.showcase-sample {
    display: flex;
}
.mini-photo {
    padding-top: 10px;
    margin-right: 10px;
}
.mini-photo img{
max-width:80px;
}
@media(max-width:1600px){
  .bag{
  width:25%;
  }
  .bag-image_quick-application{
  font-size:15px;
  }
}
@media(max-width:1350px){
.bag{
  width:33.3%;
  }
  .bag-image_quick-application{
  font-size:12px;
  }
}
@media(max-width:1050px){
.bag{
  width:50%;
  }
}

.sizebs{
width:100%;
  display:flex;
  align-items:flex-start;
}
.sizebs.wrap{
flex-wrap:wrap;
}
.sizebs .sizeb{
font-size:16px;
  font-weight:700;
  text-align:center;
  padding:0 10px 0 0;
}
.sizebs .sizeb img{
display:block;
  margin:0 auto 10px auto;
  padding:0;
}

@media(max-width:1350px){
header {
    display: flex;
    padding: 40px 20px 0 20px;
}
  .header_contacts{
  font-size:14px;
    width:350px;
  }
}
@media(max-width:1210px){
  [alt="Logo-txt"]{
  display:none;
  }
  .menu{
  width:40%;
  }
}
@media(max-width:1200px){
  .footer_logo{
  margin-left:20px;
    min-width:10px;
  }
  .information-and-contacts{
  margin-left:0px;
  }
}

@media(max-width:1600px){
  .our-service_txts{
  left:200px;
  }
}
@media(max-width:1300px){
  .our-service_txts{
  left:20px;
  }
}
@media(max-width:1100px){
  .our-service_txt-1{
  font-size:25px;
  }
}
@media(max-width:1450px){
  .ex-phone{
  font-size:60px!important;
  }
}
@media(max-width:1400px){
  .characteristics_images-review{
  width:250px!important;
    min-width:250px!important;
  }
}
@media(max-width:1300px){
  .characteristics_images-review{
  margin-right:20px!important;
  }
  .and-add-to-cart{
  margin-left:10px!important;
    width:140px!important;
    font-size:12px!important;
  }
  .go_to_basket_button{
  width:130px!important;
    font-size:12px!important;
    margin-left:10px!important;
  }
}
@media(max-width:1120px){
  .characteristics_txt-count-and-add-to-cart{
  flex-wrap:Wrap!important;
  }
  .go_to_basket_button{
  margin:10px 0 0 0!important;
  }
}

.top-filter{
                  width:100%;
                  margin:50px 0 50px 0;
                }
                .top-filter .title{
                  font-size:20px;
                  margin:0 0 30px 0;
                }
                .top-filter .blocks{
                  width:100%;
                  display:flex;
                  align-items:flex-start;
                  flex-wrap:Wrap;
                }
                .top-filter .blocks a{
                }
                .top-filter .blocks a .img{
                  width:150px;
                  height:150px;
                  display:flex;
                  align-items:center;
                  justify-content:center;
                }
                .top-filter .blocks a .img img{
                  max-width:90%;
                  max-height:90%;
                }
                .top-filter .blocks a .name{
                  width:100%;
                  text-align:center;
                }
.top-filter .blocks a .name span {
    display: none;
}

@media(max-width:800px){
  .our-service{
  display:none;
  }
  .filters{
  display:none;
  }
  .container{
  padding:0 0 20px 0;
  }
  .products_header-title{
  display:none;
  }
  .products_header-basket{
  display:none;
  }
  .products_header-filters{
  padding:0 40px;
  }
  .products_header-filters a,.products_header-filters ins{
  color:#173757;
  }
  .top-filter .title{
  display:none;
  }
  .top-filter .blocks a .img{
  display:none;
  }
  .top-filter{
  padding:0;
    margin:0 0 20px 0;
  }
  .top-filter .blocks{
  justify-content:center;
  }
  .top-filter .blocks a .name{
  background:#173757;
    color:white;
    font-size:14px;
    padding:10px 10px;
    margin:2px;
    width:auto;
  }
  .products_header-filters{
  margin-bottom:10px;
  }
  .products_header{
  margin:10px 0 20px 0;
  }
  .bag_txt{
  display:none;
  }
  .bag-price{
  display:none;
  }
  .bag{
  width:40%;
    padding:0;
    margin:1px;
    border:1px solid #173757;
  }
  .bag-image{
  margin:0;
  }
  .poducts_list{
  justify-content:center;
  }
  .products_header-filters ins{
  text-decoration:none;
  }
  .top-filter{
  display:block!important;
  }
  .top-filter .blocks a .name p {
    display: none;
}
  .top-filter .blocks a .name span {
    display: block;
}
}
.top-filter{
display:none;
}
@media(max-width:800px){
  .top-filter{
  display:block;
  }
  .products_header-filters{
  font-size:14px;
  }
}