@charset "UTF-8";
/* Основной шаблон */
:root {
  --swiper-theme-color: #4F728E;
}

body {
  font-family: Montserrat;
  font-size: 1em;
  font-weight: 500;
  padding: 0;
  margin: 0;
  position: relative;
}

body.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

input, textarea {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
}

main {
  min-height: calc(50vh);
}

.container {
  width: calc( 1400px - 40px );
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

[data-counter=card-counter] {
  height: 25px;
  border: 1px solid #4F728E;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-counter=card-counter] .minus, [data-counter=card-counter] .plus {
  padding: 0px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[data-counter=card-counter] input.count {
  text-align: center;
  width: 40px;
  border: 0;
  outline: 0;
  font-size: 16px;
  background: transparent;
}
[data-counter=card-counter] input.count:focus {
  border: 0;
  outline: 0;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination {
  z-index: 2;
}

@media (max-width: 1400px) {
  .container {
    width: calc( 1200px - 40px );
  }

  [data-counter=card-counter] input.count {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 0.7em;
  }

  .container {
    width: calc( 992px - 40px );
  }

  [data-counter=card-counter] input.count {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .container {
    width: calc( 768px - 40px );
  }
}
@media (max-width: 768px) {
  .container {
    width: calc( 576px - 40px );
  }
}
@media (max-width: 576px) {
  .container {
    width: calc( 320px - 0px );
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Шаблон */
.test-style-21236478 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.test-style-21236478::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url();
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
}

/* Основной шаблон end */
.form-write {
  height: 130px;
  border-top: 10px solid #f0f1f5;
}
.form-write .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-write .form-write-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-write .form-write-form input {
  height: 35px;
  width: 230px;
  padding-left: 17px;
  border: 1px solid #d0d6dc;
  border-radius: 5px;
  margin-right: 5px;
}
.form-write .form-write-form button {
  width: 250px;
  height: 40px;
  background-color: #ED691F;
  border: 0;
  border-radius: 5px;
  color: white;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.form-write .form-write-form button:hover {
  background-color: #d45207;
}
.form-write .form-write-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 17px;
  margin-right: 55px;
  height: 35px;
}

@media (max-width: 1200px) {
  .form-write .form-write-title {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .form-write {
    height: 100px;
    margin-bottom: 30px;
  }
  .form-write .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-write .form-write-form {
    width: 100%;
  }
  .form-write .form-write-form input {
    width: 48%;
  }
  .form-write .form-write-form button {
    width: 48%;
  }
  .form-write .form-write-title {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .form-write {
    padding-top: 28px;
  }
}
.advice__menu ul {
  list-style-type: none;
  padding: 0;
}
.advice__menu a {
  color: black;
  text-decoration: none;
}
.advice__menu a:hover {
  text-decoration: underline;
}

.advice__menu-items-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.advice__menu-item-1 {
  border-bottom: 3px solid #eaeaea;
  padding: 20px 62.5px;
  cursor: pointer;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
}
.advice__menu-item-1.selected {
  border-bottom: 3px solid #ED691F;
}
.advice__menu-item-1:not(.selected):hover {
  border-bottom: 3px solid silver;
}
.advice__menu-item-1:hover .advice__menu-items-2 {
  display: block;
}

/* Это убрать */
/* Это убрать end */
.advice__menu-items-2 {
  display: none;
  position: absolute;
  z-index: 1;
  top: 62px;
  left: 0;
  background-color: white;
  width: 100%;
}

.advice__menu-item-2 {
  width: 200px;
  padding: 8px 25px 8px 63px;
  font-size: 14px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.advice__menu-item-2:hover {
  border-right: 2px solid #ED691F;
  color: #ED691F;
  background-color: #f9f9f9;
}
.advice__menu-item-2:first-child {
  margin-top: 20px;
}
.advice__menu-item-2:last-child {
  margin-bottom: 20px;
}
.advice__menu-item-2:hover .advice__menu-items-3 {
  display: block;
}

.advice__menu-items-3 {
  display: none;
}

.advice__menu .advice__menu-items-3 {
  position: absolute;
  background-color: white;
  margin-left: -64px;
  padding-left: 380px;
  padding-bottom: 25px;
  z-index: -1;
  top: 30px;
  width: 631px;
}

.advice__menu-item-3__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.advice__menu-item-3__img {
  width: 100px;
  margin-right: 20px;
}
.advice__menu-item-3__img img {
  width: 100%;
  border-radius: 5px;
}

.advice__menu-item-3__title {
  width: 500px;
}

@media (max-width: 1400px) {
  .advice__menu-item-1 {
    padding: 20px 44.5px;
  }

  .advice__menu-item-2 {
    padding: 8px 25px 8px 46px;
  }

  .advice__menu .advice__menu-items-3 {
    margin-left: -46px;
    padding-left: 326px;
    top: 20px;
    width: 542px;
  }
}
@media (max-width: 1200px) {
  .advice__menu {
    font-size: 12px;
  }

  .advice__menu-item-1 {
    padding: 20px 41px;
  }

  .advice__menu-item-2 {
    padding: 8px 25px 8px 41px;
    font-size: 12px;
    width: 170px;
  }

  .advice__menu .advice__menu-items-3 {
    margin-left: -41px;
    padding-left: 260px;
    padding-right: 20px;
    width: 433px;
  }
}
@media (max-width: 992px) {
  .advice__menu-item-1 {
    padding: 20px 43px;
  }

  .advice__menu-items-2 {
    width: 101%;
  }

  .advice__menu-item-2:first-child {
    margin-top: 10px;
  }

  .advice__menu-item-2:last-child {
    margin-bottom: 10px;
  }

  .advice__menu .advice__menu-items-3 {
    top: 10px;
    width: 449px;
  }
}
@media (max-width: 768px) {
  .advice__menu-items-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advice__menu-item-1 {
    border-bottom: 0;
    padding: 5px 0;
    font-size: 16px;
  }
  .advice__menu-item-1.selected {
    border-bottom: 0;
  }

  .advice__menu-item-1 > .advice__menu-item-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .advice__menu-item-1 > .advice__menu-item-span::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("/assets/img/menu-open-silver.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
  }

  .advice__menu-item-1:not(.selected):hover {
    border-bottom: 0;
  }

  .advice__menu-items-2 {
    position: unset;
  }

  .advice__menu-item-2 {
    width: 100%;
    padding: 5px 0px;
    font-size: 12px;
  }

  .advice__menu-item-2:hover {
    border-right: 0;
    color: black;
    background-color: white;
  }

  .advice__menu-item-2:hover .advice__menu-items-3 {
    display: none;
  }
}
.advice {
  margin-top: 30px;
  margin-bottom: 30px;
}
.advice h1 {
  font-size: 19px;
  font-weight: 600;
}

.advice__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.advice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.advice__item-wrapper {
  width: 23%;
  margin-right: 36px;
  margin-bottom: 50px;
}
.advice__item-wrapper:nth-child(4n) {
  margin-right: 0;
}

.advice__item {
  width: calc(100% - 6px);
  height: calc(228px);
  position: relative;
  border: 1px solid #ED691F;
  border-radius: 20px;
  overflow: hidden;
}

.advice__item-name {
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(230px);
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.advice__item-wrapper:hover .advice__item-name {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.advice__item-gradient {
  background-image: url("/assets/img/advice/advise-gradient.png");
  position: absolute;
  width: 100%;
  height: 230px;
}

.advice__item-title {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px;
  font-weight: 700;
}

.advice__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 11px;
  margin: 15px 5px 0px;
}

.advice__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: gray;
}
.advice__item-link::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/str-bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.advice__item-link:hover {
  text-decoration: underline;
}

.advice__item-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advice__item-views::before {
  content: "";
  width: 15px;
  height: 7px;
  background-image: url("/assets/img/advice/advise-eye.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.advice__search {
  margin-bottom: 12px;
}
.advice__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advice__search input {
  border: 1px solid #4F728E;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: 0;
  padding: 5px 10px;
}
.advice__search input::-webkit-input-placeholder {
  color: silver;
}
.advice__search input::-moz-placeholder {
  color: silver;
}
.advice__search input:-ms-input-placeholder {
  color: silver;
}
.advice__search input::-ms-input-placeholder {
  color: silver;
}
.advice__search input::placeholder {
  color: silver;
}
.advice__search button {
  border: 1px solid #4F728E;
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  outline: 0;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 2px;
}
.advice__search button img {
  width: 22px;
}

@media (max-width: 1400px) {
  .advice__item-wrapper {
    margin-right: 30px;
  }

  .advice__item {
    height: 199px;
    width: calc(100% - 0px);
  }
}
@media (max-width: 1200px) {
  .advice__item-wrapper {
    margin-right: 25px;
  }

  .advice__item {
    height: 164px;
    font-size: 12px;
  }

  .advice__item-link::after {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 992px) {
  .advice__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .advice__menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }

  .advice__search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .advice__search input {
    width: 100%;
  }

  .advice__item-wrapper {
    width: 32%;
    margin-right: 14px;
  }
  .advice__item-wrapper:nth-child(4n) {
    margin-right: 14px;
  }
  .advice__item-wrapper:nth-child(3n) {
    margin-right: 0;
  }

  .advice__item-name {
    height: calc(176px);
  }

  .advice__item-gradient {
    height: 164px;
  }
}
@media (max-width: 768px) {
  .advice {
    margin-bottom: 0;
  }

  .advice__item-wrapper {
    width: 49%;
    margin-right: 10px;
  }
  .advice__item-wrapper:nth-child(4n) {
    margin-right: 10px;
  }
  .advice__item-wrapper:nth-child(3n) {
    margin-right: 10px;
  }
  .advice__item-wrapper:nth-child(2n) {
    margin-right: 0px;
  }

  .advice__item {
    height: 197px;
  }

  .advice__item-name {
    background-size: cover;
    height: 197px;
  }

  .advice__item-gradient {
    height: 197px;
  }
}
@media (max-width: 576px) {
  .advice__item-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .advice__item {
    height: 210px;
    font-size: 16px;
  }

  .advice__item-name {
    height: 210px;
  }

  .advice__item-gradient {
    height: 210px;
  }

  .advice__item-bottom {
    margin: 10px 5px 0px;
  }
}
