  /*Specification start*/
body {
    letter-spacing: 0.02em;
    font-family: 'Montserrat', sans-serif;
    color: #3A3A3A;
}
body, div, p, form, input, a, span, button, ul, li, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a,button {
    transition: all 0.5s ease;
    text-decoration: none;
}
a:focus {
    outline:none;
}
ul {
    list-style-type: none;
}
button {
    cursor: pointer;
    border: none;
    outline: none;
}

/*Specification end*/
.header {

}
.top-line {
  padding: 5px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-size: 35px;
  font-family: 'Krona One', sans-serif;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 313px;
  align-items: flex-end;
  border-right: 1px solid rgba(58, 58, 58, 0.5);
}
.logo__img {
  padding-bottom: 8px;
  margin-right: 4px;
}
.logo__text {
  color: #3A3A3A;
}
.logo__text_yellow {
  color: #F7D251;
}
.search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.search__addr {
  font-weight: 500;
  font-size: 15px;
  color: #3A3A3A;
  margin-bottom: 9px;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}
.search__addr__img {
  margin-right: 5px;
}
.search-form {
  position: relative;
}
.text-search {
  border: 1px solid #3A3A3A;
  opacity: 0.5;
  border-radius: 5px;
  width: 353px;
  height: 30px;
  padding-left: 10px;
}
.submit-search {
  height: 20px;
  width: 20px;
  background: url(../img/search1.png);
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
.phone {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.phone__img {
  margin-right: 9px;
}
.phone__img_bottom {
  margin-right: 2px;
}
.phone__number {
  font-weight: 800;
  font-size: 34px;
  margin-bottom: 2px;
  color: #3A3A3A;
}
.phone__number span {
  font-size: 30px;
}
.phone__text {
  font-size: 15px;
  font-weight: 500;
}
.menu {
  background: #3A3A3A;
}
.menu__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  background: #3A3A3A;
}
.menu__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-right: 1px solid #F7F7F7;
}
.menu__item_catalogue {
  width: 313px;
  padding-left: 20px;
  border-left: 1px solid #F7F7F7;
}
.menu__ganburger {
  display: block;
}
.menu__link {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  height: 55px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
.menu__link span {
  display: block;
  width: 100%;
}
.menu__item:nth-child(2) {
  flex-grow: 3;
}
.menu__item:nth-child(3) {
  flex-grow: 4;
}
.menu__item:nth-child(4) {
  flex-grow: 3;
}
.menu__item:hover {
  background: linear-gradient(180deg, rgba(255, 199, 0, 0.44) 0%, rgba(251, 225, 135, 0.3256) 100%);
}
.about {
  background: url(../img/Group1.jpg) no-repeat center / cover;
  padding: 52px 0;
  position: relative;
}
.corners_leaders:after {
  content: ''; 
  position: absolute;
  left: 45%; top: 48px; 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 76px 0 0 76px;
  border-color: transparent transparent transparent #f7d351;
}
.corners_about-us:after {
  content: ''; 
  position: absolute;
  left: 45%; top: -144px; 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 76px 0 0 76px;
  border-color: transparent transparent transparent #f7d351;
}
.corners_pay:after {
  content: ''; 
  position: absolute;
  left: 45%; top: 92px; 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 76px 0 0 76px;
  border-color: transparent transparent transparent #f7d351;
}
.pos-rel {
  position: relative;
}
.about__header__wrap {
  max-width: 780px;
  background: rgba(255, 250, 241, 0.42);
  margin: 52px auto;
  padding: 24px 97px 50px;
}
.about__header {
  font-size: 28px;
  color: #000;
  max-width: 587px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 36px;
}
.about__header__text {
  color: #000;
  text-align: center;
  font-weight: 500;
  max-width: 587px;
  margin: 0 auto;
  font-size: 25px;
}
.advantages {
  padding: 30px 0 76px;
  background: #EBEBEB;
}
.advantages__wrap {
  max-width: 700px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  
}
.advantages__item {
  max-width: 140px;
  position: absolute;
  left: -14px;
}
.advantages__item__wrap {
  width: 66px;
  height: 66px;
  background: #F6D251;
  position: relative;
}
.advantages__img {
  padding-left: 32px;
}
.advantages__text {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
.leaders {
  position: relative;
  padding: 192px 0 179px;
}
.leaders:after {
  content: '';
  width: 45%;
  background: #F7D251;
  height: 76px;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 99;
}
.section-title {
  font-size: 35px;
  color: #3A3A3A;
  position: absolute;
  z-index: 999;
  top: -128px;
}
.product__item {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 32px 9px 18px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.product__item img {
  min-height: 219px;
}
.product__name {
  font-size: 22px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 5px;
  margin-top: 17px;
  min-height: 54px;
}
.product__price {
  font-size: 22px;
  margin-bottom: 22px;
  font-weight: 900;
}
.product__order {
  background: #F6D251;
  width: 166px;
  height: 48px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: #3A3A3A;
  padding-top: 10px;
}
.about-us {
  position: relative;
}
.about-us:after {
  content: '';
  width: 45%;
  background: #F7D251;
  height: 76px;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 99;
  top: -144px;
}
.about-us__title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}
.about-us__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  margin-bottom: 90px;
}
.about-us__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}
.about-us__sale {
  max-width: 657px;
  color: #F6D251;
  font-weight: 800;
  font-size: 40px;
}
.pay {
  position: relative;
  padding: 235px 0 76px;
}
.pay:after {
  content: '';
  width: 45%;
  background: #F7D251;
  height: 76px;
  position: absolute;
  left: 0;
  z-index: 99;
  top: 92px;
}
.pay__text {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
  max-width: 789px;
}
.pay__imgs {
  max-width: 467px;
  margin: 30px auto;
}
.pay__img:nth-child(1) {
  margin-right: 23px;
}
.pay__img:nth-child(3) {
  padding-bottom: 18px;
}
.footer {
    background: #3A3A3A;
    padding: 16px 0 26px;
}
.footer__pay {
    max-width: 276px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.footer__pay-img {
    display: block;
}
.footer__pay-img:nth-child(1) {
    width: 77px;
    height: 48px;
}
.footer__pay-img:nth-child(2) {
    width: 121px;
    height: 96px;
}
.footer__pay-img:nth-child(3) {
    width: 58px;
    height: 58px;
}
.footer__credits {
    max-width: 378px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.footer__credit:nth-child(1) {
    margin-right: 20px;
}
.menu__info__phone_footer {
    display: block;
    color: #fff;
    text-align: right;
    margin-bottom: 5px;
}
.menu__info__phone_footer {
  font-size: 36px;
  font-weight: 800;
}
.footer__phone-text {
    text-align: right;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 40px;
}
.footer__warning {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #fff;
}
.footer__about {
    display: flex;
    justify-content: space-between;
}
.footer__about__text {
    padding-top: 25px;
    max-width: 220px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 28px;
}
.footer__about__email {
  color: #fff;
  display: block;
  padding-top: 10px;
}


.menu__item__dropdown {
  position: absolute;
  width: 311px;
  top: 55px;
  left: 16px;
  z-index: 1000;
}
.menu__item__dropdown__link {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 10px;
  background: #3A3A3A;
}
.menu__item__dropdown__link:hover {
  background: linear-gradient(180deg, rgba(255, 199, 0, 0.9) 0%, rgba(251, 225, 135, 0.9) 100%);
}
.bread-cr__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.bread-cr {
    padding: 74px 0 100px;
}
.bread-cr__link a {
    color: #7C7C7C;
    font-weight: 600;
    font-size: 22px;
    margin-right: 5px;
}
.current  {
  color: #3A3A3A;
  font-weight: 600;
  font-size: 22px;
}
.bread-cr__sep img {
    display: inline-block;
    margin-right: 5px;
}

.page-title {
  margin-bottom: 90px;
}
.product__item article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .order-modal {
    text-align: center;
    width: 530px;
    height: 266px;
    border-radius: 10px;
    padding: 35px 40px;
    background: #fff;
    font-family: Roboto, sans-serif;
  }
  .order-modal p {
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: 500;
  }
  .order-modal p strong {
    color: #F5A200;
  }
  .order-modal__phone {
    display: block;
    font-size: 35px;
    color: #000;
    margin-bottom: 22px;
  }
  .order-modal__phone:hover {
    color: #000;
    text-decoration: none;
  }
    .about__header__wrap {
      padding: 16px 97px 18px;
    }
    .about__header {
      margin-bottom: 22px;
    }
    
.dropdown-subcategory__link {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 10px 10px 10px 22px;
  background: #3A3A3A;
}
.dropdown-subcategory__link:hover {
  background: linear-gradient(180deg, rgba(255, 199, 0, 0.9) 0%, rgba(251, 225, 135, 0.9) 100%);
}
.current_taxonomy {
    font-size: 20px;
    margin-top: 20px;
}

/*Adaptive*/
@media (max-width: 1230px) {
  .about:after {
    width: 88%;
  }
  .corners:after {
    left: 88%;
  }
  .phone__number {
    font-size: 29px;
  }
  .phone__number span {
    font-size: 26px;
  }
  .phone__text {
    font-size: 13px;
  }
  .text-search {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .logo {
    font-size: 30px;
    width: 245px;
  }
  .menu__item_catalogue {
    width: 228px;
  }
  .text-search  {
    width: 180px;
  }
  .phone__img {
    margin-right: 3px;
  }
  .phone__number {
    font-size: 25px;
  }
  .phone__number span {
    font-size: 23px;
  }
  .phone__text {
    font-size: 11px;
  }
  .menu__link {
    font-size: 17px;
  }
  .advantages__wrap {
    max-width: 550px;
  }
  .about__header {
    font-size: 21px;
    top: 7px;
  }
  .menu__link {
    font-size: 15px;
  }
  .corners_pay:after {
    left: 49%;
  }
  .pay:after {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .logo {
    font-size: 18px;
    width: 170px;
  }
  .logo__img {
    width: 35px;
    padding-bottom: 5px;
  }
  .search-form {
    display: none;
  }
  .search__addr {
    font-size: 12px;
    margin-bottom: 0;
  }
  .search__addr__img {
    margin-right: 2px;
  }
  .phone__number {
    font-size: 19px;
  }
  .phone__number span {
    font-size: 17px;
  }
  .phone__img {
    margin-right: 1px;
  }
  .phone__text {
    display: none;
  }
  .phone__img_bottom {
    display: none;
  }
 .about__header {
    font-size: 20px;
    top: -3px;
  }
  .menu__link {
    font-size: 15px;
  }
  .advantages {
    display: none;
  }
  .corners:after {
    display: none;
  }
  .about:after {
    width: 100%;
  }
  .section-title {
    font-size: 24px;
    top: -120px;
  }
  .product__order {
    width: 114px;
    font-size: 20px;
  }
  .product__name {
    font-size: 20px;
  }
  .product__price {
    font-size: 20px;
  }
  .about-us__img {
    display: none;
  }
  .about-us__title {
    margin-bottom: 20px;
  }
  .about-us__text {
    font-size: 18px;
  }
  .about-us__wrap {
    margin-bottom: 40px;
  }
  .about-us__sale {
    font-size: 30px;
  }
  .pay__text {
    font-size: 18px;
  }
  .pay {
    padding-bottom: 30px;
  }
  .about__header__wrap {
    padding: 16px 10px 18px;
  }
}
@media (max-width: 575px) {
  .logo {
    display: none;
  }
  .menu__item {
    display: none;
  }
  .menu__item_catalogue {
    display: block;
    width: 100%;
  }
  .phone__number {
    font-size: 18px;
  }
  .phone__number span {
    font-size: 17px;
  }
  .menu__info__phone_footer {
    font-size: 30px;
  }
  .footer__pay {
    margin: 0 auto;
  }
  .corners_leaders:after {
    left: 63%;
  }
  .leaders:after {
    width: 63%;
  }
  .corners_about-us:after {
    left: 63%;
  }
  .about-us:after {
    width: 63%;
  }
  .corners_pay:after {
    left: 63%;
  }
  .pay:after {
    width: 63%;
  }
  .about-us__sale {
    font-size: 28px;
  }
  .about {
    padding: 0;
  }
  .about__header__text {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .search__addr {
    display: none;
  }
  .phone {
    width: 100%;
  }
  .phone-top {
    display: block;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
  }
  .about__header {
    font-size: 18px;
  }
}


