@charset "UTF-8";
/* Ysabeau SC 700 */
@import url("https://fonts.googleapis.com/css2?family=Ysabeau+SC:wght@700&display=swap");
/* Josefin Sans 400 */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
/* Julius Sans One 400 */
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap");
/* Lato 400 */
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
/* Lexend 400*/
@import url("https://fonts.googleapis.com/css2?family=Lexend&display=swap");
/* Inter 400*/
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
/* Play 400*/
@import url("https://fonts.googleapis.com/css2?family=Play&display=swap");
/* Geologica */
@import url("https://fonts.googleapis.com/css2?family=Geologica&display=swap");
*,
*::before,
*::after,
*:focus {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  user-select: none;
  box-sizing: content-box;
}

:root {
  --catalog-item-width: calc(175px + 15px + 15px);
  --catalogs-max-width: calc(var(--catalog-item-width) * 3);
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

.catalogs,
.catalogs-main,
.container,
.menu-767px-wrapper,
.change_lng_,
.created-by-zatonski,
.form-body,
.form-group,
.feedback-text p {
  display: flex;
  justify-content: center;
  align-items: center;
}

#navigation {
  width: 100%;
  height: 110px;
  background-color: rgba(30, 30, 30, 0.95);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 100;
  transition: all 0.8s ease 0s;
}
#navigation .container {
  justify-content: space-between;
  height: inherit;
}
#navigation .container .header-logo {
  width: 240px;
  height: 78.55px;
  transition: all 0.8s ease 0s;
}
#navigation .container .header-logo svg {
  width: inherit;
  height: inherit;
  transition: inherit;
}
#navigation .container .menu-burger {
  position: relative;
  width: 35px;
  height: 25px;
  cursor: pointer;
  z-index: 105;
}
#navigation .container .menu-burger span {
  position: absolute;
  background-color: #d9d9d9;
  left: 0;
  width: 100%;
  height: 2.88px;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.3s ease 0s;
}
#navigation .container .menu-burger::before,
#navigation .container .menu-burger::after {
  content: "";
  background-color: #d9d9d9;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
#navigation .container .menu-burger::before {
  height: 2.16px;
  top: 0;
}
#navigation .container .menu-burger::after {
  height: 3.6px;
  bottom: 0;
}
#navigation .container .menu-burger.active span {
  transform: rotate(45deg);
  height: 2px;
}
#navigation .container .menu-burger.active::before {
  opacity: 0;
}
#navigation .container .menu-burger.active::after {
  transform: rotate(-45deg);
  height: 2px;
  top: 50%;
  translate: 0 -50%;
}
#navigation .container .change-lng {
  width: 40px;
}
#navigation .container .change-lng .dropdown {
  position: relative;
}
#navigation .container .change-lng .dropdown .dropdown-button {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  text-align: justify;
  border: none;
  border-radius: 15%;
  background: none;
  height: 100%;
  padding: 5px 20px 5px 3px;
  color: #fff;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  cursor: pointer;
  transition: all 0.2s linear;
}
#navigation .container .change-lng .dropdown .dropdown-button::after {
  box-sizing: content-box;
  content: "";
  position: absolute;
  top: 30%;
  right: 3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  transform: rotate(135deg);
  pointer-events: none;
  /* !!! */
  transition: all 0.2s linear;
}
#navigation .container .change-lng .dropdown .dropdown-button:hover {
  color: #bfbfbf;
}
#navigation .container .change-lng .dropdown .dropdown-button:focus {
  color: #bfbfbf;
}
#navigation .container .change-lng .dropdown .dropdown-list {
  display: none;
  transform: translate(0, -10%);
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: rgba(255, 255, 255, 0.79);
  overflow: hidden;
  border-radius: 5px;
  width: 42px;
  height: 71px;
  cursor: default;
  transition: all 0.3s ease 0s;
}
#navigation
  .container
  .change-lng
  .dropdown
  .dropdown-list
  .dropdown-list-item {
  color: #574946;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.51);
  padding: 1.9px 0;
  transition: all 0.2s linear;
}
#navigation
  .container
  .change-lng
  .dropdown
  .dropdown-list
  .dropdown-list-item:last-child {
  border-bottom: none;
}
#navigation
  .container
  .change-lng
  .dropdown
  .dropdown-list
  .dropdown-list-item:hover {
  background: white;
}
#navigation .container .change-lng .dropdown .dropdown-list.on {
  display: block;
}
#navigation .container .change-lng .dropdown .dropdown-list.visible {
  transform: translate(0, 0);
  opacity: 1;
  cursor: pointer;
}
#navigation .container .change-lng .dropdown .dropdown-input[hidden] {
  display: none;
}
#navigation .container .menu-767px {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 104;
  width: 60vw;
  min-width: 250px;
  max-width: 320px;
  height: 100vh;
  background-color: #1c1c1c;
  transform: translateX(120%);
  transition: all 0.35s ease;
}
#navigation .container .menu-767px .menu-767px-wrapper {
  height: 100%;
  max-height: 500px;
  flex-direction: column;
  justify-content: space-around;
  align-items: unset;
  margin-top: 67.5px;
}
#navigation .container .menu-767px .menu-767px-wrapper .nav-767px {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 20px;
}
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .nav-767px
  .nav-item-767px {
  height: 28px;
  margin-top: 15px;
}
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .nav-767px
  .nav-item-767px
  a,
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .nav-767px
  .nav-item-767px
  button {
  color: #ffffffda;
  text-align: center;
  font: normal 400 18px "Lato";
  line-height: normal;
  letter-spacing: 2px;
  transition: color 0.2s linear;
  cursor: pointer;
}
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .nav-767px
  .nav-item-767px
  a:hover,
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .nav-767px
  .nav-item-767px
  a:focus,
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .nav-767px
  .nav-item-767px
  button:hover,
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .nav-767px
  .nav-item-767px
  button:focus {
  color: #bfbfbf;
}
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .nav-767px
  .nav-item-767px:first-child {
  margin-top: 0;
}
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .nav-767px
  .nav-item-767px:nth-child(2) {
  margin-top: 35px;
}
#navigation .container .menu-767px .menu-767px-wrapper .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#navigation .container .menu-767px .menu-767px-wrapper .feedback {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .feedback
  .feedback-button {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .feedback
  .feedback-button
  img {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .feedback
  .feedback-button
  p {
  color: #fff;
  font: normal 400 20px "Segoe UI";
}
#navigation .container .menu-767px .menu-767px-wrapper .change_lng_ {
  width: 100%;
}
#navigation
  .container
  .menu-767px
  .menu-767px-wrapper
  .change_lng_
  .change-lng {
  display: block;
}
#navigation .container .menu-767px.active {
  transform: translateX(0);
}
#navigation .container .background_menu-767px {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 103;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.2s linear 0s;
}
#navigation .container .background_menu-767px.active {
  opacity: 1;
}
#navigation .container .background_menu-767px.on {
  display: block;
}

.feedback-window {
  display: none;
  width: 500px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(120%, 0);
  z-index: 150;
  background: #dbdbdb;
  transition: all 0.8s ease 0s;
}
.feedback-window .close {
  width: 96%;
  height: 45px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: right;
}
.feedback-window .close .feedback-window-close {
  position: relative;
  width: 27px;
  height: 27px;
  background: transparent;
}
.feedback-window .close .feedback-window-close .cross {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
  cursor: pointer;
}
.feedback-window .close .feedback-window-close .cross::before,
.feedback-window .close .feedback-window-close .cross::after {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  right: -3px;
  width: 33.67px;
  height: 1.68px;
  background-color: #1f1f1f;
  scale: 0.85;
  transition: all linear 0.3s;
}
.feedback-window .close .feedback-window-close .cross::before {
  transform: rotate(45deg);
}
.feedback-window .close .feedback-window-close .cross::after {
  transform: rotate(-45deg);
}
.feedback-window .close .feedback-window-close:hover .cross::before,
.feedback-window .close .feedback-window-close:hover .cross::after,
.feedback-window .close .feedback-window-close:focus .cross::before,
.feedback-window .close .feedback-window-close:focus .cross::after {
  background-color: #000;
  scale: 1;
}
.feedback-window .container {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  max-height: 720px;
}
.feedback-window .container .feedback-text {
  width: auto;
  height: auto;
  margin-bottom: 40px;
}
.feedback-window .container .feedback-text p {
  font: normal 300 36px "Sansation";
  line-height: normal;
  letter-spacing: 3.06px;
}
.feedback-window .container .feedback-text p:last-child {
  font-size: 18px;
  letter-spacing: 2.7px;
}
.feedback-window .container .form-body {
  position: relative;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
  max-height: 580px;
  /* &::after{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.301) url(сдесь ссылка на гифку в ковычках) center / 50px no-repeat;
      opacity: 0;
      visibility: hidden;
  }

  &.sending::after{
      opacity: 1;
      visibility: visible;
  } */
}
.feedback-window .container .form-body .form-group {
  flex-direction: column;
  justify-content: space-between;
  width: 325px;
  height: 100vh;
  max-height: 375px;
}
.feedback-window .container .form-body .form-group .form-item {
  margin-top: 35px;
}
.feedback-window .container .form-body .form-group .form-item .item {
  position: relative;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .item
  .form-group-input {
  width: 285px;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  outline: 2px solid #000000aa;
  background-color: transparent;
  box-shadow: none;
  transition: outline 500ms, box-shadow 500ms;
  font: normal 400 16px "Play";
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .item
  .form-group-input.message {
  height: 60px;
  min-height: 50px;
  max-height: 120px;
  line-height: 1.4em;
  resize: vertical;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .item
  .form-group-input:focus:valid {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(35, 35, 35, 0.4);
  -moz-box-shadow: 0px 5px 10px 2px rgba(35, 35, 35, 0.4);
  box-shadow: 0px 5px 10px 2px rgba(35, 35, 35, 0.4);
  /* rgba(124, 140, 131, 0.4) */
  outline: 2px solid #202020aa;
  /* #7C8C83 */
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .item
  .form-group-input:focus:valid
  + .form-group-label {
  padding-inline: 10px;
  translate: 18px -12px;
  scale: 0.8;
  background-color: #dbdbdb;
  border-radius: 10%;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .item
  .form-group-input.error {
  outline: 2px solid #ac5c5c;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(158, 90, 90, 0.4);
  -moz-box-shadow: 0px 5px 10px 2px rgba(158, 90, 90, 0.4);
  box-shadow: 0px 5px 10px 2px rgba(158, 90, 90, 0.4);
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .item
  .form-group-label {
  cursor: text;
  font: normal 400 16px "Play";
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -26px;
  color: #000000da;
  transition: all 500ms, background-color 200ms;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .item
  .error-label {
  display: none;
  transition: all 0.5s;
  opacity: 0;
  font: normal 600 14px "Play";
  color: #a42b2b;
  margin-top: 7px;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .item
  .error-label::before {
  content: url("/static/image/error.png");
  margin-right: 5px;
  opacity: 0;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .item
  .error-label.on {
  display: block;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .item
  .error-label.visible {
  opacity: 1;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .item
  .error-label.visible::before {
  opacity: 1;
}
.feedback-window .container .form-body .form-group .form-item .checkbox {
  position: relative;
  width: auto;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .checkbox
  .from-group-agreement {
  display: none;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .checkbox
  .from-group-agreement:checked
  + .from-group-label-agreement {
  color: #847a80;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .checkbox
  .from-group-agreement:checked
  + .from-group-label-agreement::after {
  opacity: 1;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .checkbox
  .from-group-agreement.error
  + .from-group-label-agreement::before {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(170, 10, 10, 0.4);
  -moz-box-shadow: 0px 5px 10px 2px rgba(170, 10, 10, 0.4);
  box-shadow: 0px 0px 10px 3px rgba(170, 10, 10, 0.4);
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .checkbox
  .from-group-label-agreement {
  font: normal 400 13px "Play";
  color: #393534;
  line-height: 160%;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear 0s;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .checkbox
  .from-group-label-agreement::before {
  content: "";
  align-self: flex-start;
  flex: 0 0 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  margin: 3px 10px 0 0;
  transition: all 0.3s linear 0s;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .checkbox
  .from-group-label-agreement::after {
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 3px 0 0 0;
  content: url("/static/image/mark.png");
  opacity: 0;
}
.feedback-window
  .container
  .form-body
  .form-group
  .form-item
  .checkbox
  .from-group-label-agreement.error {
  color: #aa0a0a;
}
.feedback-window .container .form-body .form-group .form-item:first-child {
  margin-top: 0;
}
.feedback-window .container .form-body .btn-send {
  margin-top: 20px;
  margin-bottom: 70px;
}
.feedback-window .container .form-body .btn-send button {
  width: 156px;
  height: 70px;
  color: #000;
  font-family: "Sansation";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  border-radius: 4px;
  background: #c2b1ad;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.2s linear;
  transform: translate(0, 0);
}
.feedback-window .container .form-body .btn-send button:hover,
.feedback-window .container .form-body .btn-send button:focus {
  cursor: pointer;
  background: #dac6c2;
}
.feedback-window .container .form-body .btn-send button:active {
  transform: translate(0, 2px);
}
.feedback-window.on {
  display: block;
}
.feedback-window.visible {
  transform: translate(0, 0);
}

.square {
  display: none;
  position: fixed;
  z-index: 149;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 10, 10, 0.736);
  opacity: 0;
  transition: all 0.3s linear 0s;
}
.square.on {
  display: block;
}
.square.visible {
  opacity: 1;
}

.catalogs {
  background-color: #e5e5e5;
  padding-top: 135px;
}
.catalogs .container {
  flex-direction: column;
}
.catalogs .container h1 {
  font: 700 55px "Ysabeau SC";
  color: #303030;
  font-size: calc(35px + 20 * ((100vw - 320px) / (767 - 320)));
  margin-bottom: 30px;
}
.catalogs .container .catalog_file {
  width: 100%;
  margin-bottom: 30px;
}
.catalogs .container .catalog_file img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 24px 3px rgba(15, 15, 15, 0.35);
  -moz-box-shadow: 0px 0px 24px 3px rgba(15, 15, 15, 0.35);
  box-shadow: 0px 0px 24px 3px rgba(15, 15, 15, 0.35);
}
.catalogs .container .catalog_file p {
  font: 400 32px "Julius Sans One";
  font-size: calc(18px + 14 * ((100vw - 320px) / (767 - 320)));
  color: #181818;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogs .container .new {
  position: relative;
}
.catalogs .container .new .new-block {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 50px;
  height: 25px;
  margin: 0;
  background-color: #ad3535;
  box-shadow: -7px 6px 8px 0px rgba(116, 116, 116, 0.2);
}
.catalogs .container .new .new-block .new-tittle {
  font-family: "Geologica";
  font-size: 15px;
  color: #f7f7f7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.catalogs-main {
  background-color: #e5e5e5;
  padding-top: 135px;
}
.catalogs-main .container {
  flex-direction: column;
}
.catalogs-main .container .link {
  position: relative;
  margin-bottom: 45px;
}
.catalogs-main .container .link img {
  width: 90vw;
  height: auto;
  border-radius: 2%;
}
.catalogs-main .container .link .text {
  position: absolute;
  bottom: 7%;
  left: 3%;
  z-index: 1;
}
.catalogs-main .container .link .text p {
  font-style: normal;
  line-height: normal;
  text-align: left;
  color: #e5e5e5;
}
.catalogs-main .container .link .text p:first-child {
  font-family: "Lexend";
  font-size: 22px;
  font-size: calc(20px + 30 * ((100vw - 320px) / (767 - 320)));
  margin-bottom: 5%;
}
.catalogs-main .container .link .text p:last-child {
  font-family: "Calibri";
  font-size: 20px;
  font-size: calc(18px + 17 * ((100vw - 320px) / (767 - 320)));
  font-weight: 400;
}

.created-by-zatonski {
  width: 100%;
  height: 50px;
  background-color: #191919;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  font-family: "Inter";
  font-size: 15px;
  color: rgba(200, 200, 200, 0.7);
}
.created-by-zatonski p:nth-child(1) {
  font-size: 10px;
  padding-right: 3px;
}
.created-by-zatonski p:nth-child(2) {
  font-size: 13px;
  padding-right: 10px;
}

@media (max-width: 602px) {
  .feedback-window {
    width: 100vw;
  }
  .feedback-window .close {
    height: 40px;
  }
}
@media (max-width: 412px) {
  .feedback-window .container .close {
    top: 2%;
    right: 5%;
  }
}
@media (max-width: 368px) {
  #navigation .container .header-logo {
    width: 220px;
    height: 71.94px;
  }
  #navigation .container .header-logo svg {
    width: inherit;
    height: inherit;
  }

  .feedback-window .container .feedback-text p {
    font-size: calc(30px + 6 * ((100vw - 320px) / (368 - 320)));
  }
  .feedback-window .container .feedback-text p:last-child {
    font-size: calc(14px + 4 * ((100vw - 320px) / (368 - 320)));
  }
  .feedback-window .container .form-body .form-group {
    width: 285px;
  }
  .feedback-window
    .container
    .form-body
    .form-group
    .form-item
    .item
    .form-group-input {
    width: 245px;
  }
}
@media (max-height: 639px) {
  #navigation .container .menu-767px .menu-767px-wrapper {
    max-height: 400px;
  }
  #navigation
    .container
    .menu-767px
    .menu-767px-wrapper
    .nav-767px
    .nav-item-767px {
    height: auto;
  }
  #navigation
    .container
    .menu-767px
    .menu-767px-wrapper
    .nav-767px
    .nav-item-767px
    a {
    font-size: 14px;
  }
  #navigation
    .container
    .menu-767px
    .menu-767px-wrapper
    .nav-767px
    .nav-item-767px:nth-child(2) {
    margin-top: 25px;
  }
}
@media (max-height: 624px) {
  .feedback-window .close {
    margin-bottom: 5px;
  }
  .feedback-window .container {
    height: auto;
    max-height: none;
  }
  .feedback-window .container .form-body {
    height: auto;
    max-height: none;
  }
  .feedback-window .container .form-body .form-group {
    height: auto;
    max-height: none;
  }
  .feedback-window .container .form-body .form-group .form-item:last-child {
    margin-top: 10px;
  }
}
@media (max-height: 558px) {
  #navigation .container .menu-767px .menu-767px-wrapper {
    max-height: 340px;
  }
  #navigation .container .menu-767px .menu-767px-wrapper .feedback {
    margin: 15px 0;
  }
  #navigation
    .container
    .menu-767px
    .menu-767px-wrapper
    .feedback
    .feedback-button
    img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  #navigation
    .container
    .menu-767px
    .menu-767px-wrapper
    .feedback
    .feedback-button
    p {
    font-size: 16px;
  }
  #navigation
    .container
    .menu-767px
    .menu-767px-wrapper
    .nav-767px
    .nav-item-767px:nth-child(2) {
    margin-top: 15px;
  }

  .feedback-window .close {
    height: 35px;
  }
  .feedback-window .container .feedback-text {
    margin-bottom: 35px;
  }
  .feedback-window
    .container
    .form-body
    .form-group
    .form-item
    .item
    .form-group-input {
    padding: 12px 20px;
  }
  .feedback-window
    .container
    .form-body
    .form-group
    .form-item
    .item
    .form-group-input.message {
    height: 40px;
    min-height: unset;
    resize: none;
  }
  .feedback-window .container .form-body .btn-send {
    margin-top: 15px;
  }
  .feedback-window .container .form-body .btn-send button {
    height: 50px;
  }
}
