


/* ИМПОРТЫ */

/* Кровля */

@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-header.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-mobile-menu.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-slider-first.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-advantages.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-catalog.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-price.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-steps.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-feedback.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-brands.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-staff.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-faq.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-quizz.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-zamer.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-footer.css");

@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-aside.css");

@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-company-history.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-popup.css");
@import url("/wp-content/themes/sborka-1-wp/templates/krovlya/krovlya-calc.css");

/* Навесы */

@import url("/wp-content/themes/sborka-1-wp/templates/navesy/navesy-first-screen.css");
@import url("/wp-content/themes/sborka-1-wp/templates/navesy/navesy-works-slider.css"); 
@import url("/wp-content/themes/sborka-1-wp/templates/navesy/navesy-accordeon-price.css");

/* ШРИФТЫ */

@font-face {
    font-display: swap;
    font-family: "MuseoSansCyrl";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("/wp-content/themes/sborka-1-wp/fonts/MuseoSansCyrl-300.eot");
    src: url("/wp-content/themes/sborka-1-wp/fonts/MuseoSansCyrl-300.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/sborka-1-wp/fonts/MuseoSansCyrl-300.woff") format("woff"), url("/wp-content/themes/sborka-1-wp/fonts/MuseoSansCyrl-300.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "MuseoSansCyrl";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/wp-content/themes/sborka-1-wp/fonts/MuseoSansCyrl-500.eot");
    src: url("/wp-content/themes/sborka-1-wp/fonts/MuseoSansCyrl-500.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/sborka-1-wp/fonts/MuseoSansCyrl-500.woff") format("woff"), url("/wp-content/themes/sborka-1-wp/fonts/MuseoSansCyrl-500.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "CeraRoundPro";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/wp-content/themes/sborka-1-wp/fonts/CeraRoundPro-Medium.eot");
    src: url("/wp-content/themes/sborka-1-wp/fonts/CeraRoundPro-Medium.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/sborka-1-wp/fonts/CeraRoundPro-Medium.woff") format("woff"), url("/wp-content/themes/sborka-1-wp/fonts/CeraRoundPro-Medium.ttf") format("truetype")
}

@font-face {
    font-family: "CeraRoundPro";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/wp-content/themes/sborka-1-wp/fonts/CeraRoundPro-Bold.eot");
    src: url("/wp-content/themes/sborka-1-wp/fonts/CeraRoundPro-Bold.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/sborka-1-wp/fonts/CeraRoundPro-Bold.woff") format("woff"), url("/wp-content/themes/sborka-1-wp/fonts/CeraRoundPro-Bold.ttf") format("truetype")
}

/* 
КАСТОМНЫЙ СКРОЛЛБАР 
https://tentmax.ru/wp-content/themes/wisetheme/style.css
*/

* {
    outline: none;
    scrollbar-color: var(--first);
    scrollbar-width: auto;
}

*scrollbarbutton {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--first);
}

*::-webkit-scrollbar-track {
    background-color: white;
    width: 2px;
}

/* ДЕКОМПЕНСАЦИЯ FANCYBOX */

body {
    margin: 0 auto!important;
}

/*html {*/
/*    overflow-y: scroll!important;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
    
/*html {*/
/*    overflow-y: hidden!important;*/
/*}*/

/*}*/

.compensate-for-scrollbar {
    padding-right: 0px!important;
}

.body-lock {
    margin: 0px; 
    height: 100%; 
    overflow: hidden;
}

/* СЛУЖЕБНЫЕ КЛАССЫ */

:root {
  --first:  #ff823f;
  --second: #7abc3c;
  --third:  #c42b27;
  --dark_red: #e22a21;
  --black-rgb: 60, 53, 49;
}

html, body {
    margin: 0px 0 0px 0;
    background: white;
    font-family: 'MuseoSansCyrl', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
    background-color: #fafafa;
}

img {
    max-width: 100%;
    height: auto;
}

textarea:focus, input:focus{
    outline: none;
}

/**  {
    transition: all 0.3s ease-in-out;
}
*/

h1, h2, h3, h4, h5 {
     font-family: 'CeraRoundPro', sans-serif;
}

b {
    color: #7abc3c;
}

.hidden {
    display: none;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.tablet__only {
    display: none;
}

/* прячем плейсхолдер при фокусе */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::-webkit-input-placeholder { opacity: 0; }
*:focus::-moz-placeholder { opacity: 0; }
*:focus:-ms-input-placeholder { opacity: 0; }
*:focus::-ms-input-placeholder { opacity: 0; }
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

/* УБИРАЕМ ЭЛЕМЕНТЫ У ИНПУТОВ С ТИПОМ НОМЕР */
/* For Mozila */

input[type=number] { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
}

/*For Chrome*/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
    margin: 0; 
}


/* ВИДЕО РОЛИКИ */

.thumb-wrap--mp4 {
  position: relative;
  padding-bottom: 50%; 
  /* задаёт высоту контейнера 56.25% для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 0;
  height: 0;
  overflow: hidden;
  width: 90%;
  margin: 30px auto;
  box-shadow: rgb(232 229 229 / 60%) 0px 5px 40px 0px;
}

#pause {
  position: absolute;
  top: 50%;
  left: 22%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--first);
  font-size: 50px;
  cursor: pointer;
}

.play-toggle {
  position: absolute;
  top: 50%;
  left: 22%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--first);
  font-size: 50px;
  cursor: pointer;
}

/* ПАГИНАЦИЯ */

.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
    justify-content: center;
    
    margin: 0 auto;
    margin-top: 20px;
    width: 70%;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 20px;
    padding-left: 0;
}

.page-numbers {
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9155), to(#ED5C0E));
    background: -o-linear-gradient(top, #FF9155 0%, #ED5C0E 100%);
    background: linear-gradient(180deg, #FF9155 0%, #ED5C0E 100%);
    opacity: .5;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 5px 5px;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 16px;
    text-decoration: none;
    transition: 0.8s;
    
    padding: 10px 20px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;

}

.page-numbers:hover {
  opacity: 1;
}

.page-numbers.current {
   color: #fff;
   opacity: 1;
   padding: 10px 20px;
   font-weight: 600;
   box-shadow: 0 6px 3rem rgb(77 174 80 / 50%);
   background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 173, 80, 0.9)), to(rgba(159, 204, 68, 0.9)));
   background-image: -webkit-linear-gradient(bottom, rgba(76, 173, 80, 0.9) 0%, rgba(159, 204, 68, 0.9) 100%);
   background-image: -o-linear-gradient(bottom, rgba(76, 173, 80, 0.9) 0%, rgba(159, 204, 68, 0.9) 100%);
   background-image: linear-gradient(to top, rgba(76, 173, 80, 0.9) 0%, rgba(159, 204, 68, 0.9) 100%);
}

/* ВНУТРЕННИЙ КАТАЛОГ */

.catalog-inner {
    padding-bottom: 60px;
    margin-bottom: 30px;
}

.catalog-inner__item {
    margin: 0 15px 15px 0;
    border-radius: 10px;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    
    width: 220px;
    min-height: 395px;
}

.catalog-inner__item:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}

.catalog-inner__img {
    width: 220px;
    height: 150px;
    border-radius: unset!important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.catalog-inner__item:hover .catalog-inner__img {
    filter: brightness(120%);
}

.catalog-inner__name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2px;
}

.catalog-inner__price {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.catalog-inner__description {
    text-align: center;
    padding: 5px;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 2px;
}

.catalog-inner a {
    text-decoration: none;
    color: inherit;
}

.catalog-inner a:hover {
    text-decoration: none;
    color: inherit;
}

#slider-3 .owl-prev {
    top: 90%;
    left: 40%;
    position: absolute;
}

#slider-3 .owl-next {
    top: 90%;
    right: 40%;
    position: absolute;
}

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

.catalog-inner__item {
    width: 250px;
    min-height: 395px;
}

.catalog-inner__img {
    width: 250px;
    height: 150px;

}

.catalog-inner {
    padding-bottom: 30px;
    margin-bottom: 10px;
}

}

/* ТАБЛИЦА ПРАЙС */

.table-responsiver {
    overflow-x: auto;
    position: relative;
    width: 100%;
    font-size: 16px;
}

.table-responsiver td:nth-child(1) {
  width: 80%;
}

.table-responsiver td:nth-child(2) {
  width: 20%;
}

.table-responsiver b {
    text-transform: uppercase;
}

.table-responsiver table th {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.table-responsiver table  tbody tr:nth-child(odd) {
  background: #fafafa;
}

.table-responsiver table tbody tr:nth-child(even) {
  background: white;
  border: 0px;
  color: #000;

}

@media screen and (max-width: 600px) {
    
.table-responsiver table th {
    font-size: 13px;
}

/*.table-responsiver td:nth-child(1) {*/
/*  width: 65%;*/
/*  display: block;*/
/*}*/

/*.table-responsiver td:nth-child(2) {*/
/*    display: block;*/
/*    width: 35%;*/
/*}*/


}

/* КНОПКА ОБЩАЯ В КОНТЕЙНЕРЕ */

.btn-container {
    text-align:  center;
}

.btn-container__btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    text-align: center;

    cursor: pointer;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9155), to(#ED5C0E));
    background: -o-linear-gradient(top, #FF9155 0%, #ED5C0E 100%);
    background: linear-gradient(180deg, #FF9155 0%, #ED5C0E 100%);

    font-size: 16px;
    padding: 18px 32px;
    padding-right: 100px;
    border-radius: 25px;

    transition: all 0.3s ease-in-out;
}

.btn-container__btn a {
    color: white;
    text-decoration: none;
    text-transform:  uppercase;
    font-family: 'CeraRoundPro', sans-serif;
}

.btn-container__btn span {
    display: inline-block;
    vertical-align: top;
    word-break: normal;
}

.btn-container__btn span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #D34A00;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
    z-index: 3
}

.btn-container__btn:hover {
    transform: translateY(-4px);
    transition: all 0.5s ease 0s;
}

.strelka:before {
    content: "";
    background-image: url(/wp-content/themes/sborka-1-wp/img/arrow_button.png);
    position: absolute;
    width: 37px;
    height: 12px;
    left: 245px;
    top: 20px;
    top: 18px;
    z-index: 3;
}

.strelka:before {
    animation: transform-shiver 2000ms linear 0ms infinite normal both;
}

@keyframes transform-shiver {
   0% { transform: rotate(0deg) ;  }
   25% { transform: translate(-5px,0px) rotate(0deg) ;  }
   75% { transform: translate(5px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}



                                                   /* ------ ДОПОЛНИТЕЛЬНЫЕ КЛАССЫ ------ */

/* БЛИК НА КНОПКЕ */

.button__animation {
  overflow: hidden;
  position: relative;
}

.button__animation:after {
  content: "";
  margin-left: 60px;
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

@keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }


/* КНОПКА ВВЕРХ */

.scrolltop {
  position: relative;
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  border: none;
  background: #fff;
  outline: 0;
  cursor: pointer;
  z-index: 500;
  border-radius: 50px;
    -webkit-box-shadow: 0 3px 30px -5px rgba(0,0,0,.3);
  box-shadow: 0 3px 30px -5px rgba(0,0,0,.3);
  outline: 0;
  opacity: .6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  transition: all .3s;
}

.scrolltop:hover {
  opacity: 1;
    -webkit-transform: translateY(-3px) translateZ(0);
  transform: translateY(-3px) translateZ(0);
}

.scrolltop:before {
  content: "↑";
  position: relative;
  color: #ff823f;
  font-size: 1.5rem;
  vertical-align: middle;
  top: -1px;
}  

/* ЛЕНТА */

.ribbon.ribbon__left {
    right: auto;
    left: -8px;
    text-align: left;
}

.ribbon.ribbon__orange span {
    background: var(--first);
    background: var(--second);
    /*background: var(--dark_red);*/
}

.ribbon {
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: -5px;
    top: -5px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
    z-index: 2;
    pointer-events: none;
}

.ribbon.ribbon__left span {
    transform: rotate(-45deg);
    right: 0;
}

.ribbon span {
    font: bold 10px/28px 'CeraRoundPro';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(45deg);
    width: 125px;
    display: block;
    background: #77b21d;
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 21px;
    right: -27px;
}

.ribbon span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #333;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #333;
}

.ribbon span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #333;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #333;
}

/* MAIN КОНТЕНТ */

.main-heading {
    text-align: center;
    font-size: 3em;
    font-weight: 600;
/*    line-height: 1.1em;*/

    margin-top: 67px;
}

@media screen and (max-width: 900px) {
    
.main-heading {
    margin-top: 80px;

}

}


@media screen and (max-width: 600px) {
    
.main-heading {
    margin-top: 20px;
    font-size: 35px;

}

}

.main-section a {
    color: var(--first);
    border-bottom: 1px dashed;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.main-section a:hover {
    color: var(--second);
    border-color: transparent;
}

/* КОНТЕНТ */

article {
/*    margin-bottom: 100px;*/
    margin-bottom: 50px;
    padding-right: 20px;
}

article h1 {
    margin-top: 20px;
    line-height: 40px;
    font-size: 2em;
}

article a {
    color: #ff823f;
    border-bottom: 1px dashed;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

article a:hover {
    color: #7abc3c;
    border-color: transparent;
}

article ul {
    list-style-type: none;
}

article ul li {
    position:  relative;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}

article ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ff823F;
    border-radius: 50%;
    left: 0;
    /*top: 37%;*/
    top: 8px;
}

article ol {
    list-style-type: none;
    counter-reset: number;
}

article ol li:before {
    counter-increment: number;
    content: counter(number);
    color: #ff955c;
    border: 2px solid #ff955c;
    display: inline-flex;
    text-align: center;
    margin: 5px 10px;
    line-height: 40px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

article img {
    border-radius: 3px;
}

article blockquote {
    margin: 0;
    margin-top: 22px;
    margin-bottom: 22px;
    quotes: none;
    border-left: 2px solid #ff823f;
    font-size: 18px;
    font-style: italic;
    line-height: 1.56;
    background-color: #faeee7;
    padding: 20px 20px 20px 30px;
}

.wp-caption-text {
    font-size: 15px;
    color: var(--second);
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-style:  italic;
}

article .price-table tr:last-child {
    font-weight: bold;
    font-size: 22px;
}

article .btn-container {
    text-align:  center;
}

article .btn-container__btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    text-align: center;

    cursor: pointer;
    overflow: hidden;
    border-radius: 100px;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9155), to(#ED5C0E));
    background: -o-linear-gradient(top, #FF9155 0%, #ED5C0E 100%);
    background: linear-gradient(180deg, #FF9155 0%, #ED5C0E 100%);

    font-size: 1.02vw;
    padding: 1.1vw 2.2vw;

    border-radius: 7vw;

    transition: all 0.3s ease-in-out;

    margin-top: 50px;
}

article .btn-container__btn a {
    color: white;
    text-decoration: none;
    text-transform:  uppercase;
    font-family: 'CeraRoundPro', sans-serif;
    border-bottom: none;
}

article .btn-container__btn>span {
    display: inline-block;
    vertical-align: top;
}

article .btn-container__btn>span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #D34A00;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
    z-index: 3
}

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

    .btn-container__btn {
        padding: 10px;
        width: 250px;
}
    .strelka:before {
        display: none
    }

}

article .btn-container__btn:hover {
    transform: translateY(-4px);
    transition: all 0.5s ease 0s;
  }

/* Хлебные крошки */

.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb a {
    color: var(--first);
    margin-right: 5px;
    font-size: 1vw;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.breadcrumb a:hover {
    text-decoration:  none;
    color: var(--second);
}

.breadcrumb span {
    color: rgba(0, 0, 0, 0.7);
    margin-right: 5px;
    font-size: 1vw;
}

.breadcrumb img {
    width: 17px;
}

/* ЦВЕТА */

.yellow {
  background-color: #ffd535;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.green {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 173, 80, 0.9)), to(rgba(159, 204, 68, 0.9)));
  background-image: -webkit-linear-gradient(bottom, rgba(76, 173, 80, 0.9) 0%, rgba(159, 204, 68, 0.9) 100%);
  background-image: -o-linear-gradient(bottom, rgba(76, 173, 80, 0.9) 0%, rgba(159, 204, 68, 0.9) 100%);
  background-image: linear-gradient(to top, rgba(76, 173, 80, 0.9) 0%, rgba(159, 204, 68, 0.9) 100%);
  color:  white!important;
}






/* АНИМАЦИИ */

.title-first {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in;
}

.subtitle-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.fade_in {
    opacity: 1;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in;
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

/* БОКОВОЕ МЕНЮ */

.ul-list {
    list-style-type: none;
    padding: 0;
}

.right-menu {
  position: fixed;
  
  top: 50%;
  right: -900px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7vw;
  -webkit-box-shadow: 0 6px 3rem rgba(77, 174, 80, 0.5);
  box-shadow: 0 6px 3rem rgba(77, 174, 80, 0.5);
  border-radius: 1rem 0 0 1rem;
  z-index: 99;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 173, 80, 0.9)), to(rgba(159, 204, 68, 0.9)));
  background-image: -webkit-linear-gradient(bottom, rgba(76, 173, 80, 0.9) 0%, rgba(159, 204, 68, 0.9) 100%);
  background-image: -o-linear-gradient(bottom, rgba(76, 173, 80, 0.9) 0%, rgba(159, 204, 68, 0.9) 100%);
  background-image: linear-gradient(to top, rgba(76, 173, 80, 0.9) 0%, rgba(159, 204, 68, 0.9) 100%);
  overflow: hidden;
  margin: 0;
  z-index: 10;

  transition: 1.3s;
}

.right-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0;
}

.right-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.7vw;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  text-decoration: none;
}

.right-menu li a:hover {
  background: rgba(255, 255, 255, 0.25);
}

.right-menu li a img {
  width: 2.6vw;
  margin: 0.37vw auto;
}

.right-menu li:last-child {
  border: none;
}

.right-menu__title {
  color: #ffffff;
  font-size: 0.7vw;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.3vw;
}

/* КНОПКА ВНИЗ-ВВЕРХ */

.updown {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    background: url(/wp-content/themes/sborka-1-wp/img/down.png) no-repeat;
    opacity: .5;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    position: fixed;
    cursor: pointer;
    top: 20px;
    right: 30px;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 999;
}

.updown.scroll-up {
    top: calc(100% - 20px - 75px);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

.updown:hover {
    opacity: 1;
}