@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h5, p {
  font-weight: normal;
  margin: 0;
}

:focus, button:focus, a:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

form {
  margin: 0;
}

input:focus, textarea:focus, select:focus {
  outline: 0;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}
button:focus, button:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

/*@font-face {
	font-family: 'Branding-Medium';
	src: url('../fonts/Branding/Branding-Medium.woff2') format('woff2'),
	url('../fonts/Branding/Branding-Medium.woff') format('woff'),
	url('../fonts/Branding/Branding-Medium.eot') format('eot'),
	url('../fonts/Branding/Branding-Medium.svg') format('svg');
}*/
.form-group {
  position: relative;
  margin: 0;
}

input.error,
textarea.error,
select.error {
  background-color: #fce4e4;
  border: 1px solid #cc0033;
  outline: none;
}

label.error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #FFF8E6;
}

.btn__representative {
  width: 100px;
  position: fixed;
  bottom: 45px;
  right: 45px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.default-btn {
  display: inline-block;
  text-align: center;
  padding: 0 35px;
  height: 62px;
  line-height: 62px;
  background-color: #E4C570;
  box-shadow: 0 6px 12px rgba(176, 144, 56, 0.35);
  border-radius: 37px;
  font-weight: bold;
  text-transform: uppercase;
  color: #364A47;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  top: 0;
  transition: top 0.3s;
  cursor: pointer;
}
.default-btn:hover {
  color: #364A47;
  top: -3px;
}
.default-btn:active, .default-btn:focus {
  color: #364A47;
}
.default-title {
  font-weight: bold;
  font-size: 50px;
  font-size: 3.125rem;
  color: #426865;
  line-height: 52px;
}
.default-title--yellow {
  color: #DDB547;
}

.fill0 {
  fill: #FFF8E6;
}

.fill1 {
  fill: #22433E;
}

.fill2 {
  fill: #E4C570;
}

.form__formGroup {
  position: relative;
  margin-bottom: 30px;
}
.form__selectBlock {
  position: relative;
}
.form__selectBlock:after {
  content: "";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  right: 20px;
  top: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
.form__input, .form__select, .form__textarea {
  width: 100%;
  color: #E4C570;
  padding: 15px 0;
  border: 0;
  border-bottom: 2px solid #fff;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
.form__input:placeholder, .form__select:placeholder, .form__textarea:placeholder {
  color: #E4C570;
  opacity: 1;
}
.form__input:-moz-placeholder, .form__select:-moz-placeholder, .form__textarea:-moz-placeholder {
  color: #E4C570;
  opacity: 1;
}
.form__input::-moz-placeholder, .form__select::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #E4C570;
  opacity: 1;
}
.form__input:-ms-input-placeholder, .form__select:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  color: #E4C570;
  opacity: 1;
}
.form__input::-webkit-input-placeholder, .form__select::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: #E4C570;
  opacity: 1;
}
.form__input:disabled, .form__select:disabled, .form__textarea:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.form__input.is-invalid, .form__select.is-invalid, .form__textarea.is-invalid {
  border-color: #DE9A52;
}
.form__select {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.form__textarea {
  height: 140px;
}

.way {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #22433E;
  margin-bottom: 45px;
}
.way__item:after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}
.way__item:last-child {
  text-decoration: underline;
  font-weight: bold;
}
.way__item:last-child:after {
  display: none;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #69ACA2 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #69ACA2 !important;
}

.swal2-title {
  font-weight: 500 !important;
  color: #426865 !important;
  max-width: 280px !important;
  font-size: 23px !important;
  margin-bottom: 30px !important;
}

.swal2-content {
  font-size: 15px !important;
  font-size: 15px !important/16pxrem;
  color: #69ACA2 !important;
  margin-bottom: 15px;
}

.swal2-styled.swal2-confirm {
  font-size: 11px !important;
  font-size: 11px !important/16pxrem;
  background: #E4C570 !important;
  display: inline-block;
  padding: 0 60px;
  height: 41px;
  line-height: 41px;
  color: #364A47 !important;
  font-weight: bold;
  min-width: 140px;
  text-align: center;
  position: relative;
  top: 0;
  transition: all 0.3s;
  border-radius: 24px !important;
  box-shadow: 0px 6px 12px rgba(176, 144, 56, 0.35) !important;
  margin-bottom: 20px;
}
.swal2-styled.swal2-confirm:hover {
  color: #364A47;
  top: -3px;
}
.swal2-styled.swal2-confirm:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

@media (max-width: 991px) {
  .default-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }

  .default-btn {
    font-size: 10px;
    font-size: 0.625rem;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
  }

  .form__input, .form__select, .form__textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .way {
    display: none;
  }

  .btn__representative {
    width: 70px;
    bottom: 20px;
    right: 20px;
  }

  .default-btn:hover {
    top: 0;
  }
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 0;
  z-index: 9;
}
.header .nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav .menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: normal;
  justify-content: normal;
}
.header .nav .menu__bar {
  display: none;
}
.header .nav .menu__item {
  margin-right: 40px;
}
.header .nav .menu__item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .header .nav .menu .menu__item.dropdown span.menu__link {
    position: relative;
  }
  .header .nav .menu .menu__item.dropdown span.menu__link::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.971' height='6.824' viewBox='0 0 11.971 6.824'%3E%3Cpath id='Caminho_31' data-name='Caminho 31' d='M89.717,55.578,84.57,60.725a.838.838,0,0,1-1.186-1.185l4.555-4.555-4.555-4.554a.838.838,0,1,1,1.186-1.186l5.147,5.147a.838.838,0,0,1,0,1.185Z' transform='translate(60.971 -83.138) rotate(90)' fill='%2322433e'/%3E%3C/svg%3E%0A");
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .header .nav .menu .menu__item.dropdown.active span.menu__link {
    position: relative;
  }
  .header .nav .menu .menu__item.dropdown.active span.menu__link::before {
    rotate: 180deg;
    top: 20%;
  }
}
@media (max-width: 767px) {
  .header .nav .menu .menu__item__download {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.header .nav .menu__download {
  font-size: 14px;
  font-size: 0.875rem;
  color: #22433e;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid #22433e;
  border-radius: 19px;
  transition: all 0.3s;
}
.header .nav .menu__download:hover {
  border: 2px solid #22433e;
  color: #fff8e6;
  background-color: #22433e;
}
.header .nav .menu__download.active {
  border: 2px solid #22433e;
  color: #fff8e6;
  background-color: #22433e;
}
.header .nav .menu__link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #22433e;
  padding: 10px 0;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.header .nav .menu__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  text-align: right;
  height: 3px;
  background-color: #22433e;
  transition: all 0.3s;
  right: 0;
  bottom: -3px;
}
.header .nav .menu__link:hover:after, .header .nav .menu__link.active:after {
  width: 44px;
}
.header .nav .dropdown {
  position: relative;
  transition: all 0.3s;
}
.header .nav .dropdown__menu {
  position: absolute;
  right: 0;
  width: 100%;
  background: #fff;
  display: none;
  margin-top: 10px;
  min-width: 240px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header .nav .dropdown__menu .menu__link {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px;
  font-weight: 300;
  display: block;
  width: 100%;
  text-align: left;
  color: #22433e;
}
.header .nav .dropdown__menu .menu__link:hover, .header .nav .dropdown__menu .menu__link.active {
  font-weight: bold;
}
.header .nav .dropdown__menu .menu__link:hover:after, .header .nav .dropdown__menu .menu__link.active:after {
  display: none;
}
.header .nav .logo .logoLetterSvg {
  fill: #22433e;
}
.header .nav .logo svg {
  width: 280px;
}
.header .nav .logo--white .logoLetterSvg {
  fill: #dbddd7;
}
.header .nav .btnContact {
  flex: 1;
}
.header .nav .btnContact__link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 1;
  font-weight: bold;
  color: blue;
  border: 2px solid blue;
  max-width: 145px;
  width: 100%;
  padding: 0 15px;
  transition: all 0.3s;
  margin-left: auto;
}
.header .nav .btnContact__link svg {
  width: 23px;
  margin-left: 10px;
  fill: blue;
  transition: all 0.3s;
}
.header .nav .btnContact__link:hover {
  color: green;
}
.header .nav .btnContact__link:hover svg {
  fill: green;
}
.header--white .nav .menu__download {
  color: #fff8e6;
  border: 2px solid #dbddd7;
}
.header--white .nav .menu__download:hover {
  border: 2px solid #dbddd7;
  color: #22433e;
  background-color: #dbddd7;
}
.header--white .nav .menu__link {
  color: #fff8e6;
}
.header--white .nav .menu__link:after {
  background-color: #fff8e6;
}

@media (max-width: 991px) {
  .header .nav .menu__item {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 16px 0;
  }
  .header .nav .logo--whiteMob .logoLetterSvg {
    fill: #dbddd7;
  }
  .header .nav .menu {
    display: none;
    background-color: #fff8e6;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 999999;
    width: 100%;
    padding: 20px 15px;
  }
  .header .nav .menu__bar {
    display: block;
    width: 22px;
    height: 15px;
    cursor: pointer;
  }
  .header .nav .menu__bar__item {
    height: 2px;
    background-color: #e4c570;
    display: block;
    position: relative;
    transition: transform 0.3s;
  }
  .header .nav .menu__bar__item:nth-child(2) {
    margin: 4px 0;
  }
  .header .nav .menu__bar.active .menu__bar__item:nth-child(2) {
    display: none;
  }
  .header .nav .menu__bar.active .menu__bar__item:first-child {
    transform: rotate(45deg);
  }
  .header .nav .menu__bar.active .menu__bar__item:last-child {
    transform: rotate(-45deg);
    top: -2px;
  }
  .header .nav .menu__item {
    margin: 0;
  }
  .header .nav .menu__link {
    padding: 20px 15px;
    display: block;
  }
  .header .nav .menu__link:after {
    display: none;
  }
  .header .nav .dropdown__menu {
    position: relative;
    background: transparent;
    box-shadow: none;
    margin: 0;
    min-width: initial;
    padding: 0 15px;
  }
  .header .nav .dropdown__menu .menu__link {
    padding: 8px 15px;
    text-transform: none;
  }
  .header .nav .dropdown__menu .menu__link:hover {
    font-weight: 300;
  }
  .header--white .nav .menu__link {
    color: #22433e;
  }
  .header--white .nav .menu__link:after {
    background-color: #22433e;
  }
  .header--white .nav .menu__download {
    border-color: #22433e;
    color: #22433e;
  }
}
.footer {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background-color: #22433e;
}
.footer .tel--mob {
  display: none;
}
.footer__logo svg {
  width: 47px;
}
.footer__logo__mmk {
  text-align: right;
  display: block;
}
.footer__logo__mmk svg {
  width: 165px;
  fill: #fff;
}
.footer .midias {
  justify-content: center;
  margin: 0;
}
.footer__up {
  margin-left: auto;
  display: block;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  color: #eac14e;
  border: 2px solid;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer__up:hover, .footer__up:focus {
  color: #eac14e;
}
.footer__up--mobile {
  display: none;
}
.footer__top {
  margin-bottom: 20px;
}
.footer__address {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}
.footer__address--big {
  font-size: 20px;
  font-size: 1.25rem;
}
.footer address {
  margin: 0;
}

@media (max-width: 991px) {
  .footer {
    padding: 50px 0;
  }
  .footer__address {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding-top: 25px;
  }
  .footer .tel--desk {
    display: none;
  }
  .footer .tel--mob {
    display: block;
    margin-bottom: 30px;
  }
  .footer__top {
    margin-bottom: 40px;
  }
  .footer__logo {
    margin-bottom: 30px;
    display: block;
  }
  .footer__logo__onda {
    text-align: center;
    display: block;
    margin-top: 40px;
  }
  .footer__up {
    margin: 40px auto 0;
  }
  .footer__up--desk {
    display: none;
  }
  .footer__up--mobile {
    display: block;
  }
}
.testimony {
  text-align: center;
}
.testimony__quotation {
  margin-bottom: 25px;
}
.testimony__quotation svg {
  width: 65px;
  fill: #22433E;
}
.testimony__blockText {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}
.testimony__text {
  color: #747474;
  margin-bottom: 25px;
}
.testimony__author {
  font-weight: bold;
  color: #E4BA4A;
}

@media (max-width: 991px) {
  .testimony__blockText {
    font-size: 16px;
    font-size: 1rem;
  }
}
.previewProduct {
  background-color: #fff;
  height: 360px;
  padding: 50px 25px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(204, 198, 184, 0.3);
  display: block;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.previewProduct:hover {
  transform: scale(1.1, 1.1);
  z-index: 1;
}
.previewProduct:hover .previewProduct__icon {
  opacity: 1;
}
.previewProduct__flag {
  top: 0;
  position: absolute;
  background-color: #EAC14E;
  height: 26px;
  line-height: 26px;
  width: 95px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
}
.previewProduct__image {
  margin-bottom: 20px;
  height: 200px;
}
.previewProduct__title {
  color: #6C6C6C;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.previewProduct__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: rgba(234, 193, 78, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.6s;
}

@media (max-width: 991px) {
  .previewProduct {
    height: 250px;
    padding: 35px 20px;
  }
  .previewProduct__image {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .previewProduct {
    height: auto;
    padding: 15px 25px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto 15px;
  }
  .previewProduct__flag {
    left: initial;
    transform: none;
    right: 18px;
  }
  .previewProduct__image {
    width: 90px;
    height: auto;
    margin: 0;
  }
}
#page404 {
  padding-top: 180px;
  padding-bottom: 140px;
  color: #22433E;
}
#page404 .page404__notFound {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 50px;
}
#page404 .page404__error {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 67px;
  font-size: 4.1875rem;
  line-height: 1;
}
#page404 .page404__404 {
  font-weight: bold;
  font-size: 320px;
  font-size: 20rem;
  line-height: 1;
}
#page404 .page404__content {
  padding-bottom: 45px;
}
#page404 .page404__sorry {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
}
#page404 .page404__text {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 37px;
  margin-bottom: 40px;
}
#page404 .page404__back {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  text-transform: uppercase;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: normal;
  width: intrinsic;
}
#page404 .page404__back svg {
  fill: #22433E;
  width: 35px;
  margin-right: 20px;
  transform: scale(-1);
}

#home .banner {
  background: linear-gradient(90deg, #22433e 53%, #e4c570 53%);
  padding-top: 260px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
#home .banner__title {
  color: #e4c570;
  font-weight: bold;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 75px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
#home .banner__text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
#home .banner__blockImg {
  position: relative;
}
#home .banner__blockImg svg {
  position: absolute;
  width: 520px;
  bottom: -355px;
  left: 45px;
}
#home .banner__img {
  left: 50px;
  max-width: 500px;
  position: relative;
  z-index: 1;
}
#home .about {
  margin-bottom: 80px;
}
#home .about__img {
  left: -45px;
  position: relative;
  margin-top: -120px;
}
#home .about .default-title {
  max-width: 180px;
}
#home .about__text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: normal;
  justify-content: normal;
  padding-top: 60px;
}
#home .about__content {
  margin-left: 40px;
  margin-top: 25px;
  padding-right: 20px;
}
#home .about__desc {
  color: #747474;
  margin-bottom: 40px;
}
#home .prevProducts {
  margin-top: 160px;
  margin-bottom: 90px;
  overflow: hidden;
}
#home .prevProducts__title {
  max-width: 240px;
  margin-left: 95px;
  position: relative;
}
#home .prevProducts__title:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #22433e;
  width: 10px;
  height: 90%;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
#home .prevProducts__blockImg {
  position: relative;
  margin-top: 45px;
  padding: 50px 0 30px;
  z-index: 2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#home .prevProducts__blockImg svg {
  position: absolute;
  left: 65px;
  width: 410px;
  top: 105px;
}
#home .prevProducts__blockImg:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e4c570;
  width: 300%;
  right: 0;
  top: 0;
}
#home .prevProducts__img {
  position: relative;
  right: -55px;
  z-index: 1;
  width: 398px;
  height: 503px;
  background-color: #4d7f7a;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
#home .prevProducts__img img {
  height: 100%;
  width: 100%;
}
#home .prevProducts__content {
  position: relative;
  padding: 220px 0 105px 45px;
  z-index: 1;
}
#home .prevProducts__content__svgback svg {
  position: absolute;
  width: 340px;
  left: -100px;
  top: 70px;
}
#home .prevProducts__content:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background-color: #22433e;
  width: 300%;
  left: -140px;
  top: 0;
}
#home .prevProducts__item {
  margin-bottom: 5px;
}
#home .prevProducts__item__link {
  height: 110px;
  background-color: rgba(9, 20, 18, 0.4);
  border-radius: 10px;
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
  width: 245px;
  padding: 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s;
}
#home .prevProducts__item__link:hover {
  background-color: rgba(228, 197, 112, 0.4);
}
#home .prevProducts__item__link:hover .prevProducts__item__blockImg {
  opacity: 1;
}
#home .prevProducts__item__title {
  color: #fff;
  min-height: 35px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  width: 110px;
}
#home .prevProducts__item__blockImg {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
  opacity: 0;
  transition: all 0.3s;
}
#home .prevProducts__item__img {
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
}
#home .prevProducts__item__img img {
  max-width: 90px;
}
#home .prevProducts__item__btn {
  width: 49px;
  height: 49px;
  background-color: rgba(228, 197, 112, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#home .prevProducts__item__btn svg {
  fill: #22433e;
  width: 18px;
}
#home .prevProducts__icon {
  margin-bottom: 10px;
}
#home .find {
  overflow: hidden;
  padding-bottom: 225px;
}
#home .find__title {
  position: relative;
  z-index: 2;
  padding: 20px 40px;
  background-color: #e4c570;
  max-width: 350px;
  color: #22433e;
  margin-bottom: -60px;
  margin-left: auto;
}
#home .find__title--mob {
  display: none;
}
#home .find__linebg {
  position: relative;
}
#home .find__linebg svg {
  position: absolute;
  right: 0;
  height: 480px;
  top: 90px;
}
#home .find__content {
  min-height: 654px;
  position: relative;
  z-index: 1;
}
#home .find__content:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 200%;
  background: #22433e;
  top: 0;
  right: 95px;
}
#home .find__content__box {
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  padding: 90px 0;
}
#home .find .form {
  max-width: 515px;
  margin-left: auto;
}
#home .find .form__input, #home .find .form__select {
  border-color: #646464;
  color: #919191;
}
#home .find .form__input:placeholder, #home .find .form__select:placeholder {
  color: #919191;
  opacity: 1;
}
#home .find .form__input:-moz-placeholder, #home .find .form__select:-moz-placeholder {
  color: #919191;
  opacity: 1;
}
#home .find .form__input::-moz-placeholder, #home .find .form__select::-moz-placeholder {
  color: #919191;
  opacity: 1;
}
#home .find .form__input:-ms-input-placeholder, #home .find .form__select:-ms-input-placeholder {
  color: #919191;
  opacity: 1;
}
#home .find .form__input::-webkit-input-placeholder, #home .find .form__select::-webkit-input-placeholder {
  color: #919191;
  opacity: 1;
}
#home .find .default-btn {
  margin: 30px auto 0;
  display: block;
  max-width: 180px;
  width: 100%;
}
#home .find__success {
  flex: 1;
  padding-left: 20px;
  padding-right: 100px;
  color: #fff;
  display: none;
}
#home .find__success__item {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  margin-bottom: 65px;
}
#home .find__success__item:last-child {
  margin-bottom: 0;
}
#home .find__success__name {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 23px;
  font-size: 1.4375rem;
}
#home .find__success__mail {
  margin-bottom: 20px;
}
#home .find__success__mail, #home .find__success__phone {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: normal;
  margin-bottom: 15px;
}
#home .find__success__mail svg, #home .find__success__phone svg {
  width: 20px;
  height: 15px;
  margin-right: 15px;
}
#home .find__error {
  flex: 1;
  padding: 10px 145px 0 20px;
  color: #fff;
  display: none;
}
#home .find__error__text {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 50px;
}
#home .find__error .default-btn {
  margin: 0;
  padding: 0;
  font-size: 11px;
  height: 50px;
  line-height: 50px;
}
#home .contact {
  margin-top: 125px;
  padding-bottom: 185px;
  position: relative;
}
#home .contact:after {
  content: "";
  display: block;
  position: absolute;
  height: 67%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #e4c570;
}
#home .contact__content__left {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: normal;
  padding-left: 95px;
}
#home .contact__content__title {
  font-weight: bold;
  font-size: 68px;
  font-size: 4.25rem;
  line-height: 70px;
  color: #fff;
  width: 305px;
}

@media (max-width: 1199px) {
  #home .about__img {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  #home .banner {
    padding-top: 200px;
    padding-bottom: 50px;
  }
  #home .banner__title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
  }
  #home .banner__img {
    max-width: 350px;
    left: -20px;
  }
  #home .banner__blockImg svg {
    width: 280px;
    bottom: -180px;
    left: 0;
  }
  #home .about {
    margin-bottom: 50px;
  }
  #home .about__img {
    max-width: 350px;
    margin-top: -45px;
  }
  #home .about__text {
    display: block;
    padding-top: 35px;
  }
  #home .about__content {
    margin-left: 0;
    margin-top: 20px;
    padding-right: 0;
  }
  #home .about__desc {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  #home .prevProducts {
    margin-top: 110px;
    margin-bottom: 40px;
  }
  #home .prevProducts__title {
    margin-left: 0;
    max-width: 210px;
  }
  #home .prevProducts__title:before {
    width: 7px;
    left: -15px;
  }
  #home .prevProducts__img {
    right: -25px;
    width: 298px;
    height: 403px;
  }
  #home .prevProducts__img img {
    max-width: 100%;
  }
  #home .prevProducts__blockImg svg {
    width: 250px;
    left: -15px;
  }
  #home .prevProducts__content {
    padding: 130px 0 50px 25px;
  }
  #home .prevProducts__content__svgback svg {
    width: 250px;
  }
  #home .find {
    padding-bottom: 50px;
  }
  #home .find__title {
    max-width: 240px;
    padding: 25px;
    padding-bottom: 25px;
  }
  #home .find__content:after {
    right: 20px;
  }
  #home .find__success {
    padding-left: 20px;
    padding-right: 45px;
  }
  #home .find__error {
    padding-right: 50px;
  }
  #home .find__linebg {
    display: none;
  }
  #home .find .default-btn {
    max-width: 150px;
  }
  #home .contact {
    margin-top: 60px;
    padding-bottom: 130px;
  }
  #home .contact__content__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
  #home .contact__content__left {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  #home .banner {
    background: linear-gradient(to bottom, #22433e 74%, #e4c570 56%);
    padding-top: 110px;
    padding-bottom: 75px;
  }
  #home .banner__img {
    max-width: 350px;
    left: 50%;
    transform: translateX(-50%);
  }
  #home .banner__blockImg svg {
    display: none;
  }
  #home .about .default-title {
    margin: 0 auto;
  }
  #home .about__img {
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
  #home .about__text {
    padding-top: 0;
    text-align: center;
  }
  #home .prevProducts {
    margin-bottom: 0;
  }
  #home .prevProducts__title {
    margin-left: 15px;
  }
  #home .prevProducts__blockImg {
    padding: 0;
  }
  #home .prevProducts__blockImg:before {
    right: -15px;
  }
  #home .prevProducts__blockImg svg {
    left: 0;
    top: 100px;
  }
  #home .prevProducts__img {
    right: 0;
    width: 242px;
    height: 359px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  #home .prevProducts__content {
    padding: 70px 0 110px;
  }
  #home .prevProducts__content__svgback svg {
    width: 340px;
    top: -85px;
  }
  #home .prevProducts__item__link {
    margin: 0 auto;
  }
  #home .prevProducts__item__link:hover {
    background-color: rgba(9, 20, 18, 0.4);
  }
  #home .prevProducts__item__link .prevProducts__item__blockImg {
    display: none;
  }
  #home .find {
    overflow: initial;
  }
  #home .find__title {
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: -60px;
  }
  #home .find__title--mob {
    display: block;
  }
  #home .find__title--desk {
    display: none;
  }
  #home .find__rowReverse {
    flex-direction: column-reverse;
  }
  #home .find__content {
    min-height: initial;
    margin-top: 60px;
  }
  #home .find__content:after {
    right: -15px;
  }
  #home .find__content__box {
    padding: 0;
  }
  #home .find__success, #home .find__error {
    padding: 45px 20px;
  }
  #home .contact {
    overflow: hidden;
  }
  #home .contact:after {
    display: none;
  }
  #home .contact .container {
    padding-left: 0;
    padding-right: 0;
  }
  #home .contact__title {
    display: none;
  }
  #home .contact__content__title {
    width: 100%;
    text-align: center;
  }
  #home .contact__content__left {
    padding: 20px 15px;
    text-align: center;
    width: 100%;
  }
  #home .contact__content__right {
    padding: 80px 15px 50px;
    width: 100%;
  }
  #home .contact__line--green {
    left: -135px;
    bottom: -100px;
  }
  #home .contact svg {
    width: 410px;
  }
}
.contact__title {
  margin-left: 95px;
}
.contact svg {
  width: 420px;
}
.contact__line {
  position: absolute;
}
.contact__line--yellow {
  right: 90px;
  top: -85px;
}
.contact__line--green {
  bottom: -90px;
  left: 70px;
}
.contact__content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: normal;
  justify-content: normal;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.contact__content__left {
  background-color: #E4C570;
  width: 40%;
  min-width: 466px;
}
.contact__content__right {
  background-color: #22433E;
  width: 60%;
  padding: 75px 130px 45px 60px;
}
.contact__content__left, .contact__content__right {
  position: relative;
  z-index: 1;
}
.contact .default-btn {
  margin: 0 auto;
  display: block;
  max-width: 180px;
  width: 100%;
  margin-top: 45px;
  padding: 0;
}

#contact {
  padding: 160px 0 45px;
  overflow: hidden;
}
#contact .contact__title {
  color: #22433E;
}
#contact .contact__content__title {
  color: #F3F8EB;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#contact .contact__content__left {
  padding-left: 100px;
  padding-top: 50px;
  padding-right: 50px;
}
#contact .contact__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: normal;
  justify-content: normal;
  margin-bottom: 50px;
}
#contact .contact__info:last-child {
  margin-bottom: 0;
}
#contact .contact__info__icon {
  color: #fff;
  width: 40px;
  margin-left: -40px;
  font-size: 21px;
  font-size: 1.3125rem;
}
#contact .contact__info__icon svg {
  width: 18px;
  fill: #fff;
}
#contact .contact__info__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  color: #22433E;
}

@media (max-width: 1199px) {
  .contact__content__right {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 991px) {
  #contact .contact__content__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #contact .contact__content__left {
    padding-left: 70px;
    padding-right: 15px;
  }
  #contact .contact__info__text {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .contact .default-btn {
    max-width: 150px;
  }
  .contact__title {
    margin-left: 30px;
  }
  .contact__line--yellow {
    right: 30px;
    top: -60px;
  }
  .contact__line--green {
    bottom: -50px;
    left: 20px;
  }
  .contact svg {
    width: 300px;
  }
  .contact__content__left {
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  #contact {
    background-color: #22433E;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  #contact .contact__title {
    color: #E4C570;
    margin-left: 0;
  }
  #contact .contact__content__left {
    display: none;
  }
  #contact .contact__line--green {
    display: none;
  }
  #contact .contact__content__right {
    padding: 40px 0 0;
    width: 100%;
  }

  .contact__content {
    display: block;
    margin-top: 0;
  }
  .contact__line--yellow {
    display: none;
  }
}
#products {
  padding-top: 160px;
  position: relative;
  min-height: 1080px;
}
#products:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #22433e;
  right: 0;
  width: 50%;
  height: 1080px;
  top: 0;
}
#products .products__content {
  position: relative;
}
#products .products__title {
  color: #22433e;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 74px;
  margin-bottom: 25px;
}
#products .products__desc {
  color: #22433e;
}
#products .products__image {
  position: relative;
  height: 443px;
  width: 443px;
  background-color: #4d7f7a;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
#products .products__image img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: 100%;
  display: block;
}
#products .products__blockImg {
  position: relative;
  z-index: 2;
}
#products .products__blockImg svg {
  width: 447px;
  position: absolute;
  left: 90px;
  top: 50px;
  z-index: 1;
}
#products .products__list {
  position: relative;
  margin-top: 170px;
  z-index: 3;
}
#products .category {
  max-width: 215px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  margin-bottom: 35px;
}
#products .category__feacture {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #22433e;
  color: #22433e;
  border-radius: 23px;
  height: 46px;
  padding: 0 20px;
  cursor: pointer;
}
#products .category__boxItems {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  left: 0;
  top: 0;
  background-color: #22433e;
  border-radius: 23px;
  display: none;
}
#products .category__link {
  padding: 15px 0;
  color: #fff;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}
#products .category__link:hover {
  color: #eac14e;
}
#products .category__link--up {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#products .category__link--up:hover {
  color: #fff;
}
#products .pagination {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
#products .page-item {
  margin: 0 7px;
}
#products .page-item.active .page-link {
  background-color: #22433e;
  color: #fff;
}
#products .page-link {
  border: 0;
  font-weight: bold;
  color: #22433e;
  width: 20px;
  height: 21px;
  padding: 0;
  line-height: 21px;
  text-align: center;
  transition: all 0.3s;
  background-color: transparent;
  border-radius: 0;
}
#products .page-link:hover {
  background-color: #22433e;
  color: #fff;
}

@media (max-width: 1199px) {
  #products .products__image {
    width: 380px;
    height: 380px;
  }
  #products .products__blockImg svg {
    width: 370px;
    left: 60px;
  }
}
@media (max-width: 991px) {
  #products:before {
    height: 650px;
  }
  #products .products__title {
    line-height: 1;
  }
  #products .products__image {
    width: 260px;
    height: 260px;
  }
  #products .products__blockImg svg {
    width: 260px;
    left: 40px;
    top: -50px;
  }
  #products .products__list {
    margin-top: 60px;
  }
  #products .pagination {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  #products {
    padding-top: 80px;
    overflow: hidden;
  }
  #products:before {
    display: none;
  }
  #products .products__blockImg {
    position: relative;
    margin-top: 110px;
    padding-bottom: 50px;
  }
  #products .products__blockImg:before {
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    height: 100%;
    background-color: #22433e;
    left: -15px;
  }
  #products .products__image {
    top: -80px;
    width: 244px;
    height: 244px;
    margin-left: 10px;
  }
  #products .products__list {
    margin-top: -30px;
  }
}
#productDetail {
  padding-top: 160px;
  padding-bottom: 100px;
  position: relative;
  min-height: 1080px;
  color: #22433e;
}
#productDetail:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #22433e;
  right: 0;
  width: 50%;
  height: 1080px;
  top: 0;
}
#productDetail .carac__title {
  font-weight: bold;
}
#productDetail .carac__item__desc {
  margin-top: 17px;
}
#productDetail .productDetail__head--mob {
  display: none;
}
#productDetail .productDetail__flag {
  color: #fff;
  text-transform: uppercase;
  background-color: #eac14e;
  border-radius: 24px;
  height: 24px;
  width: 95px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  margin-bottom: 5px;
}
#productDetail .productDetail__title, #productDetail .productDetail__cod {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
}
#productDetail .productDetail__cod {
  font-weight: bold;
}
#productDetail .colors {
  margin-top: 40px;
  margin-bottom: 50px;
}
#productDetail .colors--mob {
  display: none;
}
#productDetail .colors__head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  max-width: 360px;
}
#productDetail .colors__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: normal;
  justify-content: normal;
}
#productDetail .colors__item {
  margin-top: 20px;
  width: 50px;
  height: 28px;
  border-radius: 23px;
  margin-right: 17px;
  cursor: pointer;
  position: relative;
}
#productDetail .colors__item:last-child {
  margin-right: 0;
}
#productDetail .colors__item.active:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #69aca2;
  width: 62px;
  height: 37px;
  border-radius: 32px;
  background-color: transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#productDetail .specifications__title {
  margin-bottom: 17px;
}
#productDetail .specifications__img {
  max-width: 140px;
}
#productDetail .dimensions {
  margin-top: 17px;
}
#productDetail .carousel {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#productDetail .carousel .slider-nav__item {
  margin: 4px 0;
}
#productDetail .carousel .slick-slide {
  margin-bottom: 1px;
}
#productDetail .carousel .slider-for {
  width: 443px;
  position: relative;
  top: -4px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
#productDetail .carousel .slider-for .slider-for__item {
  display: block !important;
}
#productDetail .carousel .slider-for .carousel__image {
  height: 443px;
  width: 443px;
  background-color: #4d7f7a;
}
#productDetail .carousel .slider-for .carousel__image img {
  max-width: 100%;
  height: 100%;
  display: block;
}
#productDetail .carousel .slider-for .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f3f8eb;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#productDetail .carousel .slider-for .slick-arrow svg {
  fill: #20403c;
  width: 10px;
}
#productDetail .carousel .slider-for .slick-prev {
  left: -25px;
  transform: translateY(-50%) scale(-1);
}
#productDetail .carousel .slider-for .slick-next {
  right: -25px;
}
#productDetail .carousel .slider-nav {
  width: 136px;
}
#productDetail .carousel .slider-nav .carousel__image {
  height: 136px;
  width: 136px;
  background-color: #4d7f7a;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#productDetail .carousel .slider-nav .carousel__image img {
  max-width: 100%;
  height: 100%;
  display: block;
}
#productDetail .contact {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  margin-top: 50px;
}
#productDetail .contact--mob {
  display: none;
}
#productDetail .contact__text {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  max-width: 150px;
  line-height: 1;
}
#productDetail .contact .default-btn {
  margin: 0;
  margin-left: 40px;
  max-width: 140px;
  padding: 0;
  height: 42px;
  line-height: 42px;
  font-size: 11px;
  font-size: 0.6875rem;
}
#productDetail .related {
  margin-top: 60px;
}
#productDetail .related__title {
  position: relative;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 45px;
}
#productDetail .related__title:before {
  content: "";
  position: relative;
  display: block;
  height: 3px;
  background-color: #22433e;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  #productDetail .productDetail__title, #productDetail .productDetail__cod {
    font-size: 44px;
    font-size: 2.75rem;
  }
  #productDetail .carousel .slider-for {
    width: 380px;
  }
  #productDetail .carousel .slider-for .carousel__image {
    width: 380px;
    height: 380px;
  }
  #productDetail .carousel .slider-nav {
    width: 115px;
  }
  #productDetail .carousel .slider-nav .carousel__image {
    width: 115px;
    height: 115px;
  }
}
@media (max-width: 991px) {
  #productDetail {
    padding-bottom: 0;
  }
  #productDetail .productDetail__flag {
    margin-bottom: 30px;
  }
  #productDetail .productDetail__title, #productDetail .productDetail__cod {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
  }
  #productDetail .carousel .slider-for {
    width: 260px;
  }
  #productDetail .carousel .slider-for .carousel__image {
    width: 260px;
    height: 260px;
  }
  #productDetail .carousel .slider-for .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #productDetail .carousel .slider-for .slick-next {
    right: -20px;
  }
  #productDetail .carousel .slider-for .slick-prev {
    left: -20px;
  }
  #productDetail .carousel .slider-nav {
    width: 75px;
  }
  #productDetail .carousel .slider-nav .carousel__image {
    width: 75px;
    height: 75px;
  }
  #productDetail .contact {
    padding-right: 0;
  }
  #productDetail .contact .default-btn {
    margin-left: 10px;
  }
  #productDetail .way__item:first-child {
    display: none;
  }
  #productDetail .related__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  #productDetail {
    padding-top: 80px;
    padding-bottom: 15px;
  }
  #productDetail:before {
    display: none;
  }
  #productDetail .productDetail__head--mob {
    display: block;
  }
  #productDetail .productDetail__head--desk {
    display: none;
  }
  #productDetail .productDetail__rowReverse {
    flex-direction: column-reverse;
  }
  #productDetail .colors--mob {
    display: block;
  }
  #productDetail .colors--desk {
    display: none;
  }
  #productDetail .slider-nav {
    display: none;
  }
  #productDetail .carousel {
    margin-bottom: 60px;
  }
  #productDetail .carousel:before {
    content: "";
    display: block;
    position: absolute;
    height: 145px;
    width: calc(100% + 30px);
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #22433e;
  }
  #productDetail .carousel .slider-for {
    margin: 0 auto;
  }
  #productDetail .carousel .slider-for .slick-arrow {
    width: auto;
    width: auto;
    background-color: transparent;
    box-shadow: none;
  }
  #productDetail .carousel .slider-for .slick-arrow svg {
    fill: #fff;
    width: 20px;
  }
  #productDetail .carousel .slider-for .slick-next {
    right: -35px;
  }
  #productDetail .carousel .slider-for .slick-prev {
    left: -35px;
  }
  #productDetail .carousel .slick-dots {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: -35px;
  }
  #productDetail .carousel .slick-dots li {
    height: 6px;
    width: 21px;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid #69aca2;
    cursor: pointer;
    transition: all 0.3s;
  }
  #productDetail .carousel .slick-dots button {
    height: 6px;
    width: 21px;
    text-indent: -9999px;
  }
  #productDetail .carousel .slick-dots .slick-active {
    background-color: #69aca2;
    width: 46px;
  }
  #productDetail .contact {
    position: relative;
    margin-top: 40px;
    padding: 40px 0;
  }
  #productDetail .contact:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: calc(100% + 30px);
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #22433e;
  }
  #productDetail .contact--mob {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #productDetail .contact--desk {
    display: none;
  }
  #productDetail .contact__text {
    position: relative;
    z-index: 1;
  }
  #productDetail .related {
    margin-top: 30px;
  }
  #productDetail .related__title:before {
    display: none;
  }
}
section.download {
  padding-top: 120px;
}
section.download div.user__name__container {
  margin-bottom: 50px;
  display: flex;
  justify-content: end;
}
@media (max-width: 840px) {
  section.download div.user__name__container {
    justify-content: center;
  }
}
section.download div.user__name__container div.user__name {
  text-align: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 840px) {
  section.download div.user__name__container div.user__name {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
  }
}
section.download div.user__name__container div.user__name h3 {
  color: #22433E;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: regular;
  line-height: 32px;
}
@media (max-width: 840px) {
  section.download div.user__name__container div.user__name h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}
section.download div.user__name__container div.user__name h3 span {
  color: #22433E;
  font-weight: bold;
}
section.download div.user__name__container div.user__name a {
  color: #22433E;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: bold;
  text-decoration: underline;
}
section.download h1 {
  color: #22433E;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 54px;
  font-weight: regular;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 840px) {
  section.download h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
  }
}
section.download h1 span {
  font-weight: bold;
}
section.download h4 {
  color: #22433E;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24px;
  font-weight: regular;
  text-align: center;
  margin-bottom: 30px;
}
section.download div.download__search {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 840px) {
  section.download div.download__search {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
section.download div.download__search ul.download__search__type {
  border: 1px solid #22433E;
  width: 350px;
  height: 50px;
  padding: 15px 0 15px 50px;
  background-color: #fff;
  border-radius: 3px;
  color: #707070;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: regular;
  line-height: 18px;
  display: none;
}
section.download div.download__search ul.download__search__type:placeholder {
  color: #707070;
  opacity: 1;
}
section.download div.download__search ul.download__search__type:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
section.download div.download__search ul.download__search__type::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
section.download div.download__search ul.download__search__type:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
section.download div.download__search ul.download__search__type::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
section.download div.download__search input, section.download div.download__search select {
  border: 1px solid #22433E;
  width: 350px;
  height: 50px;
  padding: 15px 0 15px 50px;
  background-color: #fff;
  border-radius: 3px;
  color: #707070;
  line-height: 18px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: regular;
}
section.download div.download__search input:placeholder, section.download div.download__search select:placeholder {
  color: #707070;
  opacity: 1;
}
section.download div.download__search input:-moz-placeholder, section.download div.download__search select:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
section.download div.download__search input::-moz-placeholder, section.download div.download__search select::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
section.download div.download__search input:-ms-input-placeholder, section.download div.download__search select:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
section.download div.download__search input::-webkit-input-placeholder, section.download div.download__search select::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
@media (max-width: 840px) {
  section.download div.download__search input, section.download div.download__search select {
    border-radius: 25px;
  }
}
section.download div.download__search select {
  padding: 15px 0 15px 15px;
}
@media (max-width: 840px) {
  section.download div.download__search select {
    display: none;
  }
}
section.download div.download__search div.download__search__input {
  position: relative;
}
section.download div.download__search div.download__search__input::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.646' height='15.649' viewBox='0 0 15.646 15.649'%3E%3Cpath id='magnifying-glass-solid' d='M12.713,6.356a6.341,6.341,0,0,1-1.222,3.75l3.869,3.872a.979.979,0,0,1-1.384,1.384L10.106,11.49a6.357,6.357,0,1,1,2.607-5.134Zm-6.356,4.4a4.4,4.4,0,1,0-4.4-4.4A4.4,4.4,0,0,0,6.356,10.757Z' fill='%23426865'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
section.download div.files__list ul.files__list__category {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr 1fr;
  padding: 15px 30px;
}
@media (max-width: 840px) {
  section.download div.files__list ul.files__list__category {
    display: none;
  }
}
section.download div.files__list ul.files__list__category li {
  font-weight: 700;
  color: #22433E;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
section.download div.files__list ul.files__list__itens {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 110px;
}
section.download div.files__list ul.files__list__itens li {
  display: none;
  background-color: #fff;
  padding: 35px 30px;
  border-radius: 11px;
}
section.download div.files__list ul.files__list__itens li.visible {
  display: block;
}
section.download div.files__list ul.files__list__itens li div.file__content {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr 1fr;
  align-items: center;
}
@media (max-width: 840px) {
  section.download div.files__list ul.files__list__itens li div.file__content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
section.download div.files__list ul.files__list__itens li p.file__name {
  color: #22433E;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: regular;
}
@media (max-width: 840px) {
  section.download div.files__list ul.files__list__itens li p.file__name {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
section.download div.files__list ul.files__list__itens li p.file__category {
  color: #22433E;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: bold;
}
@media (max-width: 840px) {
  section.download div.files__list ul.files__list__itens li p.file__category {
    display: none;
  }
}
section.download div.files__list ul.files__list__itens li p.file__size {
  color: #22433E;
  line-height: 18px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: bold;
}
@media (max-width: 840px) {
  section.download div.files__list ul.files__list__itens li p.file__size {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
section.download div.files__list ul.files__list__itens li a {
  justify-self: end;
}
@media (max-width: 840px) {
  section.download div.files__list ul.files__list__itens li a {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
section.download div.pagination__downloads {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
section.download div.pagination__downloads button.pagination__prev {
  padding: 0px 5px 5px 5px;
}
section.download div.pagination__downloads button.pagination__next {
  rotate: 180deg;
  padding: 5px 0px 5px 10px;
}
section.download div.pagination__downloads ul.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
}
section.download div.pagination__downloads ul.pagination li.page {
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  color: #22433E;
}
section.download div.pagination__downloads ul.pagination li.page.current__page {
  background-color: #22433E;
  color: #fff;
  padding: 1px 7px;
}

section.login {
  width: 100vw;
  height: 100vh;
}
section.login div.container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.login h1 {
  color: #22433E;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 840px) {
  section.login h1 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
section.login form {
  width: 500px;
}
@media (max-width: 840px) {
  section.login form {
    width: 100%;
  }
}
section.login form div.form__formGroup input.form__input {
  border-color: #22433E;
  color: #22433E;
  font-weight: 400;
}
section.login form div.form__formGroup input.form__input:placeholder {
  color: #22433E;
  opacity: 1;
}
section.login form div.form__formGroup input.form__input:-moz-placeholder {
  color: #22433E;
  opacity: 1;
}
section.login form div.form__formGroup input.form__input::-moz-placeholder {
  color: #22433E;
  opacity: 1;
}
section.login form div.form__formGroup input.form__input:-ms-input-placeholder {
  color: #22433E;
  opacity: 1;
}
section.login form div.form__formGroup input.form__input::-webkit-input-placeholder {
  color: #22433E;
  opacity: 1;
}
section.login form button.default-btn {
  margin: 80px auto 0;
  display: block;
  max-width: 180px;
  width: 100%;
}