*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}
html {
  height: 100%
}
body {
  line-height: 1;
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: Manrope;
  color: #505050;
  z-index: 40;
  display: block;
  min-height: calc(100vh - 401px)
}
footer, header, menu, nav, section {
  display: block
}
ul {
  list-style: none
}
a {
  margin: 0;
  color: #505050;
  text-decoration: none;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}
header {
  position: fixed;
  z-index: 60;
  min-width: 100%;
  height: 107px;
  top: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(34, 60, 80, .2);
  -moz-box-shadow: 0 4px 8px 0 rgba(34, 60, 80, .2);
  box-shadow: 0 4px 8px 0 rgba(34, 60, 80, .2);
  -ms-box-shadow: 0 4px 8px 0 rgba(34, 60, 80, .2);
  -o-box-shadow: 0 4px 8px 0 rgba(34, 60, 80, .2);
  -khtml-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2)
}
.mobile {
  display: none
}
.inner {
  position: relative;
  max-width: 1351px;
  margin: auto
}
.header-top {
  padding: 0 20px;
  background: #f5f5f5;
  height: 40px
}
.header-middle .inner, .header-top .inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
.header-top-left ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  list-style: none
}
.header-top-left ul li {
  line-height: 34px;
  margin-right: 20px
}
.header-top-left ul li a {
  font-size: 12px;
  color: #505050;
  text-decoration: none
}
.header-top .help-btn [class*=icon-] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 16px;
  margin: -9px 0 0;
  fill: #505050
}
.header-top-right {
  margin-left: auto
}
.header-top .help-btn {
  margin: 0 0 0 40px;
  position: relative;
  float: left;
  height: 42px;
  padding: 0 0 0 30px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  z-index: 10;
  font-size: 12px;
  line-height: 39px;
  font-weight: 600
}
.header-top .help-btn a {
  color: #505050;
  text-decoration: none
}
.header-middle {
  padding: 15px 20px;
  background: #fff
}
.header-middle-right {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-left: auto;
  max-width: 260px;
  width: 100%
}
.header-middle .basket {
  position: relative
}
.header-middle .basket .icon svg {
  width: 16px;
  height: 15px
}
.header-middle .basket .count {
  font-size: 9px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #505050;
  color: #fff;
  text-align: center;
  line-height: 15px;
  width: 15px;
  position: absolute;
  left: 21px;
  top: 2px
}
.header-phones {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%
}
.header-phones svg {
  width: 24px;
  height: 24px;
  fill: #505050
}
.feedback-link {
  display: block;
  font-size: 11px;
  color: #505050;
  cursor: pointer;
  text-decoration: underline
}
.header-phones .icon {
  padding: 5px 0
}
.phones-list {
  padding-left: 8px
}
.basket, .personal {
  margin-left: 10px
}
.basket > a, .personal a {
  display: table;
  padding: 10px
}
.personal .icon svg {
  width: 16px;
  height: 16px
}
.phones-list a {
  line-height: 16px;
  font-size: 12px;
  display: block;
  color: #505050;
  text-decoration: none
}
.logo {
  width: 100%;
  max-width: 211px
}
.logo svg {
  width: 155px;
  height: 37px
}
.logo a {
  display: table
}
.header-search {
    width: calc(100% - 200px);
    position: relative;
}
.header-butn{
    font-size: 12px;
    margin-top: -8px;
    height: calc(43px + 16px);
    margin-bottom: -8px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    max-width: 200px;
}
.header-butn a{
    margin: 0 auto;
    width: 100%;
    max-width: 120px;
    background: #505050;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    text-align: center;
    line-height: 17px;
    font-weight: bold;
    padding: 5px;
    color: #fff;
}
.link-march .header-butn{
    display: none;
}
.header-search input {
  border: 1px solid #dadada;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 37px;
  padding: 0 35px 0 15px
}
.header-search button {
  position: absolute;
  right: 15px;
  top: 10px;
  background: 0 0
}
.header-trigger {
  position: relative;
  z-index: 4;
  float: right;
  width: 40px;
  height: 59px;
  margin: 23px 0 0 3px;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-align: center;
  font-size: 10px
}
.header-trigger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  fill: #656667
}
.header-trigger:after {
  display: block;
  content: '';
  clear: both
}
.subnav {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  max-width: 1356px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgb(140 152 157 / 60%);
  box-shadow: 0 5px 15px rgb(140 152 157 / 60%)
}
.mobile-search {
  display: none
}
.main {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  height: 100%;
  padding-top: 113px;
  z-index: 20
}
.content {
  flex: 1 0 auto
}
@media(min-width:1024px) {
  .content {
    padding: 30px 0 50px 0
  }
}
@media(max-width:1023px) {
    .header-butn{
        max-width: 100%;
        display: none!important
    }
    .link-march .header-butn a,
    .link-march .header-butn{
        display: flex!important;
        width: 100%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
        align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
        margin-top: 0;
    }
    .link-march .header-butn a{
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    .link-march .header-butn a span{
        font-size: 18px;
        margin: 0 auto;
        display: table
    }
  .content {
    padding: 0 0 30px 0
  }
}
.boxing {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 30px
}
.boxing .bleft {
  width: 232px;
  padding-right: 4px;
  order: 1
}
.boxing .bright {
  width: calc(100% - 232px);
  order: 2
}
.header-nav ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  width: 100%;
  color: #505050;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none
}
.header-nav a .icon-arrow-right {
  position: absolute;
  display: block !important;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  fill: #494949;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
@media(max-width:1024px) {
  .main {
    padding-top: 90px
  }
  .boxing {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-bottom: 35px
  }
  .boxing .bleft, .boxing .bright {
    width: 100%
  }
  .boxing .title {
    font-size: 18px
  }
}
@media(max-width:1024px) {
  .header-trigger > a {
    display: table;
    width: 60px;
    height: 61px
  }
  header {
    background: #fff;
    height: 60px
  }
  .header-middle {
    padding: 0
  }
  header .header-frame {
    -webkit-box-shadow: 0 1px 7px rgb(105 105 105 / 30%);
    box-shadow: 0 1px 7px rgb(105 105 105 / 30%)
  }
  .header-middle .header-phones, .header-nav, .header-search, .header-top {
    display: none
  }
  .header-search.active {
    display: block;
    background: #fff;
    top: 60px;
    position: absolute;
    padding: 15px 15px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(34 60 80 / 20%);
    -moz-box-shadow: 0 4px 8px 0 rgba(34, 60, 80, .2);
    box-shadow: 0 4px 8px 0 rgb(34 60 80 / 20%);
    -ms-box-shadow: 0 4px 8px 0 rgba(34, 60, 80, .2);
    -o-box-shadow: 0 4px 8px 0 rgba(34, 60, 80, .2);
    -khtml-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2)
  }
  #title-search {
    position: relative
  }
  header .logo {
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }
  .logo a {
    margin: 10px auto
  }
  .header-middle-right {
    width: 180px
  }
  .basket, .personal {
    width: 60px
  }
  .basket > a, .personal a {
    padding: 21px
  }
  .header-middle .basket .count {
    left: 30px;
    top: 14px
  }
  .header-trigger {
    float: left;
    display: block;
    width: 60px;
    height: 61px;
    margin: 0
  }
  .header-trigger .icon-hamburger {
    width: 22px;
    height: 19px;
    margin: -9px 0 0 -11px
  }
  .header-trigger .close-trigger {
    position: absolute;
    bottom: 120%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #505050;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
  }
  .header-trigger .close-trigger svg {
    fill: #ffffff
  }
  .header-trigger .icon-cross {
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px
  }
}
@media(min-width:1025px) {
  .header-nav .inner > ul > li:hover .subnav {
    visibility: visible;
    opacity: 1;
    display: block !important
  }
  .header-nav li.mobile {
    display: none !important
  }
  .header-nav {
    position: relative;
    z-index: 3;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2
  }
  .header-nav ul li a {
    font-size: 14px;
    line-height: 18px;
    text-transform: inherit
  }
  .header-nav ul li {
    position: relative
  }
}
@media(max-width:1024px) {
  .header-nav {
    position: fixed;
    width: 320px;
    top: 61px;
    left: 0;
    height: 100%;
    bottom: 0;
    z-index: 100;
    height: calc(100% - 61px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 3px rgb(181 189 192 / 60%);
    box-shadow: 0 0 3px rgb(181 189 192 / 60%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow-y: scroll;
    background: #fff
  }
  .header-nav.active {
    right: 0
  }
  .header-nav.dropdown {
    max-height: 100%;
    overflow: inherit
  }
  .header-nav.active .header-nav {
    display: block !important
  }
  .header-nav li.mobile {
    display: block
  }
  .header-nav > .inner > ul > li > a.show + .subnav {
    display: block !important;
    opacity: 1;
    visibility: visible
  }
  .header-nav a .icon-arrow-right {
    position: absolute;
    display: block !important;
    top: 50%;
    right: 16px;
    width: 6px;
    height: 12px;
    margin-top: -6px;
    fill: #494949;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }
  .mobile-search svg {
    width: 19px;
    height: 20px;
    fill: #505050
  }
  .mobile-search {
    cursor: pointer;
    display: block;
    width: 60px;
    padding: 17px
  }
}
@media(max-width:560px) {
    .link-march .header-butn{
        height: 45px;
    }
    .link-march .header-butn a span{
        font-size: 14px;
    }
  .header-middle-right {
    width: 120px
  }
  .basket, .personal {
    width: 40px;
    margin: 0
  }
  .basket > a, .personal a {
    padding: 21px 12px
  }
  .header-middle .basket .count {
    left: 22px
  }
  .mobile-search {
    width: 40px
  }
}