
/* Ш-7544 Стили сайта */


/* PVBLOCK: Главное меню и шапка */

@media (max-width: 600px) {
  .search-col { display: none!important; }
  .footer .logo-link + .logo-link { margin-left: unset; }
  .footer .pay-col {display:grid;grid-template-columns:75px 75px 75px;}
  .footer .copy {margin-right: 0;}
  .footer .pay-col .logo-link {display: grid;align-self: center;}
}


/* С помощью этого фикса делаем гамбургер скрытым на 1000-1401 (иначче покзывается а он лишний) */
/* глюк прошлой верскти */
@media (min-width: 1001px) {
    .evge_menu_button_md_hide{
        display: none!important;
    }
}
.evge_cursor_a_pointer{
    cursor: pointer;
}

.evge_half_link{
    color: #00aeef;
    border-bottom: 1px dashed #00aeef;
}
.evge_half_link:hover, .evge_half_link:focus, .evge_half_link:focus:hover{
    color: #0961c6;
    border-bottom: 1px dashed #0961c6;
}

/* ENDPVBLOCK */


/* PVBLOCK: Каталог */
.ec_item_text {
    color: #666;
    font:  16px/1.6 'Roboto Condensed', sans-serif;
    overflow-y: hidden;
}
.catalog-block-content {
  border-collapse: collapse;
}
@media (max-width: 1000px) {
  .catalog-block-content {
    width: 100%;
  }
  .catalog-block-content .catalog-block-head {
    display: none;
  }
  .catalog-block-content .catalog-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #efeeee;
    margin: 0 -25px;
    padding: 17px 25px 23px;
  }
  .catalog-block-content .catalog-item td {
    box-sizing: border-box;
    display: block;
    padding: 0;
    width: 100%;
  }
  
  .catalog-block-content .catalog-item .col-info {
    margin-bottom:24px;
  }

  .catalog-block-content .catalog-item .evge_col_count{
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
  }
}
@media (min-width: 1001px) {
  .catalog-block-content {
    margin: 0 -25px;
    width: calc(100% + 50px);
  }
  .catalog-block-content th,
  .catalog-block-content td {
    padding: 0 10px;
  }
  .catalog-block-content th:first-child,
  .catalog-block-content td:first-child {
    padding-left: 25px;
  }
  .catalog-block-content th:first-child:after,
  .catalog-block-content td:first-child:after {
    left: 25px !important;
  }
  .catalog-block-content th:last-child,
  .catalog-block-content td:last-child {
    padding-right: 25px;
  }
  .catalog-block-content th:last-child:after,
  .catalog-block-content td:last-child:after {
    right: 25px !important;
  }
  .catalog-block-content .col-info {
    min-width: 440px;
    max-width: 500px;
  }
  .catalog-block-content .col-properties {
    width: 236px;
  }
  .catalog-block-content .col-price {
    width: 150px;
  }
  .evge_col_count {
    width: 263px;
  }
}
.catalog-block-content .catalog-block-head {
  font-size: 14px;
}
.catalog-block-content .catalog-block-head th {
  position: relative;
  padding-bottom: 13px;
  color: #666;
  font: normal 14px 'Roboto Condensed', sans-serif;
  text-align: left;
}
.catalog-block-content .catalog-block-head th:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00aeef;
  height: 3px;
}
.catalog-item {
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  position: relative;
  z-index: 1;
}

.catalog-item:hover {
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.15);
}

.catalog-item .bulk-discount {
  visibility: hidden;
  color: #00AEEF;
  margin-bottom: 10px;
  cursor: pointer;
}

.catalog-item:hover .bulk-discount {
  visibility: visible;
}


.catalog-item td {
  position: relative;
  padding-top: 17px;
  padding-bottom: 23px;
}
@media (min-width: 1001px) {
  .catalog-item td:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #efeeee;
    height: 1px;
  }
}
.catalog-item .item-info {
  display: flex;
}
.catalog-item .item-info .item-image {
  width: 128px;
  height: 124px;
  position: relative;
  margin-right: 25px;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 124px;
  text-align: center;
}
@media (max-width: 600px) {
    .catalog-item .item-info .item-image {
        width: 64px;
        height: 62px;
    }
    .catalog-block-content .catalog-item .evge_col_count{
        display: block;
    }
}

.catalog-item .item-info .item-image img {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.catalog-item .item-info .item-image a:hover img {
  opacity: 0.7;
}
/* .catalog-item .item-info .item-description {
  padding-top: 2px;
} */
.catalog-item .item-info .item-name {
  display: block;
  font: bold 16px 'Roboto Condensed', sans-serif;
}
.catalog-item .item-info a.item-name {
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.catalog-item .item-info a.item-name:hover {
  color: #00aeef;
}
.catalog-item .item-properties {
  padding-top: 2px;
  color: #adacac;
  font: 16px/1.6 'Roboto Condensed', sans-serif;
}

.catalog-item .evge_count_container {
  margin-top: 5px;
}

.catalog-item .evge_count_container .evge_add_to_cart_button,
.catalog-item .evge_count_container .evge_more_button_cat,
.catalog-item .evge_count_container .evge_product_item_availability {
  text-transform: none;
  margin-top: -8px;
}

.evge_product_price_block {
    font-size: 16px;
    /* padding-top: 14px;
    padding-bottom: 14px; */
    /* margin-bottom: 20px; */
    /* Важно запрет переноса чтобы не было подобных гюков: http://pvoytko.ru/jx/IDVzcpT9UR  */
    white-space: nowrap;
}

/* Жирная цена в корзине в блоке суммы по товару */
.evge_basket_price_sum .price{
    font-weight: bold;
}

/* Жирная цена в каталоге и чуть меньше старая цена*/
.evge_productlist_price_block .price{
    font-weight: bold;
}
.evge_productlist_price_block .old-price{
    font-size: 16px;
    color: #afafaf;
}

.evge_more_button_search {
  width: 240px;
  height: unset;
  min-height: 40px;
  padding: 9px 20px;
  text-align: center;
  box-sizing: border-box;
}
.evge_product_count_input{
    height: 44px;
    font-size: 20px;
    padding: 0;
    text-align: center;
    width: 108px;
}
.evge_select_size_button{
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    padding: 10px 10px;
    width: 146px;
    white-space: nowrap;
    line-height: 28px;
    margin-bottom: 10px;
    min-height: 57px;
    max-height: 57px;
}
.evge_buy_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.evge_buy_ro_bt_space {
    margin-right: 20px;
    margin-bottom: 20px;
}
.evge_buy_row .button.big {
  padding: 17px 20px 15px;
}
.ec_tolshina_filter_normal{
  color: #00aeef;
  cursor: pointer;
}
.ec_tolshina_filter_active{
  color: #4f4f4f;
  cursor: default;
}
.ec_tolshina_filter_block{
    display: flex;
}
.ec_tolshina_filter_capt{
    margin-bottom: 10px;
    width: auto;
    margin-right: 50px;
    white-space: nowrap;
}
.ec_tolshina_filter_vars{
    max-width: 600px;
}
@media (max-width: 750px) {
    .ec_tolshina_filter_block{
        display: block;
    }
    .ec_tolshina_filter_capt{
        margin-bottom: 10px;
        width: 100%;
    }
    .ec_tolshina_filter_vars{
        width: 100%;
        max-width: none;
    }

    .footer .contacts .link { white-space: unset;}
}

/* PVBLOCK: Если ошибка из формы джанго пришла, то красным выделяем поле с ошибкой */
/* Ш-7606 */
.isot-error-block{
    clear: both;
    display: block;
    color: red;
    margin-top: 6px;
}
.isot-has-error label {
    color: red;
}
.isot-has-error input.ksea_green_field_border {
    color: red;
    border: 1px solid red;
}
.isot-has-error textarea.ksea_green_field_border {
    color: red;
    border: 1px solid red;
}
.svir_bs_alert_danger {
    color: red;
    /* background-color: #ffd9d9; */
    border-color: red;
}
.svir_bs_alert_success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.svir_bs_alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 4px;
}
.btn_light_red_loading {
    background: none;
    background-color: grey;
}

/* PVBLOCK: Если ошибка из формы джанго пришла, то красным выделяем поле с ошибкой */
/* Ш-7606 */
.isot-error-block{
    clear: both;
    display: block;
    color: red;
    margin-top: 6px;
}
.isot-has-error label {
    color: red;
}
.isot-has-error input.ksea_green_field_border {
    color: red;
    border: 1px solid red;
}
.isot-has-error textarea.ksea_green_field_border {
    color: red;
    border: 1px solid red;
}
.svir_bs_alert_danger {
    color: red;
    /* background-color: #ffd9d9; */
    border-color: red;
}
.svir_bs_alert_success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.svir_bs_alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 4px;
}
.btn_light_red_loading {
    background: none;
    background-color: grey;
}

/* Ш-7813 Надпись о загрузке в диалоге персонаал */
.svir_loading_send_button_label{
    position: relative;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    padding: 0px 12px;
    border-radius: 15px;
    font-size: 14px;
    color: white;
    background-color: #26c6da;
    display: inline-block;
    z-index: 99999;
    /*top:-15px;*/
}
/* ENDPVBLOCK */





/* PVBLOCK: Коорзина */

.basket-page {
  margin-bottom:16px;
}


.basket-page .wrapper {
  overflow: visible;
}
.basket-page .page {
  margin-bottom: 87px;
}
.basket-page .page-title {
  padding-bottom: 35px;
}
.basket-page .basket-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-between; */
  margin-bottom: 25px;
  gap: 20px;
}
.basket-page .basket-actions .link {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle;
  color: #00aeef;
  font: bold 13px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.basket-page .basket-actions .link .ico {
  margin-right: 8px;
  vertical-align: middle;
}
.basket-page .basket-actions .link span {
  transition-property: border-bottom-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  border-bottom: 1px dashed #00aeef;
}
.basket-page .basket-actions .link:hover {
  opacity: 0.7;
}
.basket-page .basket-actions .link:hover span {
  border-bottom-color: transparent;
}
.basket-page .basket-actions .col.left .link {
  margin-right: 55px;
}
.basket-page .total-block {
  position: relative;
  margin-bottom: 40px;
  padding: 42px 0 29px;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .basket-page .total-block {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.basket-page .total-block:before,
.basket-page .total-block:after {
  content: '';
  display: block;
  position: absolute;
  height: 6px;
  left: -48px;
  right: -48px;
  border-left: 4px solid #00aeef;
  border-right: 4px solid #00aeef;
}
@media (max-width: 1400px) {
  .basket-page .total-block:before,
  .basket-page .total-block:after {
    left: 0;
    right: 0;
  }
}
.basket-page .total-block:before {
  top: 0;
  border-top: 4px solid #00aeef;
  border-radius: 3px 3px 0 0;
}
.basket-page .total-block:after {
  bottom: 0;
  border-bottom: 4px solid #00aeef;
  border-radius: 0 0 3px 3px;
}
.basket-page .total-block .product-price-block {
  font-size: 32px;
  margin-top: 6px;
  margin-bottom: 16px;
}
.basket-page .total-block .discount {
  color: #999;
  font-size: 20px;
  margin-bottom: 10px;
}
.basket-page .total-block .discount .price {
  font-family: 'Roboto Condensed', sans-serif;
  white-space: nowrap;
}
.basket-page .total-block .features {
  display: flex;
  justify-content: space-between;
  max-width: 220px;
  margin-top: 40px;
}
.basket-page .total-block .features .sep {
  width: 1px;
  height: 55px;
  display: block;
  background: #efeeee;
  margin: 0 5px;
}
.basket-page .total-block .features .feature-name {
  margin-bottom: 10px;
  font-size: 14px;
}
.basket-page .total-block .features .feature-value {
  font: normal 18px 'Roboto Condensed', sans-serif;
  white-space: nowrap;
}

/* Кнопка отправки заказа и ее вид и цвет на время отправки */
.send_order_button {
    padding: 17px 20px;
    cursor: pointer;
    height: unset;
    min-height: auto;
}
.send_order_button_disabled {
    cursor: not-allowed;
    background-color: #79e2ff;
}

.basket-page .delivery-form .radio-container:hover {
    background-color: transparent!important;
}

.basket-page .delivery-form,
.basket-page .contacts-form {
  margin-bottom: 45px;
}
.basket-page .delivery-form .form-row.no-error:after,
.basket-page .contacts-form .form-row.no-error:after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  height: 23px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .basket-page .delivery-form .form-row.no-error:after,
  .basket-page .contacts-form .form-row.no-error:after {
    content: none;
  }
}
@media (min-width: 601px) {
  .basket-page .delivery-form,
  .basket-page .contacts-form {
    padding-right: 11%;
  }
  .basket-page .delivery-form.delivery-form,
  .basket-page .contacts-form.delivery-form {
    border-right: 1px solid #efeeee;
  }
}
.basket-page .delivery-form .form-title,
.basket-page .contacts-form .form-title {
  text-align: left;
}
.basket-page .delivery-form textarea,
.basket-page .contacts-form textarea {
  height: 80px;
}

.basket-page .contacts-form .form-title {
  margin-bottom: 56px;
}


.basket-item .product-info .details-col .feature-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  max-width: 450px;
  color: #adacac;
  font-size: 14px;
}
.basket-item .product-info .details-col .feature-row .sep {
  width: 1px;
  height: 55px;
  display: block;
  background: #efeeee;
  margin: 0 5px;
}
.basket-item .product-info .details-col .feature-row .feature-name {
  margin-bottom: 11px;
}
.basket-item .product-info .details-col .feature-row .feature-value {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  white-space: nowrap;
}
/* ENDPVBLOCK */


/* Ш-7219 Поле только для чтения */
.sv_input_read_only, .sv_input_read_only[readonly], .sv_input_read_only[readonly]:focus, .sv_input_read_only:focus {
    background-color: lightgrey;
    box-shadow: none;
    border: 1px solid darkgray;
    outline-style: none; /* Тут удаляем рамку http://pvoytko.ru/jx/Z481yWofft источник https://stackoverflow.com/a/17526407/1412586*/
    box-shadow: none;
}


/* Добавив этот класс к элементу, он будет плавно скрываться-раскрываться с ng-show */
/* Взято из https://docs.angularjs.org/api/ng/directive/ngShow */
/* Ш-7512 */
.pv_animate_ng_show.ng-hide {
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.pv_animate_ng_show.ng-hide-add,
.pv_animate_ng_show.ng-hide-remove {
    transition: all ease-in-out 0.3s;
}

.pv_animate_ng_if.ng-hide {
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.pv_animate_ng_if.ng-hide-add,
.pv_animate_ng_if.ng-hide-remove {
    transition: all ease-in-out 0.3s;
}


/* Это настройка поля выбора города на странице корзины */
/* А так же на карточке товара в админке это выпадающие списки */
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #00aeef;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: transparent;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    padding: 10px;
}
.select2-results{
    max-height: 200px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 12px;
  height: 10px;
  background: url("images/sprite.23d7312936ce.svg?570462fd") -197px -63px no-repeat;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 20px;
  right: auto;
}

.delivery-form .select2-selection__arrow {
    display: none!important;
}


/* Блок цены и старой цены - на карточке, в каталоге и т.п. */
.old-price{
    color: #999;
    text-decoration: line-through;
    margin-top: 10px;
    display: block;
    /* position: absolute; */
}
.evge_card_price_block .old-price{
    margin-top: 0px;
}



/* Редактировать в админке - ссылка на карточке */
.evge_admin_edit{
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}



/* Убираем иконки действий возде foreign-key полей, на карточках, */
/* т.к. криво смотрятся всплывающие окна dab */
/* Ш-7326 */
/* это для джанго */
/* в частности на карточке в админке возле полей - едиинца измерения и прочее - скрываем иконки */
/* добавления-редактирования */
.related-widget-wrapper .related-widget-wrapper-link.change-related{
    display: none;
}
.related-widget-wrapper .related-widget-wrapper-link.add-related{
    display: none;
}
/* а это для djangocms аналог http://pvoytko.ru/jx/l5Cv4fONIL */
.add-another{
    display: none;
}

/* В таблице подтоваров цены */
.evge_podtovary_spravka_cost{
    font-size: 16px;
    white-space: nowrap;
    margin-top: 5px;
    color: #afafaf;
}



/* PVBLOCK: стили для блока с количеством в каталоге */

/* В таблице подтоваров блок с количетсвом-кнопкой - для десктопа во всю строку, для мобильного - по правому краю */
.evge_product_count_form_container{
    width: 100%;
    /* display: grid;
    grid-template-columns: 50% 50%; */
    align-items: center;    
}
@media only screen and (max-width: 1000px) {
    .evge_product_count_form_container{
      max-width: 360px;
    }

    .content-container .tabber-tab.text-content img {
      width: unset!important;
      max-width:100%;
    }
}

.ecpa_button_container {
    margin-left: 10px;
    width: 100%;
}


/* Эти правила задают чтобы на мобильном кнопка перескакивала  на вторую строку */
/* пример http://pvoytko.ru/jx/z45vaxxIpm */
@media only screen and (max-width: 380px) {
    .evge_product_count_form_container{
        max-width: 200px;
        width: 200px;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .ecpa_button_container {
        width: 130px;
        margin-left: 0px;
        margin-top: 18px;
    }
}


.evge_count_container {
    white-space: nowrap;
    text-align: right;
    max-width: 335px;
    width: 335px;
}
@media (max-width: 1000px) {
    .evge_count_container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}
.evge_count_container .availability {
  display: inline-block;
  width: 121px;
  margin-right: 20px;
  color: #adacac;
  font: 17px/1.375 'Roboto Condensed', sans-serif;
}
.evge_product_item_availability {
    margin-right: 0px;
    color: #adacac;
    font: 16px/1.6 'Roboto Condensed', sans-serif;
    white-space: nowrap;
    text-align: right;

    min-width: 170px;
    width: 170px;
    display: flex;
    align-items: center;
}
.evge_more_button_cat {
    width: 146px;
    padding: 17px 20px;
    text-align: center;
    box-sizing: border-box;
}

/* Этот класс добавляется к полю если ошибка ввода в поле с количеством */
#ksea_reset_css .evge_add_to_cart_input_error{
    border-color: red;
    border-width: 2px;
}

/* кнопка в поле с количеством */
/* Этот класс добавляется к кнопке елси ошбка ввода в поле с количеством */
#ksea_reset_css .evge_add_to_cart_disable_button{
    cursor: not-allowed;
    border-color: grey;
    color: grey;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    background-color: white;
}
#ksea_reset_css .evge_add_to_cart_disable_button:hover{
    background-color: white;
}
#ksea_reset_css .product-count-form .evge_add_to_cart_disable_button.button.active:hover:after{
    background: url("/static/images/sprite.23d7312936ce.svg?570462fd") -150px -194px no-repeat;
}
#ksea_reset_css .evge_add_to_cart_button.active:hover{
    background-color: white;
    color: #00aeef;
}
#ksea_reset_css .evge_add_to_cart_button.active:hover:after{
    background: url("/static/images/sprite.23d7312936ce.svg?570462fd") -150px -194px no-repeat;
    color: #00aeef;
}
#ksea_reset_css .evge_add_to_cart_button span:nth-last-child(2){
    display: none;
}

/* ENDPVBLOCK */




/* Источник - https://stackoverflow.com/a/2310809/1412586 */
.pvl_unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Кнопка в админке */
#changelist .evge_view_order_admin{
    display: block;
    float: left;
    padding: 5px 15px;
    background: #999;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 15px;
}
#changelist .evge_view_order_admin:hover{
    background-color: #417690;
}


/* PVBLOCK: слайдер на главной */
.evge_main_slider_block .caption {
  color: #fff;
  background: #00aeef;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1401px) {
    .evge_main_slider_block .caption {
        right: calc((100% - 1200px)/2);

        /* раньше было 51 37 стало 29 37 т.к. не влазило http://pvoytko.ru/jx/9XIQ2rRHCq */
        padding: 29px 37px;
        width: 450px;
    }
}
@media (max-width: 1400px) and (min-width: 1001px) {
  .evge_main_slider_block .caption {
      right: 0;
      width: 450px;
      /* тут сверху 18 чтобы влазило http://pvoytko.ru/jx/ALjEqejmoA */
      /* т.к. при 24 везде - не влазило */
      padding: 18px 24px 24px 24px;
  }
}
@media (max-width: 1000px) and (min-width: 601px) {
  .evge_main_slider_block .caption {
    right: 0;
    width: 350px;
  }
}
@media (min-width: 601px) {
  .evge_main_slider_block .caption {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
.evge_main_slider_block .caption .title a,
.evge_main_slider_block .caption .subtitle a,
.evge_main_slider_block .caption .text a {
  transition-property: border-bottom-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.evge_main_slider_block .caption .title a:hover,
.evge_main_slider_block .caption .subtitle a:hover,
.evge_main_slider_block .caption .text a:hover {
  border-bottom-color: transparent;
}
.evge_main_slider_block .caption .title ul li,
.evge_main_slider_block .caption .subtitle ul li,
.evge_main_slider_block .caption .text ul li {
  position: relative;
  padding-left: 25px;
}
.evge_main_slider_block .caption .title ul li:before,
.evge_main_slider_block .caption .subtitle ul li:before,
.evge_main_slider_block .caption .text ul li:before {
  width: 4px;
  height: 4px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  margin-top: -2px;
}
.evge_main_slider_block .caption .title ul li + li,
.evge_main_slider_block .caption .subtitle ul li + li,
.evge_main_slider_block .caption .text ul li + li {
  margin-top: 4px;
}
.evge_main_slider_block .caption .title {
  margin-bottom: 2px;
  font: bold 50px/1 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .evge_main_slider_block .caption .title {
    font-size: 26px;
  }
}
.evge_main_slider_block .caption .subtitle {
  margin-bottom: 20px;
  font: 300 40px 'Roboto Condensed', sans-serif;
  animation-delay: 0.5s !important;
}
@media (max-width: 1000px) {
  .evge_main_slider_block .caption .subtitle {
    font-size: 22px;
  }
}
.evge_main_slider_block .caption .text {
  font: normal 16px/1.625 'Roboto Condensed', sans-serif;
  animation-delay: 1s !important;
}
.evge_main_slider_block .caption .text p {
  margin-bottom: 17px;
}
@media (max-width: 1000px) {
  .evge_main_slider_block .caption .text {
    display: none;
  }
}
.evge_main_slider_block .lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.evge_main_slider_block .line {
  display: block;
  position: absolute;
  border-radius: 4px;
  background: #00aeef;
  animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
@media (max-width: 1000px) {
  .evge_main_slider_block .line {
    display: none;
  }
}
.evge_main_slider_block .line.right-bottom,
.evge_main_slider_block .line.right-top {
  animation-duration: 0.02s;
}
.evge_main_slider_block .line.right-bottom {
  width: 4px;
  height: 10px;
  bottom: -20px;
  right: 0;
  transform-origin: 50% 0;
  animation-delay: 0.5s;
}
.evge_main_slider_block .line.bottom {
  bottom: -20px;
  right: 0;
  left: -25px;
  height: 4px;
  transform-origin: 100% 50%;
  animation-delay: 0.52s;
}
.evge_main_slider_block .line.left {
  width: 4px;
  top: -20px;
  bottom: -20px;
  left: -25px;
  transform-origin: 50% 100%;
  animation-delay: 1.02s;
}
.evge_main_slider_block .line.top {
  height: 4px;
  top: -20px;
  right: 0;
  left: -25px;
  transform-origin: 0 50%;
  animation-delay: 1.52s;
}
.evge_main_slider_block .line.right-top {
  width: 4px;
  height: 10px;
  top: -20px;
  right: 0;
  transform-origin: 50% 0;
  animation-delay: 2.02s;
}


.evge_main_slider_img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
}
@media (min-width: 1401px) {
    .evge_main_slider_img{
        right: calc((100% - 1200px)/2 + 450px);
    }
}
@media (min-width: 1001px) and (max-width: 1400px) {
    .evge_main_slider_img{
        right: 450px;
    }
}
@media (min-width: 601px) and (max-width: 1000px) {
    .evge_main_slider_img{
        right: 350px;
    }
}
@media (max-width: 601px) {
    .evge_main_slider_img{
        position: relative;
        right: 0px;
    }
}


/* кнопки на слайдере */
.ksea_swipe_button {
    background-color: rgba(224, 224, 224, 0.45);
    padding: 7px;
    box-sizing: content-box;
    border-radius: 30px;
    height: 35px;
    width: 35px;
    background-image: none;

    justify-content: center;
    align-items: center;
    display: flex;

    top: unset;
    left: unset;
}
.ksea_swipe_button span {
    border: 4px solid #00aeef;
    border-top: none;
    border-right: none;

    display: block;
    width: 15px;
    height: 15px;
}
.swiper-button-next span {
    /* Вращение, источник - https://www.w3schools.com/css/tryit.asp?filename=trycss3_transform_rotate */
    -ms-transform: rotate(225deg); /* IE 9 */
    -webkit-transform: rotate(225deg); /* Safari */
    transform: rotate(225deg); /* Standard syntax */

    position: relative;
    right: 5px;
}
.swiper-button-prev span {
    /* Вращение, источник - https://www.w3schools.com/css/tryit.asp?filename=trycss3_transform_rotate */
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg); /* Standard syntax */

    position: relative;
    right: -3px;
}
.ksea_swipe_button:hover span {
    border-color: white;
}
@media (min-width: 1401px){
    #ksea_reset_css .swiper-button-prev {
        right: calc((100% - 1200px)/2 + 570px);
        bottom: 10px;
    }
    #ksea_reset_css .swiper-button-next {
        right: calc((100% - 1200px)/2 + 500px);
        bottom: 10px;
    }
}
@media (min-width: 1001px) and (max-width: 1400px) {
    #ksea_reset_css .swiper-button-prev {
        right: 570px;
        bottom: 10px;
    }
    #ksea_reset_css .swiper-button-next {
        right: 500px;
        bottom: 10px;
    }
}
@media (max-width: 1000px) {
    #ksea_reset_css .swiper-button-prev {
        right: 190px;
        bottom: 50px;
    }
    #ksea_reset_css .swiper-button-next {
        right: 130px;
        bottom: 50px;
    }
}
@media (max-width: 600px) {
    #ksea_reset_css .swiper-button-prev {
        left: 0px;
        margin-right: 15px;
        margin-left: 11px;
        bottom: 40px;
    }
    #ksea_reset_css .swiper-button-next {
        left: 35px;
        margin-left: 20px;
        bottom: 40px;
    }

    .ksea_swipe_button {
      background-color: unset;
    }

    .ksea_swipe_button > span {
      border-color: white;
    }

    #ksea_reset_css .swiper-pagination{
      bottom: 10px;
      position:absolute;
      left:0px;right:0px;
      margin:0 auto;
      width: auto;
  }
}


/* Пагинация на слайдере */
#ksea_reset_css .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #c7c7c7;
    display: inline-block;
    margin: 0 20px 10px 0;
    border-radius: 0px;
    opacity: 1;
    margin: 0px 9px 0px 9px;
}
#ksea_reset_css .swiper-pagination-bullet:hover{
    background: white;
}
#ksea_reset_css .swiper-pagination-bullet-active, #ksea_reset_css .swiper-pagination-bullet-active:hover {
    background: #00aeef;
}
#ksea_reset_css .swiper-pagination{
    width: auto;
    background-color: rgba(224, 224, 224, 0.45);
    position: absolute;
    right: calc((100% - 1200px)/2 + 640px);
    left: unset;
    padding: 4px 1px 4px 1px;
    line-height: 9px;
    border-radius: 8px;
    bottom: 25px;
}
@media (min-width: 1001px) and (max-width: 1400px) {
    #ksea_reset_css .swiper-pagination{
        right: 640px;
    }
}
@media (max-width: 1000px) {
    #ksea_reset_css .swiper-pagination{
        bottom: -43px;
        position:absolute;
        width: 350px;
        left: 0;
        text-align: left;
        background: unset;
        margin: 0 0 0 14px;
    }
}

/* ENDPVBLOCK */



/* Ш-7322 С помощью данного стиля внутри контейнера с css классом pv_light_tooltip */
/* стандартый тултип бутстрапа станет не на чером фоне, а на светлом */
/* используется в рзадлее Планов */
.pv_light_tooltip .tooltip{
    position: absolute;
    z-index: 1030;
    line-height: 18px;
    font-size: 14px;
}
.pv_light_tooltip .tooltip.in {
    opacity: 1;
}
.pv_light_tooltip .tooltip-inner p {
    margin-bottom: 10px;
}
.pv_light_tooltip .tooltip-inner p:last-of-type {
    margin-bottom: 0px;
}
.pv_light_tooltip .tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    /* width: 350px; */
    background-color: lightgoldenrodyellow;
    color: black;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    border: 1px solid black;
    text-align: left;

    /* Это исправление бага внутри таблицы подсказка- то стиль от ячейке nowrap переносится */
    /* пример http://pvoytko.ru/jx/kkuB4bO4wu */
    white-space: normal;
}

/* Стили в окне "Спасибо" - надпись "скоировано" */
.evge_efoc_copied{
    position: relative;
    top: -21px;
    background-color: #b7ebfc;
    font-size: 17px;
    padding: 5px;
    display: inline-block;
}

.fa-question-circle.delivery {
    color: darkgray;
}

.select2-search__field {
    color: #444;
    font: normal 17px/22px 'Roboto Condensed', sans-serif;
}

#segment_products-group .field-construction select,
#segment_products-group .field-calculation select,
#segment_products-group .field-product select,
#segment_products-group .field-product_variant select {
  width: 400px;
}

