

/* Start:/bitrix/components/interlabs/feedbackform/templates/.default/style.css?177865728816421*/
.interlabs-feedbackform__container {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
}
.interlabs-feedbackform__container .hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
  padding: 6px;
  /* padding-left: 28px; */
  /* padding-top: 28px; */
  /* padding-right: 32px; */
  padding-bottom: 39px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          padding-bottom: 0 !important;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header .js-interlabs-feedbackform__dialog__close {
  cursor: pointer;
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body {
  margin-top: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group {
  margin-bottom: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .field-required {
  color: #EB5757;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group label:nth-child(1) {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .form-input {
  margin-bottom: 0;
  height: 55px;
  background: #F2F2F2;
  border: none;
  padding: 0 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"].date {
  width: 75px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group select {
  width: 30%;
  color: #828282;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding-left: 13px;
  height: 36px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("/bitrix/components/interlabs/feedbackform/templates/.default/image/select-arrow.png") no-repeat 97% 55%;
  background-color: #F8FAFC;
  text-align: left;
  text-align-last: left;
  padding-right: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file {
  margin-top: 6px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file input[type="file"] {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file a {
  padding: 10px 30px;
  border: 1px solid #159EBB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #159EBB;
  cursor: pointer;
  background-image: url("/bitrix/components/interlabs/feedbackform/templates/.default/image/upload.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label {
  color: #828282;
  margin-left: 12px;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label.selected {
  color: #333333;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group textarea {
  width: 100%;
  height: 100px;
  /* background: #F8FAFC; */
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  background: #F2F2F2;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha .form-input {
    width: 75%;
  }
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
  width: 180px;
  height: 40px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 2px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  /* background: #159EBB; */
  border-radius: 1px;
  width: 16px;
  height: 16px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' fill='none'%3E%3Cpath d='M1 4L5.23077 9L12 1' stroke='%23A6A6A6' stroke-width='2'/%3E%3C/svg%3E");
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 8px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #70BB18;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree a {
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree .c-checkbox {
  display: inline-block;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body input[type="submit"],
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button,
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .interlabs-feedbackform__container-succsess__close {
  width: 202px;
  height: 55px;
  background: #E85449;
  border-radius: 10px;
  border: none;
  color: white;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
  transition: 0.3s ease-in-out;
  /* text-transform: uppercase; */
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body input[type="submit"]:hover,
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button:hover,
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .interlabs-feedbackform__container-succsess__close:hover {
  background-color: var(--color-red--hover);
  
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .error {
  color: #EB5757;
  margin-left: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .interlabs-feedbackform__container__errors {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .interlabs-feedbackform__container__errors .interlabs-feedbackform__container__errors__item {
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  font-size: 14px;
  color: #EB5757;
  margin-bottom: 0;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
  color: #70BB18;
  margin: 10px 0px;
  padding: 6px;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
  max-height: 480px;
  max-width: 540px;
  position: fixed;
  z-index: 9998;
  top: 30%;
  left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
  height: 300px;
  overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
  border-bottom: 1px solid #70BB18;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header .close-dialog {
  cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
  margin-bottom: 28px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group .btn.btn-close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.interlabs-feedbackform__container *{
  font-family: var(--userfont);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label{
  font-size: 30px;
  font-weight: 600;
}
.prebody p{
  margin: 1.5em 0 !important;
  font-size: 14px;
  color: #3c3c3c !important;
}
.contacts p{
  margin-bottom: 0 !important;
  max-width: 425px;
}



@media screen and (min-width: 0px) and (max-width: 800px) {
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contacts{
    gap: 16px;
  }
  .phones, .adress, .email, .req{
    gap: 8px;
  }
  
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
    width: 100%;
    margin-top: 12px;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
    width: 180px;
    height: 40px;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog {
    top: 50px;
    left: 0;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 150px;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog{
    margin-top: 20px;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label{
    font-size: 24px;
  }
  .prebody p{
    font-size: 14px;
    margin: 10px 0 !important;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog{
    padding-bottom: 0;
    padding: 0;
    padding-top: 40px;
  }

  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .form-input.error {
    border: 1px solid #EB5757;
  }
  .interlabs-feedbackform__container__errors__item {
    color: #EB5757;
    font-size: 12px;
    display: block;
    margin-top: 5px;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .form-input.error {
    border: 1px solid #EB5757;
  }

}

/* End */


/* Start:/local/templates/vektor/components/atum/smartsearch/search-live/style.css?17786573554735*/
.smartSearch{
	position: relative;
}
.smartSearch .smartSearch-form{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.smartSearch .js-smartSearch-input{
	display: block;
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	height: 38px;
	margin: 0;
	padding: .375rem .75rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.smartSearch .js-smartSearch-input:focus{
	outline: 0;
}
.smartSearch .js-smartSearch-clear,
.smartSearch .js-smartSearch-submit,
.smartSearch .smartSearch-more{
	display: block;
	height: 38px;
	margin-left: -1px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid #ced4da;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	cursor: pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.smartSearch .js-smartSearch-clear{
	display: none;
	width: 38px;
	background-color: #fff;
	background-image: url('/local/templates/vektor/components/atum/smartsearch/search-live/img/clear.svg');
	background-position: center;
    	background-repeat: no-repeat;
    	background-size: 28px;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
.smartSearch .js-smartSearch-clear.visible{
	display: block;
}
.smartSearch .js-smartSearch-clear:hover{
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.smartSearch .js-smartSearch-submit{
	color: #fff;
    	background-color: #0d6efd;
    	border-color: #0d6efd;
	border-left: 0;
	border-top-left-radius: 0;
    	border-bottom-left-radius: 0;
}
.smartSearch .js-smartSearch-submit:hover{
	background-color: #0b5ed7;
	border-color: #0a58ca;
}
.smartSearch .js-smartSearch-result{
	visibility: hidden;
	opacity: 0;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 1000;
	margin-top: 10px;
	padding: 10px;
	background-color: white;
	border-radius: .25rem;
	border: 1px solid #ced4da;
}
.smartSearch .js-smartSearch-result.open{
	visibility: visible;
	opacity: 1;
}
.smartSearch .js-smartSearch-result.loading{
	visibility: visible;
	opacity: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-color:#fff;
	background-image: url("/local/templates/vektor/components/atum/smartsearch/search-live/img/loading.svg");
}	
.smartSearch .js-smartSearch-result-item{
	display: none;
	padding: 10px 0;
	border-top: 1px solid #ced4da;
}
.smartSearch .js-smartSearch-result-item:first-child{
	border-top: 0;
}
.smartSearch .js-smartSearch-result-item.visible,
.smartSearch .js-smartSearch-result-item[data-page="0"]{
	display: block;
}
.smartSearch .smartSearch-result-item-center{
	display: flex;
}
.smartSearch .smartSearch-result-item-picture{
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("/local/templates/vektor/components/atum/smartsearch/search-live/img/img-not.jpg");
}
.smartSearch .smartSearch-result-item-data{
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-grow: 1;
}
.smartSearch .smartSearch-result-item-picture + .smartSearch-result-item-data{
	width: calc(100% - 100px);
	padding-left: 15px;
}
.smartSearch .smartSearch-breadcrumb{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
}
.smartSearch .smartSearch-breadcrumb span{
	color: #0d6efd;
	font-size: 14px;
	text-decoration: underline;
}
.smartSearch .smartSearch-breadcrumb span:hover{
	color: #0b5ed7;
	text-decoration: none;
}
.smartSearch .smartSearch-breadcrumb span + span{
    padding-left: .5rem;
}
.smartSearch .smartSearch-breadcrumb span + span::before{
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}
.smartSearch .smartSearch-result-item-name{
	color: #0d6efd;
	text-decoration: underline;
}
.smartSearch .smartSearch-result-item-name:hover{
	color: #0b5ed7;
	text-decoration: none;
}
.smartSearch .smartSearch-result-item-price .new{
	color: red;
	font-weight: 600;
}
.smartSearch .smartSearch-result-item-price .old{
	text-decoration: line-through;
	color: #ababab;
}
.smartSearch .smartSearch-more{
	margin-top: 10px;
	color: #fff;
    	background-color: #0d6efd;
    	border-color: #0d6efd;
}
.smartSearch .smartSearch-more:hover{
	background-color: #0b5ed7;
	border-color: #0a58ca;
}

.smartSearch .js-smartSearch-clear.visible{
display:none !important;
}
/* End */


/* Start:/local/templates/vektor/components/bitrix/sale.basket.basket.line/mini_cart/style.css?17786573554470*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/vektor/styles.css?1778657355204*/
/*fb_19235*/
@media screen and (max-width: 767px) {
    .header-nav {
        margin-top: 80px;
    }
}

.interlabs-feedbackform__container__dialog .captcha img{
    margin: 10px;
}
/*fb_19235*/
/* End */


/* Start:/local/templates/vektor/template_styles.css?177865735529*/
h1 {
    font-size: 15px;
  }
/* End */


/* Start:/local/templates/vektor/assets/libs/bootstrap/css/bootstrap-reboot.min.css?17786573553936*/
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
/* End */


/* Start:/local/templates/vektor/assets/libs/bootstrap/css/bootstrap-grid.min.css?177865735534243*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* End */


/* Start:/local/templates/vektor/assets/libs/slick/slick.css?17786573551776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/vektor/assets/libs/slick/slick-theme.css?17786573553145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/vektor/assets/libs/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/vektor/assets/libs/slick/./fonts/slick.eot');
    src: url('/local/templates/vektor/assets/libs/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/vektor/assets/libs/slick/./fonts/slick.woff') format('woff'), url('/local/templates/vektor/assets/libs/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/vektor/assets/libs/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/vektor/assets/css/icons.css?17786573552402*/
@font-face {
  font-family: 'icons'; 
  src: url('/local/templates/vektor/assets/css/../fonts/icons.woff?g9qogq') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-next-slider:before {
  content: "\e900";
}
.icon-arrow-prev-slider:before {
  content: "\e901";
}
.icon-arrow-right-btn:before {
  content: "\e902";
  font-size: 10px;
  margin-left: 9px;
}
.icon-cart:before {
  content: "\e903";
  font-size: 21px;
}
.icon-list-3:before {
  content: "\e904";
}
.icon-list-4:before {
  content: "\e905";
}
.icon-list-9:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
  font-size: 21px;
}
.icon-slide-please:before {
  content: "\e908";
}
.icon-telegram:before {
  content: "\e909";
  font-size: 18px;
}
.icon-vk:before {
  content: "\e90a";
  font-size: 14px;
}
.icon-whatsapp:before {
  content: "\e90b";
  font-size: 21px;
}
.icon-traced:before {
  content: "\e90c";
  color: #E85449;
  font-size: 23px;
}
.icon-download:before {
  content: "\e90d";
  font-size: 22px;
}
.icon-pay:before {
  content: "\e90e";
  color: #E85449;
  font-size: 29px;
}
.icon-garanty:before {
  content: "\e90f";
  color: #e85449;
}

.icon-tell:before{
  content: "\e90b";
  font-size: 20px;
  color: transparent;
  background-image: url('/local/templates/vektor/assets/css/../images/icons/tell.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-mail::before{
  content: "\e90b";
  font-size: 26px;
  color: transparent;
  background-image: url('/local/templates/vektor/assets/css/../images/icons/mail.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-widget{
  background-image: url('/local/templates/vektor/assets/css/../images/icons/widget.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;

}

.icon-close::before{
  background-image: url('/local/templates/vektor/assets/css/../images/icons/close-new.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px; 

}
/* End */


/* Start:/local/templates/vektor/assets/css/main.css?177865735542384*/
/* USER VARIABLES SECTION */

:root {
  /* typography */
  --regular-text-min: 14px;
  --regular-text: 16px;
  --lineheight: 1.65;

  --userfont: "Montserrat-new", sans-serif;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;

  /* colors */

  --color-text: #3C3C3B;
  --color-blue: #4D6A89;
  --color-blue--hover: #435b75;

  --color-red: #E85449;
  --color-red--hover: #a83a32;


  /* icon-btn-color */

  --icon-btn-light: #F8F8F8;
  --icon-btn-light--hover: #E7E7E7;
  --icon-btn-dark: #325D83;
  --icon-btn-dark--hover: #2c5172;

  /* bootstrap fix */
  --transition: 0.25s ease-out;
  --gup: 20px;
  --radius: 8px;

  /* secion */
  --section-padding: 80px 0;
}

html {
  overflow-x: hidden;
}

/* BOOTSTRAP SETTINGS */

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}



.container {
  padding-right: var(--gup);
  padding-left: var(--gup);
}

.row {
  margin-left: calc(var(--gup) * -1);
  margin-right: calc(var(--gup) * -1);
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: var(--gup);
  padding-right: var(--gup);
}

@media (max-width : 575px) {
  :root {
    --gup: 10px;
  }
}

.hidden {
  display: none;
}

/* BOOTSTRAP SETTINGS END*/


/* FONTS LOAD SECTION */

@font-face {
  src: url("/local/templates/vektor/assets/css/../fonts/montserrat-v24-cyrillic-regular.woff2") format("woff2");
  font-family: "Montserrat-new";
  font-weight: 400;
  font-style: normal;
}

@font-face {
  src: url("/local/templates/vektor/assets/css/../fonts/montserrat-v24-cyrillic-500.woff2") format("woff2");
  font-family: "Montserrat-new";
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("/local/templates/vektor/assets/css/../fonts/montserrat-v24-cyrillic-600.woff2") format("woff2");
  font-family: "Montserrat-new";
  font-weight: 600;
  font-style: normal;
}

@font-face {
  src: url("/local/templates/vektor/assets/css/../fonts/montserrat-v24-cyrillic-700.woff2") format("woff2");
  font-family: "Montserrat-new";
  font-weight: 700;
  font-style: normal;
}


/* GENERAL CSS SETTINGS */

::placeholder {
  color: #666;
  font-size: 16px;
}

::selection {
  background-color: var(--color-red);
  color: #fff;
}

input,
textarea {
  outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid,
textarea:required:valid {
  border-color: green;
}

*{
  box-sizing: border-box !important;
}
body {
  font-family: var(--userfont);
  font-size: var(--regular-text);
  line-height: var(--lineheight);
  color: var(--color-text);
  min-width: 320px;
  position: relative;
  overflow-x: hidden;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: var(--color-text);

}

a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.text-underline {
  text-decoration: underline;
}

iframe {
  border: none;
}


/* TYPOGRAFY */
.content {
  margin-bottom: 40px;
}

.content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: #000;
  margin-bottom: 2rem;
}

.content img {
  margin-bottom: 1.5rem;
}

.content h2, .content h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
  color: #222;
}

.content i {
  margin-right: 30px;
}

/* USER STYLES */


/* burger menu */
.burger-menu {
  cursor: pointer;
  display: inline-block;
  /* position: absolute;
  top: calc(50% - 15px);
  right: 20px; */
}

.header__catalog-btn {
  display: flex;
  align-items: center;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--icon-btn-dark);
}

.nav.nav--mobile {
  position: absolute;
  z-index: 100;
  top: 75px;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 15px 20px;
  display: none;
}

.nav.nav--mobile::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  z-index: -1;
  background-color: #fff;
}

.nav.nav--mobile a {
  justify-content: initial;
  text-align: left;
}

.nav.nav--mobile a i {
  margin-left: 20px;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: 15px;
}

.header__catalog-btn i {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
}

.header__catalog-btn.active i:before {
  color: transparent;
}

.header__catalog-btn.active i:after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.52899 0.412701C2.25173 0.144893 1.88038 -0.00329414 1.49492 5.55773e-05C1.10947 0.0034053 0.740749 0.158025 0.468181 0.430611C0.195613 0.703197 0.0410044 1.07194 0.0376549 1.45742C0.0343054 1.8429 0.182483 2.21427 0.450273 2.49156L8.94008 10.9819L0.448803 19.4723C0.308394 19.6079 0.196398 19.7702 0.119352 19.9495C0.0423055 20.1289 0.00175173 20.3218 5.55065e-05 20.517C-0.00164072 20.7122 0.0355549 20.9058 0.109473 21.0865C0.18339 21.2672 0.29255 21.4313 0.430581 21.5694C0.568613 21.7074 0.732752 21.8166 0.913421 21.8905C1.09409 21.9644 1.28767 22.0016 1.48287 21.9999C1.67807 21.9982 1.87098 21.9577 2.05033 21.8806C2.22969 21.8036 2.39191 21.6916 2.52752 21.5512L11.0188 13.0608L19.5086 21.5512C19.7859 21.819 20.1572 21.9672 20.5427 21.9638C20.9281 21.9605 21.2969 21.8058 21.5694 21.5333C21.842 21.2607 21.9966 20.8919 21.9999 20.5064C22.0033 20.121 21.8551 19.7496 21.5873 19.4723L13.0975 10.9819L21.5873 2.49156C21.8551 2.21427 22.0033 1.8429 21.9999 1.45742C21.9966 1.07194 21.842 0.703197 21.5694 0.430611C21.2969 0.158025 20.9281 0.0034053 20.5427 5.55773e-05C20.1572 -0.00329414 19.7859 0.144893 19.5086 0.412701L11.0188 8.90308L2.52899 0.411231V0.412701Z' fill='%234D6A89'/%3E%3C/svg%3E");  
}

.burger-menu div {
  width: 28px;
  height: 2px;
  background-color: var(--color-blue);
  margin: 6px 0;
  transition: var(--transition);
}

.burger-menu.active div:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.burger-menu.active div:nth-child(2) {
  opacity: 0;
}

.burger-menu.active div:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -5px);
}


/* ICONS block */

[data-cart-count]:not([data-cart-count="0"]):after {
  content: attr(data-cart-count);
  width: 20px;
  height: 20px;
  background-color: var(--color-red);
  border-radius: 50%;
  top: -5px;
  right: -10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: var(--regular-text-min);
  font-family: var(--userfont);
}

.icon-btn {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background-color var(--transition);
  position: relative;
  text-decoration: none !important;
}

.icon-btn--light {
  background-color: var(--icon-btn-light);
  color: var(--color-blue) !important;
}

.icon-btn--content {
  background-color: var(--icon-btn-light);
  cursor: initial;
  height: 66px;
  width: 66px;
  line-height: 66px;
}

.icon-btn--light:hover {
  background-color: var(--icon-btn-light--hover);
}

.icon-btn--dark {
  background-color: var(--icon-btn-dark);
  color: #fff !important;
}

.icon-btn--dark:hover {
  background-color: var(--icon-btn-dark--hover);
}


/* btn */

.btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.0075em;
  font-size: var(--regular-text-min);
  /*width: 100%;*/
  padding: 0 12px;
  border-radius: var(--radius);
  transition: background-color var(--transition);
}

.btn--extra-small-width {
  width: 173px;
  height: 44px;
  line-height: 42px;
}

.btn--small-width {
  width: 175px;
}

.btn--medium-width {
  width: 200px;
}

.btn--red {
  background-color: var(--color-red);
}

.btn--red:hover {
  background-color: var(--color-red--hover);
}

.btn--blue {
  background-color: var(--color-blue);
}

.btn--blue:hover {
  background-color: var(--color-blue--hover);
}

.btn--transparent {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}




/* top-line */
.logo-image{
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 0;
}
.logo-image-container{
  height: 120px;
  width: 130px;
  display: block;
}
.logo {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  max-height: 120px;
}

.top-line {
  padding: 19px 0 18px;
  border-bottom: 1px solid #D1D1D1;
}

.top-line__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-line__soc-links{
  display: flex;
  align-items: center;
}

.top-line__soc-links a{
  transform: scale(0.65);
}

.top-line__links .icon-btn {
  margin: 0 7px;
}

.top-line__links .icon-btn:last-child {
  margin-right: 0;
}

.top-line__links .btn {
  margin-left: 30px;
  margin-right: 32px;
}


.header.header--shadow {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.header__tel,
.header__email {
  margin-right: 37px;
  font-weight: 700;
  font-size: 20px;
}
.product-detail__description__email {
  position: relative;
  display: flex;
  align-items: center;

  /*margin-right: 190px;*/
  font-weight: 700;
  /*font-size: 20px;*/
}
.product-detail__description__email .clipboard-icon{
  position: relative;
  left: 0;
}

.header__tel:hover,
.header__email:hover {
  color: var(--color-blue);
}

.header__email {
  position: relative;
  display: flex;
  align-items: center;
}

.header-nav {
  padding: 23px 0 27px;
}




.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.nav li:hover>a {
  color: var(--color-blue);
}

.nav__sub li:hover>a {
  background-color: #efefef;
}

li.nav__catalog>a span {
  display: none !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: #fff;
  width: 300px;
  height: 54px;
  border: 1px solid #D1D1D1;
  border-bottom: none;
  border-top-right-radius: var(--radius);
  border-top-left-radius: var(--radius);
  color: var(--color-text);
  z-index: 2;
}

li.nav__catalog>a span i {
  position: absolute;
  left: 60px;
  color: var(--color-blue);
}

li.nav__catalog:hover>a span {
  display: none !important;
}

.nav li:hover>ul {
  display: block;
}


.nav li a {
  font-weight: 700;
  font-size: var(--regular-text-min);
  line-height: 1.5;
}

.nav li.nav__catalog {
  margin-right: 18px;
}

.arw-bottom,
.arw-right {
  position: relative;
  z-index: 1;
  margin-left: 13px;
  display: inline-block;
  width: 15px;
  height: 9px;
  background-size: cover;
  background-image: url('/local/templates/vektor/assets/css/../images/icons/arrow-bottom.svg');
}

.arw-right {
  padding-left: 15px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}

/* .arw-right::before{
 position: relative;
  z-index: 1;
  margin-left: 13px;
  display: inline-block;
  width: 15px;
  height: 9px;
  background-size: cover;
  background-image: url('/local/templates/vektor/assets/css/../images/icons/arrow-bottom.svg');
} */

.nav li.nav__catalog a {}

.nav li.nav__sale {
  margin-right: 0;
}

.nav li.nav__sale a {
  line-height: 50px;
  width: 133px;
}

.nav__sub {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  display: none;
  top: 79%;
}

.nav__sub li a {
  padding: 13px 20px 13px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}

.nav__sub li:first-child a {
  padding-top: 19px;
}

.nav__sub li:last-child a {
  padding-bottom: 19px;
}

.nav__sub--first {
  border: 1px solid #D1D1D1;
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  max-width: 300px;
  width: 100%;
}

.nav__sub--second {
  left: 98%;
  min-width: 280px;
  top: -1px;
  bottom: -1px;
  border: 1px solid #D1D1D1;
  border-left: none;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  height: fit-content;
  min-height: calc(100% + 2px);
}


/* home-slider */

.home-slider {}

.home-slider__item {
  padding: 80px 0;
  position: relative;
  min-height: 567px;
  color: #fff;
}

.home-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-slider__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider__item h2 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.0275em;
  margin-bottom: 1.5rem;
}

.home-slider__item p {
  min-height: 170px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.0275em;
}

.home-slider__link {
  font-weight: 700;
  letter-spacing: 0.0275em;
  font-size: 16px;
  height: 55px;
  line-height: 53px;
}

.home-slider__link:hover {
  background-color: #fff;
  color: var(--color-blue) !important;
}

.home-slider-theme .slick-dots {
  width: auto;
  bottom: 75px;
  margin-left: calc(50% - (1160px / 2));
}

.home-slider-theme .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  margin-right: 11px;

}

.home-slider-theme .slick-dots li:last-child {
  margin-right: 0;
}

.home-slider-theme .slick-dots li button {
  width: 11px;
  height: 11px;
  background: #E4E4E4;
  border-radius: 50px;
  transition: var(--transition);
}

.home-slider-theme .slick-dots li.slick-active button {
  background: #E85449;
  width: 14px;
  height: 14px;
}

.home-slider-theme .slick-dots li button:before {
  display: none;
}

.home-slider-container {
  position: relative;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* arrows  slider*/

.custom-slider-arrows {
  position: absolute;
  width: 100%;
  top: 50%;
}

.custom-slider-arrows .container {
  position: relative;
}

.custom-slider-arrows .prev,
.custom-slider-arrows .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
  color: #fff;
  left: -50px;
}

.custom-slider-arrows .next {
  left: auto;
  right: -50px;
  transform: translateY(-50%);
}


/* Home section */

.home-section {
  padding: var(--section-padding);
}

.home-section--gray {
  background-color: #EFEFEF;
}

.section-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
}


/* category-list */

.category-list {
  padding: 36px 0 0;
  margin-bottom: -40px;
}

.category-card {
  padding: 12px 15px 20px;
  display: flex;
  height: 254px;
  flex-direction: column;
  text-align: center;
  border: 1px solid #D1D1D1;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
  margin-bottom: 40px;
}

.category-card__image {
  height: 100px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.category-card__image img {
  width: 100%;
  height: 100%;
}

.category-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  flex-grow: 1;
  margin-top: 40px;
  transition: var(--transition);
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.category-card__btn {
  opacity: 0;
  transition: var(--transition);
  transform: translateY(30px);
}

.category-card__btn a:hover {
  background-color: #fff;
  color: var(--color-blue) !important;
}

.category-card:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .24);
}

/* .category-card__btn a:before {
  content: '';
  position: absolute;
  top: -250px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 500px;
} */

.category-card:hover {
  background-color: #41749C;
  border-color: #41749C;

}

.category-card:hover .category-card__title {
  margin-top: 5px;
  color: #fff;
}

.category-card:hover .category-card__btn {
  opacity: 1;
  transform: translateY(0);
}

/* product-item */

.product-item {
  border-radius: var(--radius);
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  height: calc(100% - 27px) !important;
}

.product-item__g1{
  flex-grow: 1;
}



.product-item__title {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 22px !important;
  margin-bottom: 8px;
}

.product-item__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  height: auto !important;
  overflow: hidden;
}

.product-item__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}

.product-item__old-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: line-through;
  color: #BDBDBD;
  margin-left: 10px;
}

.product-item__btn {}

.product-item__btn-detail {
  text-align: center;
  margin: 15px 0 0;
  display: block;
  transition: var(--transition);
  font-size: var(--regular-text-min);
  text-decoration: underline;
}

.product-item__g2 {}

.product-item__btn-detail:hover {
  color: var(--color-red);
  text-decoration: underline;
}

/* slider sale */
.slider-sale-container {
  position: relative;
  padding-top: 52px;
}

.slider-sale__item {
  padding: 0 20px;
  height: inherit !important;
}
.slider-sale__item .product-item{
  height: 100% !important;
}


.slider-sale-container .slick-track{
  display: flex;
}

/* .slider-sale .slick-list {
  margin: -30px -20px;
  padding-top: 30px;
  padding-bottom: 30px;
} */

.custom-slider-arrows.custom-slider-arrows--slider-sale .prev,
.custom-slider-arrows.custom-slider-arrows--slider-sale .next,
.custom-slider-arrows.custom-slider-arrows--slider-sale .custom-slider-arrows__icon {
  color: #41749C;
}


/* news card */
.news-slider-container {
  position: relative;
  padding-top: 40px;
}

.news-slider .slick-list {
  margin: -60px -40px;
  padding-bottom: 60px;
  padding-top: 60px;
}

.news-slider .slick-track{
  display: flex;
}

.news-slider__item {
  padding: 0 40px;
  height: inherit !important;
}

.news-card {
  margin: -15px;
  padding: 15px;
  border-radius: var(--radius);
  transition: var(--transition);
}



.news-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-top: 75%;
  margin-bottom: 30px;
}

.news-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.news-card__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
  flex-grow: 1;
}

.news-card__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #222;
  margin-bottom: 25px;

}

.news-card__btn {}


/* footer */

.footer {
  font-weight: 500;
  background-color: #204361;
  color: #fff;
  padding: 40px 0;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.footer a {
  color: #fff;
}

.footer-block {
  display: flex;
}

.footer-block__menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: 90px;
}

.footer-block__contacts {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 18px;
}

.footer-block li:not(.footer-block__title) {
  margin-bottom: 8px;
}

.footer-block li:not(.footer-block__title) a:hover,
.footer-polit:hover {
  text-decoration: underline;
}

.footer-actions-btn {
  margin-bottom: 35px;
  text-align: right;
}

.footer-actions-btn a {
  width: 183px;
}

.footer-actions-socials {
  display: flex;
  justify-content: flex-end;
}

.footer-actions-socials a {
  margin-left: 15px;
}

.footer__info{
  background-color: var(--color-blue);
}

.footer__info p{
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  margin: 10px 0;
}


/* page */

.page {
  padding: 40px 0;
  flex-grow: 1;
}

.page--gray {
  background-color: #EFEFEF;
}

.page-title,
.h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: #121212;
  margin-bottom: 30px;
}

/* breadcrumbs */

.breadcrumbs {
  list-style-type: none;
  margin-bottom: 40px;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

.breadcrumbs a {
  color: #BFBFBF;
}

.breadcrumbs a:hover {
  color: var(--color-blue);
}

.breadcrumbs li:last-child a::after {
  display: none;
}

.breadcrumbs a::after {
  content: '>';
  margin-left: 5px;
  color: #BFBFBF !important;
  text-decoration: none !important;
}

.type-grid {
  margin: 40px 0;
  display: flex;
  align-items: center;
}

.type-grid__select {
  margin-right: 40px;
  color: var(--color-blue);
}

.type-grid__select:last-child {
  margin-right: 0;
}

.type-grid__select.active {
  color: var(--color-red);
  pointer-events: none;
}

.type-grid__list-3 {
  font-size: 16px;
}

.type-grid__list-4 {
  font-size: 17px;
}

.type-grid__list-9 {
  font-size: 22px;
}

/* catalog */

.catalog {
  position: relative;
}

.catalog__list {}

.catalog .product-item {
  margin-bottom: 27px;
}

.product-item__col[data-grid="1"] {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.product-item__col[data-grid="1"] .product-item__btn-detail {}

.product-item__col[data-grid="2"] {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}


.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination>*:first-child {
  margin-left: 0;
}

.pagination>*:last-child {
  margin-right: 0;
}

.pagination__link {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 5px;
  margin: 0 7px;
  background-color: #fff;
  color: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.pagination__link:not(.pagination__link--active):hover {
  color: #fff;
  background-color: #5b7b9e;
}

.pagination__link--active {
  color: #fff;
  background-color: var(--color-blue);
}


.pagination__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  display: flex;
  margin: 0 7px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}


/* filter */

.filter {
  width: 100%;
  padding: 20px;
  max-width: 260px;
  background-color: #fff;
  border-radius: 5px;
}

.filter__block:not(:last-child) {
  margin-bottom: 30px;
}


.filter__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.filter__link {
  display: flex;
  flex-direction: column;
}

.filter__link a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}

.filter__checkbox {}

.checkbox {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox__checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #D9D9D9;
  border-radius: 5px;
  box-sizing: border-box;
}

.checkbox:hover input~.checkbox__checkmark {
  background-color: #efefef;
}

.checkbox input:checked~.checkbox__checkmark {}

.checkbox__checkmark:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  background-size: 11px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/local/templates/vektor/assets/css/../images/icons/check.svg");
}

.checkbox input:checked~.checkbox__checkmark:after {
  display: block;
}

.filter__slide-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.filter__slide-inputs input {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  height: 34px;
  flex: 0 0 46%;
  padding: 0 6px;
}

.show-all-btn {
  margin-bottom: 20px;
  display: inline-block;
}

.show-all-btn.active i {
  transform: rotate(-180deg);
}

/* style range */

#price-slider {
  height: 2px;
  box-shadow: none;
  border: none;
  background-color: #BDBDBD;
  padding: 0 12px;
}

#price-slider .noUi-connect {
  background: #8BC2F9;
}

#price-slider .noUi-handle {
  height: 24px;
  width: 24px;
  top: -12px;
  right: -12px;
  /* half the width */
  border-radius: 50%;
  box-shadow: none;
  background: #FFFFFF;
  border: 2px solid #CBCBCB;
  cursor: pointer;
}

#price-slider .noUi-handle::before,
#price-slider .noUi-handle:after {
  display: none;
}



/* PORDUCT */


/* product-slider */

.custom-slider-arrows--product-slider {}

.custom-slider-arrows.custom-slider-arrows--product-slider .prev,
.custom-slider-arrows.custom-slider-arrows--product-slider .next {
  color: #222;
  left: 15px;
  font-size: 13px;
  padding: 10px;
  transition: font-size 0.1s linear;
}

.custom-slider-arrows.custom-slider-arrows--product-slider .prev:hover,
.custom-slider-arrows.custom-slider-arrows--product-slider .next:hover {
  font-size: 25px;
}

.custom-slider-arrows.custom-slider-arrows--product-slider .next {
  left: auto;
  right: 15px;
}

.product-slider-container {
  position: relative;
}

.product-slider {}

.product-slider__item {
  position: relative;
  overflow: hidden;
  padding-top: 8.16%;

}
.product-detail .product-slider__item {
  position: relative;
  overflow: hidden;
  padding-top: 0;

}

.product-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .product-slider__item img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-slider-preview {
  /* display: flex;
  flex-wrap: wrap; */
  margin-top: 40px;
}

.product-slider-preview__item {
  width: 60px;
  display: inline-block;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  border: 2px solid #DBDBDB;
  margin-right: 5px;
  cursor: pointer;
}

.product-slider-preview__item.active {
  border-color: var(--color-blue);
}

.product-slider-preview__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* product-detail__description */

.product-detail__description {}

.product-detail__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 12px;
}

.product-detail__sku {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #777777;
  margin-bottom: 9px;
}

.product-detail__gos {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #777777;
}

.product-detail__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 35px 0;
}

.product-detail__price-old {
  margin-left: 10px;
  text-decoration-line: line-through;
  color: #BDBDBD;
}

.product-detail__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
}

.product-detail__qty {
  margin: 35px 0;
}

.product-detail__qty-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 14px;
}

.product-detail__status {
  margin: 35px 0 45px;
}

.product-detail__actions {
  display: flex;
  flex-wrap: wrap;
}

.product-detail__actions a:first-child {
  /*flex: 0 0 133px;*/
  margin-right: 16px;
  margin-bottom: 16px;
}

.product-detail__actions a:first-child:hover {
  background-color: #204361;
}

.product-detail__actions a:last-child:hover {
  background-color: #d8291d;
}

.product-detail__actions .btn--comers {
  flex: 0 0 100%;
  max-width: 347px;
}
.product-detail__actions .btn--utoch {
  flex: 0 0 100% !important;
  max-width: 195px;
}


/* qty */

.qty {
  display: flex;
  width: 102px;
  height: 45px;
  border: 1px solid #777777;
  border-radius: 5px;
}

.qty__btn {
  border: 0;
  background-color: transparent;
  font-size: 0;
  padding: 0;
  flex: 0 0 33.333%;
  outline: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.qty__btn:hover::before,
.qty__btn:hover::after {
  background-color: var(--color-red) !important;
}

.qty__btn:first-child:before {
  content: '';
  width: 12px;
  height: 1px;
  display: block;
  background-color: #000;
}

.qty__btn:last-child:before {
  content: '';
  width: 13px;
  height: 1px;
  display: block;
  background-color: #000;
}

.qty__btn:last-child:after {
  content: '';
  width: 1px;
  height: 13px;
  display: block;
  background-color: #000;
  position: absolute;
}

.qty__inpt {
  flex: 0 0 33.333%;
  border: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}


.qty.qty--cart {
  display: flex;
  width: 60px;
  height: 20px;
  border: none;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
}

.qty.qty--cart .qty__inpt {
  flex: 1 1 auto;
  padding: 0 3px;
}

.qty.qty--cart .qty__btn {
  border: 1px solid #757575;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.qty.qty--cart .qty__btn:first-child:before {
  width: 9px;
}

.qty.qty--cart .qty__btn:last-child:before {
  width: 9px;
  background-color: #757575;
}

.qty.qty--cart .qty__btn:last-child:after {
  height: 9px;
  background-color: #757575;
}


/* product stock */

.product-status {
  padding-left: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.product-status--instock {
  color: #29CB74;
}

.product-status--outstock{
  color: #cb293c;
  padding-left: 0;
  display: none !important;
}

.product-status--instock:before {
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/local/templates/vektor/assets/css/../images/icons/instock.svg');
}


/* product tabs */
.product-detail__tabs {
  margin-top: 120px;
}

.tabs__caption {
  list-style: none;
  padding: 0;
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
}

.tabs__caption li {
  font-weight: 600;
  font-size: 16px;
  flex: 0 0 25%;
  text-align: center;
  line-height: 1;
  padding: 23px 0;
  background-color: #EFEFEF;
  cursor: pointer;
  transition: background-color var(--transition), color var(--transition);
}

.tabs__caption li:hover {
  background-color: rgba(244, 244, 244, 0.7);
}

.tabs__caption li:first-child {
  border-radius: 10px 0px 0px 10px;
}

.tabs__caption li:last-child {
  border-radius: 0 10px 10px 0;
}

.tabs__caption li.active {
  color: #fff;
  background-color: var(--color-blue);
}

.tabs__content {
  display: none;
  /* по умолчанию прячем все блоки */
}

.tabs__content.active {
  display: block;
  /* по умолчанию показываем нужный блок */
}

.tabs__content.content td {
	/*min-width:250px;*/
	padding:10px 5px;
}

.tabs__content.content.table {
	overflow-x: auto;
}

.tabs__content.content td p{
	margin-bottom:0;
}

.tabs__content table {
  display: block;
  margin: 0 !important;
  /*width: 100% !important;*/
  overflow-x: auto !important;
  background: transparent !important;
  border-collapse: collapse;
  border: none !important;
}

.tabs__content table td {
  width: auto !important;
  min-width: 150px;
}

.tabs__content ul {
  width: auto !important;
}

/* cart */
.btn-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #757575;
  position: relative;
  transform: rotate(-45deg);
}

.btn-delete::before {
  content: '';
  width: 7px;
  height: 1px;
  background-color: #757575;
}

.btn-delete::after {
  content: '';
  width: 1px;
  height: 7px;
  position: absolute;
  background-color: #757575;
}

.cart {}

.cart-table {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin: 30px 0;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.cart-item:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}

.cart-item__image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: relative;
  border-radius: var(--radius);
  flex: 0 0 auto;
}

.cart-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item__desc {
  padding: 0 20px;
  flex-grow: 1;
}

.cart-item__desc h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
}

.cart-item__desc p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #121212;
  margin-bottom: 8px;
}

.cart-item__qty {
  padding: 0 20px;
}

.cart-item__price {
  padding: 0 20px;
  flex: 0 0 auto;
}

.cart-item__delete {
  padding-left: 20px;
}

.cart-total {
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.cart-action {
  margin: 40px 0;
  text-align: right;
}

.cart-action a {
  max-width: 300px;
}


/* FORM */

.btn--form {
  display: inline-block;
  border: 0;
  width: auto;
  padding: 0 50px;
  cursor: pointer;
  outline: none !important;
}

.form-group:not(:last-child) {
  margin-bottom: 12px;
}

.form-input-text,
.form-textarea {
  width: 100%;
  max-width: 654px;
  height: 60px;
  background: #F2F2F2;
  border-radius: 10px;
  border: 0;
  padding: 17px 20px;
  transition: background-color var(--transition);
  font-size: 16px;
}

.form-input-text:focus {
  background-color: #f8f8f8;
}


/* ordering */

.ordering-total {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121212;
  margin: 40px 0 40px;
}

.ordering-polit {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #121212;
  margin-top: 8px;
  display: inline-block;
}

.ordering-polit:hover {
  text-decoration: underline;
}


.ordering__cart-items {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, 100px);
  gap: 15px;
}

.ordering__cart-items>div:nth-child(1n+5) {
  display: none;
}

.ordering__cart-items.active>div:nth-child(1n+5) {
  display: flex;
}

.ordering__cart-item {
  width: 100px;
  height: 100px;
  border: 1px solid #F2F2F2;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.ordering__cart-item:hover {
  border-color: var(--color-blue);
}

.ordering__cart-detail {
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 40px;
  display: inline-block;
}

/* download */

.download {
  display: flex;
  margin-bottom: 1.5rem;
}

.download a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #204361;
  transition: color var(--transition);
}

.download.hidden a{
  display: none;
}

.download a i {
  flex: 0 0 auto;
  margin-right: 32px;
  transition: var(--transition);
}

.download:hover i {
  background-color: var(--icon-btn-light--hover);
}

.download:hover a,
.download:hover i {
  color: var(--color-red--hover) !important;
}

.news > div{
  margin-bottom: 50px;
}
.news .news-card {
  margin-bottom: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
}


.news-detail__photo {
  float: right;
  margin: 30px 0 40px 40px;
  overflow: hidden;
  border-radius: 20px;
  height: 400px;
  width: 100%;
  max-width: 555px;
  position: relative;
}

.news-detail__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts__block {
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
}

.contacts__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}

.contacts__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.contacts__link:hover {
  color: var(--color-blue);
  text-decoration: underline;
}

.contacts__link:not(:last-child) {
  margin-bottom: 16px;
}

.contacts__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.contacts__form p {
  margin-bottom: 2rem;
}

.contacts__form .checkbox {
  margin: 19px 0 32px;
}

.contacts__form .form-input-text::placeholder {
  font-size: 14px;
}

.contacts__form .form-input-text {
  height: 55px;
  font-size: 14px;
}

/* widget soc */

.widget-soc{
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 11;
}
.widget-tools{
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 11;
}

.popup-window-buttons .btn{
  background-color: #E85449;
  border: 0;
  outline: none !important;
  cursor: pointer;
}

.popup-window-buttons .btn:hover{
  background-color: #ce4b41;
}

.popup-window-buttons .btn:last-child{
  margin-top: 15px;
  background-color: #4D6A89;
}

.popup-window-buttons .btn:last-child:hover{
  margin-top: 15px;
  background-color: #435b75;
}


.widget-soc__btn{
  width: 50px;
  height: 50px;
  display: flex;
  z-index: 1000;
  position: relative;
  border-radius: 50%;
  background-color: var(--color-red);
  align-items: center;
  justify-content: center;

}

@keyframes widget {
  0%{
    transform: scale(0.8);
    opacity: 1;
  }
  100%{
    transform: scale(2);
    opacity: 0;
  }
}
.widget-soc__btn.widget-soc__btn:before, .widget-soc__btn.widget-soc__btn:after{
  content: '';
  border: 1px solid var(--color-red);
  border-radius: 50%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  animation: widget 1s linear 0s infinite;
  z-index: -1;
}
.widget-soc__btn.widget-soc__btn:after{
  animation: widget 1s linear 0.2s infinite;
  border-width: 10px;
}

.widget-soc__menu{
  position: absolute;
  bottom: calc(100% + 25px);
  left: -10px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .24);
  right: -10px;
  background-color: #fff;
  padding: 10px;
  opacity: 0;
  transition: var(--transition);
  overflow: hidden;
  height: 0;
}

.widget-soc__menu.active{
  opacity: 1;
  height: 210px;
}

.widget-soc__menu:not(.active) a{
  pointer-events: none;
}

.widget-soc__menu a{
  margin-bottom: 20px;
}
.widget-soc__menu a:last-child{
  margin-bottom: 0;
}

#hidden-cp, #hidden-content, #hidden-not-price, #hidden-sale-price, #hidden-tools{
  display: none;
}

#hidden-content .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog{
  padding: 0;
}

#hidden-cp .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog{
  padding: 0;
}

#hidden-not-price .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog{
  padding: 0;
}

#hidden-sale-price .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog{
  padding: 0;
}

.bx-404-container{
  text-align: center;
  margin: 10% 0;
}

.bx-404-title-block{
  margin: 20px 0 0;
}

.copy-email-to-clipboard .text-copied {
  font-size: 17px;
}

.clipboard-icon {
  height: 17px;
  width: 17px;
  margin-left: 5px;
  position: absolute;
  left: 100%;
}

.clipboard-icon path {
  fill: var(--color-blue);
}
/* End */


/* Start:/local/templates/vektor/assets/css/media.css?177865735512302*/
/* === DESKTOP FIRST === */
@media (min-width : 1770px) {
   .catalog__list {
      flex: 0 0 100%;
      max-width: 100%;
   }

   .catalog.row{

   }

   .catalog__filter {
      position: relative;
      z-index: 2;
      margin-left: -300px;
   }

   .filter {
      /*position: absolute;*/
      /*right: calc(100% + 20px);*/
   }

   .product-item__col {
      flex: 0 0 25%;
      max-width: 25%;
   }
}

@media (min-width : 992px) {
   .hidden-pk {
      display: none !important;
   }
   .logo.logo--footer {
      max-height: 180px;
   }
   .logo.logo--footer .logo-image-container {
      height: 180px;
   }
}

/* lg <= Extra large (xl) */
@media (max-width : 1199px) {
   .home-slider-theme .slick-dots {
      margin-left: calc(50% - (920px / 2));
   }

   .home-slider__item {
      padding: 80px 0 120px;
   }
}

/* md <= Large (lg) */
@media (max-width : 991px) {

   .widget-tools {display: none; }

   .show-all {
      display: none;
   }

   .show-all.active {
      display: block;
   }

   .home-slider-theme .slick-dots {
      margin-left: calc(50% - (680px / 2));
   }

   .hidden-mob {
      display: none !important;
   }

   .top-line {
      padding: 0;
      border-bottom: none;
   }

   .top-line__links {
      padding: 22px 0;
   }

   .top-line__links:before {
      content: '';
      position: absolute;
      top: 0;
      height: 1px;
      width: 200vw;
      left: -100vw;
      background: #D1D1D1;

   }

   .header__tel {
      margin: 0 auto 0 0;
      font-size: 16px;
   }

   .header-nav {
      display: none;
   }

   .header-nav.active {
      display: block;
      position: absolute;
      width: 100%;
      background: #fff;
      top: 72px;
      z-index: 100;
      border-bottom: 1px solid #D1D1D1;
   }

   .nav {
      display: block;
   }

   .nav>li>a {
      padding: 13px 0;
      display: flex;
      align-items: center;
      text-align: center;
   }

   .nav li.nav__sale a {
      justify-content: center;
   }

   li.nav__catalog:hover>a span {
      display: none !important;
   }

   .nav__sub {
      position: static;
      display: none !important;
      max-width: 100%;
      border: none;
      padding-left: 15px;
   }

   .nav__sub li a {
      padding: 13px 0;
      font-size: 14px;
   }

   .nav__sub.open {
      display: block !important;
   }

   .nav__sub li:hover>a {
      background: inherit;
   }

   .arw-bottom.active {
      transform: rotate(-180deg);
   }

   .arw-right.active {
      transform: rotate(-270deg);
   }

   .footer-logo {
      margin-bottom: 35px;
   }

   .footer-logo__desc {
      margin-bottom: 25px;
   }

   .footer-actions-socials {
      justify-content: flex-start;
      margin: 35px 0;
   }

   .footer-actions-socials a {
      margin-left: 0;
      margin-right: 15px;
   }

   .footer-polit {
      display: inline-block;
      margin-bottom: 10px;
   }

   .filter {
      background-color: transparent;
      max-width: 100%;
      padding: 20px 0;
   }

   .filter__link {
      flex-direction: row;
      flex-wrap: wrap;
   }

   .filter__link a:not(:last-child) {
      margin-right: 10px;
   }

   .product-detail__slider {
      margin-bottom: 30px;
   }

   .product-detail__tabs {
      margin-top: 100px;
   }

   .tabs__caption li {
      flex: 0 0 50%;
      margin-bottom: 11px;
   }

   .tabs__caption li:nth-child(2) {
      border-radius: 0px 10px 10px 0px;
   }

   .tabs__caption li:nth-child(3) {
      border-radius: 10px 0px 0px 10px;
   }

   .news-detail__photo {
      float: none;
      padding-top: 60%;
      height: auto;
      margin: 0 auto 20px;
   }

   .contacts__form {
      margin-top: 40px;
   }

   .mob-top-line-container{
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 10px;
      padding-bottom: 10px;
   }

   .nav.nav--mobile.active{
      display: block;
   }
}

/* sm <= Medium (md) */
@media (max-width : 767px) {

   .header__email{
      font-size: 15px;
   }

   :root {
      --section-padding: 60px 0;
   }

   .home-slider-theme .slick-dots {
      bottom: 145px;
      margin-left: calc(50% - (500px / 2));
   }

   .home-slider__item {
      min-height: 700px;
      padding: 60px 0 210px;
   }

   .home-slider__item h2 {
      font-size: 35px;
      line-height: 1.28;
   }

   .home-slider__item p {
      min-height: 250px;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.7;
   }

   .custom-slider-arrows__icon {
      display: block;
      text-align: center;
      position: absolute;
      font-size: 42px;
      color: #fff;
      top: 50%;
      transform: translateY(-50%);
      left: calc(50% - 18px);
   }

   .custom-slider-arrows {
      top: auto;
      bottom: 70px;
   }

   .custom-slider-arrows .prev {
      left: 10px;
   }

   .custom-slider-arrows .next {
      right: 10px;
   }

   .custom-slider-arrows.custom-slider-arrows--slider-sale {
      bottom: -75px;
   }

   .slider-sale-container {
      margin-bottom: 90px;
      padding-top: 26px;
   }

   .news-slider-container {
      padding-top: 25px;
      padding-bottom: 100px;
   }

   .custom-slider-arrows.custom-slider-arrows--news-slider {
      bottom: 20px;
   }

   .footer {
      font-size: 12px;
   }

   .pagination__link,
   .pagination__dots {
      font-size: 14px;
      line-height: 17px;
      width: 40px;
      height: 40px;
      margin: 0 5px;
   }

   .product-detail__title {
      font-size: 24px;
      line-height: 29px;
   }

   .tabs__caption {
      margin: 25px 0;
   }

   .tabs__caption li {
      font-size: 12px;
      padding: 17px 0;
   }

   .page-title,
   .h2 {
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      color: #121212;
      margin-bottom: 18px;
   }


   .cart-item {
      flex-wrap: wrap;
      position: relative;
      align-items: flex-start;
   }

   .cart-item__qty {
      flex: 0 0 50%;
      display: flex;
      padding: 0;
      align-self: center;
   }

   .cart-item__price {
      flex: 0 0 50%;
      text-align: right;
      padding: 0;
   }

   .cart-item__delete {
      position: absolute;
      top: 15px;
      right: 5px;
   }

   .cart-item__image {
      margin-bottom: 15px;
   }

   .cart-item__desc {
      flex: 1 1 70%;
      margin-bottom: 15px;
   }

   .form-input-text,
   .form-textarea {
      height: 70px;
      padding: 22px 20px;
   }

   .download a {
      font-size: 14px;
   }

   .content h3 {
      font-size: 18px;
      line-height: 22px;
      margin: 20px 0 15px;
   }

   .news > div {
      margin-bottom: 40px;
   }

   .content h2 {
      font-weight: 700;
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 20px;
   }

   .contacts__block {
      margin-bottom: 20px;
   }

   .contacts__title {
      margin-bottom: 6px;
   }

   .contacts__form {
      font-size: 14px;
   }


}

/* xs <= Small (sm) */
@media (max-width : 575px) {

   .top-line__links .icon-btn {
      margin: 0 7px !important;
   }

   .burger-menu {
      right: 10px;
   }

   .home-slider-theme .slick-dots {
      margin-left: 0;
      padding: 0 10px;
   }


   .catalog .product-item {
      padding: 10px 9px;
   }



   .catalog .product-item__title {
      font-size: 14px !important;
      line-height: 17px !important;
   }

   .catalog .product-item__desc {
      font-size: 12px;
      margin-bottom: 10px;
   }

   .catalog .product-item__price {
      font-size: 16px;
   }

   .catalog .product-item__btn {
      height: 45px;
      font-size: 14px;
      line-height: 45px;
   }

   .product-detail__actions .btn--comers {
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 20px;
      height: auto;
      padding: 16px 10px;
   }

   .ordering-total {
      font-size: 20px;
      line-height: 24px;
      text-align: right;
   }

   .btn--form {
      width: 100%;
   }

   .product-item__btn-detail {
      margin: 15px 0 15px;
   }

   .category-card__title{
      font-size: 14px;
   }
   .category-card{
      padding: 10px;
   }
   .category-card__btn a{
      width: 100% !important;
   }

   .slider-sale__item {
      padding: 0 5px;
    }
    
    .slider-sale .slick-list {
      margin: 0 -5px;
    }

    .slider-sale .product-item{
       padding: 10px;
    }

    .slider-sale .product-item__desc {
       height: 80px;
    }

    .slider-sale .product-item .product-item__image{
       margin: -10px;
    }

    .ordering__cart-items{
       grid-template-columns: repeat(auto-fit, 53px);
       gap: 10px;
    }
    .ordering__cart-item{
       width: 53px;
       height: 53px;
    }

    .top-line__links.sticky{
      position: fixed;
      width: 100%;
      z-index: 100;
      background-color: #fff;
      top: 0;
      left: 0;
      padding-left: 10px;
      padding-right: 10px;
      box-shadow: 0px 1px 14px rgb(0 0 0 / 10%);
    }

    .top-line__links{
       padding: 10px 0;
    }

    .nav.nav--mobile{
      top: 70px;
      max-height: calc(100vh - 70px);
      overflow: auto;
    }

    .nav.nav--mobile::before{
       display: none;
    }

    .widget-soc{
       right: 20px;
       bottom: 20px;
    }
    .widget-soc__menu.active{
      /* height: 70px; */
    }
    


}

@media (max-width : 379px) {
   .category-list > div{
      flex: 0 0 100% !important;
      max-width: 100% !important;
   }
   .formVariableProduct{
      height: 50px;
   }
   .header__email{
      font-size: 0.8em;
      white-space: nowrap;
   }
}

@media (min-width: 768px) {
   .product-item__col[data-grid="1"] .product-item {
      display: flex;
      flex-direction: row;
      padding: 20px;
   }

   .product-item__col[data-grid="1"] .product-item__g1 {
      padding: 0 20px;
      flex-grow: 1;
   }

   .product-item__col[data-grid="1"] .product-item__g2 {
      padding-left: 20px;
      flex: 0 0 200px;
   }

   .product-item__col[data-grid="1"] .product-item__desc {
      height: auto;
      margin-bottom: 0;
   }
   .product-item__col[data-grid="1"] .product-item__image {
      height: 187px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 -30px;
      margin-bottom: 27px;

   }

   .product-item__col[data-grid="1"] .product-item__image img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
   }
   .product-item__col[data-grid="1"] .product-item__image {

      height: 100px;
      margin: 0 0 0 -10px;
      flex: 0 0 auto;
      width: 90px;
   }
   .product-item__col[data-grid="1"] .product-item__image .product-item-image-wrapper {
      margin-bottom: 0;
   }
   .product-item__col[data-grid="1"] .product-item__image .product-item-image-wrapper .product-item-label-ring.product-item-label-small {
      width: 25px;
      height: 25px;
      right: 0;
      top: 5px;
      font-size: 10px;
      line-height: 25px;
   }

   .product-item__col[data-grid="1"] .product-item__price {
      flex-direction: column;
      flex: 0 0 auto;
   }

   .product-item__col[data-grid="1"] .product-item__btn {
      max-width: 200px;
      margin-right: 20px;
   }
}

@media (min-width: 578px){
   .header{
      padding-bottom: 0 !important;
   }
   .product-item:hover{
      box-shadow: 0 5px 15px rgba(0,0,0,.15);
      transform: scale(1.05);
    }
    .news-card:hover{
      box-shadow: 0 5px 15px rgba(0,0,0,.15);
      transform: scale(1.05);
    }

    .slider-sale .slick-list {
      margin: -30px -20px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .news-card{
       margin: -15px;
       padding: 15px;
    }
}
/* End */
/* /bitrix/components/interlabs/feedbackform/templates/.default/style.css?177865728816421 */
/* /local/templates/vektor/components/atum/smartsearch/search-live/style.css?17786573554735 */
/* /local/templates/vektor/components/bitrix/sale.basket.basket.line/mini_cart/style.css?17786573554470 */
/* /local/templates/vektor/styles.css?1778657355204 */
/* /local/templates/vektor/template_styles.css?177865735529 */
/* /local/templates/vektor/assets/libs/bootstrap/css/bootstrap-reboot.min.css?17786573553936 */
/* /local/templates/vektor/assets/libs/bootstrap/css/bootstrap-grid.min.css?177865735534243 */
/* /local/templates/vektor/assets/libs/slick/slick.css?17786573551776 */
/* /local/templates/vektor/assets/libs/slick/slick-theme.css?17786573553145 */
/* /local/templates/vektor/assets/css/icons.css?17786573552402 */
/* /local/templates/vektor/assets/css/main.css?177865735542384 */
/* /local/templates/vektor/assets/css/media.css?177865735512302 */
