/*
https://shop.atributika.ru/bitrix/templates/.default/css/style.css
*/

label {
  font-weight: normal;
}



.g-float-left {
  float: left;
}

.g-float-right {
  float: right;
}

.g-color-green {
  color: var(--green);
}

.g-color-red {
  color: var(--red);
}

.b-check-row_block .b-check-row__label {
  display: block;
}

.b-check-row_block .b-check-row__text {
  border: 1px solid var(--grey-light);
  border-radius: 3px;
  overflow: hidden;
  padding: 12px 10px 12px 38px;
}

.b-check-row_block .b-check-row__text:before,
.b-check-row_block .b-check-row__text:after {
  margin: 11px 0 0 11px;
}

.b-check-row_block .b-check-row__text:hover {
  border-color: var(--grey);
}

.b-check-row_block .b-check-row__input:checked + .b-check-row__text {
  border-color: var(--grey);
  box-shadow: 0 0 0 1px var(--grey) inset;
}

.b-check-row__title {
  display: block;
  font-size: 15px;
  line-height: 18px;
}

.b-check-row__description {
  display: block;
  margin-top: 7px;
}

.b-check-row__button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin-top: 11px;
}

.b-check-row__button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  opacity: 0.25;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.b-check-row__button:hover:before {
  opacity: 1;
}

.b-check-row__button_address:before {
  top: -2px;
  margin-right: 9px;
  width: 14px;
  height: 18px;
  background: url("../images/icon-location.png") 0 0 no-repeat;
}

.b-text-section {
  border-top: 1px solid var(--grey-lighter);
  padding-top: 37px;
}

.b-banner {
}

.b-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.b-order {
  margin-left: -40px;
  margin-top: -12px;
  margin-bottom: 71px;
}

.b-order:after {
  content: "";
  display: table;
  clear: both;
}

.b-order__step {
  float: left;
  width: 33.33%;
  padding-left: 40px;
}

.b-order__step-header {
  padding-left: 42px;
  position: relative;
  min-height: 32px;
  margin-bottom: 23px;
  padding-top: 5px;
}

.b-order__step-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  background: var(--grey-light);
  color: var(--white);
}

.b-order__step:hover .b-order__step-num,
.is-active .b-order__step-num {
  background: var(--green);
}

.b-order__step-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
}

.b-order__step-content {
}

.b-order__btn {
  margin-bottom: 23px;
}

.b-price-list {
  display: table;
  width: 100%;
  font-size: 14px;
  line-height: 23px;
  margin-top: 43px;
  margin-bottom: 7px;
}

.b-price-list__row {
  display: table-row;
}

.b-price-list__title-field {
  display: table-cell;
  width: 100%;
}

.b-price-list__value-field {
  display: table-cell;
  white-space: nowrap;
  width: 0;
}

.b-price-list__title-field:after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--grey-lighter);
  position: relative;
  top: -8px;
  margin-top: -1px;
  margin-right: 2px;
}

.b-price-list__title {
  display: inline-block;
  background: var(--white);
  position: relative;
  z-index: 1;
  padding-right: 2px;
  margin-right: 18px;
}

.b-price-list__value {
  font-size: 15px;
  font-weight: bold;
}

.b-price-list__row_total .b-price-list__value {
  font-size: 20px;
}

.b-price-list__title-field,
.b-price-list__value-field {
  padding-bottom: 9px;
}

.b-select-address-window {
  width: 1240px;
  padding: 10px;
}

.b-select-address-map {
  height: 540px;
}

.b-faq:after {
  content: "";
  display: table;
  clear: both;
}

.b-faq__form-section {
  float: left;
  width: 100%;
  padding-right: 42.6%;
}

.b-faq__form-section textarea {
  height: 105px;
}

.b-faq__form-section .b-form-btn-row {
  margin-top: 29px;
}

.b-faq__call-section {
  float: left;
  width: 330px;
  margin-left: -330px;
  text-align: center;
}

.b-faq__section-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 18px 0;
}

.b-call {
}

.b-call__phone {
  margin-bottom: 23px;
}

.b-call__phone-num {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 25px;
  line-height: 1;
}

.b-call__phone-num:before {
  content: "";
  position: absolute;
  left: -48px;
  top: -4px;
  width: 36px;
  height: 36px;
  background: url("../images/icon-phone.png") 0 0 no-repeat;
}

.b-call__phone-info {
  font-size: 14px;
  margin-top: 6px;
}

.b-call__image {
  max-width: 100%;
  height: auto;
}

.b-size-chart-nav {
  margin-bottom: 5px;
}

.b-size-chart-nav__col {
  width: 50%;
}

.b-size-chart-nav__select {
}

.b-size-chart {
  padding: 10px 0;
  margin-bottom: 30px;
}

.b-size-chart.is-gender-hidden,
.b-size-chart.is-category-hidden {
  display: none;
}

.b-size-chart__title {
}

.b-size-chart__inner {
  margin: 0 -15px;
}

.b-size-chart__inner:after {
  content: "";
  display: table;
  clear: both;
}

.b-size-chart__aside {
  float: left;
  width: 25%;
  padding: 0 15px;
}

.b-size-chart__img {
  display: block;
  width: 100%;
  height: auto;
}

.b-size-chart__content {
  float: left;
  width: 75%;
  padding: 0 15px;
}

.b-size-chart__table-title {
  font-size: 16px;
  font-weight: bold;
}

.b-size-table-wrapper {
}

.b-size-table-wrapper > table {
  width: 100%;
  border: 1px solid var(--grey-light);
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
}

.b-size-table-wrapper > table th,
.b-size-table-wrapper > table td {
  font-weight: inherit;
  padding: 6px 5px;
  text-align: center;
  border: 1px solid var(--grey-light);
}

.b-size-table-wrapper > table th:first-child,
.b-size-table-wrapper > table td:first-child {
  text-align: left;
  padding-left: 10px;
  /*  width: 140px; */
}

.b-basket-popup {
  color: var(--black);
}

.b-basket-popup__bg {
  display: none;
}

.b-basket-popup__main {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 415px;
  background: var(--white);
  z-index: 10002;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 0 0 92px;
}

html.is-basket-open .b-basket-popup__main {
  display: block;
}

.b-basket-popup__header {
  display: none;
}

.b-basket-popup__content {
  height: 100%;
  max-height: calc(100vh - 179px);
  overflow-y: auto;
}

.b-basket-popup__list {
}

.b-basket-popup__item {
  border-bottom: 1px solid var(--grey-lighter);
  padding: 20px;
}

.b-basket-popup__item-content {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.b-basket-popup__item-image-field {
  display: table-cell;
  vertical-align: middle;
  width: 103px;
}

.b-basket-popup__item-image-wrapper {
  width: 80px;
  text-align: center;
}

.b-basket-popup__item-image-wrapper a {
  cursor: pointer;
}

.b-basket-popup__item-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 123px;
}

.b-basket-popup__item-title-field {
  display: table-cell;
  vertical-align: middle;
}

.b-basket-popup__item-title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin: 0 0 5px 0;
  max-width: 250px;
}

.b-basket-popup__item-data {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.b-basket-popup__item-data-row {
}

.b-basket-popup__item-footer {
  display: table;
  width: 100%;
  position: relative;
  padding-right: 40px;
}

.b-basket-popup__item-price-field {
  display: table-cell;
  vertical-align: middle;
  width: 104px;
}

.b-basket-popup__item-price {
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

.b-basket-popup__item-old-price {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  color: var(--grey);
  text-decoration: line-through;
}

.b-basket-popup__item-count-field {
  display: table-cell;
  vertical-align: middle;
  width: 135px;
}

.b-basket-popup__item-count {
}

.b-basket-popup__item-total-field {
  display: table-cell;
  vertical-align: middle;
}

.b-basket-popup__item-total {
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

.b-basket-popup__item-remove-field {
  position: absolute;
  right: 0;
  top: 11px;
}

.b-basket-popup__item-remove {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  padding: 0;
  background: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey-light);
}

.b-basket-popup__item-remove:hover {
  color: var(--grey);
}

.b-basket-popup__footer {
  height: 92px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  padding: 20px;
}

.b-basket-popup__footer-inner {
  display: table;
  width: 100%;
}

.b-basket-popup__footer-total-field {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.b-basket-popup__total {
}

.b-basket-popup__total-title {
  display: inline;
  font-size: 15px;
  margin-right: 5px;
}

.b-basket-popup__total-value {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.b-basket-popup__footer-btn-field {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

#smart_filter_block label {
  font-weight: 300 !important;
  margin-bottom: 0px;
}

.hidden_prices {
  display: none;
}

.popup_window_custom {
  opacity: 0;
  background-color: white;
  border: 2px solid;
  width: 235px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  z-index: 999999;
  text-align: center;
}

.popup_window_custom p {
  padding: 0;
  margin: 0;
}

.loader_window {
  opacity: 0;
  background: url("../images/loader.gif") no-repeat;
  border: none;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 42%;
  left: 46%;
  padding: 0;
  z-index: 99999;
}

.fancy_close {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 30px;
  width: 30px;
  background: url("../images/closebox.png") top left no-repeat;
  cursor: pointer;
  z-index: 3999;
}

.overlay_form_confirm {
  opacity: 0;
  font: 16px/24px inherit;
  background-color: white;
  border: 2px solid var(--red);
  border-radius: 1px;
  -webkit-border-radius: 1px; /* Safari */
  width: 323px;
  display: block;
  position: absolute;
  top: 40%;
  left: 38%;
  padding: 15px 15px 0 15px;
  z-index: 19999;
}

.overlay_form_confirm input[type="text"],
.overlay_form_confirm textarea {
  border: 1px solid var(--grey);
  box-shadow: 2px 2px 4px var(--grey-lighter) inset;
  color: var(--black);
  font: 16px/24px inherit;
  height: 25px;
  padding: 0 10px;
  width: 190px;
}

.overlay_form_confirm textarea {
  height: 180px;
}

.overlay_form_confirm input[type="text"]:hover,
.overlay_form_confirm textarea:hover,
.overlay_form_confirm input[type="text"]:focus,
.overlay_form_confirm textarea:focus {
  border: 1px solid var(--red);
}

.overlay_form_confirm input[type="text"]:focus,
.overlay_form_confirm textarea:focus {
  outline: 0 none;
}

.overlay_form_confirm input[type="submit"] {
  border: 0;
  background-color: var(--red);
  background-image: none;
  background-repeat: no-repeat;
  color: var(--white);
  cursor: pointer;
  width: 214px;
  height: 35px;
  background-position: 20px 12px;
}

.overlay_form_confirm input[type="submit"]:hover {
  cursor: pointer;
}

.my_error_text {
  color: var(--red);
}

.my_ok_text {
  color: green;
}

.page_counter,
.page_source {
  display: none;
}

#order_form_content .dropdown-block {
  height: 35px;
  border: 1px solid var(--grey-light);
  box-shadow: none;
  -webkit-box-shadow: none;
}

#reg_cart_block {
  display: none;
}

#modef {
  position: absolute;
  /* right: -35px; */
  border: 1px solid var(--black);
  padding: 5px;
  background-color: var(--black);
  color: white;
  border-radius: 5px;
  z-index: 9999;
  margin-top: -6px;
}

#modef a:hover {
  color: white;
  text-decoration: none;
}

.view_avail_block {
  display: none;
}

.view_avail_block:first-child {
  display: block;
}

#del_filter {
  /* display: none; */
}

#sdek_hidden_block {
  display: none;
}

#apiship_description,
#apiship_logo {
  display: none;
}

#apiship_head {
  height: 0;
  padding-top: 0;
}

#apiship_sign {
  height: 0;
}

#apiship_pvz {
  padding: 0px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

#unavail_text {
  display: none;
}

#apiship_cityPicker {
  margin-left: 17px;
  width: 500px;
}

#apiship_cityPicker > div {
  font-size: 16px;
}

#apiship_cityPicker > div:first-child {
  padding-top: 16px;
  margin-bottom: 0;
}

#apiship_cityLabel a {
  margin-top: 8px;
  color: var(--red);
}

#apiship_cityLabel a:hover {
  color: var(--red);
  text-decoration: none !important;
}

#apiship_cityName {
  text-decoration: none;
  border-bottom: 1px dotted var(--red);
}

#IPOLAPISHIP_CITY_INPUT_val {
  font-size: 16px !important;
  width: 383px;
}

#apiship_closer_custom {
  position: absolute;
  background: url("/bitrix/images/ipol.apiship/widjet/close.png") no-repeat transparent;
  height: 22px !important;
  width: 36px;
  right: 50px;
  top: 15px;
  z-index: 1000;
  cursor: pointer;
  overflow: hidden !important;
  padding: 0;
}

#apiship_closer_custom:hover {
  background-position: 0px -22px;
}

.ipolkladrform {
  width: 100%;
  overflow: hidden;
}

.team_a {
  white-space: nowrap;
}

.filter_show_all {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 11px;
}

.filter_show_all:hover {
  cursor: pointer;
  color: var(--red);
}

.with_kladr,
.without_kladr {
  display: none;
}

.birthday_field .b-form-group__col {
  display: none;
}

.birthday_field .jq-selectbox__dropdown ul {
  max-height: 280px !important;
}

.birthday_field .b-form-group__col {
  padding: 0;
}

.birthday_field .jq-selectbox__select {
  padding: 0px 5px 0 2px;
}
.birthday_field .jq-selectbox__select:after {
  right: 2px;
}

.not_avail_item {
  opacity: 0.2;
}

.jq-selectbox__dropdown .disabled {
  display: none;
}

.bx-sls .bx-ui-sls-pane {
  bottom: auto !important;
  top: 34px !important;
}

.banner_logo {
  max-width: 10%;
  top: 15%;
  left: 2%;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .banner_logo {
    /*margin-top: 2%;*/
  }
}

.b-lk-subs {
  padding-left: 5px;
}

.b-lk-subs .b-check-row__text {
  padding-left: 31px;
}

.want_register_1k {
  display: none;
  padding-top: 17px;
}

#purchase_remarketing {
  display: none;
}

#confirm_block_basket .sale_order_full_table .btn,
#confirm_block_basket .sale_order_full_table input[type="submit"] {
  height: 52px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--white);
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#confirm_block_basket .sale_order_full_table .btn:hover,
#confirm_block_basket .sale_order_full_table input[type="submit"]:hover {
  text-decoration: none;
  background: var(--grey);
  border-color: var(--grey);
  color: var(--white);
}

#confirm_block_basket .sale_order_full_table .btn:active,
#confirm_block_basket .sale_order_full_table input[type="submit"]:active {
  background: var(--grey-light);
  border-color: var(--grey-light);
  color: var(--white);
}

.delivery_26 {
  display: none;
}

.disabled_button {
  opacity: 0.2;
  cursor: default;
}

.complect_sizes {
  margin-top: 10px;
}

.birthday_field .jq-selectbox__dropdown ul,
#team_select .jq-selectbox__dropdown ul {
  max-height: 250px;
}

.not_change {
  padding-left: 11px;
  font-weight: bolder;
}

.pers_content_item {
  margin-bottom: 50px;
}

.pers_content_item .slick-arrow {
  top: unset;
  bottom: 4%;
}

@media only screen and (max-width: 1024px) {
  .pers_content_item .slick-arrow {
    bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .pers_content_item .slick-arrow {
    bottom: 2%;
  }
}

.auth_pay_button {
  float: left;
  margin: 0 70px 0 0;
}

.auth_pay_button input {
  height: 52px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--white);
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.owl-carousel {
  font-size: 0;

  display: block;

  white-space: nowrap;
}

.owl-carousel.owl-loaded .slide {
  display: block;

  width: auto !important;
}

.owl-carousel .owl-item,
.owl-carousel .slide {
  font-size: var(--font_size);

  display: inline-block;

  vertical-align: top;
  white-space: normal;
}

.owl-carousel .slide .lozad {
  transition: 0.2s linear;
}

#liked_commands .b-check-row {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}

#liked_commands {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  #liked_commands .b-check-row {
    width: 33%;
  }
}

@media only screen and (max-width: 750px) {
  #liked_commands .b-check-row {
    width: 50%;
  }
}

@media only screen and (max-width: 450px) {
  #liked_commands .b-check-row {
    width: 100%;
  }
}

#team_select .b-check-row {
  margin-bottom: 3px;
}

.b-page > .bx-auth {
  display: none !important;
}

#liked_commands img {
  height: 23px;
  margin-top: -4px;
  margin-right: 10px;
}

#liked_commands .b-check-row {
  height: 22px;
}

.grecaptcha-badge {
  visibility: hidden;
}

#popmechanic-form-59534 .popmechanic-main {
  padding-top: 40px !important;
  padding-bottom: 90px !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
}

#popmechanic-form-59534 .popmechanic-inner button {
  height: 52px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 12px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  color: var(--white) !important;
  background: var(--black) !important;
  border: 1px solid var(--black) !important;
  border-radius: 0 !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#popmechanic-form-59534 .popmechanic-inner button:hover {
  text-decoration: none;
  background: var(--grey) !important;
  border-color: var(--grey) !important;
}

#popmechanic-form-59534 .popmechanic-inner button:active {
  background: var(--grey-light) !important;
  border-color: var(--grey-light) !important;
}

.popmechanic-header {
  font-size: 20px !important;
  font-weight: bold !important;
}

.popmechanic-favorite,
.popmechanic-vendor,
.popmechanic-rating {
  display: none !important;
}

#popmechanic-form-59534 .popmechanic-name {
  line-height: 20px !important;
  font-weight: 300 !important;
  margin: 0 auto 5px;
  text-align: center;
  min-height: auto !important;
}

#popmechanic-form-59534 .popmechanic-price {
  font-size: 20px !important;
  font-weight: bold;
}

#popmechanic-form-59534 .popmechanic-picture {
  min-height: 325px;
}

#popmechanic-form-59534 .tns-nav button {
  width: 10px !important;
  height: 10px !important;
}

@media print, (max-width: 1530px) {
  #popmechanic-form-59534 .popmechanic-picture {
    min-height: 277px;
  }
}

@media print, (max-width: 1230px) {
  #popmechanic-form-59534 .popmechanic-picture {
    min-height: auto;
  }
}

@media print, (max-width: 768px) {
  #popmechanic-form-59534 .popmechanic-picture {
    min-height: 400px;
  }
}

@media print, (max-width: 630px) {
  #popmechanic-form-59534 .popmechanic-picture {
    min-height: 337px;
  }
}

@media print, (max-width: 530px) {
  #popmechanic-form-59534 .popmechanic-picture {
    min-height: 288px;
  }
}

@media print, (max-width: 450px) {
  #popmechanic-form-59534 .popmechanic-picture {
    min-height: auto;
  }
}

/* Стилизация выпадающего списка */
.color-select {
  width: 200px;
  position: relative;
}

.color-select select {
  display: none;
}

.color-select .select-styled {
  padding: 6px 12px;
  border: 1px solid var(--grey-light);
  cursor: pointer;
  display: flex;
  align-items: center;
  background: white;
  font-size: 14px;
  border-radius: 3px;
}

.color-select .select-styled:after {
  content: "▼";
  margin-left: auto;
  font-size: 12px;
}

.color-select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--grey-lighter);
  border-radius: 4px;
  background: var(--grey-lightest);
  max-height: 200px;
  /*overflow-y: auto;*/
  font-size: 14px;

  overflow-y: scroll;
}

.color-select .select-options li {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 0;

  background-color: white;
}

.color-select .select-options li:hover {
  background: var(--grey-lightest);
}

.color-square {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #ddd;
  display: inline-block;
}

@supports not selector(::-webkit-scrollbar) {
  .color-select .select-options {
    scrollbar-color: var(--grey-light) var(--grey-lighter);
    scrollbar-width: thin;
  }
}

@supports selector(::-webkit-scrollbar) {
  .color-select .select-options::-webkit-scrollbar {
    width: 8px;
  }

  .color-select .select-options::-webkit-scrollbar-track {
    border: 2px solid transparent;
    background-clip: content-box;
    background-color: var(--grey-lighter);
    border-radius: 8px;
  }

  .color-select .select-options::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    background-clip: content-box;
    background-color: var(--grey-light);
    border-radius: 8px;
  }
}

/****** ЦВЕТ 1 *********************/

.mini_modal {
  position: absolute;
  z-index: 999;

  display: none;
}

#color_modal {
  color: var(--black);
  font:
    300 14px/20px "Montserrat",
    Helvetica,
    Arial,
    sans-serif;

  width: 210px;
  margin-top: 5px;
  padding: 14px 18px;

  white-space: nowrap;

  border-radius: 3px;
  border: 1px solid var(--grey-light);
  box-shadow: 0 24px 35px rgba(0, 0, 0, 0.15);

  overflow-y: scroll;
  max-height: 189px;
  background: white;
}

#color_modal img {
  display: inline-block;

  width: 20px;
  margin-right: 6px;

  vertical-align: top;

  border-radius: 0%;
}

#color_modal .item {
  cursor: pointer;
}

#color_modal .item + .item {
  margin-top: 7px;
}

#color_modal .color_block {
  display: inline-block;
  width: 20px;
  margin-right: 6px;
  vertical-align: top;
  border-radius: 0%;
  height: 20px;
  outline: 1px solid var(--grey-light);
}

.b-form-row-captcha {
  height: 105px !important;
}

.b-form-row-captcha > .captcha-container {
  height: 105px !important;
}
