.col-block .img {
  width: initial;
}

#client_consent_to_personal_data {
  width: initial;
  height: initial;
}

#new_client > div.set-block > div:nth-child(5) > div.field-content > div {
  display: inline-block;
}

.single-option-selector {
-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border: 1px solid #d3dee7;
    padding-left: 0.35rem;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
    background-color: #fff;
  	
  cursor: pointer;
}
.single-option-selector {
  background-image: url("https://static-internal.insales.ru/files/1/6577/4192689/original/arrow.png") !important;
    -webkit-appearance: none;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right 0.381rem center;
}

.single-option-selector option {
    padding-bottom: 0;
    padding-top: 0;
}

.header-info-banner {
  position: absolute;
  top: 40px;
  left: 685px;
  display: block;
}
.check-kredit {
    padding: 5px 50px 5px 20px;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    background: url(ffcall.png) no-repeat 90% center, -webkit-linear-gradient(top, #41b8c3 0%, #34a3ae 100%);
    background: url(ffcall.png) no-repeat 90% center, linear-gradient(to bottom, #41b8c3 0%, #34a3ae 100%);
    color: #fff;
    background-color: #31708f;
    margin: 1rem 0 0.5rem;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.check-kredit:hover  {
   
    background: url(ffcall.png) no-repeat 90% center, -webkit-linear-gradient(top, #4bcfdb 0%, #3cb7c2 100%);
    background: url(ffcall.png) no-repeat 90% center, linear-gradient(to bottom, #4bcfdb 0%, #3cb7c2 100%);
}



.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  width: 100% !important;
  top: 97%;
  position: relative;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 28px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  margin-bottom: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
/*  background-color: transparent !important;*/
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 1.3;
  list-style: none;
  /* min-height: 40px;*/
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  /*-webkit-transition: all 0.2s;
   transition: all 0.2s; */
   white-space: normal;
  padding: 10px 29px 10px 18px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #5ebcbe;
}

.nice-select .option.selected {
  color: #fff;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.slider_btns > div {
width: 30px;
height: 30px
}

.nice-select .current {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}


.add_prod_img img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  	border-radius: 5px;
    filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.08));
}

.add_modal_small_title {
    font-weight: medium;
    text-align: left;
    width: 100%;
    clear: both;
    font-size: 15px;
  	color: #969096;	
}
.add_prod_name {
	font-size: 12px;
    text-align: initial;
    overflow: hidden;
    width: 138px;
}

.add_prod_content {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  width: 180px;
}
.add_prod_price {
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
}




/* SLIDER IN PRODUCT DESCRIPTION */

	.slider-in-product-desc {
	  position: relative;
	  width: 100%;
	  max-width: 100%;
	  overflow: hidden;
	}
	
	.slider__control {
	  position: absolute;
	  top: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 40px;
	  color: #fff;
	  text-align: center;
	  opacity: 0.5;
	  height: 50px;
	  transform: translateY(-50%);
	  background: rgba(0, 0, 0, .5);
	}

	.slider__control:hover,
	.slider__control:focus {
	  color: #fff;
	  text-decoration: none;
	  outline: 0;
	  opacity: .9;
	}

	.slider__control_left {
	  left: -10px;
	}

	.slider__control_right {
	  right: -10px;
	}

	.slider__control::before {
	  content: '';
	  display: inline-block;
	  width: 20px;
	  height: 20px;
	  background: transparent no-repeat center center;
	  background-size: 100% 100%;
	}

	.slider__control_left::before {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	}

	.slider__control_right::before {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	}


.slider-in-product-desc > .slider__wrapper > .slider__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.slider-in-product-desc > .slider__wrapper > .slider__item > .slider__content {
  width: 50%;
  flex-basis: 50%;
}
.slider-in-product-desc > .slider__wrapper > .slider__item > .slider__media {
  width: 50%;
  flex-basis: 50%;
}
.slider-in-product-desc > .slider__wrapper > .slider__item > div:nth-child(1) {
  padding-right: 30px;
  padding-left: 60px;
}
.slider-in-product-desc > .slider__wrapper > .slider__item > div:nth-child(2) {
  padding-right: 60px;
}
.slider-in-product-desc > .slider__wrapper > .slider__item > .slider__media > img {
  width: 100%;
  max-width: 100%;
  height: auto;
} 

div#add_product_notification .m-modal-button {
    margin: 0;
}
.add_overlay {
position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
}

.popupcart.scrolable_fix {
    max-height: 361px !important;
}
#collection .prod-block {
    min-height: 430px;
}

.product_page .descr img {
  max-width: 100%;
  max-height: 100%;
  cursor: url('zoom.cur'), pointer;
}



.lxlng {
  	font-weight: 800;
    font-family: arial;
  	padding-left: 5px;
}

.btn-size:hover {
  background-color: #3499A4;
}

.btn-size:active {
  background-color: #39A8B5;
}

.wrap {
  display: flex;
  flex: 1 1 auto;
  flex-flow: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center; 
  align-items: center;
  flex-direction: column;
}

.complect_wrap {
  display: flex;
  flex: 1 1 auto;
  margin: 0 auto;
  justify-content: center; 
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}	
.complects_wrap {
    display: flex;
    flex-wrap: nowrap;
}

span.close-cookie {
  color: #00b9c4;
  cursor: pointer;
}
button.close-cookie {
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  background: #00b9c4;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
button.close-cookie:hover {
	background: #3499A4;
}
button.close-cookie:active {
	background: #39A8B5;
}

.complects {
 height: 211px;
}

.zero-c {
  color: #B7BBC1 !important;
}



/*New-cart-size*/
    .btn-radio {
      cursor: pointer;
      display: inline-block;
      float: left;
      -webkit-user-select: none;
      user-select: none;
    }

    @media screen and (max-width: 480px) {
      .btn-radio {
        display: block;
        float: none;
      }

      .btn-radio:not(:first-child) {
        margin-left: 0;
        margin-top: 15px;
      }
    }

    .btn-radio svg {
      fill: none;
      vertical-align: middle;
    }

    .btn-radio svg circle {
      stroke-width: 2;
      stroke: #41B8C5;
    }

    .btn-radio svg path {
      stroke: #E16D9D;
    }

    .btn-radio svg path.inner {
      stroke-width: 6;
      stroke-dasharray: 19;
      stroke-dashoffset: 19;
    }

    .btn-radio svg path.outer {
      stroke-width: 2;
      stroke-dasharray: 57;
      stroke-dashoffset: 57;
    }

    .btn-radio input {
      display: none;
    }

    .btn-radio input:checked+svg path {
      transition: all 0.4s ease;
    }

    .btn-radio input:checked+svg path.inner {
      stroke-dashoffset: 38;
      transition-delay: 0.3s;
    }

    .btn-radio input:checked+svg path.outer {
      stroke-dashoffset: 0;
    }

    .btn-radio span {
      display: inline-block;
      vertical-align: middle;
    }


    label {
      color: #012428;
      font-family: Arial;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 14px;
    }

    .custom-radio:not(:disabled):not(:checked)+label:hover::before {
      border-color: #b3d7ff;
    }

    .d_flex {
      width: 100%;
      display: flex;
      flex-basis: 276px;
      flex-wrap: wrap;
      grid-gap: 105px;
    }

    .d_cart {
      height: 450px;
      width: 276px;
      background: #FFFFFF;
      border-radius: 5px;
      filter: drop-shadow(-1px 1px 10px rgba(0, 0, 0, 0.2));
    }

    .d_img {
      border-radius: 5px 5px 0 0;
      background: #41B8C5;
      height: 227px;
      overflow: hidden;

    }

    .d_info {
      display: flex;
      flex-wrap: wrap;
      grid-gap: 15px 27px;
    }

    .cart_end {
      padding: 0 12px;
    }

    .cart_title {
      margin: 18px 0 26px 0;
      font-family: Arial;
      font-style: normal;
      font-weight: bold;
      font-size: 13px;
      line-height: 15px;
      color: #454545;
    }

    .btn_cart.active {
      background: #41B8C5;
    }

    .btn_cart {
      cursor: pointer;
      font-family: Arial;
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      line-height: 23px;
      color: #FFFFFF;
      background: #C4C4C4;
      border-radius: 5px;
      margin: 15px 0;
      padding: 11px 93px;
      box-sizing: border-box;
      text-decoration: none;
    }
/*END-New-cart-size*/
.amp_video_grid {
      display: grid;
      grid-template-columns: repeat(3, 33.333333%);
      grid-gap: 20px;
    }
.header-info .phone a {
  color: #5fbcbe;
}

/*
.head-catalog li{
	display: table-cell!important;
}
*/


.checkbox-product {
	display: none;
}
.checkbox-product label {
	font-weight: bold;
}
.checkbox-product label > span {
	font-weight: normal;
}

.lbl-checkbox-add-to-cart {
	cursor: pointer;
}

.add_prod_img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.add_prod_img {
    position: relative;
    padding-top: 60%;
    margin-bottom: 10px;
}
.add_modal_small_title {
    font-weight: bold;
    text-align: center;
    width: 100%;
    clear: both;
    margin: 10px;
    padding-top: 10px;
    font-size: 16px;
}
.add_prod_name {
    font-size: 12px;
    line-height: 1;
	height: 24px;
    overflow: hidden;
}
.add_prod_price {
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
}
.oneclick_title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #717171;
}
form.one_one label {
    position: absolute;
    left: -23px;
    font-size: 30px;
    color: #ff0000;
    top: 61px;
}
form.one_one {
    margin: 0 auto 15px auto;
    width: 340px;
    position: relative;
}
.one_info {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 15px;
}
form.one_one input {
    font-size: 16px;
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.add_modal_prods .swiper-button-next {
    background-image: url(fancybox_sprite.png);
    background-position: 0 -72px;
    width: 36px;
    height: 34px;
    background-size: 44px;
    opacity: 1;
    cursor: pointer;
	right: 3%;
  transition: opacity .2s linear;
}
.add_modal_prods .swiper-button-prev {
    background-image: url(fancybox_sprite.png);
    background-position: 0 -36px;
    width: 36px;
    height: 34px;
    background-size: 44px;
    opacity: 1;
    cursor: pointer;
	left: 0;
    transition: opacity .2s linear;
}

.add_modal_prods .swiper-button-next:hover,
.add_modal_prods .swiper-button-prev:hover {
  opacity: 50%;
}

div#add_product_notification .m-modal-button {
    margin: 0;
}
.add_overlay {
position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
}
span.js-total {
    font-size: 16px;
}
