@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

/* make sure to set some focus styles for accessibility */

/* root */

:root {
  font-size: 16px;
  --white: #FFF;
  --black: #000;
  --black_text: #261C1C;
  --main_color_brown: #D3AC56;
  --main_color_blue: #4E6D94;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Manrope, Onest, Amagro, Commissioner;
  font-weight: 500;
  color: var(--black);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #F5F5F5;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
}

button {
  background: none;
  font-family: inherit;
  border: none;
  padding: 0;
}

button p {
  text-transform: uppercase;
}

a, button, a *, button * {
  transition: 0.3s ease;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  display: inline;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */


 a:active,
 a:hover {
   outline: 0;
 }
 
 a:hover, button:hover {
  opacity: 0.7;
}


.change-lang ul li:hover {
  cursor: pointer;
}

input {
  border: none;
  outline: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: middle;
  user-select: none;
}

img.no-click {
  pointer-events: none;
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #143F74; /* насыщенный синий */
  color: #111;
}

::selection {
  background: #cce1ff;
  color: #092547;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* custom */

.container {
  max-width: 1376px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

header .container {
  position: absolute;
  padding-top: 21px;
  z-index: 30;
  width: 100%;
  left: -50%;
  right: -50%;
}

header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header__logo p {
  font-size: 24px;
  font-weight: 700;
  font-family: Amagro;
  color: var(--black_text);
}

.header__logo span {
  color: var(--main_color_brown);
}

.header__nav {
  display: flex;
  gap: 42px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__nav__mob {
  display: none;
}

.header__nav a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  font-family: Manrope;
  color: var(--black_text);
}

.header__nav a + a::before {
  content: "/";
  font-size: 16px;
  color: #62595c40;
  margin-right: 42px;
}

.header__contacts {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.header__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.header__contact img {
  width: 16px;
  height: 16px;
}

.header__contact p {
  font-size: 16px;
  font-weight: 800;
  color: var(--black_text);
  font-family: Manrope;
  line-height: 150%;
}

.header__change_lang {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.header__change_lang a {
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  min-width: 50px;
  height: 29px;
  font-size: 14px;
  font-weight: 600;
  font-family: Manrope;
  color: var(--black_text);
}
.header__change_lang a.active {
  background: var(--main_color_blue);
}

.header__change_lang a.active {
  color: var(--white);
}

.banner {
  height: 628px;
  background: url(../imgs/backgrounds/banner_bg.png) 100% / cover no-repeat;
}

.banner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: absolute;
  top: 135px;
}

.banner__texts {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 1040px;
}

.banner__texts h1 {
  font-size: 67px;
  font-weight: 700;
  font-family: Amagro;
  color: var(--black_text);
}

.banner__texts h1 span {
  color: var(--main_color_blue);
}

.banner__texts p {
  font-size: 19px;
  font-weight: 400;
  font-family: Manrope;
  color: var(--black_text);
  line-height: 130%;
}

.banner__button {
  width: 460px;
  height: 105px;
  border-radius: 40px;
  background: var(--main_color_brown);
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__button p {
  font-size: 16px;
  font-weight: 600;
  font-family: Manrope;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
}

.object {
  margin: 100px 0;
}

.title__style {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  font-family: Manrope;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--black_text);
}

.title__style span {
  color: var(--main_color_blue);
  font-family: Amagro;
}

.object__select {
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
}

.object__all {
  position: absolute;
  top: 21px;
  right: 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.object__all p {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: var(--black_text);
}

.object__all img {
  width: 12px;
  height: auto;
}

.object__filters {
  margin: 0 auto;
  padding: 2px;
  background-color: var(--white);
  display: flex;
  flex-direction: row;
  border-radius: 302px;
  gap: 41px;
}

.object__filter {
  padding: 20px 50px;
  background: var(--white);
  border-radius: 300px;
}

.object__filter p {
  font-size: 14px;
  font-weight: 400;
  font-family: Manrope;
  text-align: center;
  color: var(--black_text);
}

.object__filter.active {
  background: var(--main_color_blue);
}

.object__filter.active p {
  color: var(--white);
}

.object__boxs {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.object__box {
  height: 652px;
  position: relative;
  border-radius: 80px;
  overflow: hidden;
}

.object__box__filter {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 10px;
  border-radius: 197px;
  background: var(--main_color_blue);
  padding: 8px 12px;
  top: 36px;
  left: 25px;
}

.object__box__filter p {
  font-size: 20px;
  font-weight: 500;
  font-family: Manrope;
  line-height: 148%;
  color: var(--white);
}

.object__box__filter img {
  width: 30px;
  height: auto;
}

.object__button {
  padding: 42px 0;
  border-radius: 300px;
  width: 397px;
  position: absolute;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--main_color_brown);
}

.object__box .object__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.object__button p {
  font-size: 16px;
  font-weight: 300;
  font-family: Manrope;
  color: var(--white);
}

.object__button p span {
  font-weight: 700;
}

.why__we {
  background: var(--white);
  position: relative;
}

.why__we__wrapper {
  padding: 80px 0 100px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.why__we__boxs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}  

.why__we__box {
  width: 300px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.why__we__box img {
  width: 50px;
  height: 50px;
}

.why__we__box p {
  font-size: 18px;
  font-weight: 500;
  font-family: Manrope;
  line-height: 150%;
  color: var(--black_text);
}

.progress {
  background: var(--white);
  padding-bottom: 80px;
}

.progress__wrapper {
  padding: 62px 0 156px 0;
  display: flex;
  flex-direction: column;
  gap: 73px;
  position: relative;
  overflow: hidden;
  border-radius: 80px;
  background: url(../imgs/backgrounds/progress__bg.png) 100% / cover no-repeat;
}

.progress__title {
  width: 610px;
  display: flex;
  flex-direction: column;
  margin-left: 688px;
  gap: 20px;
}

.progress__title .title__style {
  font-family: Manrope;
  color: var(--white);
  text-align: left;
  line-height: 120%;
}

.progress__title p {
  font-size: 18px;
  font-weight: 400;
  font-family: Manrope;
  line-height: 120%;
  color: var(--white);
}

.progress__title .title__style span {
  color: var(--white);
}

.progress__boxs {
  width: 1230px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.progress__box {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: var(--white);
  border-radius: 40px;
  padding: 30px 30px 44px 30px;
  flex: 0 0 auto;
}

.progress__box__top {
  width: 137px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.progress__box__top__num {
  width: 50px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main_color_blue);
  border-radius: 20px;
}

.progress__box__top__num p {
  font-size: 20px;
  font-weight: 500;
  font-family: Manrope;
  color: var(--white);
  line-height: 148%;
}

.progress__box__top__img {
  width: 40px;
  height: auto;
}

.progress__box__bottom {
  width: 137px;
}

.progress__box__bottom p {
  font-size: 16px;
  font-weight: 600;
  font-family: Manrope;
  text-transform: uppercase;
  line-height: 140%;
  color: var(--black_text);
}

.progress__box__bottom p span {
  font-size: 12px;
  font-weight: 400;
}

.form {
  background: var(--main_color_blue);
  padding: 103px 74px;
  margin-bottom: 100px;
}

.form__wrapper {
  width: 1290px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 344px;
  gap: 40px;
}

.form__title .title__style {
  color: var(--white);
  text-align: left;
  line-height: 100%;
}

.form__title .title__style span {
  color: var(--white);
}

.form__title p {
  font-size: 18px;
  font-weight: 400;
  font-family: Manrope;
  color: var(--white);
  line-height: 148%;
}

.form__form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.form__form__inputs {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.form__form__input {
  position: relative;
}

.form__form__input input {
  width: 413px;
  padding: 27px 27px 27px 68px;
  border-radius: 16px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  font-family: Manrope;
  line-height: 148%;
  color: var(--black_text);
}

.form__form__input input::placeholder {
  font-size: 16px;
  font-weight: 400;
  font-family: Manrope;
  line-height: 148%;
  color: #B3B3BC;
}

.form__form__input img {
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 20px;
  height: 20px;
}

.form__form__send {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.form__form__send__button {
  padding: 32px 108px;
  background: var(--main_color_brown);
  border-radius: 500px;
  font-size: 16px;
  font-weight: 600;
  font-family: Manrope;
  text-align: center;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__form__send .agreement {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.agreement .input__check {
  width: 20px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--black);
  cursor: pointer;
}

.agreement .input__check img {
  width: 16px;
  height: 16px;
}

.agreement p {
  font-size: 16px;
  font-weight: 300;
  font-family: Manrope;
  line-height: 148%;
  color: var(--white);
}

.question__wrapper {
  margin: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.question__boxs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.question__box {
  width: 100%;
  overflow: hidden;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.question__box__question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 18px 12px 70px;
  background: var(--white);
  border-radius: 50px;
}

.question__box__question p {
  font-size: 18px;
  font-weight: 400;
  font-family: Manrope;
  color: var(--black_text);
  line-height: 120%;
  text-transform: none;
}

.question__box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main_color_brown);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.question__box__icon img {
  width: 40px;
  height: auto;
}

.question__box__answer {
  background: var(--main_color_blue);
  color: #474654;
  font-size: 14px;
  font-weight: 400;
  font-family: Montserrat;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.question__box__answer p {
  font-size: 18px;
  font-weight: 400;
  font-family: Manrope;
  color: var(--white);
  line-height: 120%;
}

.question__box.active .question__box__question {
  border-radius: 50px 50px 0 0;
}

.question__box.active .question__box__icon {
  transform: rotate(-180deg);
}

.question__box.active .question__box__answer {
  max-height: none;
  padding: 23px 18px 23px 70px;
}

.header__inner {
  border-radius: 0 0 60px 60px;
  padding: 43px 0;
  background: #F6F7F9;
}

.page__title {
  padding: 180px 0 100px 0;
  position: relative;
  width: 100%;
  background: var(--white);
}

.page__title__title, .page__title__title__product {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page__title__title h1 {
  font-size: 56px;
  font-weight: 700;
  font-family: Manrope;
  color: var(--black_text);
  text-transform: uppercase;
}

.page__title__title h1 span {
  color: var(--main_color_blue);
  font-family: Amagro;
}

.page__title__title__product h1 {
  font-size: 38px;
  font-weight: 700;
  font-family: Manrope;
  color: var(--black_text);
}

.page__title__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.page__title__nav a, .page__title__nav p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #B8C2CF;
}

.catalog {
  background: var(--white);
  padding-bottom: 100px;
}

.catalog .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.catalog__left {
  width: 332px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 60px;
  padding: 50px 50px 24px 50px;
  background: #4E6D940D;
}

.catalog__left__title p {
  font-size: 18px;
  font-weight: 600;
  font-family: Manrope;
  line-height: 104%;
  text-transform: uppercase;
  color: var(--black_text);
}

.catalog__filters {
  display: flex;
  flex-direction: column;
}

.catalog__filter {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #B8C2CF;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.catalog__filter__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.catalog__filter__num {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.catalog__filter__num img {
  display: none;
  width: 16px;
  height: auto;
}

.catalog__filter__num p {
  font-size: 16px;
  font-weight: 400;
  font-family: Manrope;
  line-height: 140%;
  color: var(--black_text);
}

.catalog__filter__right {
  display: flex;
  flex-direction: row;
  gap: 2px;
  padding: 2px 6px;
  align-items: center;
  border: 1px solid #B8C2CF;
  border-radius: 20px;
}

.catalog__filter__right p {
  font-size: 16px;
  font-weight: 500;
  font-family: Manrope;
  color: var(--black_text);
}

.catalog__filter__bottom {
  display: flex;
  padding: 0 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  display: none;
}

.catalog__filter__bottom button p {
  font-size: 16px;
  font-weight: 400;
  font-family: Manrope;
  line-height: 160%;
  color: var(--black_text);
  text-transform: none;
}

.catalog__filter__bottom button.active p {
  font-weight: 600;
  color: #213A5A;
}

.catalog__filters .catalog__filter:last-child {
  border-bottom: none;
}

.catalog__filter.active {
  .catalog__filter__num img {
    display: block;
  }

  .catalog__filter__num p {
    font-weight: 700;
    color: #213A5A;
  }

  .catalog__filter__bottom {
    display: flex;
  }

  .catalog__filter__right p {
    color: #213A5A;
  }
}

.catalog__boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.catalog__box {
  position: relative;
  height: 479px; 
  border-radius: 60px;
  overflow: hidden;
}

.catalog__box__filter {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  border-radius: 197px;
  background: var(--main_color_blue);
  padding: 6px 10px;
  top: 32px;
  left: 28px;
}

.catalog__box__filter p {
  font-size: 14px;
  font-weight: 500;
  font-family: Manrope;
  line-height: 148%;
  color: var(--white);
}

.catalog__box__filter img {
  width: 22px;
  height: auto;
}

.catalog__box__button {
  padding: 29px 0;
  border-radius: 367px;
  width: 300px;
  position: absolute;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 7px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--main_color_brown);
}

.catalog__box .catalog__box__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog__box__button p {
  font-size: 14px;
  font-weight: 300;
  font-family: Manrope;
  color: var(--white);
}

.catalog__box__button p span {
  font-weight: 700;
}

.catalog__controls {
  margin-top: 58px;
}

.catalog__control__pages {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.catalog__control__page {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #B8C2CF80;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: Manrope;
  color: var(--black_text);
}

.catalog__control__page.active {
  background: var(--main_color_blue);
  color: var(--white);
  border: none;
}

.product {
  background: var(--white);
}

.product .container {
  display: flex;
  flex-direction: column;
}

.product__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 132px;
}

.product__top__gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product__top__main__img {
  width: 680px;
  height: 460px;
  border-radius: 80px;
  overflow: hidden;
}

.product__top__main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__top__gallery__imgs {
  padding-bottom: 26px;
  width: 680px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow: hidden;
}

.product__top__gallery__img {
  flex: 0 0 auto;
  width: 162px;
  height: 145px;
  border-radius: 40px;
  overflow: hidden;
}

.product__top__gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}




footer {
  background: url(../imgs/backgrounds/footer__bg.png) 100% / cover no-repeat;
  border-radius: 80px 80px 0 0;
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 82px 0 91px 0;
}

.footer__logo p {
  font-size: 40px;
  font-weight: 700;
  font-family: Amagro;
  color: var(--white);
}

.footer__logo p span {
  color: var(--main_color_brown);
}

.footer__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.footer__contact img {
  width: 27px;
  height: auto;
}

.footer__contact p {
  font-size: 27px;
  font-weight: 800;
  font-family: Manrope;
  color: var(--white);
}

/* /custom */