/* Переменные */

:root{
	/* Главный цвет */
	--main_color: #ff8c00;
	/* var(--main_color) */

	/* Главный цвет ховер*/
	--main_color_hover: #cc5500;
	/* var(--main_color_hover) */

	/* Главный цвет активный класс и фокус*/
	--main_color_active: #36406D;
	/* var(--main_color_active) */

	/* Цвет заголовков*/
	--main_font_color: #3D4158;
	/* var(--main_font_color) */

	--main_link_color: #4777E2;
	/* var(--main_link_color) */

	/* Фокус input */
	--focus_input_color: #C5C5C5;
	/* var(--focus_input_color) */

	/* Дополнительный цвет на сайте */
	--add_color: #FED953;
}

/* Конец переменны фывфыве */

::selection {
	background: rgba(82, 98, 166, .5);
	color: #fff;
	-webkit-tap-highlight-color: transparent;
}

::-moz-selection {
	background: rgba(82, 98, 166, .5);
	color: #fff;
	-webkit-tap-highlight-color: transparent;
}

::-webkit-selection {
	background: rgba(82, 98, 166, .5);
	color: #fff;
	-webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill{
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: var(--main_font_color);
	border-bottom: 1px solid var(--focus_input_color);
	background-color: #fff;
}
.account-form .form__widget-box .btn-primary.btn-form__control:focus{
  background-color: var(--main_color_active)!important;
}
.account-form .form__widget-box input:focus{
	background-color: #fff!important;
    border: 1px solid var(--main_color);
}

.bx-touch input, .bx-touch button {
    -webkit-appearance: none;
}

@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}



/* label_block catalog.item */

/*ополнительный товар дополнительного товара*/

.box__element_ocn_block .doprectovar-list  .mego_box  {
    margin-left: 40px;
}

.title_box h1.title {
    margin: 0;
}

/*.box__element_ocn_block .doprectovar-list  .mego_box > .section_name {*/
    /*display: block !important;*/
    /*border: 0px !important;*/
/*}*/

.box__element_ocn_block .doprectovar-list  .mego_box .doptovarbox {
    margin-left: 0px;
}

 /*.content_hiden_block  .complect_slaider_box {*/
    /*height: 130px !important;*/
/*}*/

/* подбореи слева */

.left_podborki_block ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.left_podborki_block ul.blue {
    border-left: 2px solid #6290c3;
}

.left_podborki_block ul.red {
    border-left: 2px solid red;
}

.left_podborki_block ul.green {
    border-left: 2px solid green;
}

/*Вы смртрели на странице раздела*/

/*.prosmotr-carousel-section {*/
    /*position: relative;*/
/*}*/

/*.prosmotr-carousel-section h3 {*/
    /*font-size: 18px;*/
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
    /*margin: 0 auto 35px;*/
    /*text-align: center;*/
    /*max-width: 700px;*/
/*}*/

/*.prosmotr-carousel-section .product-carousel-nav-section{*/
    /*position: absolute;*/
    /*top: -2px;*/
    /*right: 0;*/
/*}*/

/*.prosmotr-carousel-section .product-item-container {*/
    /*height: 250px;*/
/*}*/

/*.prosmotr-carousel-section .product-carousel-nav-section .slick-prev {*/
    /*background: url(images/icons/slider_arrow_left.svg) center center no-repeat;*/
    /*background-size: 22px;*/
    /*margin-right: 15px;*/
/*}*/

/*.prosmotr-carousel-section .product-carousel-nav-section .slick-next {*/
    /*background: url(images/icons/slider_arrow_right.svg) center center no-repeat;*/
    /*background-size: 22px;*/
/*}*/

/*.prosmotr-carousel-section .product-carousel-nav-section  .slick-arrow {*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*float: left;*/
    /*border: 0;*/
    /*color: transparent;*/
    /*font-size: 0;*/
    /*outline: 0;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*cursor: pointer;*/
    /*padding: 0;*/
/*}*/

/*Ибраное значек в каталоге*/

.select_text {
    background-color: #f6f6f6;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #cacaca;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.select_text_blue {
    background-color: #edf5ff;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text_blue:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #6290c3;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.static_page table td {
    padding: 10px;
    border: 1px solid #000;
}

.static_page a {
    color: var(--main_color);
    transition: 0.35s all ease;
}
.static_page a:hover {
    color: var(--main_color_hover);
}

.static_page h1, .static_page h2, .static_page h3, .static_page h4, .static_page h5, .static_page h6 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.static_page h2, .static_page h3, .static_page h4, .static_page h5, .static_page h6 {
    font-weight: 500;

}
.static_page h2 {
    font-size: 28px;
}
.static_page h3 {
    font-size: 22px;
}
.static_page h4 {
    font-size: 20px;
}
.static_page h5 {
    font-size: 18px;
}
.static_page h5 {
    font-size: 16px;
}

.static_page {
    color: var(--main_font_color);
}
.static_page ol {
    counter-reset: myCounter;
    margin-left:0;
    color: var(--main_font_color);
}

.static_page li {
    position: relative;
    padding-left: 2em;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.static_page ul li{
    padding-left: 2em;
}

.static_page ol li:before {
     content:counter(myCounter);
     counter-increment:myCounter;
     position:absolute;
     top: 50%;
     transform: translateY(-50%);
     left:0;
     width: 15px;
     height: 15px;
     line-height: 16px;
     padding:0px;
     color:#fff;
     background: var(--main_color);
     font-weight:normal;
     text-align:center;
     border-radius: 50%;
    font-size: 10px;
     z-index: 1;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }
.static_page ul li:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width: 10px;
    height: 10px;
    line-height: 1.8em;
    padding:0px;
    color:#fff;
    background: var(--main_color);
    font-weight:bold;
    text-align:center;
    border-radius: .9em;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.static_page li li:before{
    background-color: var(--main_color_hover);
}

.static_page li:after {
    position: absolute;
    top: 2.1em;
    left: 0.9em;
    width: 2px;
    height: calc(100% - 2em);
    /*content: '';*/
    background-color: rgb(203, 203, 203);
    z-index: 0;
}

.static_page li:hover:after {
    background-color: #8ab75a;
}

.static_page li li {
    font-size: 0.8em;
}
.contact {
    padding: 30px 20px;
    background-color: #f5f5f5;
    max-height: 450px;
	margin-bottom: 20px;
}
.contact h4 {
    margin: 0 0 25px;
}
.contact .item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.contact .item:last-child {
    border: 0;
}
footer .copyright a {
    color: #fff;
}
footer .copyright a:hover{
	color: #6290c3;
}
#cookies_modal {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #e0e0e0;
    padding: 5px 20px;
    min-height: 36px;
    color: #fff;
    z-index: 100;
    display: none;
}
.cookies_modal_text
{
    float:left;
    font-size:12px;
    color: #000;
}
.cookies_modal_text{
    padding:5px;
}
.cookies_modal_btn{
    float:right;
}
.cookies_modal_btn button.btn{
    padding: 5px;
    font-size: 12px;
    background-color: #6290c3;
    color: #fff !important;

}

.product-item-info-container .product-item-conteiner-low .flag-low {
    width: 100%;
    height: 100%;
    -webkit-background-size: 20px;
    background-size: 20px;
}

.product-item-info-container .product-item-conteiner-low .flag-low {
    top: 0;}

.modal-form-bitrix24{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color:  rgba(0,0,0,0.4);
    height: 100%;
    z-index: 100000;
}
.modal-form-bitrix24.open{
    display: block;
}
.modal-form-bitrix24-content{
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}
.modal-form-bitrix24-close{
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(http://webkrayt.ru/close.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;

}

.static_page{
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: initial;
  position: relative;
}

@media screen and (min-width: 1367px){
  .static_page {
    max-width: 1920px;
  }
}

.btn{
	border-radius: 0px!important;
	color: #fff!important;
	background-color: var(--main_color)!important;
	transition: .3s;
	font-size: 12px!important;
	font-weight: 400!important;
	height: 36px!important;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	outline: none!important;
	border-color: var(--main_color)!important;
}
.btn:hover{
	background-color: var(--main_color_hover)!important;
	border-color: var(--main_color_hover)!important;
}
.btn:active{
	background-color: var(--main_color_active)!important;
	border-color: var(--main_color_active)!important;
	outline: none!important;
	text-decoration: none!important;
}
.btn:focus{
	background-color: var(--main_color_active)!important;
	border-color: var(--main_color_active)!important;
	outline: none!important;
	text-decoration: none!important;
}

.btn a{
	color: #fff!important;
}
.btn:hover a{
	color: #fff!important;
}
.btn:active a{
	color: #fff!important;
}
.btn:focus a{
	color: #fff!important;
}

.btn.btn-not-avaliable{
  cursor: default;
  border-radius: 0px;
  color: var(--main_font_color)!important;
  background-color: #E2E2E2!important;
	padding: 0 10px;
	border-color: #E2E2E2!important;
}
.btn.btn-not-avaliable:hover{
  color: var(--main_font_color)!important;
  background-color: #E2E2E2!important;
}
.btn.btn-not-avaliable:active{
  color: var(--main_font_color)!important;
  background-color: #E2E2E2!important;
}
.btn.btn-not-avaliable:focus{
  color: var(--main_font_color)!important;
  background-color: #E2E2E2!important;
}





.select_text {
    background-color: #f6f6f6;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #cacaca;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.select_text_green {
    background-color: rgba(252, 175, 35, .4);
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text_green:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: var(--main_color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.product-item-detail-tab-content {
    padding-top: 16px;
    padding-bottom: 20px;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage) ol {
    counter-reset:myCounter;
    margin-left:0;
    padding-left:5px;
    color: rgb(100,100,100);
}

.product-item-detail-tab-content:not(#comments, #properties, #storage) ul, ul.line {
    line-height: 2;
}

.product-item-detail-tab-content:not(#comments, #properties, #storage) li, ul.line li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage) ol li {
    padding-left: 35px;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage) ul li:before,
ul.line li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);
}
.product-item-detail-tab-content:not(#comments, #properties, #storage) ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);
    counter-increment: myCounter;
    content: counter(myCounter);
}
.footer-item-copy {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #090909;
}
.footer-item-copy-item a,
.footer-item-copy-item span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.modal-form-bitrix24{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color:  rgba(0,0,0,0.4);
    height: 100%;
    z-index: 100000;
}
.modal-form-bitrix24.open{
    display: block;
}
.modal-form-bitrix24-content{
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}
.modal-form-bitrix24-close{
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(http://webkrayt.ru/close.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage){
    clear: both;
    margin-bottom: 0px;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage, #nabor-tab) a{
    text-decoration: underline;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage) blockquote{
    text-indent: 20px;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage) table td{
    padding: 10px;
    border: 1px solid #000;
}
.body-kloader{
  overflow: hidden;
}
.k_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(images/ripple.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1000000;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage) h1{
  font-weight: 500;
  font-size: 30px;
	font-size: 26px;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage) h2{
  text-align: left;
  font-weight: 500;
	font-size: 24px;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage) h3{
  font-size: 22px;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage) h4{
  font-size: 20px;
}
.product-item-detail-tab-content:not(#comments, #properties, #storage) h5{
  font-size: 18px;
}

.td_center tr td{
  text-align: center;
}
.td_right tr td{
  text-align: right;
}
.td_left tr td{
  text-align: left;
}

@media (max-width: 576px) {
    .product-item-detail-tab-content {
        padding-top: 13px;
    }
}

.badge {
   margin: 0 auto;
}


/* конец */
