@charset "utf-8";
@import "bootstrap.css";
@import "normalize.css";
@import "callback-btn.css";
@import "callback-modal.css";

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Bold.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Semibold.ttf) format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "MANROPE";
  src: url(../fonts/MANROPE-EXTRALIGHT.TTF) format("truetype");
  font-weight: 200;
}

:root {
  --black: #050505;
  --black-accent: #0065e8;
  --main-gray: #b4b4b4;
  --dark-gray: #707070;
  --gray: #e3e3e350;
  --accent-3-light: #ffd3dc;
  --lite-grey: #F2F2F2;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  overflow: clip;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--black);
  text-decoration: underline;
}

body {
  color: var(--black);
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  font-family: Lato;
}

input {
  color: var(--black);
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  font-family: Lato;
}

.btnStyle1 {
  max-width: 300px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #767676;
  background: var(--black);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}

.btnStyle1:hover,
.btnStyle1:focus {
  color: #fff;
  text-decoration: unset;
  background: #b4b4b4;
  border-color: #b4b4b4;
}

.btnStyle2 {
  font-weight: 500;
  font-size: 16px;
  padding: 16px;
  height: 56;
  border-radius: 4px;
  display: flex;
  gap: 12px;
  border: solid 1px #767676;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.btnStyle2 .svg {
  line-height: 0;
}

.btnStyle2:hover {
  text-decoration: unset;
}

.btnStyle2 svg {
  transition: 0.3s;
}

.btnStyle2:hover svg {
  rotate: -45deg;
}

.blog .btnStyle2 {
  font-size: 18px;
}

.btnStyle2.w100 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}

section {
  margin-bottom: 140px;
}

.hidden {
  display: none !important;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row !important;
}

h1 {
  font-size: 48px;
  text-transform: uppercase;
}

h2{
  font-size: 38px;
  text-transform: uppercase;
  margin:20px 0 15px;
}

/* header */

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 89px;
  padding: 32px 0;
  box-sizing: content-box;
  position: relative;
}

.header__top::after {
  content: "";
  width: 100dvw;
  height: 8px;
  background: var(--black);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.menu {
  display: flex;
  gap: 24px;
}

.menu__nuc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.dial {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.light-font {
  font-size: 14px;
  font-weight: 300;
}

/* header end */



/* title */
.title-block {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 32px;
}

.title-block__title {
  font-size: 48px;
  text-transform: uppercase;
}

.title-block__right {
  max-width: 836px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.title-block__subtitle {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-block__disc {
  color: var(--dark-gray);
}

/* title end */



/* catalog */

.catalog__block {
  display: flex;
  align-items: start;
  gap: 40px;
  margin-top: 40px;
}



.catalog-section .row {
  height: 100%;
  display: flex;
}

.catalog-section .col-sm-4 {
  height: auto;
}

.product-item-container {
  height: 100% !important;
}

/* catalog end */



/* footer */

footer {
  background: var(--black);
  color: #fff;
  padding: 60px 0;
}

footer a,
footer a:hover,
footer a:focus {
  color: #fff;
}

.insidepage .contentInside {
  padding-bottom: 80px;
}

footer .content {
  display: flex;
  gap: 70px;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-between;
}

.fLeftTop__title {
  letter-spacing: 5%;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fLeftTop__elem ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fLeft {
  width: 66%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.fLeftTop {
  display: grid;
  grid-gap: 64px 90px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fRightBottom {
  display: flex;
  gap: 12px;
  justify-content: end;
}

.fRightBottom__elem {
  font-size: 16px;
}

.fRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fRightTop {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 398px;
}

.formTitle {
  font-size: 24px;
  letter-spacing: 5%;
  font-weight: 600;
  text-transform: uppercase;
}

.fRightTop form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fRightTop form input {
  border: solid 1px #767676;
  border-radius: 4px;
  background: none;
  padding: 16px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  outline: unset;
  height: 51px;
  max-width: 398px;box-sizing: border-box;
}

.fRightTop form input::placeholder {
  color: var(--main-gray);
  opacity: 1;
}

.fRightTop form input[type="submit"] {
  padding: 17px 0;
  border: solid 1px #767676;
  border-radius: 4px;
  color: var(--black);
  background: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.formLittle {
  font-size: 12px;
  color: var(--main-gray);
}

/* footer */

/* popup */

.popup-window-buttons {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
}

.popup-window-buttons .btn.btn-default {
  font-weight: 500;
  font-size: 16px;
  padding: 16px;
  height: 56;
  border-radius: 4px;
  display: flex;
  gap: 12px;
  border: solid 1px #767676;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  background: none;
  color: var(--black);
}

.popup-window-buttons .btn.btn-default:hover,
.popup-window-buttons .btn.btn-default:focus {
  background: none;
  color: var(--black);
  border: solid 1px #767676;
}

/* popup end */

/* about */

.about-banner {
  background: var(--lite-grey);
  margin-bottom: 230px;
}

.about-banner .content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.about-banner__text-block {
  flex-direction: column;
  gap: 12px;
  display: flex;
  padding-top: 120px;
}

.about__title {
  font-size: 48px;
  text-transform: uppercase;
}

.about-banner__text {
  font-size: 40px;
  font-weight: 300;
}

.about-banner__right img {
  height: 100%;
  object-fit: contain;
}

.about-banner__top-imgs {
  display: flex;
  gap: 40px;
  align-items: start;
  padding-top: 109px;
  margin-bottom: -90px;
}

.about-banner__top-imgs .imgW {
  flex: 1;
}

.about-banner__top-imgs .imgW img {
  max-width: 100%;
}

.about-flex.content {
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.idea__block {
  display: flex;
  gap: 40px;
}

.idea__text-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.idea__text {
  font-size: 24px;
}



.research__text {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.research__text-big {
  font-size: 40px;
}

.premium__block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.premium__text {
  display: flex;
  gap: 10px;
  flex-direction: column;
  font-size: 24px;
}

.premium__text span {
  font-style: italic;
}

.principles__block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.principles__elem {
  display: flex;
  gap: 10px;
  flex-direction: column;
  font-size: 24px;
  text-transform: uppercase;
  align-items: start;
  justify-content: center;
}

.principles__elem img {
  width: 100%;
  object-fit: contain;
}

.principles__elem-text {
  padding: 0 20px;
}

/* about end */
/* delivery */

.title__underline {
  font-size: 48px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: solid 1px #0065e8;
  margin-bottom: 32px;
}

.delivery__block-big {
  max-width: 1420px;
  margin-left: auto;
}

.delivery__block {
  margin-bottom: 60px;
}

.delivery__title {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.delivery-advant__title {
  color: #000;
  text-transform: uppercase;
  font-size: 48px;
}

.delivery-advant__block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}

.delivery-advant__elem svg {
  margin: 40px 0;
}

.delivery-advant__text {
  color: #707070;
  font-size: 16px;
}

.inside__list ul {
  list-style-type: disc;
  margin-left: 20px;
}

.delivery__text p {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.delivery__text p:last-child {
  margin-bottom: 0;
}

/* delivery end */
.burger__menu {
  display: none;
}

.close-block {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  cursor: pointer;
}

.close-elem {
  width: 100%;
  height: 1px;
  background: #000;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.close-elem:last-child {
  rotate: -45deg;
}

.burger {
  display: none;
  width: 15px;
  height: 14px;
  position: relative;
  padding: 6px 5px;
  box-sizing: content-box;
  cursor: pointer;
}

.burger__elem {
  position: absolute;
  width: 15px;
  height: 2px;
  top: 6px;
  left: 5px;
  border-radius: 40%;
  background: var(--black);
}

.burger__elem:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burger__elem:nth-child(3) {
  top: auto;
  bottom: 6px;
}

.another-news {
  max-width: 1274px;
  margin-left: auto;
}

button.dropdown-toggle-selfmade {
  color: var(--black);
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  font-family: Lato;
  text-transform: uppercase;
  background: none;
  border: solid 1px #b4b4b4;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 4px;
}

.dropdown-toggle-selfmade.active i {
  scale: -1;
}

.dropdown-menu-selfmade {
  display: none;
  position: absolute;
  width: 280px;
  border: solid 1px #b4b4b4;
  padding: 15px;
  border-radius: 4px;
  flex-direction: column;
  gap: 16px;
  z-index: 99;
  background: #fff;
  right: 0;
  top: 50px;
}

.dropdown-menu-selfmade.active {
  display: flex;
}

.btn-dropdown-group {
  position: relative;
  width: fit-content;
  margin-left: auto;
}

.dropdown-toggle-top {
  display: flex;
  gap: 4px;
  align-items: end;
}

.dropdown-toggle-top li {
  text-transform: lowercase;
  font-size: 16px;
  margin-bottom: 2px;
}

.product .buttons-block span {
  display: none;
}



.list__ul {
  display: flex;
  gap: 20px;
/*  justify-content: space-around;*/
  margin-bottom: 50px;
/*  flex-wrap: wrap;*/
  padding-bottom: 10px;
  overflow: auto;
}

.bx_sitemap .list__ul .bx_sitemap_li_title {
  margin: 0;
}

.list__ul li .bx_sitemap_li_title a {
  font-size: 16px;
  color: var(--black);
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border: solid 1px var(--black);
  border-radius: 4px;
  display: block;
}

.contact__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts .delivery__block-big {
  max-width: 1128px;
}

form .btnStyle1 {
  max-width: 398px;
}

.contact__form form {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.inputBlock {
  display: flex;
  gap: 20px;
}

.bottomBlock {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.wrapLabel {
  position: relative;
}

.wrapLabel,
.wrapLabel a {
  font-size: 14px;
}

.wrapLabel a {
  text-decoration: underline;
}

.wrapLabel input {
  width: 10px !important;
  height: 10px !important;
  left: 0 !important;
  top: 0 !important;
  position: absolute !important;
  opacity: 0 !important;
}

.wrapLabel span {
  position: relative;
  padding-left: 30px;
}

.wrapLabel span::before {
  position: absolute;
  left: 0;
  width: 16px;
  height: 17px;
  top: -2px;
  content: '';
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 3px solid #050505;
}

.wrapLabel span::after {
  position: absolute;
  width: 25px;
  height: 25px;
  left: -1px;
  top: -3px;
  content: '';
  opacity: 0;
  background: url(/bitrix/templates/livingdew/images/checkbox.svg) no-repeat center center;
  background-size: contain;
}

.wrapLabel input:checked+span::after {
  opacity: 1;
}

input[type="text"],
textarea {
  border: unset;
  border-bottom: 1px solid #b4b4b4;
  height: 52px;
  font-size: 16px;
  width: 100%;
  max-width: 554px;
  color: #050505;
  outline: unset;
}

input[type="text"]::placeholder,
textarea::placeholder {
  color: #707070;
}

textarea {
  max-width: 100%;
  resize: none;
}

.inputWrap {
  position: relative;
  width: 100%;
  max-width: 554px;
}

.inputWrap span {
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 16px;
  cursor: text;
  height: 56px;
  display: flex;
  align-items: center;
}
.hidden{
  display: none !important;
}
.inputWrap input:invalid+span:before {
  content: attr(placeholder);
  position: relative;
  color: #707070;
}

.inputWrap input:invalid+span:after {
  content: ' *';
  position: relative;
  color: red;
}

.bx-authform-social{
display:none;
}

.bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"] {
  width: 100%;
  height: 52px;
  border-radius: 4px;
  outline: unset;
  border: solid 2px #b4b4b4;
  padding: 0 16px;
  font-size: 16px;
  color: #050505;
  box-sizing: border-box;
  max-width: 100%;
  background: unset;
}

.bx-authform-label-container {
  position: absolute;
  top: -10px;
  background: #FFF;
  left: 16px;
  padding: 3px 8px;
  font-size: 12px;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: var(--black);
  font-weight: 400;
  line-height: 1.2;
  font-family: Lato;
}

.bx-filter-param-text {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}

.bx-authform-formgroup-container{
	position: relative;
}
.checkbox label.bx-filter-param-label{
line-height: 1;
align-items: center;
  display: flex;
gap: 10px;
}
.checkbox input[type="checkbox"]{
margin-top: 0;
}
.btn.btn-primary {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #767676;
  background: var(--black);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}
.login-label {
  position: relative;
  top: 10px;
  width: 100%;
  display: block;
  text-align: center;
}

.bx-authform h3.bx-title{
font-size: 16px;
}
@media screen and (min-width: 1367px) {
  .content {
    padding: 0 104px;
  }
}

@media screen and (max-width: 1800px) {
  .content {
    padding: 0 75px;
  }
}

@media screen and (max-width: 1700px) {

  .fLeftTop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /*  .about-banner__top-imgs img:nth-child(1) {
    max-width: 450px;
  }

  .about-banner__top-imgs img:nth-child(2) {
    max-width: 316px;
  }*/

  .about-banner__right img {
    height: 800px;
  }

  .principles__elem {
    font-size: 18px;
  }
}

@media screen and (max-width: 1365px) {

h2{
  font-size: 30px;
}
  body {
    font-size: 16px;
  }

  .content {
    padding: 0 64px;
  }

  .header__bottom {
    display: none;
  }

  .logo img {
    width: 130px;
    object-fit: contain;
  }

  .dial {
    display: none;
  }

  .burger {
    display: block;
  }

  .menu__nuc span {
    display: none;
  }

  .burger__menu.active {
    display: block;
  }

  .burger__menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000080;
    width: 100dvw;
    height: 100dvh;
    z-index: 999;
  }

  .burger__menu ul {
    height: 100dvh;
    background: #fff;
    width: 300px;
    padding: 80px 20px 0 20px;
    overflow-y: scroll;

    /* изначально за экраном слева */
    transform: translateX(-100%);
  }

  /* === Анимация выезда === */
  @keyframes slideIn {
    from {
      transform: translateX(-100%);
    }

    to {
      transform: translateX(0);
    }
  }

  /* при активации — проигрываем анимацию */
  .burger__menu.active ul {
    animation: slideIn 0.4s ease-out forwards;
  }

  .burger__menu ul a {
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0;
    display: block;
  }

  .menu {
    gap: 12px;
  }

  .header__top {
    padding: 20px 0;
  }

  .runLine__text {
    font-size: 20px;
  }

  .title-block__title {
    font-size: 36px;
  }

  .title-block {
    align-items: center;
  }

  .title-block__right {
    max-width: 548px;
  }

  .title-block__subtitle {
    font-size: 20px;
  }

  .about .title-block {
    align-items: start;
  }



  footer ul li,
  footer ul li {
    font-size: 20px;
  }

  .fLeftTop {
    column-gap: 0;
  }

  .about__title {
    font-size: 36px;
  }

  .about-banner__text {
    font-size: 30px;
  }

  .about-banner__top-imgs {
    gap: 32px;
  }

  .about-banner .content {
    gap: 32px;
  }

  /*  .about-banner__top-imgs img:nth-child(1) {
    max-width: 330px;
  }

  .about-banner__top-imgs img:nth-child(2) {
    max-width: 208px;
  }*/

  .about-banner__right img {
    height: 630px;
  }

  .research__text-big {
    font-size: 30px;
  }

  .idea__text-block {
    width: 50%;
  }

  .idea__img {
    width: 45%;
  }

  .idea__img img {
    width: 100%;
    object-fit: contain;
  }

  .list__ul li .bx_sitemap_li_title a {
    font-size: 14px;
  }

}

@media screen and (max-width: 1240px) {

  .about-banner__text-block {
    max-width: 480px;
  }

  /*.about-banner__top-imgs img:nth-child(1) {
    max-width: 286px;
  }

  .about-banner__top-imgs img:nth-child(2) {
    max-width: 170px;
  }*/

  .about-banner__right img {
    height: 667px;
  }

  .list__ul {
    padding-right: 60px;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 1023px) {
  section {
    margin-bottom: 100px;
  }

  footer {
    padding: 40px 0;
  }

  footer .content {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }


  .fLeft {
    max-width: 400px;
    width: 100%;
    flex-direction: column-reverse;
  }

  .fLeftTop__title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  footer ul li,
  footer ul li {
    font-size: 14px;
  }

  .fLeftTop {
    row-gap: 40px;
  }

  .idea__block {
    flex-direction: column;
  }

  .idea__img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .idea__text-block {
    width: 100%;
  }

  .idea__text,
  .premium__text {
    font-size: 18px;
  }

  .premium__block {
    flex-direction: column;
  }

  .premium__img {
    margin: 0 auto;
    max-width: 450px;
  }

  .premium__img img {
    width: 100%;
    object-fit: contain;
  }

  .principles__elem {
    font-size: 14px;
  }

  .principles__block {
    grid-template-columns: repeat(2, minmax(0, 1fr));

  }

  .principles__elem:nth-child(3) {
    grid-column-start: 2;
    grid-row-start: 2;
  }

  .title__underline {
    font-size: 32px;
  }

  .delivery-advant__title {
    font-size: 32px;
  }

  .delivery__title {
    font-size: 24px;
  }

  .delivery-advant__elem svg {
    margin: 20px 0;
  }

  .fRightBottom {
    justify-content: center;
    margin-top: 20px;
  }

}

@media screen and (max-width: 767px) {
  h2{
  font-size: 20px;
}
  body {
    font-size: 12px;
  }

  .about-banner__text-block {
    max-width: 100%;
  }

  .content {
    padding: 0 24px;
  }

  .header__top {
    padding: 40px 0 20px;
  }

  .logo img {
    width: 50px;
    object-fit: contain;
  }

  .header__top {
    justify-content: start;
    gap: 12px;
  }

  .header__top .menu {
    margin-left: auto;
  }

  .btnStyle1 {
    font-size: 16px;
  }

  .btnStyle2 {
    font-size: 16px;
  }

  .btnStyle2 span,
  .btnStyle2 svg {
    display: none;
  }

  .product .btnStyle2 {
    padding: 12px 16px;
  }

  .product .btnIcon {
    padding: 0;
  }

  .product .btnStyle2 span {
    display: block;
  }

  .btnStyle2.w100 {
    font-size: 16px;
  }

  .title-block__title {
    font-size: 20px;
  }

  .title-block__right {
    gap: 12px;
  }

  .about .title-block {
    flex-direction: column;
    gap: 16px;
  }

  .formTitle {
    font-size: 20px;
  }

  .fRightBottom {
    justify-content: center;
  }

  /* about */
  .about__title {
    font-size: 20px;
  }

  .about-banner__text {
    font-size: 16px;
  }

  .about-banner__text-block {
    padding-top: 80px;
  }

  .about-banner__top-imgs {
    padding-top: 70px;
    margin-bottom: -45px;
    justify-content: space-around;
  }

  /*  .about-banner__top-imgs img:nth-child(1) {
    max-width: 240px;
  }

  .about-banner__top-imgs img:nth-child(2) {
    max-width: 170px;
  }*/

  .about-banner__right {
    display: none;
  }

  .research__text {
    font-size: 12px;
  }

  .research__text-big {
    font-size: 16px;
  }

  .idea__text,
  .premium__text {
    font-size: 14px;
  }


  /* about end */
  .popup-window-buttons {
    flex-direction: column;
  }

  .popup-window-buttons .btn.btn-default {
    margin: 0 !important;
  }

  .delivery-advant__block {
    flex-direction: column;
  }

  .delivery-advant__elem svg {
    margin: 10px 0;
  }
}

@media screen and (max-width: 600px) {
	.input__wrap.flex-between{
		align-items: start;
  flex-direction: column !important;
	}
.input__wrap.flex-between .input__elem{
		width: 100%;
}
}

@media screen and (max-width: 530px) {
  .about-banner {
    margin-bottom: 100px;
  }

  .principles__block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .principles__elem {
    padding: 20px 0;
  }

  .principles__elem:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 5;
  }

  .principles__elem:nth-child(5) {
    grid-column-start: 1;
    grid-row-start: 3;
  }
}

@media screen and (max-width: 640px) {}



@media screen and (max-width: 485px) {
  .f__menu {
    display: none;
  }

  .fLeftTop {
    flex-direction: column;
    display: flex;
  }
}


@media screen and (max-width: 425px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 370px) {}