@font-face {
  font-family: "Candara";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/retails/ann/aqua/fonts/Candara/candara.ttf) format("truetype");
}
@font-face {
  font-family: "PT";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/retails/ann/aqua/fonts/PT/pt.ttf) format("truetype");
}
:root {
  font-family: PT, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 19px;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: stretch;
}

body {
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #2C2D2E;
  position: relative;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  margin: 0;
}
body *,
body *::before,
body *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-weight: inherit;
}

img,
video,
iframe,
picture,
svg {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

b,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Candara;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.hide {
  display: none !important;
}
@media (min-width: 1260px) {
  .row {
  max-width: 1215px;
}
}
@media (max-width: 1259.5px) {
    .row {
  max-width: 98%;
}
}
.row {
  margin: 0 auto;
}

h2 {
  font-size: 46px;
}

a {
  color: #007AFF;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.header {
  font-family: Candara;
  text-align: center;
}
@media (min-width: 992px) {
  .header {
    font-size: 48px;
    margin-top: 117px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.5px) {
  .header {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 24px;
  }
}

.all {
  text-align: right;
  margin-bottom: 59px;
}

.slider {
  padding: 0 13px;
  justify-content: space-evenly;
}

@media (min-width: 992px) {
  .inv_bg {
    background: url("/retails/ann/aqua/images/sabor_1.png") no-repeat;
    background-position: -417px bottom;
  }
  .inv_bg.bottom {
    background-position: 1023px top;
  }
}
.banner,
.newest,
.about_us,
.foot_banner .flex {
  position: relative;
}

.burger {
  cursor: pointer;
  border-radius: 9px;
}
@media (max-width: 991.5px) {
  .burger {
    width: 40px;
    height: 40px;
    background: #fff url("/retails/ann/aqua/images/icons/down_mob.png") no-repeat;
    background-position: center;
    border: 1px solid #252869;
  }  
}
@media (min-width: 992px) {
  .burger {
    color: #fff;
    font-size: 16px;
    background: #252869 url("/retails/ann/aqua/images/icons/line.png") no-repeat;
    padding: 18px 31px 18px 61px;
    background-position: 31px center;
  }
  .burger.active {
    background: #252869 url("/retails/ann/aqua/images/icons/burger_active.png") no-repeat;
    background-position: 31px center;
  }
}
@media (max-width: 991.5px) {
  .burger.active {
    background: #fff url("/retails/ann/aqua/images/icons/burder_active.png") no-repeat;
    background-position: center;
  }
}

@media (max-width: 991.5px) {
  header {
    margin: 16px 20px 0 20px;
  }
}
header .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.5px) {
  header .row.top {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 30% 40% 15% 15%;
  }
}

.banner h1 {
  padding-top: 184px;
  font-size: 89px;
}
@media (max-width: 991.5px) {
  .banner h1 {
    font-size: 32px;
    padding-top: 240px;
  }
}
.banner .bg_blue {
  border-radius: 0 74px 0 74px;
  color: #fff;
  padding-bottom: 247px;
  max-height: 632px;
}
@media (min-width: 992px) {
  .banner .bg_blue {
    background: #252869 url("/retails/ann/aqua/images/bg_banner_2.png") no-repeat;
    background-position: center right;
  }
}
@media (max-width: 991.5px) {
  .banner .bg_blue {
    padding-bottom: 37px;
    background: #252869 url("/retails/ann/aqua/images/bg_main_mob.png") no-repeat;
    background-position: center top;
  }
}
.banner .bg_blue .but {
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 14px;
  background: url("/retails/ann/aqua/images/icons/down.png") no-repeat;
  width: fit-content;
  background-position: 8px center;
  margin-left: 25%;
}
.banner .bg_blue .but a {
  color: #fff;
  text-decoration: none;
  padding: 16px 8px 16px 40px;
  display: block;
}
.banner .bg_blue h2 {
  padding-bottom: 37px;
}
@media (max-width: 991.5px) {
  .banner .bg_blue h2 {
    font-size: 18px;
  }
}
@media (max-width: 991.5px) {
  .banner .bg_blue .title {
    text-align: center;
  }
}
@media (max-width: 991.5px) {
  .banner .bg_blue .row:last-child {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 910px) {
  .ban_select {
    display: flex;
    justify-content: center;
    margin-top: -5%;
  }
}
.ban_select .item {
  font-family: Candara;
  font-weight: 700;
  display: flex;
}
@media (min-width: 910px) {
  .ban_select .item {
    padding: 0 35px 35px 35px;
    height: 398px;
    width: 372px;
    border-radius: 16px 46px 16px 46px;
  }
}
@media (max-width: 909.5px) {
  .ban_select .item {
    padding: 0 22px 21px 22px;
    height: 177px;
    width: 100%;
    border-radius: 11px 33px 11px 33px;
    margin-top: 21px;
  }
}
.ban_select .item a {
  color: #fff;
    line-height: 120%;
    flex-grow: 1;
    display: flex;
    align-items: end;
}
@media (min-width: 910px) {
  .ban_select .item a {
    font-size: 32px;
  }
}
@media (max-width: 909.5px) {
  .ban_select .item a {
    font-size: 24px;
  }
}
@media (min-width: 910px) {
  .ban_select .item:last-child {
    background: url("/retails/ann/aqua/images/stroitel.png") no-repeat;
  }
}
@media (max-width: 909.5px) {
  .ban_select .item:last-child {
    background: url("/retails/ann/aqua/images/stroitel_mob.png") no-repeat;
  }
}
.ban_select .item:first-child {
  margin-right: 24px;
}
@media (min-width: 910px) {
  .ban_select .item:first-child {
    background: url("/retails/ann/aqua/images/tvor.png") no-repeat;
  }
}
@media (max-width: 909.5px) {
  .ban_select .item:first-child {
    background: url("/retails/ann/aqua/images/tvor_mob.png") no-repeat;
  }
}

.search .search-btn-submit {
  background-color: #252869;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: PT, Arial, Helvetica, sans-serif;
  border-radius: 0 9px 9px 0;
  padding: 18px 20px;
  cursor: pointer;
}
.search .search-input {
  background-color: #F4F4F4;
  border: 0;
  margin: 0;
  border-radius: 9px 0 0 9px;
  padding: 21px 20px;
  width: 100%;
  color: #B4B4B4;
}

@media (min-width: 992px) {
  .about_us {
    padding: 0 13px;
    margin-bottom: 111px;
  }
}
@media (max-width: 991.5px) {
  .about_us {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.5px) {
  .about_us .img {
    margin-bottom: 16px;
  }
}
.about_us .img img {
  border-radius: 9px;
}
@media (min-width: 992px) {
  .about_us .header {
    margin-bottom: 81px;
  }
}
@media (min-width: 992px) {
  .about_us .img, .about_us .div {
    width: 50%;
  }
}
.about_us .text p {
  font-size: 20px;
  line-height: 130%;
}
.about_us .more a {
  font-size: 18px;
  padding-top: 15px;
  display: block;
}

@media (min-width: 992px) {
  .main_menu {
    padding: 0 10%;
    margin-bottom: 28px;
  }
}
@media (max-width: 991.5px) {
  .main_menu {
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.main_menu a {
  color: #2C2D2E;
  text-decoration: none;
}
@media (min-width: 992px) {
  .main_menu a {
    font-size: 18px;
  }
}
@media (max-width: 991.5px) {
  .main_menu a {
    font-size: 16px;
  }
}
@media (max-width: 991.5px) {
  .main_menu .item {
    margin-right: 24px;
  }
}

.slider .item {
  border-radius: 9px;
  box-shadow: 1px 1px 24px 0 rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
}
@media (min-width: 992px) {
  .slider .item {
    margin-right: 32px;
    padding: 7px 0 13px 0;
    width: calc((100% - 32px * 4) / 5);
  }
  .slider .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991.5px) {
  .slider .item {
    margin-right: 11px;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
  .slider .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .slider .item .name {
    font-size: 14px;
    padding: 22px 19px 0 19px;
  }
}
@media (max-width: 991.5px) {
  .slider .item .name {
    font-size: 13px;
    padding: 0 11px;
  }
}
.slider a {
  color: #000;
}

@media (min-width: 992px) {
  .contact_us {
    background-color: #FF8800;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    padding: 18px 16px;
  }
}
@media (max-width: 991.5px) {
  .contact_us {
    order: 3;
  }
  .contact_us .contact_mob {
    background: url("/retails/ann/aqua/images/icons/mob_phone.png") no-repeat;
    width: 25px;
    height: 25px;
  }
}

.flex {
  display: flex;
}

.logo {
  min-width: 97px;
  height: 55px;
}
@media (min-width: 992px) {
  .logo {
    margin-right: 32px;
  }
}
@media (max-width: 991.5px) {
  .logo {
    order: 2;
  }
}

.open_menu {
  position: absolute;
  display: none;
  background-color: #fff;
  z-index: 9;
}
@media (min-width: 992px) {
  .open_menu {
    top: 179px;
    width: 100%;
    padding-bottom: 150px;
  }
}
@media (max-width: 991.5px) {
  .open_menu {
    padding: 6px 16px;
    border-radius: 8px;
    max-width: 50%;
  }
}
.open_menu.active {
  display: block;
}
.open_menu .name {
  padding-bottom: 12px;
}
.open_menu .name a {
  color: #252869;
  font-size: 16px;
}
.open_menu .item a {
  color: #212121;
  font-size: 14px;
  padding-bottom: 6px;
}

.menu_catalog {
  margin-right: 23px;
}
@media (max-width: 991.5px) {
  .menu_catalog {
    order: 1;
    justify-self: left;
  }
}

.search {
  width: 60%;
  margin-right: 23px;
  position: relative;
}

@media (min-width: 992px) {
  .search_mob {
    display: none;
  }
}
@media (max-width: 991.5px) {
  .search_mob {
    order: 4;
    background: url("/retails/ann/aqua/images/icons/search_mob.png") no-repeat;
    width: 25px;
    height: 26px;
    margin-top: 25px;
    margin-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .menu_catalog,
  .contact_us,
  .search,
  .logo {
    margin-top: 28px;
    margin-bottom: 43px;
  }
}

@media (max-width: 991.5px) {
  .logo {
    margin-top: 25px;
    margin-bottom: 17px;
  }
  .search_mob,
  .contact_us {
    margin-top: 45px;
    justify-self: right;
  }
  .burger {
    margin-top: 37px;
  }
}
.foot_banner {
  color: #fff;
  justify-content: center;
}
@media (min-width: 992px) {
  .foot_banner {
    background: #252869 url("/retails/ann/aqua/images/bg_ban_bot_left.png") no-repeat;
    background-position: left bottom;
    border-radius: 8px 60px 8px 60px;
    max-height: 346px;
    height: 346px;
  }
}
@media (max-width: 991.5px) {
  .foot_banner {
    background: #252869 url("/retails/ann/aqua/images/bg_ban_bot_left_mob.png") no-repeat;
    background-position: left top;
    border-radius: 0 74px 0 74px;
  }
}
.foot_banner h3 {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .foot_banner h3 {
    font-size: 42px;
    margin-top: 82px;
    max-width: 643px;
  }
}
@media (max-width: 991.5px) {
  .foot_banner h3 {
    font-size: 39px;
    margin-top: 249px;
  }
}
.foot_banner .flex {
  margin: 0 auto;
  max-width: 643px;
  justify-content: center;
}
.foot_banner a {
  color: #fff;
  display: block;
  border-radius: 9px;
  border: 1px solid #fff;
  padding: 14px 37px;
}
@media (min-width: 992px) {
  .foot_banner a {
    margin-top: 50px;
  }
}
@media (max-width: 991.5px) {
  .foot_banner a {
    margin: 17px 0 33px 0;
  }
}
@media (min-width: 992px) {
  .foot_banner .bg {
    background: url("/retails/ann/aqua/images/bg_ban_bot_right.png") no-repeat;
    background-position: right top;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .to_contect .inv {
    background: url("/retails/ann/aqua/images/sabor.png") no-repeat;
  }
  .to_contect .inv.right {
    background-position: -862px center;
  }
  .to_contect .inv.left {
    background-position: 953px center;
  }
}
/*.to_contect .header {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}*/
@media (min-width: 992px) {
  .to_contect .div {
    padding-top: 137px;
    padding-bottom: 169px;
  }
}
@media (max-width: 991.5px) {
  .to_contect .div {
    padding-top: 78px;
    padding-bottom: 20px;
  }
}
.to_contect .text {
  font-family: Candara;
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .to_contect .text {
    font-size: 32px;
  }
}
@media (max-width: 991.5px) {
  .to_contect .text {
    font-size: 18px;
  }
}
.to_contect input {
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  color: #8D8D8D;
  font-size: 16px;
  padding: 14px 20px;
}
@media (min-width: 992px) {
  .to_contect input {
    margin-right: 30px;
  }
}
@media (max-width: 991.5px) {
  .to_contect input {
    margin-right: 21px;
    width: 50%;
  }
}
.to_contect .list {
  border: 1px solid #E7544D;
  background-color: #fff;
  border-radius: 9px;
  color: #2C2D2E;
  font-size: 16px;
  padding: 14px 20px;
}
.to_contect .subscribe {
  text-align: center;
  padding-top: 31px;
}

footer {
  font-size: 14px;
  padding-top: 24px;
  padding-bottom: 26px;
}
@media (max-width: 991.5px) {
  footer {
    margin: 0 20px 16px 20px;
  }
}
@media (min-width: 992px) {
  footer {
    border-top: 1px solid #F4F4F4;
  }
}
footer .name {
  color: #2C2D2E;
  font-weight: 500;
  padding-bottom: 16px;
}
footer a {
  color: #2C2D2E;
  font-size: 14px;
}
footer .item {
  padding-bottom: 8px;
}
@media (max-width: 991.5px) {
  footer .item_f {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  footer .item_f {
    margin-right: 34px;
  }
}
footer .blok {
  padding-bottom: 23px;
  padding-right: 27px;
}
footer .row.flex:last-child {
  color: #8D8D8D;
}

.overlay--component {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.46);
  z-index: 8;
}
.modale_window.yes {
  height: fit-content;
}
.modale_window {
  display: none;
  background-color: #fff;
  z-index: 200;
  position: fixed;
  width: auto;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  bottom: 0;
  max-width: 674px;
}
@media (max-width: 991.5px) {
  .modale_window {
    border-radius: 6px;
    padding: 60px 16px;
    margin: 0 9px;
  }
}
@media (min-width: 992px) {
  .modale_window {
    border-radius: 20px;
    padding: 80px 70px;
    right: calc(50% - 335px);
    top: 0;
  }
}
.modale_window.active {
  display: block;
}
.modale_window .header {
  margin: 0 0 40px 0;
}
@media (max-width: 991.5px) {
  .modale_window .header {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .modale_window .header {
    font-size: 32px;
  }
}
.modale_window .item {
  text-align: center;
}
@media (max-width: 991.5px) {
  .modale_window .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .modale_window .item {
    margin-bottom: 64px;
  }
}
.modale_window .item:last-child {
  margin-bottom: 0;
}
.modale_window .item:nth-last-child(2), .modale_window .item:nth-last-child(3) {
  margin-bottom: 40px;
}
.modale_window input {
  border: 1px solid #585858;
  border-radius: 16px;
  color: #8E8E93;
  font-size: 20px;
  padding: 21px 15px;
  width: 100%;
}
@media (max-width: 991.5px) {
  .modale_window button.but_blue {
    font-size: 15px;
  }
}
.modale_window .legasy, .modale_window a {
  font-size: 16px;
}
@media (min-width: 992px) {
.content.row.sertif {
  margin-bottom: 400px;
}
  .modale_window .legasy {
    margin: 0 54px;
  }
}
.modale_window .legasy input {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 2px;
  margin-right: 14px;
}

@media (max-width: 991.5px) {
label[for="register-form-agreement"] {
  margin-bottom: 34px;
}
  .feedback.content.flex.row {
  display: block;
}
  main {
    margin: 0 20px;
  }
  .burger span, .contact_us span, .search, .all, .open_menu.active .item {
    display: none;
  }
  .slider.flex {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0;
  }
  .all_mob {
    text-align: center;
    margin-top: 16px;
  }
  .about_us .flex {
    display: block;
  }
  .content:not(.newest.content):not(.feedback):not(.sertif) {
    max-height: 525px;
    overflow: hidden;
  }
  
  footer .row.flex:last-child {
    display: block;
    font-size: 12px;
    color: #8D8D8D;
  }
  .open_menu.active .row.flex {
    display: block;
  }
}
@media (min-width: 992px) {
  .all_mob {
    display: none;
  }
}
.but_blue {
  background-color: #1C1A4D;
  color: #fff;
  padding: 15px 44px;
  border-radius: 9px;
  border: none;
}
@media (min-width: 992px) {
  .but_blue {
    font-size: 22px;
  }
}
@media (max-width: 991.5px) {
  .but_blue {
    font-size: 13px;
  }
  .product .but_blue {
    font-size: 20px;
  }
  .point {
    border-radius: 50%;
    background-color: #D9D9D9;
    width: 11px;
    height: 11px;
    margin-right: 8px;
    cursor: pointer;
  }
  .point.active {
    background-color: #9196A1;
  }
   .points {
    display: flex;
    justify-content: center;
  }
}

.bread ul {
  list-style: none;
}
.bread span {
color: #8E8E93;
}
.bread a, .bread span {  
  font-size: 16px;
}

.search_over {
  position: absolute;
  display: none;
  background-color: #fff;
  z-index: 9;
  top: 16px;
  left: 86px;
  width: 74%;
}
.search_over.active {
  display: block;
}
.search_over .main.item {
  border: 1px solid #8E8E93;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
}
.search_over .main.item input {
  color: rgba(0, 0, 0, 0.3019607843);
  padding: 10px 20px;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  outline: 0;
}
.search_over .over_history, .search .over_history {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
}
.search_over .over_history .item, .search .over_history .item {
  justify-content: space-between;
  padding: 5px 20px;
}
.search_over .over_history .item a, .search .over_history .item a {
  color: #2C2D2E;
  font-size: 16px;
  display: block;
  width: 100%;
}
.feed_for.row {
  margin-bottom: 300px;
}
.search_over .over_history .item:hover, .search .over_history .item:hover {
  background-color: #E0E0E0;
}
.search_over button,.search button {
  border: none;
}
.search .over_history {
    position: absolute;
    display: none;
    border-radius: 0 0 10px 10px;
  box-shadow: 1px 1px 24px 0 rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
  width: 100%;
  z-index: 9;
}
.search_over button.but_mob {
  background: url("/retails/ann/aqua/images/icons/search_mob.png") no-repeat;
  width: 25px;
  height: 26px;
  padding: 7px 20px;
}
.search_over button.del_history_item, .search button.del_history_item {
  width: 16px;
  height: 16px;
  background: url("/retails/ann/aqua/images/icons/close.png") no-repeat;
}
.search_over .bg_white {
  padding-top: 37px;
}
.search .over_history.searchHistoryList.active {
  display: block;
}

input {
  outline: 0;
}

@media (min-width: 992px) {
.catalog .bg_blue.id_101 {
    background: #252869 url("/retails/ann/aqua/images/bg_cat_ban_1.png") no-repeat;
    background-position: 115% center;
  }
  .catalog .bg_blue.id_116 {
    background: #252869 url("/retails/ann/aqua/images/bg_cat_ban_2.png") no-repeat;
    background-position: 115% center;
  }
}
@media (max-width: 991.5px) {
    .catalog .bg_blue.id_101 {
    background: #252869 url("/retails/ann/aqua/images/bg_cat_ban_1_mob.png") no-repeat;
    background-position: right top;
  }
  .catalog .bg_blue.id_116 {
    background: #252869 url("/retails/ann/aqua/images/bg_cat_ban_2_mob.png") no-repeat;
    background-position: right top;
  }
}
.catalog .bread {
  margin-bottom: 18px;
}
@media (max-width: 991.5px) {
  .catalog .bg_blue {
    height: 413px;
  }  
}
@media (min-width: 992px) {
  .catalog .bg_blue {
    height: 445px;
  }
  .catalog.class_medium:not(.class_end) .bg_blue {
    height: 247px;
    background-position: right -42px;
  }
}
@media (min-width: 992px) {
  .catalog .title {
    max-width: 50%;
  }
}
@media (max-width: 991.5px) {
  .catalog .title {
    height: 100%;
    display: flex;
    align-items: end;
  }
}
.catalog h1 {
  line-height: 100%;
}
.catalog.class_end h1 {
  font-size: 40px;
  padding: 20px 0 50px 0;
}
.catalog h1 span:last-child {
  font-size: 51px;
}
@media (max-width: 991.5px) {
  .catalog h1 {
    font-size: 40px;
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .catalog h1 {
    font-size: 84px;
    padding: 97px 0 40px 25%;
  }
  .catalog.class_medium:not(.class_end) h1 {
    font-size: 84px;
    padding: 40px 0 44px 25%;
    line-height: 80%;
  }
}
.catalog .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*@media ((min-width: 575px) and (max-width: 991.5px)) {
  .catalog .category {
    grid-template-columns: 33% 33% 33%;
  }
}
@media (max-width: 574.5px) {
  .catalog .category {
    grid-template-columns: 50% 50%;
  }
}*/
@media (max-width: 991.5px) {
  .catalog .category {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .catalog .category {
    grid-template-columns: 25% 25% 25% 25%;
    padding-top: 84px;
  }
}
.catalog .category .item {
  margin-bottom: 33px;
  margin-right: 3%;
}
@media ((min-width: 575px) and (max-width: 991.5px)) {
  .catalog .category .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 991.5px) {
  .catalog .category .item {
    padding: 12px;
    height: 202px;
    background-size: 100% !important;
    width: 158px;
  }
}
@media (max-width: 574.5px) {
  .catalog .category .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .catalog .category .item {
    padding: 20px;
    height: 346px;
    width: 284px;
  }
  .catalog .category .item:nth-child(4n) {
    margin-right: 0;
  }
}
.catalog .category .item.id_101_114 {
  background: url("/retails/ann/aqua/images/product/cat_101_114.png") no-repeat;
}
.catalog .category .item.id_101_103 {
  background: url("/retails/ann/aqua/images/product/cat_101_103.png") no-repeat;
}
.catalog .category .item.id_101_104 {
  background: url("/retails/ann/aqua/images/product/cat_101_104.png") no-repeat;
}
.catalog .category .item.id_101_106 {
  background: url("/retails/ann/aqua/images/product/cat_101_106.png") no-repeat;
}
.catalog .category .item.id_101_107 {
  background: url("/retails/ann/aqua/images/product/cat_101_107.png") no-repeat;
}
.catalog .category .item.id_101_108 {
  background: url("/retails/ann/aqua/images/product/cat_101_108.png") no-repeat;
}
.catalog .category .item.id_101_109 {
  background: url("/retails/ann/aqua/images/product/cat_101_109.png") no-repeat;
}
.catalog .category .item.id_101_110 {
  background: url("/retails/ann/aqua/images/product/cat_101_110.png") no-repeat;
}
.catalog .category .item.id_101_111 {
  background: url("/retails/ann/aqua/images/product/cat_101_111.png") no-repeat;
}
.catalog .category .item.id_101_112 {
  background: url("/retails/ann/aqua/images/product/cat_101_112.png") no-repeat;
}
.catalog .category .item.id_101_113 {
  background: url("/retails/ann/aqua/images/product/cat_101_113.png") no-repeat;
}
.catalog .category .item.id_101_115 {
  background: url("/retails/ann/aqua/images/product/cat_101_115.png") no-repeat;
}
.catalog .category .item.id_102_116 {
  background: url("/retails/ann/aqua/images/product/cat_102_116.png") no-repeat;
}
.catalog .category .item.id_102_117 {
  background: url("/retails/ann/aqua/images/product/cat_102_117.png") no-repeat;
}
.catalog .category .item.id_102_118 {
  background: url("/retails/ann/aqua/images/product/cat_102_118.png") no-repeat;
}
.catalog .category .item.id_102_119 {
  background: url("/retails/ann/aqua/images/product/cat_102_119.png") no-repeat;
}

.catalog .category .item.id_116_120 {
  background: url("/retails/ann/aqua/images/product/cat_116_120.png") no-repeat;
}
.catalog .category .item.id_116_121 {
  background: url("/retails/ann/aqua/images/product/cat_116_121.png") no-repeat;
}
.catalog .category .item.id_116_123 {
  background: url("/retails/ann/aqua/images/product/cat_116_123.png") no-repeat;
}
.catalog .category .item.id_116_144 {
  background: url("/retails/ann/aqua/images/product/cat_116_144.png") no-repeat;
}
.catalog .category .item.id_116_140 {
  background: url("/retails/ann/aqua/images/product/cat_116_140.png") no-repeat;
}
.catalog .category .item.id_116_122 {
  background: url("/retails/ann/aqua/images/product/cat_116_122.png") no-repeat;
}
.catalog .category .item.id_116_141 {
  background: url("/retails/ann/aqua/images/product/cat_116_141.png") no-repeat;
}
.catalog .category .item.id_116_142 {
  background: url("/retails/ann/aqua/images/product/cat_116_142.png") no-repeat;
}
.catalog .category .item.id_116_124 {
  background: url("/retails/ann/aqua/images/product/cat_116_124.png") no-repeat;
}
.catalog .category .item.id_116_143 {
  background: url("/retails/ann/aqua/images/product/cat_116_143.png") no-repeat;
}
.catalog .category .item.id_116_125 {
  background: url("/retails/ann/aqua/images/product/cat_116_125.png") no-repeat;
}
.catalog .category .item .name {
  width: 50%;
  flex-grow: 1;
}
.catalog .category .item a {
  color: #2C2D2E;
  font-family: Candara;
  line-height: 120%;
  flex-grow: 1;
}
@media (max-width: 991.5px) {
  .catalog .category .item a {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .catalog .category .item a {
    font-size: 27px;
  }
}
.catalog .brand {
  border: 1px solid #E9E9E9;
  justify-content: center;
  align-items: center;
  margin-right: 3%;
}
@media (max-width: 991.5px) {
  .catalog .brand {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .catalog .brand {
    width: 19%;
    height: auto;
    margin-top: 80px;
  }
}
@media (max-width: 991.5px) {
  .catalog .brand img {
    padding: 40px 16px;
  }
}
@media (min-width: 992px) {
  .catalog .brand img {
    padding: 50px 20px;
  }
}
.catalog .bg_foot_right {
  height: 333px;
}
@media (max-width: 991.5px) {
  .result_search {
    margin-top: 40px;
  }
  .mob_back {
    display: block;
  }
  .bread .list {
    display: none;
  }
}
@media (min-width: 992px) {
  .mob_back {
    display: none;
  }
}
.catalog .to_contect .inv {
  flex-grow: 1;
}
.catalog .to_contect .inv.right {
  background-position: 953px center;
}
.catalog .to_contect .inv.left {
  background-position: -862px center;
  padding-bottom: 173px;
}
/*feedback*/
.feedback--component h1 {
    font-size: 32px;
}
.feedback--component input, .feedback--component textarea {
    border: 1px solid #000;
    color: #0000004D;
    font-size: 20px;
    padding: 17px 20px;
    border-radius: 6px;
    margin-bottom: 35px;
}
@media (min-width: 992px) {
  .feedback--component input:not(.register-form-agreement) {
  width: 363px;
}
.feedback-form {
  width: 80%;

}
.sert .content .text {
    width: 92%;
  }
.form_content .block:first-child {
  margin-right: 35px;
}
}
@media (max-width: 991.5px) {
  .feedback--component input:not(.register-form-agreement) {
  width: 100%;
}
.form_content.feedback--component.flex {
  display: block;
}
}
input.register-form-agreement {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  margin: 0 14px 0 0;
  float: left;
}

.feedback--component label:not(.feedback--component label[for=register-form-code], .feedback--component label[for=register-form-agreement]) {
    display: none;
}
label[for=register-form-agreement] {
  font-size: 14px;
  line-height: 18px;
  float: right;
  width: calc(100% - 34px);
}
.feedback--component textarea {
  width: 100%;
}
label[for=register-form-code] {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.feedback--component:not(.sert) {
  margin-top: 37px;
}
.feedback--component.sert {
  margin-bottom: 100px;
}
textarea:required:invalid, input:required:invalid {
  background-color: lightyellow;
}
.catalog.class_end .filtrs {
  width: 25%;
}
.catalog.class_end .filtrs .block {
  margin-bottom: 30px;
}
.catalog.class_end .filtrs .name {
  font-size: 16px;
  font-family: Candara;
  font-weight: bold;
  margin-bottom: 18px;
}
.catalog.class_end .filtrs .item {
  font-size: 18px;
}
.catalog.class_end .filtrs label {
  margin-left: 5px;
}
.catalog.class_end .newest.content {
  margin-top: 7px;
}
.catalog.class_end .newest.content .slider {
  flex-wrap: wrap;
  padding: 0;
  min-width: 100%;
}
@media (min-width: 992px) {
.feedback--component textarea {
  height: 439px;  
  margin-bottom: 70px;
}
.catalog.class_end .newest.content .slider .item {
  width: 17.6%;
  margin-right: 3%;
  margin-bottom: 54px;
  min-width: 200px;
}
.catalog.class_end .newest.content .slider .item.item:nth-child(5n) {
  margin-right: 0;
}
}
.h1 {
    justify-content: space-between;
}
.sort {
  background: url(/retails/ann/aqua/images/icons/sort_popul.png) no-repeat;
    padding-left: 43px;
    background-position: left center;
    color: #000000;
    line-height: 40px;
    padding-right: 24px;
}
.head_filter {
    align-items: end;
    margin-bottom: 45px;
    font-size: 16px;
    color: #8D8D8D;
    justify-content: space-between;
    width: 65%;
}
.catalog.class_end, .catalog.class_search {
  padding-bottom: 120px;
}
@media (min-width: 992px) {
.mob {
  display: none;
}
.inv_mob {
  display: none;
}
.sert h1 {
  line-height: 81px;
  margin-bottom: 18px;
}
.info {
  min-width: 331px;
}
.small_images {
  margin-right: 24px;
}
.main_img {
  margin-right: 64px;
}
.feedback.content {
  margin-bottom: 100px;
}
.feed h1 {
  font-size: 60px;
}
.feedback p, .feedback a {
  font-size: 24px;
}
.opt .feedback p, .opt .feedback a {
  font-size: 20px;
}
.grey {
  width: 580px;
}
.mobile {
  display: none;
}
.brief-info-block {
  margin-bottom: 63px;
}
.header_tabs .item {
  padding: 22px 51px;
}
.description {
  width: calc(100% - 331px);
}
}
@media (max-width: 991.5px) {
.desctop {
  display: none;
}
.sert h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 35px;
}
.sertif.content {
  margin-bottom: 200px;
}
.description {
  margin-top: 32px;
}
.header_tabs .item {
  padding: 22px 18px;
}
.brief-info-block {
  margin-bottom: 32px;
}
.info > .item {
  text-align: center;
}
.product .content .images {
  display: none;
}
.carousel-indicators {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mobile {
  display: flex;
  overflow: hidden;
}
.product h1 {
  font-size: 24px;
}
.feed_for .send_form {
  text-align: center;
}
.feedback--component textarea {
  height: 156px;
  margin-bottom: 37px;
}
  .feed h1,   .feed h2 {
  font-size: 24px;
  text-align: center;
}
.feedback p, .feedback a {
  font-size: 20px;
}
.feedback.content {
  margin-bottom: 50px;
  display: block;
}
}
.feedback p, .feedback a {
  line-height: 120%;
}
.feedback.content {
  width: 100%;
  justify-content: space-between;
  margin-top: 37px;
}
.feedback .phone {
  background: url(/retails/ann/aqua/images/icons/phone.png) no-repeat;
}
.feedback .place {
  background: url(/retails/ann/aqua/images/icons/place.png) no-repeat;
}
.feedback.content .blok:first-child .item {
  margin-bottom: 55px;
}
.feedback.content .blok:first-child .item:not(:first-child), .grey .phone {
  padding-left: 36px;
}
.feedback.content .blok:last-child .item {
  margin-bottom: 31px;
}
.feedback p {
  margin-bottom: 12px;
}
.feed_form h2 {
  font-size: 32px;
}
.grey {
  background-color: #F4F4F4;
  border-radius: 8px;
  padding: 20px;
  margin-top: 24px;
  margin-bottom: 47px;
  font-size: 20px;
}
.grey a {
  font-size: 20px;
  display: block;
  margin-top: 12px;
  margin-bottom: 27px;
}
.no_li li {
  list-style: none;
  margin-bottom: 18px;
}
.serv {
  margin-bottom: 47px;
}
.serv .item:first-child {
  background: url(/retails/ann/aqua/images/icons/icon_buy.png) no-repeat;
}
.serv .item:nth-child(2) {
  background: url(/retails/ann/aqua/images/icons/icon_sale.png) no-repeat;
}
.serv .item:last-child {
  background: url(/retails/ann/aqua/images/icons/icon_del.png) no-repeat;
}
.serv .item {
  padding-left: 36px;
  margin-bottom: 24px;
  font-size: 20px;
}
.no_li {
  margin-top: 23px;
  margin-bottom: 48px;
}
.opt .feedback.content {
  margin-top: 48px;
}
.thumbnails-img.active {
  border: 1px solid #252869;
  display: block;
  border-radius: 8px;
}
.thumbnails-img.active img {
  border-radius: 8px;
}
.brief-info-block .title {
  font-weight: 700;
  font-size: .74rem;
  margin-bottom: 1em;
}
.details-list--component {
  margin-bottom: .8em;
}
.details-list--component .type {
  color: #8d8d8d;
}
.details-list--component {
  list-style: none;
  font-size: inherit;
}
.details-list--component .value {
  padding-left: 1em;
}
.details-list--component {
  list-style: none;
  display: grid;
  grid-template-columns: auto auto;
  font-size: inherit;
  width: auto;
}
.header_tabs .item {
  cursor: pointer;
  font-weight: bold;
}
.header_tabs .item.active {
  background-color: #F4F4F4;
  border-radius: 9px;
}
.info_error {
  color: #8D8D8D;
  font-size: 12px;
}
.header_tabs.flex {
  margin-bottom: 30px;
}
.info_error {
  margin: 24px 0 48px 0;
}
.content_tabs .item.active {
  display: block;
}
.content_tabs .item {
  display: none;
}
.description {
  margin-bottom: 28px;
}
.product {
  margin-bottom: 400px;
  font-size: 16px;
  margin-top: 40px;
}
.product h1 {
  margin-bottom: 41px;
}
footer>div:first-child {
  justify-content: space-between;
}
.item_img {
  margin-bottom: 29px;
}
.assortment {
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 4px 24px;
  align-items: center;
  margin-bottom: 16px;
}
.assortment .text a {
  color: #1A1A1A;
  display: block;
  padding: 24px;
}
.assortment .images img {
  max-height: 68px;
}
.assortment .text {
  flex: 1;
}
/*.main_img img {
  max-height: 672px;
  max-width: 688px;
}*/
.corusel {
  transition: transform 0.5s ease;
}
.sert p {
  font-size: 20px;
  margin: 10px 0;
}
.sert a {
  font-size: 18px;;
}
.sert a {
  font-size: 18px;
}
.zoomed-image-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  z-index: 1003;
  overflow: hidden;
}
.zoomed-image-wrapper_fixed {
 /* position: fixed;*/
  z-index: 10010;
}
@media (min-width: 992px) and (max-width: 1223.5px) {
  .zoomed-image-wrapper {
    width: 26.1437908497vw;
    height: 26.1437908497vw;
  }
}
.sert_sliders .item {
  margin-left: 25px;
}
.sert_sliders .item:first-child {
  margin-left: 0;
}
.arrow_slider {
  justify-content: space-between;
  position: absolute;
  margin-left: -20px;
}
.arrow_slider > div {
  box-shadow: 1px 1px 24px 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow_slider > div.active {
  cursor: pointer;
}
.pos {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
.sert_sliders .item img {
  width: 260px;
  max-width: 260px;
  height: 372px;
}
.posit {
  position: relative;
}
.sert_sliders {
  transition: transform 0.5s ease;
}
.item .img {
  display: flex;
  justify-content: center;
}
.notfound__page.container {
  margin: 0 auto;
  max-width: 98%;
}
.notfound__page.container .breadcrumbs--component {
  display: none;
}