

/* Start:/local/templates/fences24/components/bitrix/news.list/index-info-tabs/style.css?16756972888175*/
 .pc-table tr .dark-blue {
    background-color: #0b2842;
}
 .pc-table tr th .cell-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.pc-table tr .light-blue {
    background-color: #0b375e;
}

.faq-wrapper__item-name {
    background: #F5F6F6;
    padding: 38px 72px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.faq-wrapper {
    padding: 60px 44px;
    background: #FFFFFF;
}

.faq-wrapper__item {
    margin-bottom: 50px;
}

.faq-wrapper h2 {
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #212529;
    margin-bottom: 48px;
}

.faq-wrapper__item-name .switcher{
    transform: rotate(180deg);
}

.faq-wrapper__item-name.open .switcher{
    transform: rotate(0deg);
}

.faq-wrapper__item-body{
    margin-top: 40px;
    padding: 0 72px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.faq-wrapper__item-name.open ~ .faq-wrapper__item-body{
    max-height: 9999px;
}

.faq-table .faq-table__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
    border: unset;
    border-bottom: 4px solid #17375B;
    border-top: 1px solid #eaeaea;
    margin: 80px 0 40px 0;
}

.faq-table__tr-name {
    margin: 80px 0 40px 0;
}

.faq-table th span {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

.faq-table th {
    padding: 17px 10px;
}

.faq-table th img {
    margin-right: 10px;
}

table.faq-table {
    width: 100%;
    table-layout: fixed;
}
table.faq-table td {
  width: 100%;
}
.faq-table td {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  
  color: #222529;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  text-align: center;
  padding: 30px;
}

.faq-table tr:last-child{
    border-bottom: 1px solid #eaeaea;
}

 .pc-table tr td .color-circle {
    width: 29px;
    height: 29px;
    background-color: rgb(152, 152, 152);
    border-radius: 15px;
    margin: 0px auto;
}

.color-hover .color-circle {
    margin: 0 5px 0 0 !important;
}


.faq-table.mobile .th span {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

.faq-table.mobile .th {
    padding: 17px 10px;
}

.faq-table.mobile .th img {
    margin-right: 10px;
}

.faq-table.mobile {
    display: none;
}

.faq-table__toggle-name {
    display: none;
}

.before-block {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #212529;
    max-width: 890px;
}

.faq-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 46px;
}

.faq-img__item {
    max-width: 500px;
    background: #F5F6F6;
    padding: 29px;
    min-height: 500px;
}

.faq-img__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 12px;
    margin-top: 26px;
}

.faq-img__img {
    padding-bottom: 40px;
    border-bottom: 1px solid #EAEAEA;;
}

.faq-img__text {
    font-weight: 400;
font-size: 16px;
line-height: 20px;

color: #222529;
}

.number-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 46px;
}

.number-grid__item {
    padding: 20px;
    border: 2px solid #F5F6F6;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.number-grid__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 12px;
}

.number-grid__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222529;
}

.number-grid__number {
    font-weight: 800;
    font-size: 50px;
    line-height: 36px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #2F6D43;
    padding: 37px 20px;
    margin-right: 18px;
}

.number-grid__number.blue {
    background: #132740;
}

@media (max-width: 1400px) {
    .faq-table th span {
        font-size: 14px;
    }

    .faq-table td {
        font-size: 14px; 
    }

    .faq-table__tr-name {
        margin: 0;
    }

    .faq-table .faq-table__title {
        font-size: 20px;
        margin: 40px 0 20px 0;
    }
}


@media (max-width: 1200px) { 
    .faq-wrapper__item-name {
        padding: 19px 20px;
    }

    .faq-wrapper__item-body {
        padding: 0 20px;
    }
}

@media (max-width: 1000px) {
    .mobile div.color-hover {
        width: 100% !important;
    }

    .color-circle__tooltip, .color-circle__tooltip::after {
        display: none !important;
    }
    
    .faq-table.mobile .th span {
        font-size: 13px;
    }

    .faq-img {
        grid-template-columns: 1fr;
        grid-gap:10px;
    }

    .faq-img__img {
        padding-bottom: 20px;
    }


    .faq-img__title {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #000000;
        margin-top: 20px;
    }

    .faq-img__text {
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #222529;
    }

    .faq-img__item {
        min-height: auto;
        padding: 12px;
    }

    .before-block {
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        color: #212529;
    }

    .faq-table td {
        font-size: 13px;
    }

    .faq-table td {
        border-left: unset;
        border-right: unset;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }
    .faq-table .th {
        border: unset;
    }
    .faq-wrapper h2 { 
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #212529;
    }

    .faq-wrapper__item-name {
        font-weight: 500;
        font-size: 15px;
        line-height: 36px;
        text-transform: capitalize;
    }
    
    .faq-table {
        display: none;
    }

    .faq-table.mobile {
        display: none;
        overflow-x: auto;
    }

    
    .faq-table__toggle-name.open + .faq-table.mobile {
        display: block;
    }

    .faq-wrapper {
        padding: 20px 15px;
    }

    .faq-table__toggle-name {
        display: block;
        font-size: 15px;
        line-height: 36px;
        text-transform: capitalize;
        color: #000000;
        padding: 12px;
        background: #FFFFFF;
        border: 1px solid #2C683F;
        margin-bottom: 20px;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .faq-table__toggle-name.open svg {
        transform: rotate(180deg);
    }

    .faq-wrapper__item-body {
        padding: 0;
    }

    .number-grid__item {
        padding: 18px 15px;
        display: block;
    }

    .number-grid {
        grid-template-columns: 1fr;
    }
    
    .number-grid__number {
        font-weight: 800;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        text-transform: capitalize;
        padding: 1px;
        margin-right:0;
        margin-bottom: 9px;
    }

    .number-grid__title {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #000000;
    }

    .number-grid__text {
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #222529;
    }

    .cell-content {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }

    .color-circle__question svg {
        display: none;
    }
}
/* End */


/* Start:/local/templates/fences24/components/bitrix/catalog.section/catalog-sections-slider/style.css?165122511619464*/
.catalog__first-screen {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f5f6f6;
}
@media (max-width: 992px) {
  .catalog__first-screen {
    padding-top: 65px;
  }
}
@media (max-width: 768px) {
  .catalog__first-screen {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}
@media (max-width: 576px) {
  .catalog__first-screen {
    padding-top: 35px;
  }
}
.catalog__first-screen h1 {
  padding-bottom: 35px;
}
@media (max-width: 576px) {
  .catalog__first-screen h1 {
    padding-bottom: 25px;
  }
}
.catalog__first-screen .catalog-sidebar {
  /*
   * Submenu
   */
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.28);
  background-color: #eceff1;
}
@media (max-width: 992px) {
  .catalog__first-screen .catalog-sidebar {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .catalog__first-screen .catalog-sidebar {
    margin-right: 50px;
  }
}
.catalog__first-screen .catalog-sidebar .catalog-accordion {
  margin-bottom: 0;
  width: 100%;
}
.catalog__first-screen .catalog-sidebar .click:before {
  content: url("/local/templates/fences24/components/bitrix/catalog.section/catalog-sections-slider/../../../img/catalog/icons/thing.svg");
  position: absolute;
  left: -29px;
  z-index: 1;
}
@media (max-width: 768px) {
  .catalog__first-screen .catalog-sidebar .click:before {
    display: none;
  }
}
.catalog__first-screen .catalog-sidebar .catalog-accordion {
  position: relative;
}
.catalog__first-screen .catalog-sidebar .catalog-accordion .link {
  letter-spacing: 0.63px;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
}
@media (max-width: 576px) {
  .catalog__first-screen .catalog-sidebar .catalog-accordion .link {
    font-size: 14px;
  }
}
.catalog__first-screen .catalog-sidebar .catalog-accordion .open {
  background-color: #006f3e;
  color: white;
  position: relative;
  z-index: 2;
}
.catalog__first-screen .catalog-sidebar .catalog-accordion .open .link img {
  content: url("/local/templates/fences24/components/bitrix/catalog.section/catalog-sections-slider/../../../img/catalog/icons/li-white-marker.png");
}
.catalog__first-screen .catalog-sidebar .submenu {
  display: none;
  font-size: 14px;
}
.catalog__first-screen .catalog-sidebar .submenu a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.catalog__first-screen .catalog-sidebar .submenu a .inner-wrapper, .catalog__first-screen .catalog-sidebar .submenu a .inner-wrapper-sm {
  display: flex;
  flex-direction: row;
  align-items: center;
  letter-spacing: 0.63px;
}
.catalog__first-screen .catalog-sidebar .submenu a .inner-wrapper {
  font-weight: 400;
  font-size: 15px;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-sidebar .submenu a .inner-wrapper {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .catalog__first-screen .catalog-sidebar .submenu a .inner-wrapper {
    font-size: 13px;
  }
}
.catalog__first-screen .catalog-sidebar .submenu a .inner-wrapper:hover {
  font-weight: 700;
}
.catalog__first-screen .catalog-sidebar .submenu a .inner-wrapper-sm {
  font-weight: 200;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-sidebar .submenu a .inner-wrapper-sm {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .catalog__first-screen .catalog-sidebar .submenu a .inner-wrapper-sm {
    font-size: 12px;
  }
}
.catalog__first-screen .catalog-sidebar .submenu a .inner-wrapper-sm img {
  margin-left: 0;
  margin-right: 7.5px;
  margin-top: 0;
  width: 12px;
  height: 13px;
}
.catalog__first-screen .catalog-sidebar .submenu img {
  height: 10px;
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 20px;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-sidebar {
    font-size: 20px;
  }
}
.catalog__first-screen .catalog-sidebar ul {
  list-style-type: none;
  padding-left: 0;
}
.catalog__first-screen .catalog-sidebar ul a {
  text-decoration: none;
  color: white;
}
.catalog__first-screen .catalog-sidebar ul li {
  border-bottom: 1px solid #cfd4d7;
}
.catalog__first-screen .catalog-sidebar ul li .submenu {
  padding: 0 40px;
}
.catalog__first-screen .catalog-sidebar ul li .submenu li {
  padding: 20px 0;
}
.catalog__first-screen .catalog-sidebar ul li .submenu li:first-child {
  padding-top: 5px;
}
.catalog__first-screen .catalog-sidebar ul li .link {
  display: flex;
  align-items: center;
}
.catalog__first-screen .catalog-sidebar ul li .link img {
  margin-left: 15px;
  margin-right: 20px;
}
.catalog__first-screen .catalog-sidebar ul li .link img:first-child {
  margin-top: 0;
}
.catalog__first-screen .catalog-sidebar ul li:hover {
  background-color: #006f3e;
  color: white;
  cursor: pointer;
}
.catalog__first-screen .catalog-sidebar ul li:hover .link img {
  content: url("/local/templates/fences24/components/bitrix/catalog.section/catalog-sections-slider/../../../img/catalog/icons/li-white-marker.png");
}
.catalog__first-screen .catalog-sidebar ul li:last-child {
  border-bottom: 0;
}
.catalog__first-screen .catalog-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog__first-screen .catalog-content .button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.catalog__first-screen .catalog-content .button-container .blue-button {
  background-color: transparent;
  padding: 10px 35px;
  border: 1px solid #0b2842;
  font-size: 12px;
  font-weight: 700;
  color: #0b2842;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .button-container .blue-button {
    font-size: 16px;
  }
}
.catalog__first-screen .catalog-content .button-container .blue-button:hover {
  background-color: #0b2842;
  color: white;
}
.catalog__first-screen .catalog-content .single-item-wrapper {
  display: none;
}
.catalog__first-screen .catalog-content .dropdown-single-item {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.85s;
  -webkit-animation-duration: 0.85s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  display: flex;
  position: relative;
}
.catalog__first-screen .catalog-content .show-me {
  display: block;
  position: relative;
}
@keyframes slideDown {
  0% {
    opacity: 0.1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.catalog__first-screen .catalog-content .single-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}
.catalog__first-screen .catalog-content .single-item .upper-part, .catalog__first-screen .catalog-content .single-item .lower-part {
  width: 100%;
}
.catalog__first-screen .catalog-content .single-item .upper-part {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.catalog__first-screen .catalog-content .single-item .upper-part img {
  width: 100%;
}
.catalog__first-screen .catalog-content .single-item .lower-part {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: white;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .single-item .lower-part {
    padding: 25px;
  }
}
.catalog__first-screen .catalog-content .single-item .lower-part h5 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .single-item .lower-part h5 {
    font-size: 24px;
  }
}
.catalog__first-screen .catalog-content .single-item .lower-part .description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.63px;
  color: #3d3d3d;
  padding-top: 14px;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .description {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .description {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .description {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .description {
    font-size: 13px;
  }
}
.catalog__first-screen .catalog-content .single-item .lower-part .diameter, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 14px;
  position: relative;
}
.catalog__first-screen .catalog-content .single-item .lower-part .diameter:before, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec:before {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 2px dotted #6b6b6b;
}
.catalog__first-screen .catalog-content .single-item .lower-part .diameter .inner-text-wrapper, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec .inner-text-wrapper {
  display: flex;
  align-items: center;
  z-index: 1;
  background-color: white;
  padding-right: 5px;
  font-weight: 700;
  font-size: 15px;
}
.catalog__first-screen .catalog-content .single-item .lower-part .diameter .inner-text-wrapper img, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec .inner-text-wrapper img {
  margin-right: 7.5px;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .diameter .inner-text-wrapper, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec .inner-text-wrapper {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .diameter .inner-text-wrapper, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec .inner-text-wrapper {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .diameter .inner-text-wrapper, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec .inner-text-wrapper {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .diameter .inner-text-wrapper, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec .inner-text-wrapper {
    font-size: 13px;
  }
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .diameter, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .diameter, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .diameter, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .catalog__first-screen .catalog-content .single-item .lower-part .diameter, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec {
    font-size: 13px;
  }
}
.catalog__first-screen .catalog-content .single-item .lower-part .diameter span, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec span {
  background-color: white;
  z-index: 2;
}
.catalog__first-screen .catalog-content .single-item .lower-part .diameter .charValue, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec .charValue {
  padding-left: 5px;
}
.catalog__first-screen .catalog-content .single-item .lower-part .diameter .colorScheme, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec .colorScheme {
  padding-left: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 210px;
  background-color: white;
  z-index: 2;
  margin-right: -10px;
}
.catalog__first-screen .catalog-content .single-item .lower-part .diameter .colorScheme .color-circle, .catalog__first-screen .catalog-content .single-item .lower-part .single-spec .colorScheme .color-circle {
  border-radius: 25px;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.catalog__first-screen .catalog-content .single-item .lower-part .learn-more {
  text-align: right;
  display: block;
  padding-top: 20px;
  font-size: 14px;
  text-decoration: underline;
  color: #006f3e;
}
.catalog__first-screen .catalog-content .single-item .lower-part .learn-more:hover {
  text-decoration: none;
}
.catalog__first-screen .catalog-content .single-item .onHover-part {
  display: none;
  position: absolute;
  flex-direction: column;
  background-color: white;
  bottom: -280px;
  left: 0;
  width: 100%;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part {
    bottom: -305px;
  }
}
@media (max-width: 1600px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part {
    bottom: -300px;
  }
}
@media (max-width: 1400px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part {
    bottom: -365px;
  }
}
.catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper {
  padding: 20px;
  padding-top: 0;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper {
    padding: 25px;
    padding-top: 0;
  }
}
.catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 14px;
  position: relative;
}
.catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec:before {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 2px dotted #6b6b6b;
}
.catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec .inner-text-wrapper {
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: white;
  padding-right: 5px;
  font-weight: 700;
  font-size: 15px;
}
.catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec .inner-text-wrapper img {
  margin-right: 7.5px;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec .inner-text-wrapper {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec .inner-text-wrapper {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec .inner-text-wrapper {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec .inner-text-wrapper {
    font-size: 13px;
  }
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec {
    font-size: 13px;
  }
}
.catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec span {
  background-color: white;
  z-index: 2;
}
.catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec .charValue {
  padding-left: 5px;
}
.catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec .colorScheme {
  padding-left: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 210px;
  background-color: white;
  z-index: 2;
  margin-right: -10px;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec .colorScheme {
    justify-content: flex-end;
  }
}
.catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec .colorScheme .color-circle {
  border-radius: 25px;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .specs-wrapper .single-spec .colorScheme .color-circle {
    margin-bottom: 10px;
  }
}
.catalog__first-screen .catalog-content .single-item .onHover-part .go-to-detail {
  width: 100%;
  border-top: 2px solid #f7f7f7;
}
.catalog__first-screen .catalog-content .single-item .onHover-part .go-to-detail .inner-wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .go-to-detail .inner-wrapper {
    padding: 25px;
  }
}
.catalog__first-screen .catalog-content .single-item .onHover-part .go-to-detail .inner-wrapper strong {
  font-size: 22px;
  margin-left: 15px;
  margin-right: 10px;
  line-height: normal;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .go-to-detail .inner-wrapper strong {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}
@media (min-width: 2000px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .go-to-detail .inner-wrapper strong {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .go-to-detail .inner-wrapper strong {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .go-to-detail .inner-wrapper strong {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .catalog__first-screen .catalog-content .single-item .onHover-part .go-to-detail .inner-wrapper strong {
    font-size: 14px;
  }
}
.catalog__first-screen .catalog-content .single-item .onHover-part .go-to-detail .inner-wrapper .green-button {
  float: initial;
  padding: 15px 40px;
}
.catalog__first-screen .catalog-content .single-item:hover {
  z-index: 2;
}
.catalog__first-screen .catalog-content .single-item:hover .onHover-part {
  box-shadow: 0 40px 50px rgb(0, 0, 0, 0.11)
}
@media (min-width: 992px) {
  .catalog__first-screen .catalog-content .single-item:hover .onHover-part {
    display: flex;
  }
}

/* End */


/* Start:/local/components/logema/calculator/templates/.default/style.css?17418752541709*/
.ul-of-params {
    min-height: 100px;
}

.custom-btn span {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    width: max-content !important;
    display: flex;
    align-items: center;
}

.pick-a-type {
    padding: 0 70px !important;
}

.calc-tooltip {
    position: static !important;
    max-width: 20px !important;
    max-height: 20px !important;
}

.calc-hint {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    height: max-content;
    background: #585858;
    color: white;
    bottom: -10px !important;
    padding: 5px 10px;
    font-size: 16px;
    width: max-content;
    max-width: 300px;
    z-index: 5;
}

.custom-btn span:hover+.calc-hint {
    display: block;
}

.calc-tooltip:hover+.calc-hint {
    display: block;
    top: -30px;
}

.v-input {
    width: 100%;
}

.pick-a-length .v-slider--horizontal .v-slider__track-container {
    height: 5px;
}

.save-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.1);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.save-modal__wrapper {
    width: 400px;
    background: white;
    padding: 30px;
}

.save-modal__wrapper div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.save-modal__wrapper input {
    margin-bottom: 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.save-modal h1 {
    font-size: 22px;
    text-align: center;
}
/* End */
/* /local/templates/fences24/components/bitrix/news.list/index-info-tabs/style.css?16756972888175 */
/* /local/templates/fences24/components/bitrix/catalog.section/catalog-sections-slider/style.css?165122511619464 */
/* /local/components/logema/calculator/templates/.default/style.css?17418752541709 */
