/*--------layout.php---------*/
html {
  background: #fff url(../images/pattern.jpg) repeat scroll 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

body {
  background-color: white;
  width: 1000px;
  border-radius: 5px;
  padding-top: 30px;
}
main {
  display: flex;
  justify-content: center;
  margin-top: 140px;
  font-family: Arial;
  padding-bottom: 100px;
}

.main-increase-click {
 margin-bottom: 250px;
}

header {
  height: 100px;
  display: flex;
   flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
   width: 800px;
   margin: 0 auto;
   font-family: Arial;
}

.main__wrap-href-to-messages {
  position: absolute;
  top: 190px;
  right: 138px;
  padding: 5px;
  box-shadow: 0px 0px 5px grey;
  border-radius: 5px;
}




@keyframes blinking {
   0% {opacity: 0.8; }
   50% {opacity: 0.4; }
   100% { opacity: 0.8; }
 }

.main__img-href-to-messages { animation: blinking 2s infinite; }

.main__wrap-href-to-messages-unvisible {
  visibility: hidden;
  display: none;
}

.main__wrap-href-to-messages:hover {
  border: 1px solid grey;
}




.main__img-href-to-messages {
  width: 60px;
}




/*---------main.php-----------*/
.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 800px;
  box-sizing: border-box;
}
.main__categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main__category {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  height: 210px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  margin: 5px;
  padding-top: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
.main__category:hover {
 opacity: 0.7;
}

.main__image {
  max-width: 100%;
}

.main__href {
  text-decoration: none;
  color: black;
  text-align: center;
}

/*----------------layout-business-block--------------------*/

.business-block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 30px;
  width: 100%;
}

.business-block__href {
  display: block;
}

.business-block__image {
  width: 200px;
   border: 5px solid transparent;
}

.business-block__image:hover {
  opacity: 0.7;
  box-shadow: 0px 0px 5px black;
  border-radius: 8px;
}

/*---------layout-header.php--------------*/
.header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px dashed grey;
}

.header-top__logo {
  opacity: 0.8;
}

.header-top__phones {
  padding-top: 50px;
}
.header-top__phone-wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.header-top__phone-image {
  height: 20px;
}

.header-top__phone-number {
  font-weight: bold;
  font-size: 20px;
}


.header-top__search {
  padding-top: 54px;
}

.header-top__search-form {
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  border: 2px solid grey;
}

.header-top__search-button {
  border: 0px solid transparent;
  background-color: transparent;
  margin-top: 1px;
  margin-left: -1.5px;
   margin-bottom: -1px;
}

.header-top__search-image {
  height: 41px;
}


.header-top__search-input {
  height: 40px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-right: 3px;
  margin-left: -3px;
  width: 210px;
  outline: none;
}

.header-top__search-option {
  z-index: 1000;
}


.header-top__right-side {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 55px;
}

.header-top__basket-href, .header-top__like-href, .header-top__login-href, .header-top__admin-href {
  height: 45px;
}


.header-top__basket-href, .header-top__like-href {
  position: relative;
}

.header-top__login-image, .header-top__like-image,
.header-top__basket-image, .header-top__admin-image {
  opacity: 0.6;
  height: 45px;
  border-radius: 5px;
  margin-left: 10px;
}


.header-top__login-image:hover, .header-top__like-image:hover, .header-top__basket-image:hover {
    opacity: 0.4;
 }

 .header-top__login-image-unactive {
      opacity: 0.2;
      height: 45px;
      border-radius: 5px;
      margin-left: 10px;
 }

.header-top__like-image-on-page, .header-top__basket-image-on-page {
  opacity: 0.2;
}

.header-top__like-image-on-page:hover, .header-top__basket-image-on-page:hover {
  opacity: 0.2;
}



 .header-top__like-counter, .header-top__basket-counter {
   position: absolute;
   width: 25px;
   height: 20px;
   background-color: #FF4F00;
   color: white;
   text-align: center;
   border-radius: 10px;
   top: -8px;
   right: -8px;
 }

 .header-top__like-counter-unactive, .header-top__basket-counter-unactive {
   position: absolute;
   width: 25px;
   height: 20px;
   background-color: #FF4F00;
   color: white;
   text-align: center;
   border-radius: 10px;
   top: -8px;
   right: -8px;
   opacity: 0.4;
 }

.header-top__admin-image {
  opacity: 2;
  border: 5px solid #0A93CA;
  height: 45px;
  border-radius: 6px;
  margin-left: 10px;
  cursor: pointer;
  box-sizing: border-box;
}

.header-top__admin-image-on-page {
    opacity: 2;
  border: 5px solid grey;
  height: 45px;
  border-radius: 6px;
  margin-left: 10px;
  cursor: pointer;
  box-sizing: border-box;
  cursor: default;
}

.header-top__admin-image:hover {
   border: 5px solid #F76D2C;
}


.nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.nav__elem {
  width: 130px;
  flex: 0 1 auto;
  max-width: 100%;
  border: 2px black white;
  box-sizing: border-box;
}

.nav__href {
   text-decoration: none;
   color: black;
   text-align: center;
   width: 100%;
   height: 44px;
   display: inline-block;
   line-height: 40px;
 }

.nav__href-clicked {
   color: white;
   background-color: #696969;
   cursor: auto;
   border: 2px solid grey;
     box-sizing: border-box;
 }
 .nav__href-over {
   border: 2px solid grey;
     box-sizing: border-box;
     color: grey;
 }

.nav__elem-home {
  border: 2px solid transparent;
  box-sizing: border-box;
  width: 55px;
  flex: 0 1 auto;
  max-width: 100%;
  overflow: hidden;
}


.nav__elem-home-over {
  border: 2px solid grey;
  opacity: 0.7;
}

.nav__image-home {
  height: 40px;
}

.nav__image-home-clicked {
  cursor: auto;
  border: 2px solid grey;
  box-sizing: border-box;

}




/*-------brands.php-------*/

.brands {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 800px;
    border-bottom: 2px solid #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.brands__char {
  font-size: 25px;
  color: orange;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}

.brands__brand {
  width: 23%;
  height: 30px;
  background-color: #e8e8e8;
  margin: 6px;
  cursor: pointer;
}
.brands__brand:hover {
  background-color: #d0d0d0;
}
.brands__link {
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  padding-left: 6px;
}


.nav-chars {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 800px;
}
.nav-chars__char {
  padding: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #d0d0d0;
  height: 20px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.nav-chars__char-colored {
  background-color: black;
  color: white;
  cursor: default;
}
.nav-chars__char-over {
  background-color: #f0f0f0;
}

/*-----brand-products.php-----category-products.php-----likes.php-------*/


.brand-products {
   width: 800px;
}
.brand-product__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  background-color: white;
}

.brand-product__overlay-transparent {
   opacity: 0;
}


.brand-product__dialog-to-basket {
  position: fixed;
  z-index: 999;
  width: 350px;
  height: 200px;
  background-color: white;
  border-radius: 10px;
  border: 4px solid #3B83BD;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-product__dialog-text {
  text-align: center;
  font-size: 20px;
}

.brand-product__dialog-hrefs-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}



.brand-product__no-button-image, .brand-product__yes-button-image {
   height: 40px;
   margin: 20px;
}

.brand-product__yes-href, .brand-product__no-href {
  height:40px;
}

.brand-product__yes-href:hover {
  cursor: pointer;
}

.brand-product__no-button-image:hover, .brand-product__yes-button-image:hover {
    opacity: 0.7;
    cursor: pointer;
}

.body__overlay {
  position: relative;
  z-index: 0;
  height: 100%;
}

.brand-product__products-wrap {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
}


.brand-product, .like-page-brand-product {
  border-radius: 10px;
  box-shadow: 0px 0px 5px black;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: justify;
}
.brand-product-display-square {
  width: 240px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 0px;
  padding-top: 0px;
}

.brand-product-display-square:nth-child(3n+2) {
  margin-right: 40px;
  margin-left: 40px;
}

.brand-products__brand-descr {
  color: grey;
}

.brand-product_arcicle-square {
  display: none;
}

.brand-product_like-text-square {
  display: none;
}

.brand-products__brand-descr-square {
  display: none;
}

.brand-products__brand-header {
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 30px;

}

.brand-products__buttons-block {
  display: flex;
  flex-direction: row;
  justify-content: right;
  column-gap: 20px;
}

.brand-products__buttons-block-text {
  font-weight: bold;
  font-size: 20px;
  color: grey;
  padding-top: 10px;
}

.brand-products__square-button-image {
  height: 40px;
  margin-right: 30px;
}
.brand-products__inline-button-image {
  height: 40px;
}
.brand-products__button-image-active:hover {
  cursor: pointer;
}

 .brand-product__image-wrap {
  width: 30%;
 }

.brand-product__image-wrap-square {
  width: 70%;
 }

.brand-product__image {
  width: 100%;
}



.brand-product__info-wrap {
 width: 70%;
}

.brand-product__info-wrap-square {
 width: 85%;
}

.brand-product__product-header {
  font-weight:500;
  padding-bottom: 10px;
  color: black;
}


.brand-product__product-header-href {
  text-decoration: none;
  color: black;
  opacity: 0.9;
}
.brand-product__product-header-href:hover {
  opacity: 0.6;
  text-decoration: none;
}

.brand-product__product-header-href-square {
  display: block;
  height: 140px;
  text-align: center;
  letter-spacing: 2.4px;
  font-weight: 300;
}

.brand-product__product-header-href-name-square {
  font-weight: 540;
  color: #191970;
  opacity: 1;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  text-decoration: underline;
}

.brand-product__price-count {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-product__price-count-square {
  margin-top: 50px;
}


.brand-product__price {
  color: red;
}

.brand-product__product-descr {
  margin-bottom: 10px;
  opacity: 0.8;
}



.brand-product__hrefs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 15px;
}

.brand-product__hrefs-square {

}

.brand-product__like-href {
  width: 200px;
}
.brand-product__like-href-squre {
  width: 30px;
}

.brand-product__like-href-squre:hover {
  opacity: 0.5;
}

.brand-product__like-href:hover {
   cursor: pointer;
   text-decoration: underline;
}

.brand-product__like-href-active {
  color: red;
}

.brand-product__like-href-unactive {
  opacity: 0.5;
}

.brand-product__like-href-unactive:hover {
  cursor: default;
}

.brand-product__buy-image {
  width: 90px;
}


.brand-product__buy-image-unactive {
  width: 90px;
  opacity: 0.3;
}
.brand-product__buy-image:hover {
  cursor: pointer;
  opacity: 0.7;
}

.brand-product__like-image {
  height: 10px;
}

.brand-product__like-image-square {
  height: 20px;
}




/*----------login-reg.php------login.php-----reg.php---*/

.login-reg, .login-page, .reg-page {
  border: 0px;
  height: 400px;
  width: 300px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  box-sizing: border-box;
}

.login-reg__form {
  display: flex;
  justify-content: row;
   margin-left: 10px;

}
.login-page__form {
  margin-left: 10px;
  margin-top: 38px;
}

.reg-page__form {
  margin-left: 50px;
   margin-top: 38px;
}

.login-reg__input, .login-page__input-password, .login-page__input-field, .reg-page_input-password, .reg-page_input-confirm, .reg-page_input-field{
  height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 0px;
  margin-right: 10px;
  width: 200px;
  outline: none;
  border: 2px solid transparent;
}

.login-reg__input:focus,  .login-page__input-password:focus, .login-page__input-field:focus,  .reg-page_input-password:focus, .reg-page_input-confirm:focus, .reg-page_input-field:focus{
  border: 2px solid black;
}

.login-reg__submit, .login-page__submit, .reg-page__submit {
  border: 0px solid transparent;
  background-color: transparent;
}


.login-reg__img, .login-page__img, .reg-page__img {
  height: 34px;
  opacity: 0.4;
}

.login-reg__img-active, .login-page__img-active, .reg-page__img-active {
  opacity: 1;
  cursor: pointer;
}

.login-reg__img-active:hover, .login-page__img-active:hover {
   opacity: 0.6;
}

.login-page__password-and-submit-wrap {
  display: flex;
  flex-direction: row;
}

.reg-page__submit {
  margin-top: 30px;
  margin-left:28px;
}

.login-page__login-name, .reg-page__login-name {
  margin-bottom: 15px;
  color: grey;
}

 .reg-page__password-name, .reg-page__confirm-name, .login-page__password-name {
  margin-bottom: 15px;
  margin-top: 15px;
  color: grey;
 }


.login-reg__name, .login-page__name, .reg-page__name {
  margin-top: 10px;
  text-align: center;
  color: grey;
  font-weight: bold;
}

.login-reg__descr {
  margin-top: 38px;
  margin-left: 10px;
  margin-bottom: 15px;
  color: grey;
}

 .reg-page__descr {
    color: grey;
    margin-top: 50px;
 }

.login-reg__warning, .login-page__warning {
  margin-left: 10px;
  margin-top: 10px;
  color: grey;
}


/*--------------contacts.php------------*/

.contacts-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.contacts-page__message{
  display: flex;
  flex-direction: column;
  width: 50%;
  box-sizing: border-box;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
}

.contacts-page__message-header {
  text-align: center;
}


.contacts-page__success-messages {
  text-align: center;
  font-weight: bold;
  color: grey;
  margin-top: 100px;
}

.contacts-page__contacts {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 20px;
}



.contacts-page__form {
  display: flex;
  flex-direction: column;
  margin-left: 28px;
  box-sizing: border-box;
}

.contacts-page__message-row-wrap {
  display: flex;
  flex-wrap: wrap;
   width: 100%;
}

.contacts-page__contacts-row-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 15x;
}

.contacts-page__contacts-header {
  text-align: center;
  color: grey;

}

.contacts-page__input-div-wrap {

}

.contacts-page__contact-wrap {
  border: 1px solid transparent;
  width: 49%;
  margin-top: 15px;
}

.contacts-page__contact-image-name-wrap {
  display: flex;
}

.contacts-page__contact-image {
  height: 22px;
}

.contacts-page__contact-name {
   font-weight: bold;
   color: grey;
   margin-bottom: 15px;
   text-decoration: underline;
}

.contacts-page__contact-value {
  color: grey;

}

.contacts-page__img-submit {
  height: 34px;
  opacity: 0.4;
}

.contacts-page__img-submit-active {
  opacity: 1;
  cursor: pointer;
}

.contacts-page__submit {
  border: 0px solid transparent;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 15px;
}


.contacts-page__message-textarea {
   resize: none;
}

.contacts-page__name-input, .contacts-page__phone-input, .contacts-page__email-input, .contacts-page__theme-input {
  height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 2px solid transparent;
  margin-right: 10px;
  outline: none;
  width: 200px;
}

.contacts-page__name-input:focus, .contacts-page__phone-input:focus, .contacts-page__email-input:focus, .contacts-page__theme-input:focus {
   border: 2px solid grey;
}


.contacts-page__name-div, .contacts-page__phone-div, .contacts-page__email-div {
  height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 3px black;
  border: 2px solid transparent;
  margin-right: 10px;
  width: 200px;
  padding-top: 6px;
  padding-left: 10px;
  color: grey;
}

.contacts-page__message-textarea {
  height: 80px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 3px black;
  border: 2px solid transparent;
  margin-right: 10px;
  width: 94%;
  outline: none;
}

.contacts-page__message-textarea:focus {
  border: 2px solid grey;
}

.contacts-page__message-name {
  margin-bottom: 15px;
  margin-top: 15px;
  color: grey;
  font-weight: bold;
}

.contacts-page__message-header {
  color: grey;
}

.contacts-page__message-warning {
   font-weight: bold;
   color: grey;
   margin-bottom: 20px;
   text-align: center;
}

/*------------delivery-info-----payment-info------------*/

.delivery-info, .payment-info {
  width: 800px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: justify;
  line-height: 1.7em;
  font-family: Calibri;
  font-size: 18px;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px grey;
  margin-top: 10px;
  padding-top: 10px;
  box-sizing: border-box;
}

.payment-info__ul, .delivery-info__ul {
  list-style-type: circle;
}


/*-----------------catalog.php-------------------------*/

.catalog-page {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog-page_categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px grey;
}

.catalog-page__category-wrap {
  width: 32%;
  margin-bottom: 30px;
}

.catalog-page__category-h3 {
  color: grey;
  line-height: 1.5;
}

.catalog-page__name {
  text-align: justify;
  margin-bottom: 15px;
}

.catalog-page__brand {
   text-align: justify;
   padding-left: 10px;
}

.catalog-page__category-href {
  text-decoration: none;
  color: black;
}

.catalog-page__brand-href-img {
  height: 30px;
}

.catalog-page__category-href:hover {
  text-decoration: underline;
}

.catalog-page__brand-href {
  text-decoration: none;
  color: black;
  width: 100%;
  display: block;
}

.catalog-page__brand{

  color: grey;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 6px;
  box-sizing: border-box;
}

.catalog-page__brand:hover {
  background-color: #D3D3D3;
}



/*-----------------basket.php-------------------------*/

.basket {
  width: 800px;
  margin-bottom: 100px;
}

.basket__delete_notice, .basket__accept_notice {
  position: fixed;
  z-index: 999;
  width: 350px;
  height: 40px;
  background-color: white;
  border-radius: 10px;
  border: 3px solid #3B83BD;
  color: #D95030;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  padding-top: 12px;
}

.basket__accept_notice {
  height: 60px;
}

.basket__prod-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.basket__prods {
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  padding: 20px;

}

.basket__prod {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  margin-top: 20px;
  height: 100px;
  padding-left: 10px;
   padding-right: 10px;
 }

.basket__img-prod-wrap, .basket__img-prod-header {
  width: 90px;
}

.basket__img-prod {
  max-width: 100%;
}

.basket__prod-remove-wrap, .basket__prod-remove-header{
  width: 40px;
}

.basket__prod-remove-image {
  max-width: 100%;
}

.basket__prod-remove-image-rotate {
  max-width: 100%;
  animation: rotate 0.5s infinite linear;
}
@keyframes rotate {
  100%{ transform:rotate(1turn) }
}

.basket__prod-remove-image:hover {
  cursor: pointer;
  opacity: 0.7;
}

.basket__prod-name, .basket__prod-name-header {
  width: 20%;
}

.basket__prod-price, .basket__prod-price-header {
  width: 20%;
}

.basket__prod-count-header {
  width: 20%;
}

.basket__prod-name-href {
  color: black;
  font-weight: bold;
   line-height: 160%;
}

.basket__prod-name-href:hover {
  opacity: 0.7;
}


.basket__prod-count {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 20%;
}

.basket__prod-count-button-image-remove, .basket__prod-count-button-image-add, .basket__prod-count-button-image-remove-clicked, .basket__prod-count-button-image-add-clicked {
  height: 32px;
}

.basket__prod-count-button-image-remove:hover, .basket__prod-count-button-image-add:hover {
  cursor: pointer;
  opacity: 0.6;
}

.basket__prod-count-button-image-add-frized {
   height: 32px;
   opacity: 0.3;
}

.basket__prod-count-button-image-add-frized:hover {
   cursor: default;
   opacity: 0.3;
}

.basket__prod-count-counter {
  height:  32px;
  width: 50px;
  border: 2px solid grey;
  border-radius: 3px;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 5px;
  box-sizing: border-box;
}

.basket__notice-block {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-top: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
  box-sizing: content-box;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
}

.basket__notice-block-header {
  margin-bottom: 20px;
  font-weight: bold;
  color: grey;
}

.basket__personal-data-notice {
  margin-bottom: 15px;
  color: red;
  letter-spacing: 2px;
  text-align: center;
}

.basket__buy-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.basket__form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 67.5%;
}

.basket__personal-data {
  width: 48%;
  box-sizing: border-box;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  padding-left: 14px;
  height: 470px;
}


.basket__delivery {
  width: 48%;
  box-sizing: border-box;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  padding-left: 14px;
  align-self: flex-start;
}

.basket__right-block {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.basket__to-reg-log-text {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
   line-height: 150%;
   letter-spacing: 1px;
}

.basket__to-reg-log {
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  color: grey;
  margin-bottom: 18px;
  text-align: left;
}

.basket__confirm-block {
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
}

.basket__go-to-catalog-img {
  margin-top: 40px;
  height: 40px;
  opacity: 0.5;
}

.basket__go-to-catalog-img:hover {
  opacity: 0.4;
  cursor: pointer;
}

.basket__input-text {
  height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 0px;
  margin-right: 10px;
  width: 230px;
  outline: none;
  border: 2px solid transparent;
  margin-bottom: 25px;
}

.basket__input-text-wrong {
  box-shadow: 0px 0px 5px red;
}

.basket__input-textarea {
  height: 60px;
  width: 230px;
  resize: none;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 0px;
  margin-right: 10px;
  outline: none;
  border: 2px solid transparent;
  margin-bottom: 20px;
}

.basket__input-textarea-readonly {
  pointer-events: none;
  color: grey;
}

.basket__input-text:focus, .basket__input-textarea:focus {
  border: 2px solid black;
  box-shadow: 0px 0px 5px black
}

.basket__input-text-readonly{
  color: grey;
  pointer-events: none;
}

.basket__select {
  height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 0px;
  margin-right: 10px;
  width: 230px;
  outline: none;
  border: 2px solid transparent;
  margin-bottom: 25px;
}

.basket__select:hover{
  cursor: pointer;
}

.basket__buy-block-input-header {
  font-weight: bold;
  color: grey;
  margin-bottom: 25px;
}

.basket__h3 {
  text-align: center;
  color: grey;
  font-weight: bold;
}

.basket__href-to-login-reg {
  color: red;
  display: block;
  text-align: center;

  margin-top: 50px;
  line-height: 150%;
  letter-spacing: 2px;
}

.basket__confirm-block_results {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  color: grey;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.8px;
}

.basket__confirm-block_results-names {
  width: 60%;
 text-align: right;
}

.basket__confirm-block_results-values {
  width: 30%;
  text-align: left;
  padding-left: 10px;
  font-weight: bolder;
}

.basket__confirm-block_economy {
  color: red;
}

.basket__confirm-block_sum-to-pay {
  color: green;
}

.basket__confirm-block_button {
  width: 170px;
  border: 0px;
  margin-left: 35px;
  margin-bottom: 20px;
  background-color: white;
}


.basket__confirm-block-button-image {
  max-width: 100%;
  opacity: 0.4;
}

.basket__confirm-block-button-image-active {
  opacity: 1;
}

.basket__confirm-block-button-image-active:hover {
  opacity: 0.6;
  cursor: pointer;
}

/*------------------------product.php-----------------*/

.prod {
  width: 800px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prod__left-side {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.prod__left-side-increased {
  position: absolute;
  z-index: 999;
  width: 820px;
  top: 0;
  background-color: white;
}


.prod__right-side {
  width: 50%;
}

.prod__big-img-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  height: 300px;
}

.prod__big-img-wrap-increased {
   width: 100%;
   height: 700px;
   justify-content: center;
}

.prod__big-img {
  width: 280px;

}


.prod__big-img-increased {
  width: 80%;
  height: 80%;
  object-fit: contain;
}


.prod__increase-img {
  width: 45px;
  cursor: pointer;
  box-sizing: border-box;
  border: 7px solid transparent;
}

.prod__increase-img-increased {
  margin-top: 70px;
}

.prod__increase-img:hover {
   border: 0px solid transparent;
}
.prod__increase-img:active {
   border: 7px solid transparent;
}

.prod__left-arrow, .prod__right-arrow {
  height: 50px;
  cursor: pointer;
}

.prod__left-arrow:hover, .prod__right-arrow:hover {
  border: 1px solid grey;
  border-radius: 5px;
  box-sizing: border-box;
}

.prod__left-arrow:active, .prod__right-arrow:active {
 opacity: 0.6;
}


.prod__arrow-unactive {
  visibility: hidden;
  cursor: default;
}
.prod__arrow-unactive:hover {
  opacity: 0;
}


.prod__little_images_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.prod__little-img {
  width: 20%;
  border: 4px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}

.prod__little-img:hover {
  opacity: 0.8;
}

.prod__little-img-active {
  border: 4px solid orange;
  cursor: default;
}

.prod__little-img-active:hover {
  opacity: 1;
}

/*--*/

.prod__descr {
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid grey;
  letter-spacing: 1.4px;
}

.prod__descr-span-name {
  text-decoration: underline;
  color: #191970;
  font-weight: bold;
}


.prod__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid grey;
  color: grey;
}

.prod_price-wrap {
  display: flex;
  flex-direction: row;
  justify-content: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.prod__price {
  font-size: 23px;
  color: red;
}

.prod__buy-and-like-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.prod__onclick-button-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: right;
}


.product__buy-oneclick-image {
  height: 30px;
}

.product__buy-oneclick-image:hover {
  opacity: 0.7;
  cursor: pointer;
}


.product__buy-oneclick-image-unactive {
  height: 30px;
  opacity: 0.4;
}

.prod__oneclick-dialog-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 999;
  border: 0px;
  height: 500px;
  width: 460px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  box-sizing: border-box;
  background-color: white;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.prod__oneclick-dalog-info-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.prod__oneclick-dialog-header {
  color: grey;
  text-align: center;
}

.prod__oneclick-dialog-prod {
  margin-left: 15px;
  margin-right: 15px;
}

.prod__oneclick-dialog-prod:hover {
  text-decoration: underline;
  cursor: pointer;
}

.prod__oneclick-dialog-price {
  color: red;
}

.prod__oneclick-dialog-img {
  width: 110px;
}

.prod__oneclick-dialog-text {
  font-weight: bold;
  color: grey;
  margin-bottom: 30px;
}
.prod__oneclick-dialog-input {
  height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 0px;
  margin-right: 10px;
  width: 340px;
  outline: none;
  border: 2px solid transparent;
  margin-bottom: 30px;
}

.prod__oneclick-dialog-input:focus {
  border:  1px solid black;
}

.prod__oneclick-dalog-buttons-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}

.prod__oneclick-dalog-img-cancel {
  height: 40px;
}

.prod__oneclick-dalog-img-cancel:hover {
  opacity: 0.7;
  cursor: pointer;
}

.prod__oneclick-dalog-button {
  border: 0px;
  background-color: white;
}

.prod__oneclick-dalog-img-order {
  height: 40px;
  opacity: 0.4;
}

.prod__oneclick-notice {
    position: fixed;
    z-index: 999;
    width: 350px;
    height: 100px;
    background-color: white;
    border-radius: 10px;
    border: 3px solid #3B83BD;
    color: black;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 35px;
}

.prod__callback-wrap {
  display: flex;
  flex-direction: row;
  justify-content: right;

}

.prod__callback-button, .prod__callback-button-unactive {
  width: 20%;
  border: 0px solid transparent;
  background: transparent;
  display: flex;
  justify-content: right;
  margin-top: 2px;
}

.prod__callback-button-image {
  height: 34px;
  opacity: 0.4;
}

.prod__callback-button-image-active {
  opacity: 1;
}

.prod__callback-button-image-active:hover {
  opacity: 0.6;
  cursor: pointer;
}

.prod__input {
  height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 0px;
  width: 70%;
  outline: none;
  border: 2px solid transparent;
  margin-top: 2px;
}

.prod__input-div-unactive {
  height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px grey;
  border: 0px;
  width: 70%;
  border: 2px solid transparent;
  margin-top: 2px;
}


.prod__calling-notice {
    position: fixed;
    z-index: 999;
    width: 350px;
    height: 100px;
    background-color: white;
    border-radius: 10px;
    border: 3px solid #3B83BD;
    color: black;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 12px;
}

.prod__descr-block {
  margin-top: 50px;
  width: 100%;
  box-sizing: border-box;
}

.prod__descr-block-hidden {
  display: none;
}

.prod__descr-block-tabs-wrap {
  display: flex;
  flex-direction: row;
}

.prod__descr-block-tab {
  border: 2px solid grey;
  height: 35px;
  width: 160px;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0px 0px 5px black;
  border: 0px;
  margin-left: 5px;
  text-align: center;
  padding-top: 8px;
  box-sizing: border-box;
  font-weight: bold;
  color: grey;
}

.prod__descr-block-tab:hover {
  cursor: pointer;
  opacity: 0.6;
}

.prod__descr-block-tab-active {
  background-color: grey;
  color: white;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 5px 5px 0px 0px;
}
.prod__descr-block-tab-active:hover {
  cursor: default;
  opacity: 1;
}

.prod__descr-block-texts {
  width: 94%;
  text-align: justify;
  line-height: 1.7em;
  font-family: Calibri;
  font-size: 18px;
  border-top: 7px solid grey;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-left: 5px;
  background-color: #F5F5F5;
}

.prod__descr-block-text#descr1 {
  text-indent: 30px;
}

.prod__descr-block-text {
 display: inline-block;
}

.prod__descr-block-text-hidden {
 display: none;
}

.prod__descr-block-logo {
  width: 130px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}


/*------------------------account.php-----------------*/

.account {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 800px;
  border-top: 1px dashed grey;
}

.account__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0px 0px 5px grey;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.account__main {
  width: 100%;
}

.account__main-hidden {
  display: none;
}

.account__name {
  padding-top: 15px;
  padding-bottom: 15px;
}

.account__nav-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 31%;
  padding-bottom: 15px;
  border-bottom: 5px solid grey;
}

.account__nav-field-active {
   border: 5px solid transparent;
}

.account__nav-image-wrap {
  height: 40px;
  margin-right: 20px;
}

.account__nav-image {
  max-height: 100%;
}

.account__nav-image:hover {
  opacity: 0.6;
  cursor: pointer;
}

.account__nav-image-active:hover {
  opacity: 1;
  cursor: default;
}

.account__nav-image-rotate {
  max-width: 100%;
  animation: rotate 0.5s infinite linear;
}
@keyframes rotate {
  100%{ transform:rotate(1turn) }
}

.account__nav-name {
  color: orange;
  font-weight: bold;
  font-size: 18px;
}

.account__data-form {
  display: flex;
  flex-direction: column;
}

.account__data-form-column-name {
  font-weight: bold;
  color: grey;
}

.account__data-form-first-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.account__data-form-button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-shadow: 0px 0px 5px grey;
  border-radius: 5px;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}


.account__data-form-notice-text {
  font-weight: bold;
  color: grey;
  margin-bottom: 15px;
}

.account__password-form-inputs-wrap {
  display: flex;
  flex-direction: row;
}

.account__data-form-org-line {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.account__data-form-org-field-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.account__data-form-column-wrap {
  width: 32%;
  box-shadow: 0px 0px 5px grey;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
    align-self: flex-start;
}

.account__password-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.account__password-form-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.account__password-form-inputs-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.account__input {
  height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 0px;
  width: 90%;
  outline: none;
  border: 2px solid transparent;
  margin-bottom: 20px;
}

.account__input-wrong {
  box-shadow: 0px 0px 5px red;
}

.account__input-readonly {
    pointer-events: none;
}


.account__textarea {
  height: 100px;
  width: 90%;
  resize: none;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 0px;
  outline: none;
  border: 2px solid transparent;
  margin-bottom: 20px;
}

.account__textarea-readonly {
  pointer-events: none;
}
.account__input:focus, .account__textarea:focus {
   border: 2px solid black;
  box-shadow: 0px 0px 5px black;
}

.account__data-form-field-name {
  color: grey;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.account__password-form {
  box-shadow: 0px 0px 5px grey;
  border-radius: 5px;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.account__data-form-button {
  border: 0;
  background-color: white;
  width: 140px;
  margin-top: 20px;
}

.account__data-form-button-image {
  max-width: 100%;
  opacity: 0.4;
}
.account__data-form-button-image-active {
  opacity: 1;
  cursor: pointer;
}

.account__data-form-button-image-active:hover {
  opacity: 0.6;
}

.account__data-form-button-image-clicked-unactive {
  pointer-events: none;
}

.account__renew-notice {
    position: fixed;
    z-index: 999;
    width: 350px;
    height: 100px;
    background-color: white;
    border-radius: 10px;
    border: 3px solid orange;
    color: black;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 60px;
}

.account__main-purchases {
  margin-top: 60px;
  border-top: 0.5px solid grey;
  border-left: 0.5px solid grey;
}



.account__main-purchases-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.account__main-purchases-header-field {
  text-align: center;
  width:  17%;
  height: 30px;
  padding-top: 10px;
  border-right: 0.5px solid grey;
  border-bottom: 0.5px solid grey;
  background-color: #faebd7;
}

.account__main-purchases-purchase {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.account__main-purchases-purchase:nth-child(even) {
  background-color: white;
}
.account__main-purchases-purchase:nth-child(odd) {
  background-color: #faebd7;
}

.account__main-purchases-purchase-field {
  text-align: center;
  width:  17%;
  padding-bottom: 10px;
  padding-top: 10px;
  border-right: 0.5px solid grey;
  border-bottom: 0.5px solid grey;
}


.account__main-messages {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px 0px 5px grey;
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.account__main-messages-toggle {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;

}

.account__main-messages-toggle-link {
  text-decoration: none;
  color: black;
}

.account__main-messages-toggle-link:hover {
  opacity: 0.7;
}

.account__main-message-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: left;
  box-shadow: 0px 0px 5px grey;
  border-radius: 5px;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px;
}

.account__message-not-read:hover {
  opacity: 0.6;
  cursor: pointer;
}

.account__main-message-img {
  width: 80px;
}
.account__main-message {
  width: 55%;
  box-sizing: border-box;
}

.account__main-message-date {
  width: 14%;
}



/*---------------view-order/php-----------*/
.view-order {
  width: 800px;
  border-top: 1px dashed grey;
  padding-top: 30px;
}
.view-order__prod {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.view-order__prod:nth-child(odd) {
  background-color: #faebd7;
}
.view-order__prod:nth-child(even) {
  background-color: white;
}

.view-order__tab {
  margin-top: 50px;
  margin-bottom: 30px;
  border-top: 1px solid grey;
  border-left: 1px solid grey;
}

.view-order__prod-number {
  width: 5%;
  text-align: left;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.view-order__prod-descr {
  width: 50%;
  text-align: left;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
}
.view-order__prod-article {
  width: 10%;
  text-align: left;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
.view-order__prod-count {
  width: 8%;
  text-align: left;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.view-order__prod-price {
  width: 14%;
  text-align: left;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.view-order__prod-sum {
  width: 14%;
  text-align: left;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.view-order__header-purchase-data {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}

.view-order__header-purchase-order-num {
  margin-top: 30px;
  color: grey;
  font-weight: bold;
}

.view-order__header-purchase-data {
  margin-top: 30px;
  color: grey;
  font-weight: bold;
}

.view-order__header-purchase-order-data {
  font-weight: bold;
  text-align: center;
}

.view-order__field-left{
  width: 54%;
  text-align: left;
}

.view-order__field-right{
  width: 46%;
  text-align: left;

}

.view-order__total-field-left {
  width: 86%;
  text-align: left;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.view-order__total-field-right {
  width: 14%;
  text-align: center;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

#total-price-field {
  color: green;
  font-weight: bold;
}

#prods-price-field, #delivery-price-field, #text-total-price-field {
  font-weight: bold;
}

.view-order__img-button {
  height: 40px;
}


/*-------------footer----------------*/

footer {
  border-top: 1px dashed grey;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  color: grey;
}

.footer__cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
  padding-bottom: 70px;
  align-items: center;
  align-items: flex-start;
}
.footer__col {
  width: 30%;
}

.footer__descr {
  display: flex;
  flex-direction: column;
}

.footer__descr-text {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  letter-spacing: 0.8px;
  line-height: 1.5;
}

.footer__logo {
  width: 70px;
  opacity: 0.8;
  margin-top: 10px;

}

.footer__links-img {
  padding-top: 13px;
  height: 30px;
  margin-right: 7px;
}

.footer__contacts-img {
  height: 20px;
  padding-top: 15px;
  margin-right: 7px;
}

.footer__block-header {
  display: flex;
  flex-direction: row;
}

.footer__services {
  display: flex;
  flex-direction: column;
}

.footer__link {
  text-decoration: none;
  color: black;
  margin-bottom: 10px;
  margin-left: 34px;
  color: grey;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__contact-wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;

}

.footer__contact-image {
  height: 30px;
  opacity: 0.7;
}

.footer__contact-value {
  padding-top: 7px;
  margin-left: 6px;
}

.footer__privacy-policy {
  display: flex;
  flex-direction: column;
  background-color: #505050;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  width: 1000px;
  align-items: center;
}

.footer__privacy-policy-text {
  color: white;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}

.privacy-policy-link {
  color: white;
  text-decoration: none;
  margin-top: 20px;
  letter-spacing: 1.5px;
}

.privacy-policy-link:hover {
  text-decoration: underline;
}


/*-------------admin-pages-------------------*/

.admin-pages {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.admin-pages__header {

}

.admin-pages__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  height: 60px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.admin-pages__prods {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: 0px 0px 5px grey;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}


.admin-pages__prods-prod {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  align-items: center;
  box-sizing: border-box;
  margin-top: 10px;
  width: 49.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.admin-pages__prods-img-prod {
  height: 80px;
  box-shadow: 0px 0px 5px transparent;
  margin-top: 5px;
  margin-bottom: 5px;
}

.admin-pages__prods-img-prod:hover {
  opacity: 0.7;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
}

.admin-pages__prods-prod-names {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.admin-pages__prods-prod-button {
  background-color: #0A93CA;
  padding-top: 6px;
  padding-bottom: 10px;
  border-radius: 6px;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
  opacity: 0.8;
}

.admin-pages__prods-prod-link-edit {
  text-decoration: none;
  color: white;
 font-size: 13px;
}

.admin-pages__prods-prod-link {
  text-decoration: none;
  color: #191970;
  margin-bottom: 7px;
  display: block;
  text-decoration: underline;
}

.admin-pages__prods-prod-link:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.admin-pages__prods-prod-button:hover {
  background-color: #F76D2C;
}


.admin-pages__nav-link {
  color: orange;
   font-weight: bold;
   text-underline-offset: 10px;
   text-decoration-thickness: 4px;
   letter-spacing: 1.5px;
}

.admin-pages__nav-link:hover {
  opacity: 0.5;
}

.admin-pages__nav-on-page {
  font-weight: bold;
  letter-spacing: 1.5px;
  color: grey;
  text-align: center;
}

.admin-pages__page-add-main, .admin-pages__page-add-brand-main {
  width: 100%;
  order-radius: 3px;
  box-shadow: 0px 0px 5px grey;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.admin-pages__page-edit-main {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}

.admin-pages__page-add-form, .admin-pages__page-add-brand-form {
  width: 100%;
  order-radius: 3px;
  box-shadow: 0px 0px 5px grey;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 40px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.admin-pages__page-edit-input {
  height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 2px solid transparent;
  margin-right: 10px;
  outline: none;
  width: 100%;
  margin-bottom: 35px;
}

.admin-pages__page-add-input, .admin-pages__page-add-brand-input {
  height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 2px solid transparent;
  margin-right: 10px;
  outline: none;
  width: 100%;
  margin-bottom: 45px;
}

.admin-pages__page-add-brand-input {
  margin-bottom: 20px;
}

.admin-pages__page-add-brand-input-warning {
  box-shadow: 0px 0px 5px red;
}

.admin-pages__brand-notice {
  font-weight: bold;
  color: grey;
}


.admin-pages__page-edit-input:focus, .admin-pages__page-add-input:focus, .admin-pages__page-add-brand-input:focus {
  border: 2px solid grey;
}

.admin-pages__page-edit-input-col, .admin-pages__page-add-input-col {
  width: 30%;
}

.admin-pages__page-add-brand-input-col {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.admin-pages__page-edit-line, .admin-pages__page-add-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.admin-pages__page-edit-form-inputs {
  box-shadow: 0px 0px 5px grey;
  padding: 20px;
}

.admin-pages__page-add-brand-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.admin-pages__page-add-brand-input-file-line, .admin-pages__page-add-input-file-line{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}

.admin-pages__page-edit-form-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}

.admin-pages__page-edit-input-file-col, .admin-pages__page-add-brand-input-file-col {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.admin-pages__page-add-brand-input-file-col {
  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.admin-pages__page-add-input-file-col {
  width:  100%;
}

.admin-pages__page-add-brand-upload-label, .admin-pages__page-add-upload-label{
  font-weight: bold;
  color: grey;
}

.admin-pages__page-edit-upload-label {
  font-weight: bold;
  color: grey;
  display: block;
  padding-left: 35px;
  margin-top: 10px;
}

.admin-pages__page-add-upload-label:hover, .admin-pages__page-edit-upload-label:hover {
  text-decoration: underline;
  cursor: pointer;
}



.admin-pages__page-add-brand-input-file-wrap, .admin-pages__page-edit-input-file-wrap {
  position: relative;
  z-index: 10;

}

.admin-pages__page-add-brand-input-file-wrap-invisible {
  display: none;
  width: 0.1px;
  height: 0.1px
  z-index: -10;
}

.admin-pages__page-add-brand-input-file, .admin-pages__page-edit-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}
/*
.admin-pages__page-add-brand-input-file-invisible {
  display: none;
}
*/
.admin-pages__page-add-brand-loaded-img-wrap {
  width: 100%;
  border: 1px dashed grey;
  border-radius: 5px;
  position: relative;
}



.admin-pages__page-add-brand-loaded-img {
  width: 100%;
  z-index: 10;
}

.admin-pages__page-add-loaded-img {
  width: 45%;
  border: 1px dashed grey;
  border-radius: 10px;
  margin-bottom: 20px;
}

.admin-pages__page-add-images-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.admin-pages__page-add-brand-loaded-img-wrap-hover-delete {
  border: 1px dashed red;
  opacity: 0.5;
}

.admin-pages__page-add-brand-delete-loaded-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
}

.admin-pages__page-add-brand-delete-loaded-img:hover {
  cursor: pointer;
}

.admin-pages__page-add-brand-upload-label:hover {
  cursor: pointer;
  text-decoration: underline;
}

.admin-pages__page-edit-line-images, .admin-pages__page-add-line-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  box-shadow: 0px 0px 5px grey;
  padding-top: 20px;
  margin-bottom: 20px;
}

.admin-page__edit-img-wrap, .admin-page__add-img-wrap {
  width: 46%;
   box-shadow: 0px 0px 5px grey;
   border-radius: 5px;
   margin-bottom: 20px;
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.admin-page__edit-one-img-notice {
  color: orange;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.admin-page__edit-img, .admin-page__add-img {
  max-width: 100%;
}

.admin-page__delete-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  cursor: pointer;
}


.admin-pages__page-edit-line-submit, .admin-pages__page-add-line-submit, .admin-pages__page-brand-add-line-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.admin-pages__page-edit-textarea-col, .admin-pages__page-add-textarea-col, .admin-pages__page-add-brand-textarea-col {
  width: 45%;
}

.admin-pages__page-edit-textarea, .admin-pages__page-add-textarea {
  height: 100px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 2px solid transparent;
  margin-right: 10px;
  outline: none;
  width: 100%;
  resize: none;
  margin-bottom: 35px;
}


.admin-pages__page-add-brand-textarea{
  height: 200px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
  border: 2px solid transparent;
  margin-right: 10px;
  outline: none;
  width: 100%;
  resize: none;
  margin-bottom: 35px;
}

.admin-pages__page-edit-textarea:focus, .admin-pages__page-add-textarea:focus, .admin-pages__page-add-brand-textarea:focus {
   border: 2px solid grey;
}

.admin-pages__page-edit-field-name, .admin-pages__page-add-brand-field-name {
  color: grey;
  font-weight: bold;
  margin-bottom: 15px;
}

.admin-pages__page-add-brand-upload-image, .admin-pages__page-edit-upload-image {
  width: 100%;
  opacity: 0.5;
  box-sizing: border-box;
}

.admin-pages__page-add-brand-upload-image-dragover {
  border: 2px dashed black;
  opacity: 0.3;
}

.admin-pages__page-add-brand-field-name {
  color: grey;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.admin-pages__page-add-field-name {
  color: grey;
  font-weight: bold;
  margin-bottom: 25px;
}

#brand-add-field {
  margin-bottom: 10px;
}


.admin-pages__add-new-brand {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
  color: grey;
  border: 4px solid #0A93CA;
  background-color: white;
  display: inline-block;
  text-decoration: none;
  border-radius: 7px;
  cursor: pointer;
}

.admin-pages__add-new-brand:hover {
  color: grey;
  border: 4px solid #F76D2C;
  background-color: white;
  opacity: 0.7;
}

#brand-add-name-text {
  margin-right: 20px;
}

.admin-pages__page-edit-submit-unactive {
  background-color: #0A93CA;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: 0;
  padding: 10px;
  border-radius: 5px;
  opacity: 0.4;
}

.admin-pages__page-edit-submit-unactive:hover{
  background-color: #0A93CA;
  cursor: default;
  opacity: 0.4;
}

.admin-pages__page-edit-submit {
  background-color: #0A93CA;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: 0;
  padding: 10px;
  border-radius: 5px;
  opacity: 0.8;
}

.admin-pages__page-add-brand-submit {
  background-color: #0A93CA;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: 0;
  padding: 10px;
  border-radius: 5px;
  opacity: 0.4;
}

.admin-pages__page-add-brand-submit-abled {
   opacity: 1;
}

.admin-pages__page-add-brand-submit-active:hover, .admin-pages__page-add-brand-submit-abled:hover {
  background-color: #F76D2C;
  cursor: pointer;
  opacity: 0.8;
}

.admin-pages__page-edit-submit:hover,  .admin-pages__page-add-submit:hover {
  background-color: #F76D2C;
  cursor: pointer;
  opacity: 0.8;
}





/*---------------------*/

.admin-pages__users-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #faebd7;
  text-align: center;
}

.admin-pages__users {
  width: 100%;
}

.admin-pages__users-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.admin-pages__users-line:nth-child(odd) {
  background-color: #faebd7;
}
.admin-pages__users-line:nth-child(even) {
  background-color: white;
}


.admin-pages__users-tab {
  width: 100%;
  border-top: 0.5px solid grey;
  border-left: 0.5px solid grey;
  margin-top: 30px;
  font-size: 14px;
}

.admin-pages__users-name-header, .admin-pages__users-phone-header, .admin-pages__users-email-header, .admin-pages__users-address-header, .admin-pages__users-link-header {
  width: 20%;
  border-bottom: 0.5px solid grey;
  border-right: 0.5px solid grey;
  height: 40px;
  padding-top: 15px;
}


.admin-pages__users-name, .admin-pages__users-phone, .admin-pages__users-email, .admin-pages__users-address, .admin-pages__users-link {
  width: 20%;
  border-bottom: 0.5px solid grey;
  border-right: 0.5px solid grey;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.admin-pages__user-page {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.admin-pages__user-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px grey;
  align-items: center;
  margin-bottom: 20px;
}

.admin-pages__user-info-header, .admin-pages__user-info-header, .admin-pages__page-add-header {
  color: grey;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 4px;
}

.admin-pages__page-add-header, .admin-pages__page-add-brand-header {
  color: grey;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 50px;
  letter-spacing: 2px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 4px;
}


.admin-pages__user-info-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;

}



.admin-pages__user-page-field {
  display: flex;
  flex-direction: column;
  width: 47%;
}

.admin-pages__user-page-field-value {
  padding-left: 10px;
  padding-top: 10px;
  height: 40px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px black;
  box-sizing: border-box;
  cursor: default;
  background-color: #faebd7;
}

.admin-pages__user-page-address-value {
  padding-left: 10px;
  padding-top: 10px;
  height: 80px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px black;
  box-sizing: border-box;
  cursor: default;
  background-color: #faebd7;
}


.admin-pages__user-page-field-text {
  color: grey;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}



.admin-pages__feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.admin-pages__feedback-message {
  width: 100%;
  text-decoration: none;
  color: black;
}

.admin-pages__feedback-message:hover {
  opacity: 0.7;
}

.admin-pages__feedback-message-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
}

.admin-pages__feedback-message-image {
   width: 60px;
}

.admin-pages__user-feedback-message {
  width: 100%;
  box-shadow: 0px 0px 5px grey;
  border-radius: 5px;
}

.admin-pages__user-feedback-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-bottom: 30px;
}

.admin-pages__user-feedback-field {
  display: flex;
  flex-direction: column;
  width: 47%;
}

.admin-pages__user-feedback-field-value {
    padding-left: 10px;
    padding-top: 10px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px black;
    box-sizing: border-box;
    background-color: #faebd7;;
}

.admin-pages__user-feedback-field-prod, .admin-pages__user-feedback-field-message {
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px black;
    box-sizing: content-box;
    background-color: #faebd7;
    padding-bottom: 12px;
}

.admin-pages__user-feedback-field-text {
      color: grey;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}

.admin-pages__user-feedback-field-value-link {
  color: black;
}

.admin-pages__user-feedback-field-value-link:hover {
  opacity: 0.7;
}

.admin-pages__user-feedback-send-done-button {
    background-color: #0A93CA;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    opacity: 0.8;
    color: white;
    font-weight: bold;
    letter-spacing: 1.7px;
    width: 105px;
}

.admin-pages__user-feedback-send-done-button:hover {
  opacity: 0.5;
}

/*===============================================adaptive================================================*/





@media (max-width: 970px) and (min-width: 841px) {

  /*----contacts-page----*/

  .contacts-page {
    justify-content: center;
  }

  .contacts-page__contacts{
    width: 40%;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0px;
  }

  .contacts-page__contacts-header {
    width: 100%;
  }

  .contacts-page__message {
    width: 43%;
    height: 460px;
  }



  .contacts-page__form {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .contacts-page__message-row-wrap {
    width: 50%;
  }

  .contacts-page__contacts-row-wrap {
    flex-direction: row;
    justify-content: space-around;
  }

  .contacts-page__contact-wrap {
    width: 100px;
  }


  .contacts-page__name-input, .contacts-page__phone-input, .contacts-page__email-input, .contacts-page__theme-input {
    width: 178px;
  }

  .contacts-page__submit {
    margin-left: 150px;
  }

}


@media (max-width: 840px) and (min-width: 651px) {


  main {
    padding-bottom: 60px;
    margin-top: 230px;
  }

  footer {
    width: 600px;
  }

  .main__wrap-href-to-messages {
    top: 170px;
    right: 380px;
  }



  /*------header------*/

  .header-top {
    width: 600px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
  }

  .header-top__search {
     padding-top: 50px;
     width: 40%;
  }

  .header-top__right-side {
     padding-top: 0px;
     width: 98%;
     justify-content: right;
  }

  .header-top__phones {
    width: 23%;
  }

  .header-top__logo-wrap {
    width: 25%;
  }

  .header-top__phone-wrap {
    justify-content: right;
  }


  /*-------main-page-----*/

   .main {
    width: 600px;
   }

   /*----brands-page----*/

   .brands-content {
     width: 600px;
   }

   .nav-chars {
    width: 100%;
    margin-top: 0px;
   }

   .brands {
    width: 100%;
   }

   .brands__brand {
    width: 31%;
   }

   /*-------catalog-page---*/


   .catalog-page {
     width: 600px;
   }

   /*---delivery-info--payment-info---*/


   .delivery-info, .payment-info {
     width: 600px;
   }

  /*----contacts-page----*/

  .contacts-page {
    width: 600px;
  }

  .contacts-page__name-input, .contacts-page__phone-input, .contacts-page__email-input, .contacts-page__theme-input {
    width: 257px;
  }

  .contacts-page__form {
    margin-left: 22px;
  }

  .contacts-page__message-textarea {
    width: 92%;
  }


  /*----business-block----*/

  .business-block__image {
    width: 175px;
  }

  /*-----basket-----*/


  .basket {
    width: 600px;
    margin-bottom: 0px;
  }

  /*-----prod-----*/

  .prod {
     width: 600px;
  }

  .prod__left-side {
      width: 51%;
  }

  .prod__big-img {
    width: 210px;
  }

  .prod__big-img-increased {
     width: 90%;
  }

  .prod__left-side-increased {
    width: 600px;
  }

  .prod__right-side {
    width: 47%;
  }

  .prod__descr-block-texts {
    width: 92%;
  }

  .prod__onclick-button-wrap {
    justify-content: center;
    width: 280px;
    overflow: hidden;
    border-radius: 10px;
  }

  .prod__callback-wrap {
    justify-content: space-between;
  }

  /*------basket-----*/

  .basket__prod {
    padding-left: 3px;
    padding-right: 3px;
  }

  .basket__img-prod-wrap {
    width: 70px;
  }

  .basket__prod-name {
    width: 25%;
    font-size: 14px;
  }

  .basket__prod-name-href {

  }

  .basket__prod-price {
    width: 16%;
  }

  .basket__prod-count-counter {
    margin-left: 4px;
    margin-right: 4px;
  }

  .basket__buy-block {
    flex-direction: column;
  }



  .basket__form {
    width: 100%;
    margin-bottom: 20px;
  }

  .basket__input-text {
    width: 260px;
  }

  .basket__select {
    width: 260px;
  }

  .basket__input-textarea {
    width: 260px;
  }

  .basket__right-block {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }

  .basket__to-reg-log{
    width: 48%;
  }

  .basket__confirm-block {
    width: 48%;
    height: 240px;
  }

  .basket__confirm-block_button {
    margin-left: 60px;
  }


  /*----brand-product---category-product-----likes------*/


  .brand-products {
    width: 600px;
  }

  .brand-product {
    margin-bottom: 10px;
  }

  .brand-product__image-wrap {
    padding-top: 30px;
  }

  .brand-product__image-wrap-square {
    width: 90%;
    padding-top: 7px;
  }

  .brand-product__hrefs {
    justify-content: space-between;
  }

  .brand-product__like-href {
    width: 185px;
  }

  .brand-product__like-href {
    font-size: 14px;
    padding-top: 8px;
  }

  .brand-product_arcicle {
    font-size: 14px;
    padding-top: 8px;
  }
  .brand-product__products-wrap-square {
   justify-content: space-between;
  }

  .brand-product-display-square {
    width: 290px;
    margin-bottom: 8px;
  }

  .brand-product-display-square:nth-child(3n+2) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .brand-product__like-href-squre {
    width: 100px;
  }

  .brand-product__like-image-square {
     margin-left: 70px;
  }


  /*---------account----------*/

  .account {
    width: 600px;
  }

  .view-order {
    width: 600px;
  }

  .account__textarea {
    height: 130px;
  }

  .account__textarea-readonly {
    height: 130px;
  }
  .account__nav-name {
    width: 100px;
  }

  .account__main-message-img {
    width: 60px;
  }

  .account__main-message-date {
    width: 17%;
  }

  /*------admin-pages------*/

  .admin-pages {
    width: 600px;
  }

  .admin-pages__prods-prod {
    flex-direction: column;
    width: 32%;
    box-sizing: border-box;
  }

  .admin-pages__prods-prod-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .admin-pages__page-edit-field-name {
    text-align: center;
  }

  .admin-pages__page-edit-upload-label {
    padding-left: 20px;
  }

  .admin-pages__page-edit-upload-label-text {
    text-align: center;
  }

  .admin-pages__page-edit-input-col {
    width: 48%;
  }

  .admin-pages__page-edit-textarea-col {
    width: 48%;
  }

  .admin-pages__page-add-brand-textarea {
    height: 160px;
  }

  .admin-pages__page-add-brand-input-file-wrap {
    padding-left: 25px;
  }

  .admin-pages__page-add-brand-input-col {
    width: 48%;
  }

  .admin-pages__page-add-brand-textarea-col {
    width: 48%;
  }

  .admin-pages__page-add-input-col {
    width: 48%;
  }

  .view-order__prod-descr {
    width: 40%;
  }
  .view-order__prod-article {
    width: 20%;
  }

  /*-----footer-----*/

  .footer__cols {
    width: 550px;
  }

  .brand-product__price-count-square {
    margin-top: 0px;
  }




}



/*===========*/

@media (max-width: 650px) and (min-width: 431px) {


  body {
    width: 500px;
  }

  header {
    width: 430px;
  }

  main {
    padding-bottom: 50px;
    width: 500px;
    margin-top: 160px;
  }

  footer {
    width: 500px;
    padding-top: 30px;
  }

  .main__wrap-href-to-messages {
    top: 172px;
    right: 48px;
  }

  .main__img-href-to-messages {
    width: 50px;
  }

  /*------header------*/

  .header-top {
    flex-wrap: wrap;
  }

  .header-top__logo-wrap {
    width: 25%;
  }

  .header-top__logo {
    width: 100px;
    padding-left: 20px;
  }

  .header-top__admin-href {
    position: absolute;
    top: 122px;
  }

  .header-top__phones {
    width: 65%;
    padding-top: 10px;
    padding-right: 15px;
    display: flex;
    flex-direction: row;
  }

  .header-top__phone-wrap {
    justify-content: right;
    margin-right: 30px;
    padding-top: 25px;
  }

  .header-top__search {
     width: 50%;
     padding-top: 0px;
     padding-bottom: 20px;
     margin-left: 20px;
  }

  .header-top__search-input {
    width: 160px;
  }

  .header-top__right-side {
     width: 40%;
     padding-top: 0px;
     margin-right: 20px;
     justify-content: right;
  }

  .nav__elem {
    width: 100px;
  }


  /*-------main-page-----*/

  .main {
    width: 500px;
  }

  .main__categories {
    justify-content: center;
  }

  .main__category {
     height: 130px;
     padding-top: 10px;
  }

  .main__image {
    width: 120px;
  }
   /*----brands-page----*/

  .brands-content {
     width: 500px;
     display: flex;
     align-items: center;
     flex-direction: column;
   }

   .nav-chars {
     width: 77%;
     margin-bottom: 25px;
     margin-top: 0px;
   }

   .nav-chars__char {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px;
   }

   .brands__char {
    width: 77%;
    margin-bottom: 10px;
   }

   .brands {
    width: 77%;
    margin-bottom: 30px;
    justify-content: space-between;
   }

   .brands__brand {
    width: 46%;
   }

   /*----catalog-page----*/


   .catalog-page_categories {
      width: 70%;
   }

   .catalog-page__category-wrap {
    width: 49%;
   }

   .catalog-page__category-href {
    font-size: 13px;
   }


 /*---delivery-info--payment-info---*/


   .delivery-info,.payment-info {
     width: 380px;
     font-size: 16px;
     line-height: 1.5em;
   }

   /*----contacts-page---*/

   .contacts-page {
     flex-direction: column;
     align-items: center;
   }

   .contacts-page__message {
     width: 79%;
   }

   .contacts-page__contacts {
     width: 88%;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-between;
   }

   .contacts-page__contacts-header {
    width: 100%;
   }

   .contacts-page__contacts-row-wrap {
     width: 33.3%;
   }

   .contacts-page__contact-wrap {
    width: 100%;
   }

   .contacts-page__contact-value {
    font-size: 14px;
   }


.prod__callback-wrap {
  justify-content: right;
}


  /*----business-block----*/

  .business-block {
    width: 81%;
    box-sizing: border-box;

  }

  .business-block__image {
    width: 115px;
  }

  /*-----product-----*/

  .prod {
    flex-direction: column;
    align-items: center;
  }

  .prod__left-side {
    width: 80%;
  }

  .prod__right-side {
    width: 75%;
    margin-top: 20px;
  }

  .prod__big-img-wrap {
    justify-content: space-around;
  }

  .prod__descr-block {
    width: 80%;
  }

 .prod__descr-block-texts {
    width: 89.5%;
  }

  .prod__increase-img {
    display: none;
  }

  /*----basket------*/


  .basket {
    width: 380px;
    margin-bottom: 0px;
  }

  .basket__prods {
    padding-top: 2px;
    box-shadow: 0px 0px 0px transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .basket__prod {
     flex-wrap: wrap;
     height: 200px;
     width: 100%;
  }

  .basket__img-prod-wrap {
    width: 30%;
  }

  .basket__prod-name {
    width: 60%;
  }

  .basket__prod-price {
    width: 100%;
    text-align: center;
  }

  .basket__prod-count {
    width: 40%;
  }

  .basket__prod-header {
    display: none;
  }

  .basket__buy-block {
    flex-direction: column;
  }

  .basket__form {
    width: 100%;
  }

  .basket__input-text {
    width: 173px;
    margin-right: 5px;
  }

  .basket__select {
    width: 173px;
    margin-bottom: 16px;
  }

  .basket__input-textarea {
    width: 173px;
  }

  .basket__personal-data {
    padding-left: 5px;
    height: 455px;
  }

  .basket__delivery {
    padding-left: 5px;
  }

  .basket__right-block {
    width: 100%;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-top: 15px;
  }

  .basket__to-reg-log {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .basket__confirm-block {
    width: 100%;
  }

  /*-----brand-products-----*/

   .brand-products {
    width: 400px;
   }

   .brand-product {
    margin-bottom: 10px;
   }

   .brand-product-display-square {
    width: 190px;
   }

   .brand-product__products-wrap-square {
    justify-content: space-between;
   }

   .brand-product-display-square:nth-child(3n+2) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .brand-product__info-wrap-square {
    width: 92%;
  }

  .brand-product__product-header-href-square {
    font-size: 13px;
    line-height: 140%;
  }

  .brand-product__product-header-href {
    font-size: 13px;
    color: grey;
  }


  .brand-product__price-count-square {
    margin-top: 0px;
  }

  .brand-product__price-count-square {
    flex-direction: column;
    align-items: center;
  }

  .brand-product__product-descr, .brand-product_like-text {
    display: none;
  }

  .brand-product__like-href {
    width: 40px;
  }

  .brand-product__like-image {
    margin-top: 7px;
    margin-left: 10px;
    height: 18px;
  }

  .brand-product__image-wrap {
    padding-top: 30px;
  }

  .brand-product__image-wrap-square {
    padding-top: 0px;
  }

  .brand-product_arcicle {
    padding-top: 8px;
  }

  .brand-products__brand-header {
    font-size: 14px;
  }



  /*------account-----*/

  .account {
    width: 500px;
  }

  .account__nav {
    width: 78%;
  }

  .account__main {
    width: 78%;
    font-size: 12px;
  }

  .account__nav-field {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .account__nav-image-wrap {
    margin-right: 0px;
  }

  .account__nav-name {
    font-size: 13.5px;
    margin-top: 10px;
  }

  .account__data-form-first-block {
    flex-wrap: wrap;
  }

  .account__data-form-column-wrap:nth-child(1), .account__data-form-column-wrap:nth-child(2) {
    width: 48%;
  }

  .account__data-form-column-wrap:nth-last-child(1) {
    width: 100%;
    margin-top: 10px;
  }

  .account__data-form-org-field-block {

  }

  .account__data-form-org-line {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .account__data-form-notice {
    padding-left: 10px;
  }

  .account__data-form-notice-text {
    font-size: 14.5px;
    text-align: center;
    line-height: 22px;
  }

  .account__textarea {
    height: 71px;
  }

  .account__data-form-button {
    margin-top: 0px;
  }

  .account__password-form-inputs-wrap {
    flex-wrap: wrap;
    justify-content: right;
  }

  .account__password-form-column {
    width: 50%;
  }


  .view-order {
    width: 78%;
    font-size: 11.8px;
  }

  .view-order__header-purchase-data {
    margin-top: 15PX;
  }

  .view-order__prod-descr {
    width: 45%;
  }

  .view-order__prod-article {
    width: 14%;
  }

  .account__nav-field-active {
    border: 0px;
  }

  .account__main-message-img {
    width: 40px;
  }

  .account__main-message-date {
    width: 17%;
  }

  .account__main-message-wrap {
    padding: 10px;
    box-sizing: border-box;
  }


  /*-------admin-pages-----*/


  .admin-pages {
    width: 390px;
  }

  .admin-pages__prods-prod {
    flex-direction: column;
    width: 31%;
    box-sizing: border-box;
  }

  .admin-pages__prods-prod-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .admin-pages__nav {
    height: 100%;
  }

  .admin-pages__nav-on-page {
    width: 48%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .admin-pages__nav-out-page {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .admin-pages__feedback-message-date {
    width: 20%;
  }

  .admin-pages__feedback-message-text {
    width: 60%;
  }

  .admin-pages__page-edit-field-name {
    text-align: center;
  }

  .admin-pages__page-edit-upload-label {
    padding-left: 5px;
  }

  .admin-pages__page-edit-upload-label-text {
    text-align: center;
  }

  .admin-pages__page-edit-input-col {
    width: 100%;
  }

  .admin-pages__page-edit-textarea-col {
    width: 100%;
  }

  .admin-pages__user-feedback-field {
    width: 100%;
  }

  .admin-pages__page-add-brand-input-col, .admin-pages__page-add-brand-textarea-col {
    width: 100%;
  }

  .admin-pages__page-add-brand-input-file-col {
    width: 80%;
  }
  .admin-pages__page-add-input-col {
    width: 100%;
  }

  .admin-pages__page-add-textarea-col {
    width: 100%;
  }

  .admin-pages__user-page-field {
    width: 100%;
  }
  .account__main-purchases {
    font-size: 10px;
  }

  .account__main-purchases-purchase-field {
    overflow-wrap: anyWhere;
  }

  .admin-pages__users-tab {
    font-size: 10px;
  }



 /*-----footer-----*/

  .footer__cols {
    width: 460px;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    box-sizing: border-box;
  }

  .footer__col {
    width: 48%;
  }

  .privacy-policy-link {
    width: 360px;
  }

  .footer__privacy-policy-text {
      width: 360px;
  }

  .footer__privacy-policy {
    width: 500px;
  }


}

/*===========*/


@media (max-width: 430px) {

  main {
    padding-bottom: 40px;
    margin-top: 250px;
  }

  header {
   width: 300px;
  }

  footer {
    width: 380px;
    padding-top: 30px;
    font-size: 13px;
  }

  .main__wrap-href-to-messages {
   right: 580px;
   top: 200px;

  }

  .main__img-href-to-messages {
    width: 40px;
  }



  /*------header------*/

  .header-top {
    flex-wrap: wrap;
  }

  .header-top__logo-wrap {
    width: 25%;
    margin-left: 15px;
  }

  .header-top__logo {
    width: 80px;
  }

  .header-top__phones {
    padding-top: 10px;
    margin-right: 15px;

  }

  .header-top__search {
     width: 88%;
     padding-top: 20px;
     margin-left: 18px;
     padding-bottom: 10px;
  }

 .header-top__right-side {
     width: 100%;
     padding-top: 20px;
     padding-bottom: 30px;
     padding-right: 25px;
     justify-content: right;
  }

  .nav__elem {
    width: 70px;
  }




  /*-------main-page-----*/

  .main {
    width: 380px;
    justify-content: center;
  }

  .main__categories {
    justify-content: center;
  }

  .main__image {
    width: 90px;
  }

  .main__category {
     height: 80px;
     width: 260px;
     align-items: flex-start;
     padding-top: 0px;
  }
  .main__href {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }



  /*----business-block----*/

  .business-block {
    justify-content: center;
    box-sizing: border-box;
  }

  .business-block__image {
    width: 80px;
  }

  /*-----brands-block---------*/

  .brands-content {
    width: 380px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .nav-chars {
    width: 75%;
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .nav-chars__char {
    margin-right: 25px;
  }

  .brands {
    width: 70%;
  }

  .brands__brand {
    width: 98%;
  }

  .brands__char {
    width: 80%;
    margin-left: 60px;
  }

  /*----catalog-page----*/


  .catalog-page {
    width: 260px;
  }

  .catalog-page__category-wrap {
    width: 100%;
  }

  .catalog-page__category-href {
    font-size: 13px;
  }

  .catalog-page__name {
    margin-bottom: 0px;
  }

   /*---delivery-info--payment-info---*/


   .delivery-info, .payment-info {
     width: 260px;
     font-size: 16px;
     line-height: 1.5em;
     padding-left: 15px;
     padding-right: 15px;
     padding-top: 0px;
   }

  /*-----contacts-page------*/

  .contacts-page {
    width: 260px;
    flex-direction: column;
  }

  .contacts-page__message {
    width: 100%;
  }

  .contacts-page__contacts {
    width: 100%;
  }

  .contacts-page__message-textarea {
    width: 87%;
  }

  /*----login-reg-----*/

.login-reg__form {
  flex-direction: column;
  align-items: center;
}

.login-reg{
  width: 260px;
  height: 280px;
}

.login-reg__input {
  width: 240px;
  margin-bottom: 20px;
}

/*-----login-page----*/


.login-page {
  width: 260px;
  height: 360px;
}

.login-page__password-and-submit-wrap {
  flex-direction: column;
}

.login-page__input-field {
  width: 240px;
}

.login-page__input-password {
  width: 240px;
  margin-bottom: 30px;
}

.login-page__warning {
  margin-top: 20px;
}

 /*----reg-page----*/

 .reg-page {
  width: 260px;
  margin-bottom: 40px;
 }

 .reg-page__form {
  margin-left: 30px;
 }

 .reg-page__submit {
  padding-left: 3px;
  padding-top: 5px;
 }

   /*-----product-----*/

  .prod {
    width: 300px;
    flex-direction: column;
    align-items: center;
  }

  .prod__left-side {
    width: 80%;
  }

  .prod__big-img-wrap {
    justify-content: space-around;
    width: 100%;
    height: 220px;
  }

  .prod__big-img {
    width: 170px;
  }

  .prod__increase-img {
    display: none;
  }



  .prod__left-arrow, .prod__right-arrow {
    height: 40px;
  }

  .prod__right-side {
    width: 85%;
    margin-top: 20px;
  }


  .prod__descr-block {
    width: 88%;
  }

 .prod__descr-block-texts {
    width: 83%;
  }

  .prod__onclick-button-wrap {
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }

  .prod__callback-wrap {
    flex-direction: column;
    justify-content: right;
  }

  .prod__callback-button, .prod__callback-button-unactive {
    margin-top: 24px;
    width: 100%;
  }

  .prod__input {
    width: 100%;
  }

  .prod__descr-block-tab {
    width: 33%;
    padding-top: 13px;
    font-size: 11px;
  }

  /*-----basket-------*/


  .basket {
    width: 260px;
    margin-bottom: 0px;
  }

  .basket__prods {
    padding-top: 2px;
    box-shadow: 0px 0px 0px transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .basket__prod {
     flex-wrap: wrap;
     height: 160px;
     width: 100%;
     margin-top: 10px;
  }

  .basket__img-prod-wrap {
    width: 30%;
  }

  .basket__prod-name {
    width: 60%;
  }

  .basket__prod-price {
    width: 100%;
    text-align: center;
  }

  .basket__prod-count {
    width: 43%;
  }

  .basket__prod-header {
    display: none;
  }

  .basket__buy-block {
    flex-direction: column;
  }

  .basket__form {
    width: 100%;
    flex-direction: column;
  }

  .basket__input-text {
    width: 230px;
    margin-right: 5px;
  }

  .basket__select {
    width: 230px;
    margin-bottom: 16px;
  }

  .basket__input-textarea {
    width: 230px;
  }

  .basket__personal-data {
    height: 455px;
    width: 100%;
    margin-bottom: 15px;
  }

  .basket__delivery {
    width: 100%;
  }

  .basket__right-block {
    width: 100%;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-top: 15px;
  }

  .basket__to-reg-log {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .basket__confirm-block {
    width: 100%;
  }

  .basket__notice-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .basket__prod-count-counter {
    margin-left: 3px;
    margin-right: 3px;
  }

 /*-----brand-products------*/


 .brand-products {
   width: 260px;
 }

 .brand-product__products-wrap-square {
   justify-content: space-between;
   align-items: center;
 }

 .brand-product-display-square:nth-child(3n+2) {
  margin-right: 0px;
  margin-left: 0px;
 }

 .brand-product {
  margin-bottom: 0px;
 }

 .brand-product__product-descr {
  display: none;
 }

 .brand-product-display-square {
  width: 48%;
  margin-bottom: 0px;
 }

 .brand-product__info-wrap {
  font-size: 10px;
 }

 .brand-product__product-header-href-name-square {
  font-size: 11px;
 }

 .brand-product__price-count-square {
   flex-direction: column;
   justify-content: center;
   margin-top: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
 }

 .brand-product__count {
  padding-left: 25px;
 }

 .brand-product__price {
  padding-left: 25px;
  margin-bottom: 10px;
 }

 .brand-product__buy-image, .brand-product__buy-image-unactive {
  width: 70px;
 }

 .brand-product__like-image-square {
  padding-left: 10px;
 }


 .brand-products__brand-header {
  font-size: 12px;
 }

 .brand-product__product-header-href {
  letter-spacing: 2.4px;
  color: grey;
  font-weight: bold;
  text-align: center;
 }

 .brand-product__image-wrap {
  padding-top: 15px;
 }

 .brand-product__image-wrap-square {
  padding-top: 0px;
 }

 .brand-product__product-header {
  padding-bottom: 0px;
 }

 .brand-product_like-text, .brand-product_arcicle {
  display: none;
 }

 .brand-product__like-image {
  height: 20px;
 }

.brand-product__like-href {
    width: 30px;
 }

 .brand-product__hrefs {
  margin-top: 0px;
 }

.brand-product__hrefs-square {
  justify-content: space-between;
  margin-top: 10px;
 }

 /*-----account--------*/

 .account {
  width: 260px;
 }

 .account__main{
  font-size: 11px;
 }

 .account__nav {
  margin-bottom: 15px;
 }

 .account__nav-field {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .account__nav-name {
    font-size: 11px;
  }

  .account__nav-image-wrap {
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .account__nav-name {
    text-align: center;
  }

  .account__nav-field-active {
    border: 0px;
  }

  .account__data-form-first-block {
    flex-direction: column;
  }

  .account__data-form-column-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .account__data-form-button-wrap {
    margin-top: 0px;
  }

  .account__password-form {
    margin-top: 10px;
  }

  .account__password-form-inputs-wrap {
    flex-wrap: wrap;
    justify-content: right;
  }

  .account__data-form-notice-text {
    padding-left: 30px;
    line-height: 20px;
  }

  .account__main-purchases {
    font-size: 10px;
  }

  .account__main-purchases-header-field:nth-child(1), .account__main-purchases-purchase-field:nth-child(1) {
    width: 14%;
   }

  .account__main-purchases-header-field:nth-child(2), .account__main-purchases-purchase-field:nth-child(2) {
    width: 12%;
   }

  .account__main-purchases-header-field:nth-child(3), .account__main-purchases-purchase-field:nth-child(3) {
    width: 16%;
   }


  .account__main-purchases-header-field:nth-child(4), .account__main-purchases-purchase-field:nth-child(4) {
    width: 15%;
   }

    .account__main-purchases-header-field:nth-child(5), .account__main-purchases-purchase-field:nth-child(5) {
    width: 18%;
   }


  .account__main-purchases-header-field:nth-child(6), .account__main-purchases-purchase-field:nth-child(6) {
    width: 21%;
  }

  .account__main-purchases {
    margin-top: 10px;
  }

   .account__main-message-img {
    width: 30px;
  }

  .account__main-message-date {
    width: 24%;
  }

  .account__main-message {
    width: 60%;
  }

  .account__main-message-wrap {
    padding: 5px;
    box-sizing: border-box;
  }

  .account__main-purchases-purchase-field {
    overflow-wrap: anyWhere;
  }

  .view-order {
    width: 280px;
    font-size: 10px;
  }

  .view-order__header-purchase-data {
    margin-top: 15px;
  }

  .view-order__tab {
    margin-top: 30px;
  }

  .view-order__prod-number {
    width: 7%;
  }

  .view-order__prod-descr {
    width: 40%;
  }

  .view-order__prod-article {
    width: 20%;
  }

  .view-order__total-field-left {
    width: 84%;
  }

  .view-order__total-field-right{
    w
  }

  /*------admin-pages----*/

  .admin-pages {
    width: 260px;
  }

  .admin-pages__prods-prod {
    flex-direction: column;
    width: 48%;
    box-sizing: border-box;
  }

  .admin-pages__prods-prod-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .admin-pages__nav {
    height: 100%;
    padding-top: 10px;
  }
  .admin-pages__nav-on-page {
    width: 100%;
    margin-bottom: 15px;
  }

  .admin-pages__nav-out-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

    .admin-pages__page-edit-field-name {
    text-align: center;
  }

  .admin-pages__page-edit-upload-label {
    padding-left: 0px;
  }

  .admin-pages__page-edit-upload-label-text {
    text-align: center;
  }

  .admin-pages__page-edit-input-col {
    width: 100%;
  }

  .admin-pages__page-edit-textarea-col {
    width: 100%;
  }

  .admin-page__delete-img {
    width: 40px;
  }

  .admin-page__edit-img-wrap {
    height: 150px;
  }

  .admin-page__edit-img {
    margin-top: 20px;
  }

  .admin-pages__user-feedback-field {
    width: 100%;
  }

  .admin-pages__page-add-brand-textarea-col {

  }

  .admin-pages__page-add-brand-input-col {
    width: 100%;
  }

  .admin-pages__page-add-brand-textarea-col {
    width: 100%;
  }

  .admin-pages__page-add-brand-textarea {
    height: 140px;
  }

  .admin-pages__page-add-brand-input-file-line {
    margin-top: 10px;
  }

  .admin-pages__page-add-brand-input-file-col {
    width: 100%;
  }

  .admin-pages__page-add-brand-input-file-wrap {
    padding-left: 13px;
  }

  .admin-pages__page-add-input-col {
    width: 100%;
  }

  .admin-pages__page-add-textarea-col {
    width: 100%;
  }

  .admin-pages__user-page-field {
    width: 100%;
  }

  .admin-pages__user-info {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }

  .admin-pages__users-tab {
    font-size: 10px;
  }
 /*-----footer-----*/

  .footer__cols {
    width: 360px;
    flex-direction: column;
    align-items: center;
  }

  .footer__col {
    width: 75%;
    align-items: center;
  }

  .footer__privacy-policy {
    width: 430px;
    padding-left: 90px;
    padding-right: 100px
  }

}