.hidname{
display:none;
}


.bot-link:hover .rend-goroda {
    display: block;
}
.rend-goroda {
    display: none;
}
.bot-link{
*margin-top: -10px;

*padding-bottom: 15px;
    width: 100%;
    overflow: hidden;

}
.footer__el__product a{
    display: block;
}
.bot-link > a{
float: right;
}
.banner_text{
max-width: 540px;
}
.banner_text--top {

    font-size: 28px;
}
.view-contacts {
    padding: 35px 0;
    display: flex;
    justify-content: space-around;    
}
.view-contacts .contacts-page__info {
    padding: 15px 0;
}
.contacts-page__info div {
    display: block;
    margin-bottom: 10px;
    color: #6f4e19;
}
span.span_bold {
    font-weight: 600;
    color: #6f4e19;
}

.video__block {
	position: relative;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}

.video__block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

.whatsapp-button {
  position: fixed;
  right: 13px;
  bottom: 90px;
  transform: translate(-50%, -50%);
  background: #25D366; /*цвет кнопки*/
  border-radius: 50%;
  width: 55px; /*ширина кнопки*/
  height: 55px; /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 58px; /*центровка иконки в кнопке*/
  font-size: 35px; /*размер иконки*/
  z-index: 9999;
}
.whatsapp-button a {
  color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden; 
}

.whatsapp-button:after{
  animation-delay: .5s;
}

@keyframes animate
{
  0%
  {
      transform: scale(0.5);
      opacity: 0;
  }
  50%
  {
      opacity: 1;
  }
  100%
  {
      transform: scale(1.2);
      opacity: 0;
  }
}
@media (max-width : 800px) {  
  .whatsapp-button {   
    bottom: 100px; /*отступ кнопки снизу от экрана*/
    right: 10px; /*отступ кнопки слева от экрана(right - справа)*/
  }

  .whatsapp-button {
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    line-height: 53px;
    font-size: 35px;
  }
}

.fa-mobile-alt::before {
  content: "\f3cd";
}


.fa-whatsapp:before {
  content: "\f232";
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 14px;
}



/*Стили квиза*/
.quiz-block__title {
    margin-bottom: 20px;
    text-align: center;
}
.quiz-block__desc {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.quiz {
    position: relative;
    z-index: 999;
    max-width: 1080px;
    margin: 0 auto;
}
.quiz ul {
    list-style: none;
}
.quiz-section__container .close__btn {
    display: none;
}
.quiz__item {
    display: flex;
    border-radius: 4px;
    border: 1px solid #2f4e6c;
    box-shadow: 1px 1px 38px 0 rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 1px 1px 38px 0 rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 1px 1px 38px 0 rgba(0, 0, 0, 0.37);
    margin-bottom: 40px;
    background-color: #fff;
    padding: 20px;
}
.quiz__question {
    width: 100%;
}
.quiz10__item,
.quiz11__item,
.quiz12__item,
.quiz13__item,
.quiz2__item,
.quiz3__item,
.quiz4__item,
.quiz5__item,
.quiz6__item,
.quiz7__item,
.quiz8__item,
.quiz9__item {
    display: none;
}
.questions__title {
    font-weight: 400;
    font-size: 30px;
}
.questions__header {
    display: flex;
    justify-content: space-between;
}
.questions__footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin-top: 40px;
}
.questions__progress {
    height: 10px;
    width: 90%;
    background-color: #e3c89c;
    border-radius: 10px;
    box-shadow: 5px 7px 15px 0px rgb(136 98 34 / 39%);
}
.questions__bar {
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.bar1 {
    width: 16.6%;
    background-color: red;
}
.questions__number {
    font-size: 30px;
    color: red;
    font-weight: 700;
}
.questions__number b {
    color: var(--bg-btn);
}
.question1__title {
    margin-bottom: 0;
}
.question10__list,
.question1__list,
.question2__list,
.question3__list,
.question4__list,
.question5__list,
.question6__list,
.question7__list,
.question9__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        align-items: baseline;
}

.question__items {
    max-height: 240px;
}
.question10__item,
.question2__item,
.question3__item,
.question4__item,
.question5__item,
.question9__item {
    position: relative;
    width: 23%;
}
.question6__item,
.question9__item {
    position: relative;
    width: 20%;
}
.question1__item,
.question7__item {
    position: relative;
    width: 24%;
    margin-bottom: 10px;
}
.question7__item {
    width: 25%;
}
.question1__item:not(:nth-child(4n)) {
    margin-right: 10px;
}
.question7__item:not(:nth-child(3n)) {
    margin-right: 30px;
}
.question10__item:not(:nth-child(3n)),
.question2__item:not(:nth-child(3n)),
.question3__item:not(:nth-child(3n)),
.question4__item:not(:nth-child(3n)),
.question5__item:not(:nth-child(3n)),
.question6__item:not(:nth-child(4n)),
.question9__item:not(:nth-child(4n)) {
    margin-right: 50px;
}
.question10__img,
.question1__img,
.question2__img,
.question3__img,
.question4__img,
.question5__img,
.question6__img,
.question7__img,
.question9__img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    margin-bottom: 15px;
    border-radius: 0 15px;  
}
@-webkit-keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -60px;
        margin-top: -60px;
        opacity: 0;
    }
}
@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -60px;
        margin-top: -60px;
        opacity: 0;
    }
}
.custom__radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    opacity: 0;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: 0.2s ease-out;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: absolute;
    z-index: 1000;
}
.custom__radio:hover {
    background: #9faab7;
}
.custom__radio:checked {
    position: absolute;
    left: calc(100% / 3);
    width: 75px;
    height: 75px;
    opacity: 1;
    background: #e3c89c;

}
.custom__radio:checked::before {
    opacity: 1;
    height: 75px;
    width: 75px;
    position: absolute;
    content: "✔";
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 75px;
}
.custom__radio:checked::after {
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: 0.65s 0.1s click-wave;
    animation: 0.65s 0.1s click-wave;
    background: #a2752c;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}
.custom__radio.radio,
.custom__radio.radio::after {
    border-radius: 50%;
}
.question10__lbl,
.question1__lbl,
.question2__lbl,
.question3__lbl,
.question4__lbl,
.question5__lbl,
.question6__lbl,
.question7__lbl,
.question9__lbl {
    font-family: var(--exo);
    display: block;
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin: -10px 10px 10px 0;
}
.bar2 {
    width: 33.3%;
    background-color: red;
}
.question10__img,
.question2__img,
.question3__img,
.question4__img,
.question5__img,
.question6__img,
.question7__img,
.question9__img {
    margin-bottom: 15px;
}
.bar3 {
    width: 49.8%;
    background-color: red;
}
.question11__list,
.question12__block,
.question13__list {
    width: 40%;
}
.question11__item,
.question13__item {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--bg-btn);
    margin-bottom: 5px;
    border: 1px solid var(--bg-btn);
}
.question11__check:checked::before,
.question11__radio:checked::before,
.question13__check1:checked::before,
.question13__check2:checked::before,
.question13__radio1:checked::before,
.question13__radio:checked::before {
    opacity: 0;
}
.question11__check:checked,
.question11__radio:checked,
.question13__check1:checked,
.question13__check2:checked,
.question13__radio1:checked,
.question13__radio:checked {
    width: 100%;
    height: 80%;
    border-radius: 0;
    left: 0;
    top: 0;
        background-color: #eccb934d;
    border-radius: 0 15px;
}
.question11__check:checked + label,
.question11__radio:checked + label,
.question13__check1:checked + label,
.question13__check2:checked + label,
.question13__radio1:checked + label,
.question13__radio:checked + label {
    color: red;
}
.question11__radio,
.question13__check1,
.question13__check2,
.question13__radio,
.question13__radio1 {
    top: 0;
}
.question11__check:checked::after,
.question11__radio:checked::after,
.question13__check1:checked::after,
.question13__check2:checked::after,
.question13__radio1:checked::after,
.question13__radio:checked::after {
    border-radius: 0;
}
.question11__lbl,
.question13__lbl {
    font-size: 16px;
    width: 100%;
    font-weight: 700;
    padding: 5px 10px;
    margin-bottom: 0;
    position: relative;
    z-index: 1001;

}
.question11__input,
.question13__input {
    display: none;
    border: 1px solid #eaeaea;
    height: 100%;
    width: 100%;
    padding: 5px 10px;
    z-index: 1001;

}
.bar4 {
    width: 66.4%;
    background-color: red;
}
.bar5 {
    width: 83%;
    background-color: red;
}
.question12__title {
    display: inline-flex;
    flex-direction: column;
    line-height: 24px;
    margin-bottom: 50px;
}
.question12__title small {
    font-size: 16px;
    text-align: center;
    color: #aaa;
}
.question12__block {
    margin-bottom: 15px;
}
.question12__input {
    width: 100%;
    display: block;
    font-size: 15px;
    height: 50px;
    padding: 0 30px;
    border-radius: 5px;
    border: 1px solid #e3c89c;
}
.questions__block-btn {
    display: flex;
        padding: 10px;
}
.questions__block-btn button {
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #e3c89c;
    background: #e3c89c;
    font-weight: 700;
    color: #6c4a13;
}
.questions__back {
    margin-right: 20px;
}
.questions__block-btn button:hover {
    color: #fff;
    background-color: #6c4a13;
}
.question13__item:last-child {
    border: none;
    flex-direction: column;
}
.question13__subitem,
.question13__subtitle {
    width: 100%;
}
.question13__subitem {
    position: relative;
    border: 1px solid var(--bg-btn);
    margin-bottom: 5px;
}
.bar6 {
    width: 100%;
    background-color: red;
}
.quiz__last {
    width: 100%;
}
.question-end__result {
    width: 47%;
    padding: 20px;
    border: 1px solid var(--bg-btn);
    margin-bottom: 20px;
    background-color: rgba(190, 141, 93, 0.3);
    border-radius: 0 15px;
}
.question-end__title {
    margin-bottom: 10px;
}
.questions__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.questions__img {
    width: 40%;
}
.questions__img img {
    width: 100%;
}
.question-end__form {
    width: 47%;
    display: flex;
    flex-direction: column;
}
.question-end__form .question-end__input {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    border: none;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.question-end__submit {
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    border-radius: 4px;
    background-color: #49ca08;
    margin-bottom: 10px;
}
.question-end__label {
    text-align: center;
    font-size: 12px;
}
.question-end-el:not(:last-child) {
    margin-bottom: 10px;
}
.question-end__gate-name,
.question-end__goal-name,
.question-end__name {
    font-weight: 700;
}
.quiz__popup {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
}
.popup .black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.rating-block {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-family: var(--exo);
    font-weight: 700;
}
.rating-block-element {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin: 20px;
}
.rating {
    display: flex;
    justify-content: center;
    margin-top: 3px;
}
.el {
    width: 24px;
    height: 24px;
    background-image: url(../img/stars/star.svg);
    font-size: 0;
}
.el_pol {
    width: 24px;
    height: 24px;
    background-image: url(../img/stars/star_pol.svg);
}
.el_dis {
    width: 24px;
    height: 24px;
    background-image: url(../img/stars/star_dis.svg);
}
.banner__container {
    margin-bottom: 40px;
}
.banner__img {
    width: 100%;
}
.banner__link {
    background-color: transparent;
}

.header__btn-quiz,
.footer__btn-quiz {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  color: #FFF;
  background-color: #cd244b;
  border-radius: 3px;
  font-size: 15px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: flex !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    justify-content: space-between;
  }
}

.before_btn-quiz {
	margin-bottom: 15px;
}

.anchor_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    list-style-type: none;
    padding: 0;
}

.anchor_links__item {
    padding: 10px 13px;
    border: 1px solid #6f4e19;
    border-radius: 3px;
    margin-right: 10px;
}


.item_characteristics__block {
    display: flex;
    justify-content: start;
    width: 100%;
}

.item_characteristics__block:nth-child(2n) {
    background-color: #a2752c1c;
}

.item_characteristics__block > div {
    width: 50%;
    border: 1px solid #dbdbdb;
    padding: 7px 5px;
}

.catalog-detail__slider {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.catalog-detail__nav {
    position: relative;
    width: 94%;
}
.catalog-detail__nav .slide-item {
    margin: 0 5px;
    line-height: 0;
}
.catalog-detail__nav .slide-item img {
    width: 100%;
}
.catalog-detail__nav .slide-item.slick-current {
    position: relative;
}
.catalog-detail__nav .slide-item.slick-current::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 4px solid var(--first-color);
}
.catalog-detail__nav .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 17px;
    position: absolute;
    font-size: 0;
    border: none;
    z-index: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/arrow.svg);
}
.catalog-detail__nav .slick-arrow.slick-prev {
    left: 2%;
    transform: rotate(180deg);
}
.catalog-detail__nav .slick-arrow.slick-next {
    right: -2%;
}

#horizontal-multilevel-menu li ul li.item-selected a {
    color: #fff;
}

.catalog-detail__slider .slick-slide img,
.catalog-detail__nav .slick-slide img {
    border-radius: 0;
}

.fence_char {
    margin-bottom: 10px;
    min-height: 95px;
}

.fence_char div {
    font-size: 16px;
    line-height: 23px;
}

/* Линкация по поддоменам */
.linkation__section {
    padding: 25px 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -400px;
    width: 100%;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    transition: bottom 1s ease;
    -moz-transition: bottom 1s ease;
    -o-transition: bottom 1s ease;
    -webkit-transition: bottom 1s ease;
}

.linkation__section.active {
    display: block;
    bottom: 0;
}

.linkation__section .container {
    position: relative;
}

.linkation__section .close__btn {
    position: absolute;
    right: 0;
    top: -50px;
    opacity: .6;
    color: #000;
}

.linkation__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.linkation__item a {
    color: #333;
    margin: 5px;
}

.linkation__item_bold a {
    font-weight: 700;
}

.toggle_linkation {
    cursor: pointer;
}

footer {
    overflow: hidden;
}
