

/* Start:/local/templates/triton/components/bitrix/menu/triton_burger/style.css?16491639894519*/
#menu__toggle {
    opacity: 0;
  }
  
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
  }
  
  .menu__btn {
    display: flex;
    align-items: center;

    position: relative;
    
    /*position: fixed;
    top: 20px;
    left: 20px;*/
  
    width: 26px;
    height: 26px;
  
    cursor: pointer;
    z-index: 106;

    margin-right: 20px;
    margin-bottom: 20px;
  }
  
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
  
    width: 100%;
    height: 2px;
  
    background-color: #616161;
  
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  
  .menu__box {
    display: block;
    position: absolute;
    visibility: hidden;
    /*top: 0;*/
    left: -100%;
  
    width: 325px;
  
    margin: 0;
    padding: 25px 0 0 0;
  
    list-style: none;
  
    background-color: #fff;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  
    transition-duration: .25s;

    z-index: 105;

    overflow-y: scroll;
    height: 600px;

    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;
  }

  /* Скроллбар */

  .menu__box::-webkit-scrollbar {
    width: 6px;
  }
  
  .menu__box::-webkit-scrollbar-track {
    background-color: #f3f3f3;
  }
  
  .menu__box::-webkit-scrollbar-thumb {
    background-color: #55b14d7c;
  }

  .second-nav {
    background-color: #efefef
  }

  .second-nav a {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }

  .menu__box li {
    border-bottom: 1px #ccc solid;
  }
  
  .menu__item {
    display: block;
    padding: 12px 24px;
  
    color: #333;
  
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
  
    text-decoration: none;
  
    transition-duration: .25s;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }

    li.parent-level .parent_item::after  {
	    content:  url(/local/templates/triton/components/bitrix/menu/triton_burger/images/arrow-right-black.png);
      padding-left: 5px;
    }

    /*.menu__box li:hover ul li a::before{
      padding-right: 10px;
      content:  url(/local/templates/triton/components/bitrix/menu/triton_burger/images/arrow-right.png);
    }*/

    .hamburger-phone {
        width: 150px;
        padding: 10px 0 10px 0px;
        margin-left: 20px;
        display: inline;
    }

    .hamburger-phone a {
        padding: 10px 10px 10px 0px !important;
    }

    .hamburger-phone a.zphone {
        color: #55B14D !important;
        font-weight: 600;
        font-size: 14px;
    }

    .hamburger-info {
        padding-bottom: 20px;
        border-bottom: 1px #ccc solid;
    }

    div.hamburger-info div.select-city-wrap-burger {
        margin-left: 20px !important;
    }

    .profile-ico::before {
        padding-right: 10px;
        content:  url(/local/templates/triton/components/bitrix/menu/triton_burger/images/profile.png);
        }

    .cart-ico::before {
        padding-right: 10px;
        content:  url(/local/templates/triton/components/bitrix/menu/triton_burger/images/cart.png);
        }
    

/* стили для вложенности */

.menu__box li ul {
    display: none;
}

.menu__box li:hover ul {
    display: block;
}

.menu__box li ul li{
    background-color: #bec2c557
}

.menu__box li:hover ul li a::before{
    padding-right: 10px;
    content:  url(/local/templates/triton/components/bitrix/menu/triton_burger/images/arrow-right.png);
}

.hamburger-contact {
    padding: 20px;
}

.hamburger-contact div:not(:last-child) {
    padding-bottom: 20px;
}

.hamburger-contact div h4 {
    margin-bottom: 0px;
    color: #333;
}

.select-city__block__text-city-no-open {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor:pointer;
  color: #fff;
}

.select-city__block__text-city-no-open {
  color: #fff;
  background-image: url(/local/templates/triton/components/bitrix/menu/triton_burger/images/maps.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.select-city-wrap-burger {
  background: #59b351;
  border-radius: 5px;
  margin-top: 15px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 145px;
  text-align: center;
  margin-right: 0;
}

/* End */


/* Start:/local/templates/triton/components/akari/regions.choose/choose/style.css?16279190346038*/
.select-city-wrap {
    position: relative;
    float: left;
    padding: 6px;
}

.select-city__block__text-city {
color: #fff;
background-image: url('/local/templates/triton/components/akari/regions.choose/choose/img/maps.svg');
background-position: left center;
background-repeat: no-repeat;
padding-left: 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.select-city__block__text {
	color: #919294;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 30px;
}

.select-city__block__text-city {
	
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: pointer;
color: #fff;
}

.select-city__dropdown__title {
	color: #414141;
	font-size: 13px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}

.select-city__dropdown {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 211px;
	text-align: center;
	padding: 11px 5px 17px 5px;
}

.select-city__dropdown-wrap {
	z-index: 9999;
	position: absolute;
}

.select-city__dropdown__choose {
	display: inline-block;
	height: 32px;
	width: 82px;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.select-city__dropdown__choose:hover, .select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: .7;
}

.select-city__dropdown__choose__yes {
	color: #919294;
	border: 1px solid #d3d3d3;
	margin-right: 15px;
}

.select-city__dropdown__choose__no {
	color: #ffffff;
	background: #333333;
}

.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select-city__modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
	display: none;
}

.modal__overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2500;
}

.select-city__modal-wrap {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 684px;
	padding: 37px 53px 40px 53px;
	position: relative;
	margin: 30vh auto;
	transition: width .2s;
}

.select-city__modal__title {
	color: #000000 !important;
	line-height: 30px;
	font-size: 25px !important;
	margin-bottom: 20px !important;
}

.select-city__modal__list {
	columns: 3;
	margin-bottom: 23px;
}

.select-city__modal__list__title {
	color: #000000;

	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 11px;
}

.select-city__modal__list__item {
	color: #414141 !important;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0 !important;
	cursor: pointer;
}

.select-city__modal__list__item:hover, .select-city__modal__list__item:focus,
.select-city__modal__list__item:active {
	color: #0978c6 !important;
	text-decoration: underline;
	text-decoration-color: #c1ddf1;
}

.select-city__modal__submit__block-wrap {
	background: #eceef1;
	padding: 21px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 42px);
}

.select-city__modal__submit__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

.select-city__modal__submit__input {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	box-shadow: none;
	height: 32px;
	width: calc(100% - 32px);
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	margin-right: 15px;
	padding: 0 15px;
}

.select-city__modal__submit__btn {
	background: #000000;
	border: none !important;
	box-shadow: none !important;
	width: 147px;
	height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'ProximaNova';
	font-size: 12px;
}

.select-city__modal__submit__btn:hover, .select-city__modal__submit__btn:active,
.select-city__modal__submit__btn:focus {
	opacity: .7;
}

.select-city__close {
	background: url("/local/templates/triton/components/akari/regions.choose/choose/img/select-city__close.png") no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.select-city__close:hover {
	opacity: .7;
}

@media ( max-width : 768px) {
	.select-city__modal-wrap {
		width: 484px;
		padding: 37px 25px 40px 25px;
	}
	.select-city__modal__list {
		columns: 2;
	}
}

@media ( max-width : 575px) {
	.select-city__modal-wrap {
		width: 80%;
		padding: 27px 20px 30px 20px;
	}
	.select-city__modal-wrap {
		margin: 20vh auto;
	}
	.select-city__modal__title {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.select-city__close {
		top: 15px;
		right: 15px;
	}
	.select-city__modal__list__item {
		font-size: 13px !important;
	}
}

@media ( max-width : 400px) {
	.select-city__modal__list {
		columns: unset;
		max-height:100px;
		overflow:auto;
	}
	.select-city__modal-wrap {
		margin: 5vh auto;
	}
	.select-city__modal__list__title {
		line-height: 20px;
	}
	.select-city__modal__submit__block-wrap {
		display: block;
	}
	.select-city__modal__submit__input {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.select-city__modal-wrap {
		padding: 15px 20px;
	}
	.select-city__modal__submit__btn
	{
		width:100%;
	}
}
.select-city__modal__submit__block-wrap__input_wrap
{
	position:relative;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-container
{
	position:absolute;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list
{
	padding-left:0;
	margin:0;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list li
{
	list-style:none;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item
{
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background: #ffffff;
	height: 32px;
	width: 100%;
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	padding: 0 15px;
	line-height:32px;
	margin:0!important;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-hide
{
	display:none;
}
.select-city__modal__submit__block-wrap__input_wrap_error
{
	color:red;
	position:absolute;
	top:-20px;
}
/* End */


/* Start:/local/include/search/ajax_search.css?16494310752494*/
form.lv-search input {
    width: 200px;
}

.search-preload .preloader {
    width: 30px;
    height: 30px;
}

.live-search__item {
    display: block;
    margin: 5px 5px 15px 5px;
    border-bottom: 1px solid #8a8a8a36;
}

.live-search__item:hover {
    border-bottom: 1px solid #8a8a8aa3;
    transition: ease-in-out 0.1s;
}

.live-search {
    height: 400px;
    width: 400px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    display: none;
    z-index: 99;
    position: absolute;
    right: 5%;
    top: 15%;

    border-color: #59b351;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #4daf4536;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #4daf4536;
}

.lv-input {
    padding: 5px 30px 5px 10px;

    background-image: url(/local/templates/triton/styles/../images/s-icon.png);
    background-position: right center;
    background-size: 25px;
    background-repeat: no-repeat;
}

.lv-input:focus {
    border-color: #59b351;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #4daf4536;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #4daf4536;
}

@media screen and (max-width: 1900px) {

    .live-search {
        top: 18%;
    }

}

@media screen and (max-width: 1450px) {

    .live-search {
        top: 18%;
    }

}

@media screen and (max-width: 1199px) {

    .live-search {
        top: 18%;
    }

}

@media screen and (max-width: 1148px) {

    .live-search {
        top: 18%;
        z-index: 150;
    }

}

@media screen and (max-width: 1065px) {

    .live-search {
        top: 25%;
        left: 10px;
        z-index: 150;
    }

}

@media screen and (max-width: 990px) {

    .live-search {
        top: 26%;
        left: 10px;
        z-index: 150;
    }

}

@media screen and (max-width: 874px) {

    .live-search {
        top: 26%;
        left: 10px;
        z-index: 150;
    }

}

@media screen and (max-width: 767px) {

    .live-search {
        top: 39%;
        left: 10px;
        z-index: 150;
    }

}

@media screen and (max-width: 425px) {

    .live-search {

        width: 90%;

        top: 39%;
        left: 10px;
        z-index: 150;
    }

}

@media screen and (min-width: 1901px) {

    .live-search {
        top: 14%;
    }

}

#search_result {
    position: sticky;
    z-index: 155;
    top: 120px;
}


/* End */


/* Start:/local/css/jquery.mCustomScrollbar.min.css?164735627842839*/
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/local/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/* End */


/* Start:/local/templates/triton/components/bitrix/sale.basket.basket.line/basket/style.min.css?15048669033569*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.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}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.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;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.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;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/triton/components/bitrix/menu/triton_multilevel/style.css?16498659384743*/
/**Top menu**/

div.wrapper-menu {
	background-color:#fff;
	width:100%;
	height: 50px;

	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
	font-size:14px;
	text-align: center;
	display: flex;
	justify-content: center;
}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;

	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	/*float:left;*/
	display: inline-block;

	/*border-right: 1px #ccc solid;*/
}


/*Root items*/

#horizontal-multilevel-menu .root-item {
	background-image: none;
}


#horizontal-multilevel-menu li a.root-item
{
	color:rgb(33, 33, 33);
	font-weight:bold;
	padding:15px 25px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#e8e8e8;
	color:rgb(33, 33, 33);
	font-weight:bold;
	padding:7px 12px;
	line-height:35px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#f5f5f5;
	color:rgb(33, 33, 33);
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/triton/components/bitrix/menu/triton_multilevel/images/arrow-down.png) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	/*background: url(/local/templates/triton/components/bitrix/menu/triton_multilevel/images/lock.gif) center right no-repeat;*/
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;

	top:auto;
	display:none;
	z-index:500;

	height:auto;

	width:235px;
	padding: 10px 20px;
	background:#fff;
	border:1px solid #ccc;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;

}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{

	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{

	display:block;
}

div.menu-clear-left
{
	clear:left;
}

li.parent-level:first-child a.root-item::after {
	padding-left: 10px;
	content:  url(/local/templates/triton/components/bitrix/menu/triton_multilevel/images/arrow-down.png);
}

@media screen and (max-width: 715px) {
	div.wrapper-menu{
		display: none;
	}
}

/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1504867879420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/local/templates/triton/components/h2o/buyoneclick/.default/style.css?157045395117178*/
.popup-window {
    padding: 0;
}
.h2o_component{
	min-height: 100%;
	padding: 0px;
	position: relative;
	display: inline-block;
	color: #4d4c4c;
	font-family: 'Open Sans';
}
.h2o_component{
	/*width: 600px!important;*/
	min-height: 100%;
	padding: 0px;
	position: relative;
	display: inline-block;
	color: #4d4c4c;
}
.h2o_component .modal-header {
	min-height: 16.42857143px;
	padding: 0px 0px 15px;
	border: none;
	font-size: 30px;
}
.h2o_component .modal-body{
	position: relative;
	padding: 30px;
	font-size: 18px;
}
.h2o_component .modal-body p{

}
.h2o_component .form-row{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin: 10px 0;
}
.h2o_component .form-row:after {
	content: "";
	display: table;
	clear: both;
}
.h2o_component .form-row:first-child {
	margin-top: 0;
}
.h2o_component .form-cell-3 {
	float: left;
	display: block;
	margin-right: 2%;
	width: 30%;
}
.h2o_component .form-cell-3:last-child {
	margin-right: 0;
}
.h2o_component .form-cell-9 {
	float: left;
	display: block;
	margin-right: 2%;
	width: 68%;
}
.h2o_component .form-cell-9:last-child {
	margin-right: 0;
}

.h2o_component input[type=text].error{
	box-shadow: 0 0 0 1px red;
}
.h2o_component textarea{
	height: 112px;
}
.h2o_component input[type=text], .h2o_component textarea{
	width: 100%;
	border: 1px #b7b7b7 solid;
	padding: 0px 5px;
	transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}
.h2o_component .button_wrap{
	text-align: right;
}
.h2o_component small.error{
	color: red;
}
@media screen and (min-width: 600px){
	.h2o_component{
		width: 600px;
	}
}
@media screen and (max-width: 600px){
	.h2o_component .form-cell-3{
		float: none!important;
		width: 100%!important;
	}
	.h2o_component .form-cell-6:nth-child(2n){
		float: none!important;
		text-align: left!important;
	}
	.h2o_component .form-cell-9{
		float: none!important;
		width: 100%!important;
	}
	.h2o_component .modal-header{
		font-size: 25px!important;
	}
}
.h2o_component .transparent_input {
	border: none!important;
	background: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	width: 60px!important;
	text-align: center!important;
}
.h2o_component .bx_small.bx_bt_button_type_2:hover, .h2o_component .bx_small.bx_bt_button_type_2:focus {
	text-decoration: none;
}
.h2o_component .form-cell-6{
	display: inline-block;
	text-align: left;
	width: 50%;
	padding: 0;
	margin: 0;
	float: left;
}






.h2o_component input[type="radio"] {
	display:none;
}

.h2o_component input[type="radio"] + label {
	font: 18px bold;
	font-family: 'Open Sans';
	color: #444;
	cursor: pointer;
}

.h2o_component input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	height: 15px;
	width: 15px;
	margin: 0 5px 0 0;
	background-image: url(/local/templates/triton/components/h2o/buyoneclick/.default/images/radio_b1c.png);
	background-repeat: no-repeat;
}
.h2o_component input[type="radio"] + label::before {
	background-position: 0px 0px;
}
.h2o_component input[type="radio"] + label:hover::before {
	background-position: -16px 0px;
}
.h2o_component input[type="radio"]:checked + label::before {
	background-position: -33px 0px;
}
.h2o_component input[type="radio"]:disabled + label::before {
	background-position: -49px 0px;
}
.h2o_component .offers_list{
	padding: 0;
}
.h2o_component .offers_list li{
	list-style: none;
}
.h2o_component .button_set_quantity{
	display: inline-block;
	min-width: 20px;
	line-height: 20px;
	border: 1px solid #e9e9e9;
	background: #fcfcfc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background: -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
	color: #656565;
	text-shadow: 0 1px 0 #fff;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
}

/***********CSS LOADER*************/
.h2o_block_modal{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: white;
	opacity: 0.5;
}
.h2o_block_modal_wrap{
	display: none;
}
.cssload-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	width: 90.284271247462px;
	height: 90.284271247462px;
	margin-left: -45.142135623731px;
	margin-top: -45.142135623731px;
	border-radius: 100%;
	animation-name: cssload-loader;
	-o-animation-name: cssload-loader;
	-ms-animation-name: cssload-loader;
	-webkit-animation-name: cssload-loader;
	-moz-animation-name: cssload-loader;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-duration: 3.2s;
	-o-animation-duration: 3.2s;
	-ms-animation-duration: 3.2s;
	-webkit-animation-duration: 3.2s;
	-moz-animation-duration: 3.2s;
}
.cssload-loader .cssload-side {
	display: block;
	width: 11px;
	height: 38px;
	background-color: rgb(4,99,128);
	margin: 4px;
	position: absolute;
	border-radius: 50%;
	animation-duration: 1.195s;
	-o-animation-duration: 1.195s;
	-ms-animation-duration: 1.195s;
	-webkit-animation-duration: 1.195s;
	-moz-animation-duration: 1.195s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: ease;
	-o-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
}
.cssload-loader .cssload-side:nth-child(1),
.cssload-loader .cssload-side:nth-child(5) {
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	animation-name: cssload-rotate0;
	-o-animation-name: cssload-rotate0;
	-ms-animation-name: cssload-rotate0;
	-webkit-animation-name: cssload-rotate0;
	-moz-animation-name: cssload-rotate0;
}
.cssload-loader .cssload-side:nth-child(3),
.cssload-loader .cssload-side:nth-child(7) {
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	animation-name: cssload-rotate90;
	-o-animation-name: cssload-rotate90;
	-ms-animation-name: cssload-rotate90;
	-webkit-animation-name: cssload-rotate90;
	-moz-animation-name: cssload-rotate90;
}
.cssload-loader .cssload-side:nth-child(2),
.cssload-loader .cssload-side:nth-child(6) {
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	animation-name: cssload-rotate45;
	-o-animation-name: cssload-rotate45;
	-ms-animation-name: cssload-rotate45;
	-webkit-animation-name: cssload-rotate45;
	-moz-animation-name: cssload-rotate45;
}
.cssload-loader .cssload-side:nth-child(4),
.cssload-loader .cssload-side:nth-child(8) {
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	animation-name: cssload-rotate135;
	-o-animation-name: cssload-rotate135;
	-ms-animation-name: cssload-rotate135;
	-webkit-animation-name: cssload-rotate135;
	-moz-animation-name: cssload-rotate135;
}
.cssload-loader .cssload-side:nth-child(1) {
	top: 45.142135623731px;
	left: 90.284271247462px;
	margin-left: -6px;
	margin-top: -19px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(2) {
	top: 77.213203431093px;
	left: 77.213203431093px;
	margin-left: -6px;
	margin-top: -19px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(3) {
	top: 90.284271247462px;
	left: 45.142135623731px;
	margin-left: -6px;
	margin-top: -19px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(4) {
	top: 77.213203431093px;
	left: 13.071067816369px;
	margin-left: -6px;
	margin-top: -19px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(5) {
	top: 45.142135623731px;
	left: 0px;
	margin-left: -6px;
	margin-top: -19px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(6) {
	top: 13.071067816369px;
	left: 13.071067816369px;
	margin-left: -6px;
	margin-top: -19px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(7) {
	top: 0px;
	left: 45.142135623731px;
	margin-left: -6px;
	margin-top: -19px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(8) {
	top: 13.071067816369px;
	left: 77.213203431093px;
	margin-left: -6px;
	margin-top: -19px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}










@keyframes cssload-rotate0 {
	0% {
		transform: rotate(0deg);
	}
	60% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

@-o-keyframes cssload-rotate0 {
	0% {
		-o-transform: rotate(0deg);
	}
	60% {
		-o-transform: rotate(180deg);
	}
	100% {
		-o-transform: rotate(180deg);
	}
}

@-ms-keyframes cssload-rotate0 {
	0% {
		-ms-transform: rotate(0deg);
	}
	60% {
		-ms-transform: rotate(180deg);
	}
	100% {
		-ms-transform: rotate(180deg);
	}
}

@-webkit-keyframes cssload-rotate0 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	60% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
	}
}

@-moz-keyframes cssload-rotate0 {
	0% {
		-moz-transform: rotate(0deg);
	}
	60% {
		-moz-transform: rotate(180deg);
	}
	100% {
		-moz-transform: rotate(180deg);
	}
}

@keyframes cssload-rotate90 {
	0% {
		transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@-o-keyframes cssload-rotate90 {
	0% {
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@-ms-keyframes cssload-rotate90 {
	0% {
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@-webkit-keyframes cssload-rotate90 {
	0% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@-moz-keyframes cssload-rotate90 {
	0% {
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		-moz-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-moz-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@keyframes cssload-rotate45 {
	0% {
		transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@-o-keyframes cssload-rotate45 {
	0% {
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@-ms-keyframes cssload-rotate45 {
	0% {
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@-webkit-keyframes cssload-rotate45 {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@-moz-keyframes cssload-rotate45 {
	0% {
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		-moz-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-moz-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@keyframes cssload-rotate135 {
	0% {
		transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@-o-keyframes cssload-rotate135 {
	0% {
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		-o-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		-o-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@-ms-keyframes cssload-rotate135 {
	0% {
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		-ms-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		-ms-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@-webkit-keyframes cssload-rotate135 {
	0% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@-moz-keyframes cssload-rotate135 {
	0% {
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-loader {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-loader {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-loader {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.h2o-popup-window-close-icon {
	cursor: pointer;
	height: 27px;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	z-index: 10;
}
.h2o-popup-window-close-icon:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	width: 10px;
	height: 10px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy43ODcgMUw1IDMuNzg3IDIuMjEzIDEgMSAyLjIxMyAzLjc4NyA1IDEgNy43ODcgMi4yMTMgOSA1IDYuMjEzIDcuNzg3IDkgOSA3Ljc4NyA2LjIxMyA1IDkgMi4yMTMiIGZpbGw9IiM5OTkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
}
/* End */


/* Start:/local/templates/triton/styles.css?17459273777007*/
h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}
p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
div[data-b24-crm-button-cont]{
	display: none;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
  	font-family: Georgia, "Helvetica Neue", Arial,  Helvetica, sans-serif;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}

hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}

/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #64ba4e;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(/local/templates/triton/images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}

.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}

.header--callback {
	display: flex;
	justify-content: space-between;
	width: 280px;
}

.header--callback a {
	background-color: #fdca00b3;
	padding: 6px 12px;
	border-radius: 20px;
	font-weight: 600;
}

.header-address .header-row {
	margin-top: 10px;
}

.header-address .select-city-wrap {
	margin-bottom: 10px;
	margin-left: 60px;
}

.header-row .header-info {
	text-align: center;
}

.select-city__block__text-city {
	font-weight: 600;
	padding: 0 0 0 40px;
}

.wrapper-menu {
	position: fixed;
	z-index: 100;
}

.doc_pdf {
	font-size: 16px;
}

.blago_link {
	font-family: 'OpenSansSemiBold';
	font-size: 14px;
	color: #00832d;
	text-decoration-line: underline;
	margin-bottom: 8px;
}

.delivery-block .delivery-block-content .skidka_text_green {
	color: green;
}

.page-footer {
	text-align: center;
}
.page-footer.fixed-bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.b24-window-panel {
	height: 550px !important;
	top: 50% !important;
	left: 50% !important;
	right: auto !important;
	transform: translate(-50%, -50%) !important;
}

.b24-form-wrapper.b24-form-border-bottom {
	border-bottom: none !important;
}

.wrap-tariff-delivery h1 {
	text-align: center;
	font-size: 36px;
	margin-top: 30px;
}

.wrap-tariff-delivery h2 {
	margin-bottom: 12px;
	margin-top: 12px;
}

.wrap-tariff-delivery ul{
	list-style: disc;
	margin-left: 40px;
}

.wrap-tariff-delivery ul li{
	line-height: 32px;
}

.wrap-tariff-delivery p {
	margin-bottom: 8px;
}

.tariff-delivery-nav {
	text-align: center;
}

.tariff-delivery-nav p a {
	font-size: 36px;
	color: #55B14D;
	line-height: 30px;
	font-weight: normal;
	font-family: 'OpenSansLight';
}

.tariff-delivery-nav p a:hover {
	color: #484848;
}
/* End */


/* Start:/local/templates/triton/template_styles.css?17084122187740*/
.menu-item__title a {
    color: #fff;
}

.menu-item__title a:hover {
    color: #fff;
}

.form-results > p {
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}

.form-results.ok {
    color: green;
}

.form-results.error {
    color: red;
}

.social-fb {
    width: 30px!important;
}

s {
    color: red;
}

.dropdown-city {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 106%;
    background-color: #FFF;
    z-index: 150;
    padding: 15px;
    border: 1px solid #ddd;
    width: 240px;
}

@media screen and (min-width: 1580px) {

    .dropdown-city {
        top: 50%;
    }

}

.dropdown-city:before, .dropdown-city:after {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px;
    position: absolute;
    left: 25px;
    top: -20px;
    border-color: transparent transparent #ddd transparent;
}

.dropdown-city:after {
    top: -19px;
    border-color: transparent transparent #FFF transparent;
}

.dropdown-city.noactive {
    display: none;
}

.pseudo-link {
    border-bottom: 1px dotted #57b24f;
    text-decoration: none;
}

.modal-content_city {
    height: 150px;
}

.section-block {
	margin-top: 30px;
}

.triton-our {
    padding-top: 30px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.triton-our .title-h1, .triton-our .title-h1-black {
	text-align: center;
    padding: 4px 2px;
    color: #4DAF45;
    font-family: 'OpenSansBold';
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.triton-our .title-h1-black {
    color: #000;
}

.stl {
    background-image: url(/local/templates/triton/images/stul-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 1260px) {

    .stl {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
    }

}

.triton-our .block-our {
	padding-top: 20px;
	width: 90%;
    display: table;
    margin: auto
}

.triton-our .left-our, .triton-our .rigth-our {
    width: 50%;
}

.triton-our .left-our {
	float: left;
}

.triton-our .rigth-our {
    float: right;
}

@media screen and (max-width: 767px) {

    .triton-our .left-our, .triton-our .rigth-our {
        float:none;
        width: 100%;
    }

}

.triton-our .item-col, .triton-our .item-col p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 45px;
    display: block;
    padding-left: 90px;
}

.triton-our.stl .item-col, .triton-our.stl .item-col p {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 45px;
    display: block;
	margin:auto;
    width: 100%;
    text-align:center;
    padding-left: 0;
}

.triton-our.stl .item-col p {
    width: 350px;
}

.sprite:before {
    background-image: url(/local/templates/triton/images/spritehome.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
	content: '';
    margin-right: 10px;
}


@media screen and (max-width: 768px) {
    .triton-our.stl .item-col p {
    width: 100%;
    }
}

@media screen and (max-width: 1580px) {

    .triton-our.stl .left-our {
    padding-right: 165px;
    }

    .triton-our.stl .rigth-our {
    padding-left: 165px;
    }
}

@media screen and (max-width: 1260px) {

    .triton-our.stl .item-col p {
        padding-bottom: 0;
    }

    .triton-our.stl .left-our {
    padding-right: 0;
    }

    .triton-our.stl .rigth-our {
    padding-left: 0;
    }
}

@media screen and (min-width: 1580px) {

    .triton-our.stl .left-our {
    padding-right: 0;
    }

    .triton-our.stl .rigth-our {
    padding-left: 0;
    }
}

.stl .sprite:before {
	margin: auto;
    float: none;
    text-align:center;
}

.sprite-1:before {
    width: 50px;
    height: 80px;
    background-position: -5px 3px;
}

.sprite-2:before {
    width: 80px;
    height: 80px;
    background-position: -65px -5px;
}

.sprite-3:before {
    width: 80px;
    height: 80px;
    background-position: -5px -95px;
}

.sprite-4:before {
    width: 80px;
    height: 80px;
    background-position: -95px -95px;
}

.sprite-5:before {
    width: 80px;
    height: 80px;
    background-position: -155px -5px;
}

.sprite-6:before {
    width: 80px;
    height: 80px;
    background-position: -185px -95px;
}

.item-col {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {

    .sprite:before {
    float:none;
    margin: auto;
    }

    .triton-our .item-col, .triton-our .item-col p {
    padding-left: 0;
    }
}

.contacts-title {
    font-size: 24px;
    margin-bottom: 24px;
    color: #55B14D;
    font-weight: bold;
}

.contacts-title {
    display: block;
}

.map {
    display: block;
    float: left;
    margin: 40px 0;
    position: relative;
    width: 100%;
}

.contact-tel {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.contact-email {
    font-size: 16px;
    padding-bottom: 15px;
}

.contact-adress, .contact-hours {
    font-size: 16px;
    padding-bottom: 15px;
}

.m30 {
	margin-top: 30px;
}

.header-slogan {
    font-size: 24px;
    font-weight: 600;
    color: #00832d;

}

.slogan {
    align-self: center;
    flex: 3;
    flex: none;
    display: flex;
}

.m-20-bottom {
    margin-bottom: 20px;
}

.header-container {
    display: flex;
    align-items: center;
}

.header-align {
    display: flex;
    justify-content: space-between;
}

.m-20-right {
    margin: 0px 20px 0px 0px;
}

.m-40-right {
    margin: 0px 40px 0px 0px;
}


.center-header-wrapper {
    margin: 0 40px;
}

.b24-widget-button-position-bottom-middle {
    bottom: 10px !important;
}

.row-edited {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

#product-info-tab3 {
    display: inline-block;
}

.col-specials-cell {
    width: 575px;
}

.header-second-row {
    display: flex;
    align-items: flex-end;
}

.header-basket {
    flex: 1;
    width: 100px;
}

.header-search.col-lg-offset-1 {
 margin-left: unset !important;
}

.header-search {
    height: 40px;
}

/* шапка */

.header-address {
    flex: none;
}

.h-info {
    display: inline-block;
    margin-bottom: 0;
}

.select-city-wrap {
    margin-top: 0 !important;
}

.header-btn-callback {
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
}

.header-phone {
  text-align: center;
}

#horizontal-multilevel-menu > li {
  background-color: #00832d;
}

#horizontal-multilevel-menu li a.root-item {
  color: #fff;
}

@media (max-width: 768px){
	.col-slider {width: 90%;}
	.main-content-cell {margin: 0;}

	.bx_section_name {
		text-align: left;
		width: 28px;
		font-size: 11px;
	}

}

@media (max-width: 414px) {
	.bx_catalog_tile .bx_catalog_tile_ul li {padding: 0;}
	.bx_catalog_tile {margin: 0;}
}

/* hide call-button */
.cbk-phone-sm {
    display: none!important;
  }
/*------------------*/

.col-specials {
    margin-left: -15px;
}
  
.double-product-carousel-wrap .slick-prev {
    left: 12px!important;
}
  
.double-product-carousel-wrap .slick-next {
    right: 12px!important;
}
  
@media (max-width: 1600px){
    .col-specials {
      margin-left: -3px;
    }
}

.frame-video {
    width: 60vw;
    height: 35vw;
}
.frame-video > iframe {
    width: 60vw;
    height: 35vw;
}

@media screen and (max-width: 768px) {
    .frame-video > iframe {
        width: 95vw;
        height: 70vw;
    }
    .frame-video > iframe {
        width: 95vw;
        height: 70vw;
    } 
}

.mg-t-0 {
    margin-top: 0px !important;
}

.pg-t-10 {
    padding-top: 10px !important;
}
/* End */


/* Start:/local/templates/triton/styles/style.css?1721829940245735*/
@charset "UTF-8";
/*==============================RESET==============================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
    display: block;
}

ul, ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr, img {
    border: none;
}

hr {
    border-bottom: 1px solid #ccc;
}

img {
    vertical-align: middle;
}

ol, ul {
    list-style-position: outside;
}

table td,
table th {
    vertical-align: top;
}

big {
    font-size: larger;
}

small {
    font-size: smaller;
}

sub, sup {
    font-size: smaller;
    line-height: 0;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a:hover, a:visited {
    text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input[type="text"], textarea {
    -webkit-appearance: none;
}

input, select {
    vertical-align: middle;
    border: 0;
    border-radius: 0;
}

textarea {
    overflow: auto;
}

button {
    cursor: pointer;
    border: 0;
}

:focus, :active {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #727475;
}

input::-moz-placeholder {
    color: #727475;
}

input:-moz-placeholder {
    color: #727475;
}

input:-ms-input-placeholder {
    color: #727475;
}

textarea::-webkit-input-placeholder {
    color: #727475;
}

textarea::-moz-placeholder {
    color: #727475;
}

textarea:-moz-placeholder {
    color: #727475;
}

textarea:-ms-input-placeholder {
    color: #727475;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/*==============================FONTS==============================*/
@font-face {
    font-family: 'OpenSansRegular';
    src: url("/local/templates/triton/styles/../fonts/OpenSansRegular.eot");
    src: url("/local/templates/triton/styles/../fonts/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/triton/styles/../fonts/OpenSansRegular.woff") format("woff"), url("/local/templates/triton/styles/../fonts/OpenSansRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url("/local/templates/triton/styles/../fonts/OpenSansBold.eot");
    src: url("/local/templates/triton/styles/../fonts/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/triton/styles/../fonts/OpenSansBold.woff") format("woff"), url("/local/templates/triton/styles/../fonts/OpenSansBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemiBold';
    src: url("/local/templates/triton/styles/../fonts/OpenSansSemiBold.eot");
    src: url("/local/templates/triton/styles/../fonts/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/triton/styles/../fonts/OpenSansSemiBold.woff") format("woff"), url("/local/templates/triton/styles/../fonts/OpenSansSemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansExtraBold';
    src: url("/local/templates/triton/styles/../fonts/OpenSansExtraBold.eot");
    src: url("/local/templates/triton/styles/../fonts/OpenSansExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/triton/styles/../fonts/OpenSansExtraBold.woff") format("woff"), url("/local/templates/triton/styles/../fonts/OpenSansExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url("/local/templates/triton/styles/../fonts/OpenSansLight.eot");
    src: url("/local/templates/triton/styles/../fonts/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/triton/styles/../fonts/OpenSansLight.woff") format("woff"), url("/local/templates/triton/styles/../fonts/OpenSansLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url("/local/templates/triton/styles/../fonts/OpenSansItalic.eot");
    src: url("/local/templates/triton/styles/../fonts/OpenSansItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/triton/styles/../fonts/OpenSansItalic.woff") format("woff"), url("/local/templates/triton/styles/../fonts/OpenSansItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemiBoldItalic';
    src: url("/local/templates/triton/styles/../fonts/OpenSansSemiBoldItalic.eot");
    src: url("/local/templates/triton/styles/../fonts/OpenSansSemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/triton/styles/../fonts/OpenSansSemiBoldItalic.woff") format("woff"), url("/local/templates/triton/styles/../fonts/OpenSansSemiBoldItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/*==============================COMMON==============================*/
html, body {
   /* height: 100%; */
}

body {
    min-width: 320px;
    font-family: 'OpenSansRegular';
    font-size: 13px;
    line-height: 1.3;
    background: #f3f4f6;
    color: #484848;
}

.clr:after {
    content: '';
    display: block;
    clear: both;
}

.center-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1820px;
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.wrapper-content {
    display: table-row;
    height: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: normal;
    line-height: 1.2;
}

h1 {
    margin-bottom: 30px;
    font-family: 'OpenSansLight';
    font-size: 40px;
    color: #55B14D;
}

.h1-small {
    margin-bottom: 40px;
    font-family: 'OpenSansSemiBold';
    font-size: 22px;
    color: #55B14D;
}

h2 {
    margin-bottom: 30px;
    font-family: 'OpenSansLight';
    font-size: 25px;
    color: #55B14D;
}

.h2-bold {
    margin-bottom: 15px;
    font-family: 'OpenSansBold';
    font-size: 25px;
    text-transform: uppercase;
    color: #55B14D;
}

h3 {
    margin-bottom: 20px;
    font-family: 'OpenSansLight';
    font-size: 24px;
    color: #55B14D;
}

h4 {
    margin-bottom: 20px;
    font-family: 'OpenSansBold';
    font-size: 13px;
    text-transform: uppercase;
    color: #55B14D;
}

p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
}

a {
    text-decoration: none;
    color: #484848;
}
a:hover {
    color: #37922F;
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.overflow {
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.orange-bold {
    font-family: 'OpenSansSemiBold';
    color: #F6A82A;
}

.border-title {
    margin-bottom: 15px;
    text-align: center;
}
.border-title span {
    display: inline-block;
    padding: 4px 2px;
    color: #4DAF45;
    font-family: 'OpenSansBold';
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 3px solid #4DAF45;
    border-radius: 3px;
}

.border-title_left {
    text-align: left;
}

.border-link {
    font-size: 13px;
    color: #404A4F;
    text-decoration: none;
    border-bottom: 1px dashed #404A4F;
}
.border-link:hover {
    border-color: transparent;
}

.icon-info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    width: 13px;
    height: 13px;
    background-image: url(/local/templates/triton/styles/../images/icon-tip.png);
}

.color-green {
    color: #4DAF45;
}

.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip:hover .tooltip-content {
    display: inline-block;
}
.tooltip:hover i {
    background-position: -282px -51px;
}
.tooltip i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -295px -51px;
    cursor: pointer;
}

.tooltip-content {
    display: none;
    position: absolute;
    left: -15px;
    top: 18px;
    padding: 15px 10px;
    width: 398px;
    border: 1px solid #C8C9CB;
    background: #fff;
    z-index: 10;
    color: #727475;
    font-size: 12px;
    border-radius: 5px;
}
.tooltip-content:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 13px;
    width: 13px;
    height: 6px;
    background-image: url(/local/templates/triton/styles/../images/tooltip-arrow.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

/*---------------------form styles------------------------*/
.form__label {
    display: inline-block;
    margin-bottom: 5px;
    color: #484848;
    font-size: 13px;
    font-family: 'OpenSansSemiBold';
}
.form__label span {
    color: #4DAF45;
}

.form__label .mct-gray {
    color: #A4A4A4;
}

.form__field {
    width: 100%;
    padding-left: 10px;
    height: 30px;
    border: 1px solid #DADCDD;
    border-radius: 3px;
    font-size: 13px;
}
.form__field:focus {
    border-color: #c4c5c6;
}

.form__area {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    height: 70px;
    border: 1px solid #DADCDD;
    border-radius: 3px;
}
.form__area:focus {
    border-color: #c4c5c6;
}

.form__note {
    margin-bottom: 15px;
    color: #727475;
    font-size: 12px;
}
.form__note span {
    color: #4DAF45;
}
input[type="checkbox"] {
    margin: 0;
}
.checkbox {
    margin-bottom: 10px;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 33px;
    font-size: 13px;
    color: #727475;
}
.checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 20px;
    background: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -145px -0px;
    z-index: 1;
}
.checkbox input[type="checkbox"]:checked + label:before {
    background-position: -123px -0px;
}
#bx-soa-orderSave .checkbox input[type="checkbox"] {
    display: inline;
}
#bx-soa-orderSave .checkbox label:before {
    display: none;
}

.form-checkbox {
    margin-bottom: 10px;
}
.form-checkbox input[type="checkbox"] {
    display: none;
}
.form-checkbox label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    color: #727475;
    font-size: 12px;
}
.form-checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 13px;
    background: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -325px -0px;
    z-index: 1;
}
.form-checkbox input[type="checkbox"]:checked + label:before {
    background-position: -312px -0px;
}

/*---------------------buttons------------------------*/
.btn {
    display: inline-block;
    padding: 0 20px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFEFE;
    border-radius: 3px;
    background: #4daf45;
}
.btn:hover {
    background: #4a9843;
    color: #FFFEFE;
}

.btn_big {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
}

.btn_gray {
    background: #e8eaed;
    color: #2C2C2C;
}
.btn_gray:hover {
    background: #e1e1e1;
    color: #2C2C2C;
}
.btn_gray.btn_click:hover {
    background-image: url(/local/templates/triton/styles/../images/click-icon.png);
    background-position: 13px 35%;
    background-repeat: no-repeat;
}
.btn_gray.btn_next {
    background-image: url(/local/templates/triton/styles/../images/icon-arrow-right-black.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}
.btn_gray.btn_next:hover {
    background-image: url(/local/templates/triton/styles/../images/icon-arrow-right-black.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}
.btn_gray.btn_prev {
    background-image: url(/local/templates/triton/styles/../images/icon-arrow-left-black.png);
    background-position: left 20px top 50%;
    background-repeat: no-repeat;
}
.btn_gray.btn_prev:hover {
    background-image: url(/local/templates/triton/styles/../images/icon-arrow-left-black.png);
    background-position: left 20px top 50%;
    background-repeat: no-repeat;
}

.btn_cart {
    padding-left: 45px;
    text-align: left;
    background-color: #4DAF45;
    background-image: url(/local/templates/triton/styles/../images/btn-icon-cart.png);
    background-position: 20px 45%;
    background-repeat: no-repeat;
}
.btn_cart:hover {
    background-image: url(/local/templates/triton/styles/../images/btn-icon-cart.png);
    background-position: 20px 45%;
    background-repeat: no-repeat;
}

.btn_click {
    padding: 0 20px 0 35px;
    background-image: url(/local/templates/triton/styles/../images/click-icon.png);
    background-position: 13px 35%;
    background-repeat: no-repeat;
}

.btn_next {
    padding: 0 40px 0 20px;
    background-image: url(/local/templates/triton/styles/../images/icon-arrow-right.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}
.btn_next:hover {
    background-image: url(/local/templates/triton/styles/../images/icon-arrow-right.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}

.btn_prev {
    padding: 0 20px 0 40px;
    background-image: url(/local/templates/triton/styles/../images/icon-arrow-left.png);
    background-position: left 20px top 50%;
    background-repeat: no-repeat;
}
.btn_prev:hover {
    background-image: url(/local/templates/triton/styles/../images/icon-arrow-left.png);
    background-position: left 20px top 50%;
    background-repeat: no-repeat;
}

.link-click {
    position: relative;
    display: inline-block;
    margin-left: 35px;
    line-height: 1;
    font-size: 14px;
    padding-bottom: 2px;
    color: #404A4F;
    border-bottom: 1px dashed #404A4F;
}
.link-click:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -35px;
    width: 26px;
    height: 26px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -256px -20px;
}
.link-click:hover {
    color: #404A4F;
    border-color: transparent;
}

.social-links {
    font-size: 0;
}
.social-links span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
    color: #727475;
}
.social-links a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 35px;
    height: 31px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
}

.social-fb {
    background-position: -312px -66px;
}
.social-fb:hover {
    background-position: -282px -66px;
}

.social-vk {
    background-position: -247px -66px;
}
.social-vk:hover {
    background-position: -212px -66px;
}

.social-google {
    background-position: -177px -66px;
}
.social-google:hover {
    background-position: -142px -66px;
}

/*---------------------ui styles reset------------------------*/
.filter-block .ui-widget-header {
    background: #5c6d70;
}
.filter-block .ui-widget.ui-widget-content {
    background-image: url(/local/templates/triton/styles/../images/range-slide.png);
    background-position: 50% 0;
    background-size: 100% 12px;
    background-repeat: no-repeat;
    height: 12px;
}
.filter-block .ui-slider .ui-slider-handle {
    top: -7px;
    width: 25px;
    height: 24px;
    background-color: #56B14E;
    border: 2px solid #56A750;
    cursor: pointer;
    margin-left: -.9em;
}
.filter-block .ui-slider .ui-slider-handle:first-of-type {
    background-image: url(/local/templates/triton/styles/../images/icon-range-slide-prev.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.filter-block .ui-slider .ui-slider-handle:last-of-type {
    background-image: url(/local/templates/triton/styles/../images/icon-range-slide-next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.ui-tabs {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #484848;
}
.ui-tabs .slick-arrow {
    font-size: 0 !important;
}

.ui-widget-header {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #484848;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0 0 10px 0;
    border: 0;
}

.ui-tabs .ui-tabs-nav li a:hover {
    background: #4daf45;
    color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    border: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
}

/*--------------------formstyler styles------------------------*/
.jq-selectbox.focused .jq-selectbox__select {
    border: 3px solid #E8EAED;
}
.jq-selectbox.opened {
    z-index: 160 !important;
}

.jq-selectbox__select {
    border-radius: 0;
    border: 3px solid #E8EAED;
    background: #f9f9f9;
    text-shadow: none;
    box-shadow: none;
    height: 100%;
    padding: 0 30px 0 10px;
    font-family: 'OpenSansRegular';
    color: #727475;
    white-space: nowrap;
    font-size: 13px;
}

.jq-selectbox__select:hover {
    background: #f3f4f6;
    box-shadow: none;
}

.jq-selectbox__select:active {
    box-shadow: none;
}

.jq-selectbox__select-text {
    line-height: 36px;
}

.jq-selectbox__trigger {
    border: 0;
}

.jq-selectbox__trigger-arrow {
    top: 16px;
}

.jq-selectbox li {
    white-space: nowrap;
}

.jq-selectbox li.selected {
    color: #333;
    background: inherit;
}

.jq-selectbox li:hover {
    background: #A3ABB1;
    color: #fff;
}

.jq-selectbox__dropdown {
    box-shadow: none;
    white-space: nowrap;
    border: 3px solid #EAEAEC;
    border-top: 0;
    border-radius: 0;
    margin: 0;
    left: 0;
}

/*---------------------рейтинг звездочками------------------------*/
.rating {
    font-size: 0;
}
.rating .star {
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -459px -0px;
    cursor: pointer;
}
.rating .star.active {
    background-position: -444px -0px;
}

/*-------------------модальные окна---------------------*/
.modal {
    display: none;
}

.box-modal {
    position: relative;
    width: 680px;
    background: #fff;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    /*overflow: hidden;*/
}

.arcticmodal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 49px;
    background: #fff;
    background-image: url(/local/templates/triton/styles/../images/modal-close.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    border-left: 1px solid #eaeaec;
}

.arcticmodal-close_small {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    background-image: url(/local/templates/triton/styles/../images/modal-close.png);
}

.modal-top {
    padding-right: 50px;
    height: 50px;
    background: #59b351;
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaec;
    line-height: 50px;
    text-align: center;
}

.modal-content {
    padding: 15px 30px 30px 30px;
}

/*------------------modal-login----------------*/
#modal-login {
    width: 520px;
}

.modal-login__title {
    float: left;
    width: 50%;
    height: 100%;
    background: #f4f7f8;
    color: #404A4F;
    cursor: pointer;
}
.modal-login__title.active {
    background: #59b351;
    color: #fff;
}

.modal-content_login {
    padding: 0;
}

.modal-login-content {
    display: none;
}
.modal-login-content.active {
    display: block;
}

.mlc-inner {
    padding: 30px 75px 20px 75px;
    min-height: 390px;
}
.mlc-inner .form-checkbox {
    margin-top: 10px;
}

.mlc-top {
    text-align: center;
    margin-bottom: 32px;
}

.mlc-top__icon {
    margin-bottom: 15px;
    display: inline-block;
}

.mlc-bottom {
    padding: 17px 10px 19px 10px;
    background: #f4f7f8;
    text-align: center;
    border-top: 1px solid #eaeaec;
}

.modal-link {
    font-size: 12px;
    color: #727475;
    text-decoration: none;
    border-bottom: 1px dashed #727475;
}
.modal-link:hover {
    border-color: transparent;
}
.modal-link span {
    color: #4DAF45;
}

.mlc-form-item {
    margin-bottom: 20px;
}

.mlc-form__btn {
    display: block;
    margin: 0 auto;
}

.mlc-form__btn_auth {
    width: 100px;
}

.mlc-form__btn_reg {
    width: 190px;
}

/*------------------modal-thanks---------------*/
.icon-check {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 10px;
    width: 22px;
    height: 21px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -129px -45px;
}

.modal-content_thanks {
    text-align: center;
}

.modal-thanks__text {
    margin-bottom: 15px;
}
.modal-thanks__text p {
    margin-bottom: 0;
}

.modal-thank__btn {
    width: 240px;
    height: 31px;
    background-color: #F3F4F6;
    color: #2C2C2C;
    font-size: 12px;
    text-transform: uppercase;
    background-image: url(/local/templates/triton/styles/../images/icon-arrow-more.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}
.modal-thank__btn:hover {
    background: #d3d5d8;
    background-image: url(/local/templates/triton/styles/../images/icon-arrow-more.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}

/*------------------modal-application----------*/
#modal-application {
    padding-top: 85px;
    text-align: center;
    background-image: url(/local/templates/triton/styles/../images/modal-letter.png);
    background-position: 50% 35px;
    background-repeat: no-repeat;
}

.modal-content__title {
    margin-bottom: 15px;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 22px;
    text-transform: uppercase;
}

.modal-content__text {
    margin-bottom: 20px;
}
.modal-content__text p {
    margin-bottom: 0;
    font-size: 13px;
    color: #727475;
}

.modal-application__btn {
    width: 170px;
}

/*-----------------modal-complex---------------*/
#modal-complex {
    width: 880px;
    min-height: 540px;
    border-radius: 10px;
}
#modal-complex .modal-content {
    padding: 32px 43px 50px 43px;
}
#modal-complex .arcticmodal-close {
    border: 0;
    width: 35px;
    border-radius: 100%;
    height: 35px;
}

.mcomplex-tabs-top {
    margin-bottom: 30px;
}

.mct__title {
    float: left;
    margin: 0 2px;
    width: 154px;
    padding: 55px 10px 5px;
    height: 94px;
    text-align: center;
    border: 3px solid #EAEAEC;
    border-radius: 10px;
    cursor: pointer;
    color: #404A4F;
    font-family: 'OpenSansSemiBold';
    font-size: 11px;
    text-transform: uppercase;
    background-position: 50% 7px !important;
    background-repeat: no-repeat !important;
}
.mct__title.active {
    background-color: #4DAF45;
    border-color: #4DAF45;
    color: #fff;
}
.mct__title span {
    display: block;
}

.mct-call {
    background-image: url(/local/templates/triton/styles/../images/title-call.png);
}
.mct-call.active {
    background-image: url(/local/templates/triton/styles/../images/title-call-active.png);
}

.mct-question {
    background-image: url(/local/templates/triton/styles/../images/title-question.png);
}
.mct-question.active {
    background-image: url(/local/templates/triton/styles/../images/title-question-active.png);
}

.mct-manager {
    background-image: url(/local/templates/triton/styles/../images/title-manager.png);
}
.mct-manager.active {
    background-image: url(/local/templates/triton/styles/../images/title-manager-active.png);
}

.mct-boss {
    background-image: url(/local/templates/triton/styles/../images/title-boss.png);
}
.mct-boss.active {
    background-image: url(/local/templates/triton/styles/../images/title-boss-active.png);
}

.mct-review {
    background-image: url(/local/templates/triton/styles/../images/title-review.png);
}
.mct-review.active {
    background-image: url(/local/templates/triton/styles/../images/title-review-active.png);
}

.mct-content {
    display: none;
}
.mct-content.active {
    display: block;
}

.mct-form__title {
    margin-bottom: 20px;
    font-family: 'OpenSansBold';
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #404A4F;
}

.mct-form-block {
    width: 48%;
}

.mct-form-item {
    margin-bottom: 15px;
}

.mct-form__btn {
    display: block;
    margin: 0 auto;
    width: 170px;
}

.city-select {
    position: relative;
    height: 20px;
    margin-top: 5px;
    padding-left: 23px;
    background-image: url(/local/templates/triton/styles/../images/icon-address.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.city-select .jq-selectbox__select {
    height: 20px;
    padding: 0 17px 0 0;
    background: transparent;
    border: 0;
    border-bottom: 1px dashed #727475;
}
.city-select .jq-selectbox__dropdown {
    top: 23px !important;
}
.city-select .jq-selectbox__trigger-arrow {
    right: 0;
    top: 6px;
}
.city-select .jq-selectbox__select-text {
    line-height: 16px;
}
.city-select .jq-selectbox.focused .jq-selectbox__select {
    border: 0;
}
.city-select .jq-selectbox__dropdown {
    border: 1px solid #EAEAEC;
}
.city-select .jq-selectbox li {
    padding: 4px 5px;
    font-size: 13px;
}

.mct-form-item-block {
    float: left;
    width: 200px;
}
.mct-form-item-block:last-child {
    float: right;
    width: 175px;
}

.upload-photo {
    float: left;
}

.upload-content {
    padding-left: 85px;
}

.upload__container {
    overflow: hidden;
    position: relative;
    color: #484848;
    font-size: 11px;
    border-bottom: 1px dashed #484848;
}

.upload__container [type=file] {
    display: block;
    filter: alpha(opacity=0);
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    cursor: pointer;
}

.upload__note {
    padding-top: 10px;
    color: #C2C2C2;
    font-size: 11px;
    line-height: 12px;
}

.mct-form-rating {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.mct-rate {
    display: table;
    width: 100%;
}
.mct-rate .item {
    position: relative;
    display: table-cell;
    width: 20%;
    height: 85px;
    text-align: center;
    color: #484848;
    font-family: "OpenSansRegular";
    font-size: 11px;
    line-height: 1;
    cursor: pointer;
    padding: 0 5px;
    opacity: 0.5;
}
.mct-rate .item.active {
    opacity: 1;
}
.mct-rate .item.active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 26px;
    height: 25px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -194px -20px;
}
.mct-rate .item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 85px;
    background-image: url(/local/templates/triton/styles/../images/right-dashed-border.png);
}
.mct-rate .item:last-child:after {
    display: none;
}
.mct-rate .item__image {
    margin-bottom: 15px;
    cursor: pointer;
}
.header-search {
    overflow: hidden;
    width: 250px;
    float: left;
}
/*------------------modal-add------------------*/
.modal-add__quantity {
    position: absolute;
    top: 2px;
    left: 20px;
    z-index: 10;
}
.modal-add__quantity span {
    display: inline-block;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    background-color: #FFF;
    font-family: 'OpenSansBold';
    text-align: center;
    line-height: 33px;
    text-transform: uppercase;
    font-size: 20px;
    color: #3E3E3E;
}

.modal-add-left {
    float: left;
    width: 160px;
}

.modal-add__image {
    margin-bottom: 20px;
    text-align: center;
}
.modal-add__image img {
    max-width: 100%;
    height: auto;
}

.modal-add-content {
    float: right;
    width: 370px;
}

.modal-add__title {
    margin-bottom: 5px;
    color: #404A4F;
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
}

.modal-add__country {
    margin-bottom: 15px;
    color: #727475;
    font-size: 13px;
}

.modal-add__price {
    font-family: 'OpenSansBold';
    font-size: 21px;
    margin-bottom: 20px;
    color: #2C2C2C;
}
.modal-add__price span {
    font-family: 'OpenSansRegular';
    font-size: 13px;
}

.modal-add__color {
    margin-bottom: 5px;
    color: #727475;
    font-size: 11px;
}
.modal-add__color .mac-title {
    color: #2C2C2C;
    font-family: 'OpenSansSemiBold';
    font-size: 12px;
}

.modal-add__pattern {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    overflow: hidden;
}
.modal-add__pattern img {
    max-width: 100%;
}

.modal-add-bottom-left {
    float: left;
    width: 238px;
}
.modal-add-bottom-left .btn {
    width: 100%;
}

.modal-add-bottom-content {
    float: right;
    width: 370px;
}
.modal-add-bottom-content .btn_cart {
    margin-right: 10px;
}

/*------------------modal-order----------------*/
.modal-add-form {
    padding-top: 20px;
    border-top: 3px solid #eaeaec;
}

.maf-fields {
    float: left;
    width: 240px;
}

.maf-item {
    margin-bottom: 15px;
}

.maf-text {
    float: right;
    width: 265px;
    font-size: 12px;
}
.maf-text p {
    margin-bottom: 20px;
}

.check-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
}
.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 11px;
    height: 11px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -112px -0px;
}

/*-----------------modal-modal-choose-region-------------*/
#modal-choose-region {
    width: 860px;
    border-radius: 10px;
}

.map-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 12px;
    height: 17px;
    background-image: url(/local/templates/triton/styles/../images/modal-map.png);
}

.modal-scroll {
    position: relative;
    height: 490px;
}

.modal-footer {
    padding: 15px 20px;
    color: #727475;
    background: #f4f7f8;
    font-size: 12px;
    border-top: 1px solid #eaeaec;
}

/*-----------------modal-contact---------------*/
#contact-map-modal {
    position: relative;
    width: 520px;
    border-radius: 10px;
    overflow: visible;
}
#contact-map-modal .modal-top {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
#contact-map-modal .arcticmodal-close {
    border-top-right-radius: 10px;
}
#contact-map-modal .cm-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 20px;
    height: 38px;
    background-color: #FFF;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}
#contact-map-modal .cm-arrow:hover {
    background: #59b351;
}
#contact-map-modal .cm-arrow__prev {
    left: -20px;
    border-radius: 3px 0 0 3px;
    background-image: url(/local/templates/triton/styles/../images/quantity-arrow-left.png);
}
#contact-map-modal .cm-arrow__prev:hover {
    background-image: url(/local/templates/triton/styles/../images/arrow-white-prev.png);
}
#contact-map-modal .cm-arrow__next {
    right: -20px;
    border-radius: 0 3px 3px 0;
    background-image: url(/local/templates/triton/styles/../images/quantity-arrow-right.png);
}
#contact-map-modal .cm-arrow__next:hover {
    background-image: url(/local/templates/triton/styles/../images//arrow-white-next.png);
}

/*-----------------modal-worksheet----------------*/
#modal-worksheet {
    width: 730px;
}

.worksheet-mobile {
    display: none;
}

.modal-worksheet__title {
    float: left;
    width: 50%;
    height: 100%;
    background: #f4f7f8;
    color: #404A4F;
    cursor: pointer;
}
.modal-worksheet__title.active {
    background: #59b351;
    color: #fff;
}

.modal-content_worksheet {
    padding: 0;
}

.modal-worksheet-content {
    display: none;
}
.modal-worksheet-content.active {
    display: block;
}

/*==============================INDEX==============================*/
/*---------------------top------------------------*/
.divider {
    height: 24px;
    background-image: url(/local/templates/triton/styles/../images/divider.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.top {
    background-image: -moz-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: -o-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: -webkit-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: linear-gradient(to top, #55B14D 0%, #5AB352 100%);
}

.top-menu {
    float: left;
    padding: 14px 0;
    font-size: 0;
    margin-top: 12px;
}
.top-menu li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-size: 13px;
}
.top-menu li:last-child {
    margin-right: 0;
}
.top-menu li:last-child:after {
    display: none;
}
.top-menu li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    right: -22px;
    width: 2px;
    height: 9px;
    background: rgba(255, 255, 255, 0.5);
}
.top-menu li a {
    font-size: 13px;
    color: #484848;
    text-decoration: none;
}
.top-menu li a:hover {
    text-decoration: underline;
}

.top-menu__switcher {
    display: none;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.top-menu__switcher span,
.top-menu__switcher span:before,
.top-menu__switcher span:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 35px;
    height: 5px;
    background: #4daf45;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-menu__switcher span:before {
    top: -10px;
}

.top-menu__switcher span:after {
    top: auto;
    bottom: -10px;
}

.top-menu__switcher.active {
    border-radius: 5px 5px 0 0;
}

.top-menu__switcher.active span {
    background-color: transparent;
}

.top-menu__switcher.active span:before,
.top-menu__switcher.active span:after {
    top: 0;
    background: #4daf45;
}

.top-menu__switcher.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-menu__switcher.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-enter {
    float: right;
    padding: 8px 23px 9px 26px;
    background-image: -moz-linear-gradient(bottom, #F7AC33 0%, #F8AE3A 100%);
    background-image: -o-linear-gradient(bottom, #F7AC33 0%, #F8AE3A 100%);
    background-image: -webkit-linear-gradient(bottom, #F7AC33 0%, #F8AE3A 100%);
    background-image: linear-gradient(to top, #F7AC33 0%, #F8AE3A 100%);
}

.profile-icon{
    font-size: 30px;
    color: #484848;
    margin-right: 10px;
}
.profile-icon:hover, .profile-icon:focus, .profile-icon.active {
    color: #59b351;
}

.top-enter__link:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -37px;
    width: 18px;
    height: 16px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -193px -0px;
}

/*---------------------header------------------------*/
.mobi-region {


    display:none;
}

.header {
    padding: 10px 0px 10px 0px;
    background: #fff;
}

.header-left {
    float: left;
    width: 70%;
}

.header-logo {
    display: inline-block;
    float: left;
}

.header-left-block {
    float: right;
    /* width: 650px;*/
}

.header-info {
    display: inline-block;
    text-align: left;
}

.header-contacts-callback {

    text-align: right;
}

.header-phone {
    position: relative;
    padding-left: 0;
    font-family: 'OpenSansSemiBold';
    font-size: 18px;
    color: #404A4F;
    margin-bottom: 10px;
}

.header-phone a {
    color: #00832d;
    font-size: 20px;
}
.header-phone span {
    /* font-family: 'OpenSansRegular';*/
    font-size: 20px;
    color: #55B14D;
}

.header-timetable {
    position: relative;
    float: right;
    padding-left: 30px;
    font-size: 0;
}
.header-timetable:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -256px -46px;
}

.ht-block {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    padding: 8px 11px;
    font-size: 13px;
    border: 1px solid #EAEAEC;
}
.ht-block span {
    font-family: 'OpenSansSemiBold';
}
.ht-block sup {
    position: relative;
    top: 1px;
}

.header-search-tab {
    width: 100%;
    border-radius: 3px;
    margin-top: 5px;
}
.bx-basket {
    margin-top: 6px;
}

.header-search-cell {
    position: relative;
}


.header-search__field {
    position: relative;
    padding-left: 15px;
    float: right;
    width: 40px;
    height: 42px;
    padding-right: 40px;
    cursor: pointer;
    background-image: url(/local/templates/triton/styles/../images/s-icon.png);
    background-position: right center;
    background-size: auto;
    background-repeat: no-repeat;
    color: #727475;
    border-radius: 0;
    box-sizing: border-box;
}

.header-search__btn {
    width: 42px;
    height: 42px;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 0;
    border-right: 0;
    border-left: 0;
    border: 1px solid #E8EAED;
    background-image: url(/local/templates/triton/styles/../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 3px 3px 0;
    border-left: 0;
    color: #fff;
}


.header-phone a.btn-callback {
    font-size: 20px;
    color: #484848;
}
.header-phone a.btn-callback.active i {
    transform: rotate(180deg);
}

.header-right-block {
    float: left;
    width: 680px;
}

.header-contacts {
    margin-bottom: 10px;
}

.header-address-select {
    display: inline-block;
    height: 34px;
}
.header-address-select .jq-selectbox__select {
    background: #fff;
    border-radius: 3px;
    background-image: url(/local/templates/triton/styles/../images/icon-address.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.header-address-select .jq-selectbox__select:hover {
    background: #f3f4f6;
    background-image: url(/local/templates/triton/styles/../images/icon-address.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
}
.header-address-select .jq-selectbox__select-text {
    line-height: 28px;
}
.header-address-select .jq-selectbox__trigger-arrow {
    top: 12px;
}

.header-contact-us {
    display: inline-block;
    vertical-align: top;
    padding: 6px 20px 0 43px;
    height: 34px;
    color: #727475;
    font-size: 13px;
    background-image: url(/local/templates/triton/styles/../images/icon-contact.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    border: 3px solid #E8EAED;
    border-radius: 3px;
}
.header-contact-us:hover {
    background: #f3f4f6;
    background-image: url(/local/templates/triton/styles/../images/icon-contact.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

header .center-wrapper {

}


.hc-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 30px;
    margin-top: 5px;
    height: 30px;
    background-image: url(/local/templates/triton/styles/../images/basket.svg);
}
.hc-counter {
    position: absolute;
    right: -10px;
    color: #484848;
    border: 1px solid #484848;
    background: #fff;
    border-radius: 50%;
    top: -5px;
    width: 20px;
    height: 20px;
    font-family: 'OpenSansSemiBold';
    line-height: 18px;
    text-align: center;

}
.hc-icon__num {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 36px;
    height: 36px;
    color: #FFF;
    line-height: 36px;
    font-family: 'OpenSansBold';
    font-size: 11px;
    text-align: center;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -220px -20px;
}

.hc-info {
    float: left;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;

}

.hc-info__count {
    margin-bottom: 1px;
    font-size: 12px;
    color: #727475;
}
.hc-info__count span {
    font-family: 'OpenSansBold';
    color: #404A4F;
}

.hc-info__sum {
    margin-bottom: 8px;
    font-size: 12px;
    color: #727475;
}
.hc-info__sum span {
    font-family: 'OpenSansBold';
    color: #404A4F;
}

.hc-info__order {
    display: inline-block;
    padding: 7px 17px;
    font-size: 12px;
    text-transform: uppercase;
    color: #55B14D;
    border: 1px solid #55B14D;
    border-radius: 15px;
}
.hc-info__order:hover {
    background: #51a54c;
    border: 1px solid #51a54c;
    color: #fff;
}

.header-menu {
    padding: 0 10px;
    text-align: center;
    border: 1px solid #EAEAEC;
    border-radius: 2px;
}
.header-menu ul {
    display: table;
    width: 100%;
}
.header-menu li {
    position: relative;
    display: table-cell;
    padding: 12px 14px;
}
.header-menu li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5.5px;
    right: 0;
    width: 2px;
    height: 11px;
    background: #8a9093;
}
.header-menu li:last-child:after {
    display: none;
}
.header-menu li a {
    font-family: 'OpenSansSemiBold';
    font-size: 11px;
    text-transform: uppercase;
    color: #3C464B;
}
.header-menu li a.active, .header-menu li a:hover {
    color: #59b351;
}

.header-menu__switcher {
    display: none;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.header-menu__switcher span,
.header-menu__switcher span:before,
.header-menu__switcher span:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 35px;
    height: 5px;
    background: #3C464B;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-menu__switcher span:before {
    top: -10px;
}

.header-menu__switcher span:after {
    top: auto;
    bottom: -10px;
}

.header-menu__switcher.active {
    border-radius: 5px 5px 0 0;
}

.header-menu__switcher.active span {
    background-color: transparent;
}

.header-menu__switcher.active span:before,
.header-menu__switcher.active span:after {
    top: 0;
    background: #3C464B;
}

.header-menu__switcher.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-menu__switcher.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*---------------------main-menu-wrap------------------------*/
.menu-carousel {
    display: table;
    width: 100%;
}

.menu-carousel .item {
    display: table-cell;
    vertical-align: middle;
}

.menu-carousel.slick-slider {
    display: block;
}

.menu-carousel .item:nth-child(n+9) {
    display: none;
}

.menu-carousel.slick-slider .item {
    display: block;
}

.main-menu-wrap {
    position: relative;
    height: 48px;
    background-image: -moz-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: -o-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: -webkit-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: linear-gradient(to top, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    z-index: 140;
}

.main-menu-inner {
    padding-left: 160px;
}

.main-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    background-image: -moz-linear-gradient(bottom, #E49313 0%, #F7AC36 100%);
    background-image: -o-linear-gradient(bottom, #E49313 0%, #F7AC36 100%);
    background-image: -webkit-linear-gradient(bottom, #E49313 0%, #F7AC36 100%);
    background-image: linear-gradient(to top, #E49313 0%, #F7AC36 100%);
}

.main-menu__btn {
    position: relative;
    height: 48px;
    padding: 16px 20px 13px 45px;
    font-family: 'OpenSansBold';
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
}
.main-menu__btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 20px;
    width: 14px;
    height: 12px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -338px -0px;
}
.main-menu__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 18px;
    width: 11px;
    height: 7px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -112px -11px;
}

.main-menu:hover > ul {
    display: block;
}
.main-menu > ul {
    display: none;
    min-width: 278px;
    position: absolute;
    top: 48px;
    left: 0;
    padding: 10px 0 15px 0;
    background-image: -webkit-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: linear-gradient(to top, #55B14D 0%, #5AB352 100%);
    color:#fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
}
.main-menu > ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 17px;
    width: 10px;
    height: 4px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -82px -10px;
    z-index: 5;
}
.main-menu > ul > li:hover ul {
    display: block;
}
.main-menu > ul > li:hover > a {
    background: #f7ac36;
}
.root-item{
    background-image: -webkit-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: linear-gradient(to top, #55B14D 0%, #5AB352 100%);
}
.main-menu li ul {
    display: none;
    min-width: 278px;
    min-height: 265px;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 10px 0 15px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    z-index: 10;
}
.main-menu li a {
    position: relative;
    display: block;
    padding: 7px 40px 7px 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.main-menu li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 18px;
    width: 3px;
    height: 5px;
    /*background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -35px -15px;*/
}
.main-menu li a:hover {
    background: #E49313;
}

.menu-carousel {
    position: relative;
    padding: 0 50px;
    z-index: 20;
}
.menu-carousel .slick-list {
    padding-bottom: 5px;
}
.menu-carousel .slick-arrow {
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
}
.menu-carousel .slick-prev {
    background-position: -129px -20px;
}
.menu-carousel .slick-prev:hover {
    background-position: -129px -20px;
}
.menu-carousel .slick-next {
    background-position: -104px -20px;
}
.menu-carousel .slick-next:hover {
    background-position: -104px -20px;
}

.slick-slider .menu-item:hover ul {
    display: block;
    min-width: 285px;
}

.menu-item {
    position: relative;
    cursor: pointer;
}
.menu-item:hover {
    background: #e59414;
}
.menu-item ul {
    position: relative;
    min-width: 100%;
    left: 0;
    display: none;
    background-image: -webkit-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: linear-gradient(to top, #55B14D 0%, #5AB352 100%);

    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.menu-item ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 17px;
    width: 10px;
    height: 4px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -82px -10px;
    z-index: 5;
}
.menu-item ul a {
    position: relative;
    display: block;
    padding: 7px 40px 7px 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
/*.menu-item ul a:before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 18px;
  width: 3px;
  height: 5px;
  background-image: url(/local/templates/triton/styles/../images/sprite.png);
  background-position: -35px -15px;
}*/
.menu-item ul a:hover {
    background: #F4A11D;
}

.menu-item__title,
.menu-item__title:hover {
    padding-left: 50px;
    padding-right: 10px;
    font-family: 'OpenSansBold';
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
}

.menu-item__icon {
    position: absolute;
    top: 7px;
    left: 6px;
}

/*---------------------main-content------------------------*/
.main-content {
    padding: 80px 0;
}

.main-content_npb {
    /*margin-right: 40px; */
    padding-bottom: 0;

    margin: 0 auto;
    width: 90%;
}

.main-content-cell {
    max-width: 1090px;
    width: 100%;
    margin: 0 5px 0 5px;
}


.main-content .home-product-carousel {
    overflow: hidden;
    flex-wrap: nowrap;
    display: flex;
}

.main-title {
    display: inline-block;
    margin-bottom: 26px;
    padding: 4px 15px;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
    background-color: #F3F4F6;
    border-radius: 3px;
}

.button_spec_onmain {
    display: block;
    background: #00832d;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
    padding: 5px 10px;
}

.button_spec_onmain:hover {
    color: #FFF;
}

.promo-product {
    padding: 13px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 680;
}

.promo-product-top {
    position: relative;
    padding-bottom: 7px;
}

.promo-product__rating {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.promo-product__title {
    display: inline-block;
    vertical-align: top;
    color: #404A4F;
    font-size: 16px;
    font-family: 'OpenSansSemiBold';
}

.promo-product__order {
    position: absolute;
    top: 2px;
    right: 0;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 13px;
}

.promo-product-content {
    position: relative;
}

.promo-product__image img {
    max-width: 100%;
    height: auto;
}

.promo-product-labels {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 5;
}

.pp-price {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    padding: 10px;
    background: rgba(77, 175, 69, 0.9);
    border-radius: 3px;
    text-align: center;
}

.pp-price__old {
    color: #F2F2F2;
    text-decoration: line-through;
    font-size: 13px;
    font-family: 'OpenSansBold';
}
.pp-price__old span {
    font-family: 'OpenSansRegular';
    font-size: 12px;
}

.pp-price__new {
    font-size: 21px;
    color: #fff;
    font-family: 'OpenSansBold';
}
.pp-price__new span {
    font-family: 'OpenSansRegular';
    font-size: 14px;
}

.pp-discount {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: 83px;
    height: 83px;
    background-color: #4DAF45;
    text-align: center;
    line-height: 83px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 30px;
    border-radius: 100%;
}

.promo-product-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.element {
    position: absolute;
    padding: 7px 17px 7px 50px;
    border-radius: 30px;
    min-height: 50px;
    max-width: 280px;
}
.element.active {
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
}
.element.active .element-content {
    display: block;
}

.el-right {
    padding: 7px 50px 7px 17px;
}
.el-right .element__icon {
    right: 12px;
    left: auto;
}

.element-content {
    display: none;
}

.element__icon {
    position: absolute;
    left: 12px;
    top: 13px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -46px -66px;
    border-radius: 100%;
    cursor: pointer;
}

.element__title {
    font-size: 12px;
    color: #404A4F;
}

.element__oldprice {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    color: #2C2C2C;
    font-size: 16px;
    font-family: 'OpenSansBold';
}
.element__oldprice span {
    font-family: 'OpenSansRegular';
    font-size: 12px;
}

.element__price {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 2px;
    font-size: 13px;
    font-family: 'OpenSansBold';
    color: #9B9B9B;
    text-decoration: line-through;
}
.element__price span {
    font-family: 'OpenSansRegular';
    font-size: 12px;
}

.promo-product_1 .el1 {
    top: 26%;
    right: 23%;
}
.promo-product_1 .el2 {
    top: 45%;
    right: 4%;
}
.promo-product_1 .el3 {
    left: 34%;
    top: 43%;
}
.promo-product_1 .el4 {
    left: 14%;
    top: 47.3%;
}
.promo-product_1 .el5 {
    left: 38%;
    top: 60%;
}
.promo-product_1 .el6 {
    top: 65%;
    right: 17.4%;
}
.promo-product_1 .el7 {
    left: 16%;
    top: 81%;
}

.promo-product_2 .el1 {
    top: 15%;
    right: 22.5%;
}
.promo-product_2 .el2 {
    top: 25%;
    left: 22%;
}
.promo-product_2 .el3 {
    top: 33%;
    right: 31%;
}
.promo-product_2 .el4 {
    top: 33%;
    right: 12%;
}
.promo-product_2 .el5 {
    top: 41.5%;
    right: 21%;
}
.promo-product_2 .el6 {
    top: 61%;
    right: 37.5%;
}
.promo-product_2 .el7 {
    top: 70%;
    left: 40.2%;
}

/*---------------------product-carousel-----------------------*/
.double-product-carousel-wrap {
    width: 575px;
    /*width: 100%;*/
    text-align: center;
}
.double-product-carousel-wrap .slick-track {
    padding-bottom: 4px;
}
.double-product-carousel-wrap .slick-arrow {
    top: -55px;
}
.double-product-carousel-wrap .slick-slide {
    margin-right: 46px;
}

.triple-product-carousel-wrap {
    text-align: center;
}
.triple-product-carousel-wrap .slick-arrow {
    top: -55px;
}
.triple-product-carousel-wrap .slick-slide {
    margin-right: 46px;
}

.product-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 264px;
    min-height: 480px;
    padding: 7px 13px 5px 13px;
    text-align: left;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 13px;
}

.product-item-top {
    margin-bottom: 7px;
}

.product-item__rating {
    float: left;
    padding-top: 5px;
}

.product-item-availability {
    float: right;
    font-size: 11px;
    text-align: right;
    color: #A4A4A4;
    min-height: 28px;
}

.product-item__stock span {
    font-family: 'OpenSansSemiBold';
    color: #2C2C2C;
}

.product-item__free span {
    font-family: 'OpenSansSemiBold';
    color: #2C2C2C;
}

.product-item__discount {
    position: absolute;
    top: 45px;
    right: 17px;
    width: 69px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 24px;
    background-color: #4DAF45;
    border-radius: 100%;
    z-index: 10;
}

.product-item__image {
    margin-bottom: 12px;
    width: 238px;
    height: 180px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    text-align: center;
}

.product-item__image img {
    max-width: 100%;
    max-height: 180px;
}

.product-item__title {
    margin-bottom: 3px;
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
    line-height: 1.2;
    color: #404a4f;
    max-height: 40px;
    overflow: hidden;
}

.product-item__country {
    margin-bottom: 10px;
    padding-bottom: 12px;
    font-size: 13px;
    color: #727475;
    border-bottom: 1px solid #919191;
}

.product-item__price {
    margin-bottom: 5px;
    height: 27px;
}

.pi-current-price {
    float: left;
    font-family: 'OpenSansBold';
    font-size: 21px;
    color: #2C2C2C;
}
.pi-current-price span {
    font-family: 'OpenSansRegular';
    font-size: 13px;
}

.pi-old-price {
    float: right;
    padding-top: 5px;
    text-decoration: line-through;
    font-family: 'OpenSansBold';
    font-size: 15px;
    color: #808180;
}
.pi-old-price span {
    font-family: 'OpenSansRegular';
    font-size: 13px;
}

.product-item-info {
    margin-bottom: 15px;
    height: 100px;
}

.product-item-actions {
    float: left;
    width: 145px;
}

.product-item__quantity {
    margin-bottom: 7px;
    display: table;
    width: 100%;
}

.product-item__btn {
    display: table-cell;
    vertical-align: top;
    width: 31px;
    height: 31px;
    border: 3px solid #EAEAEC;
    background: #f3f4f6;
    cursor: pointer;
}
.product-item__btn:hover {
    background: #dee0e2;
}
.product-item__btn.dwn {
    background-image: url(/local/templates/triton/styles/../images/quantity-arrow-left.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-item__btn.up {
    background-image: url(/local/templates/triton/styles/../images/quantity-arrow-right.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.product-item__value {
    display: table-cell;
    vertical-align: top;
    width: 83px;
    text-align: center;
    font-family: 'OpenSansSemiBold';
    color: #727475;
    font-size: 15px;
}
.product-item__value input {
    width: 100%;
    height: 31px;
    text-align: center;
    border-top: 3px solid #EAEAEC;
    border-bottom: 3px solid #EAEAEC;
}

.product-item__cart {
    margin-bottom: 13px;
    width: 100%;
}

.product-item__switcher {
    padding-bottom: 2px;
    color: #404A4F;
    font-family: 'OpenSansRegular';
    font-size: 15px;
    border-bottom: 1px dashed #404A4F;
    text-align: left;
}
.product-item__switcher.active {
    text-align: right;
}
.product-item__switcher.active .switch-show {
    display: none;
}
.product-item__switcher.active .switch-hide {
    display: block;
}
.product-item__switcher .switch-show {
    cursor: pointer;
}
.product-item__switcher .switch-hide {
    display: none;
    padding-right: 15px;
    background-image: url(/local/templates/triton/styles/../images/icon-arrow-top.png);
    background-position: right 60%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.additional-scroll {
    height: 200px;
}

.product-item-additional {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    padding: 14px 20px 14px 12px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 20;
}
.product-item-additional h4 {
    margin-bottom: 10px;
}
.product-item-additional p {
    margin-bottom: 15px;
    font-family: 'OpenSansLight';
    font-size: 12px;
    color: #404A4F;
}
.product-item-additional ul {
    padding: 10px 0;
}
.product-item-additional ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-family: 'OpenSansLight';
    font-size: 13px;
    color: #404A4F;
}
.product-item-additional ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -104px -45px;
}

.additional-call {
    padding-left: 30px;
    background-image: url(/local/templates/triton/styles/../images/add-phone.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.additional-call span {
    font-size: 11px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    color: #404A4F;
    display: block;
}
.additional-call a {
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    color: #4DAF45;
    text-decoration: none;
    border-bottom: 1px dashed #404A4F;
}
.additional-call a:hover {
    border-color: transparent;
}

.product-item__patterns {
    float: right;
    font-size: 0;
    width: 85px;
    text-align: right;
}
.product-item__patterns span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 4px;
    border-radius: 100%;
    overflow: hidden;
    width: 33px;
    height: 33px;
    cursor: pointer;
}
.product-item__patterns span.checked {
    border: 3px solid #404A4F;
}
.product-item__patterns span.checked:after {
    display: block;
}
.product-item__patterns span:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/triton/styles/../images/icon-white-check.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
}
.product-item__patterns span.pattern-single {
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
}

.pattern-empty:hover {
    border: 3px solid #4DAF45;
}

.modal-pattern {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-right: 10px;
    z-index: 10;
}

.modal-pattern__close {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 36px;
    height: 36px;
    background-image: url(/local/templates/triton/styles/../images/modal-close.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e9e9eb;
    cursor: pointer;
    border-radius: 0 3px 0 0;
}

.modal-pattern-scroll {
    height: 400px;
}

.modal-pattern-block__title {
    background: #59b351;
    margin-bottom: 10px;
    width: 232px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    text-transform: uppercase;
}
.modal-pattern-block__title.brs {
    border-radius: 3px 0 0 0;
}

.modal-pattern-list {
    padding: 0 13px 5px 15px;
}
.modal-pattern-list .item {
    margin-bottom: 8px;
    height: 35px;
    line-height: 35px;
    font-size: 0;
}
.modal-pattern-list .item.checked .item__image {
    border: 3px solid #404A4F;
}
.modal-pattern-list .item.checked .item__image:after {
    display: block;
}
.modal-pattern-list .item__image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
}
.modal-pattern-list .item__image:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/triton/styles/../images/icon-white-check.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
}
.modal-pattern-list .item__image img {
    max-width: 100%;
}
.modal-pattern-list .item__name {
    display: inline-block;
    vertical-align: middle;
    color: #484848;
    padding-left: 10px;
    font-size: 13px;
    cursor: pointer;
    max-width: 80%;
    line-height: 15px;
}

.modal-pattern-double-list {
    font-size: 0;
}
.modal-pattern-double-list .item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.modal-pattern-double-list .item.checked .item__image {
    border: 3px solid #404A4F;
}
.modal-pattern-double-list .item.checked .item__image:after {
    display: block;
}
.modal-pattern-double-list .item__image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
}
.modal-pattern-double-list .item__image:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/triton/styles/../images/icon-white-check.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
}
.modal-pattern-double-list .item__num {
    display: inline-block;
    vertical-align: middle;
    color: #484848;
    padding-left: 10px;
    cursor: pointer;
    font-size: 13px;
}

.pattern-add {
    background-image: url(/local/templates/triton/styles/../images/icon-plus-pattern.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    cursor: pointer;
    border: 3px solid #EAEAEC;
}
.pattern-add:hover {
    border: 3px solid #4daf45;
}

/*---------------------main-banner------------------------*/
.main-banner {
    width: 264px;
    height: 566px;
}

.main-banner__title {
    margin-bottom: 6px;
    background-image: url(/local/templates/triton/styles/../images/banner-title.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    text-align: center;
    height: 51px;
    padding-top: 11px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 16px;
    text-transform: uppercase;
}

.main-banner-inner {
    padding: 13px 13px 24px 13px;
    background-image: -moz-linear-gradient(bottom, #404A4F 0%, #C2CACF 100%);
    background-image: -o-linear-gradient(bottom, #404A4F 0%, #C2CACF 100%);
    background-image: -webkit-linear-gradient(bottom, #404A4F 0%, #C2CACF 100%);
    background-image: linear-gradient(to top, #404A4F 0%, #C2CACF 100%);
    border-radius: 3px;
}

.main-banner__image {
    margin-bottom: 18px;
    border-radius: 3px;
    overflow: hidden;
}

.main-banner-content {
    padding: 0 10px;
}

.main-banner__name {
    padding-right: 5px;
    font-family: 'OpenSansSemiBold';
    font-size: 21px;
    color: #FFF;
    line-height: 1.2;
    height: 75px;
}

.main-banner__price {
    margin-bottom: 13px;
    font-family: 'OpenSansBold';
    font-size: 35px;
    color: #fff;
}
.main-banner__price span {
    font-family: 'OpenSansRegular';
    font-size: 18px;
}

.main-banner__oldprice {
    margin-bottom: 8px;
    font-family: 'OpenSansBold';
    font-size: 17px;
    text-decoration: line-through;
    color: #fff;
}
.main-banner__oldprice span {
    font-family: 'OpenSansRegular';
    font-size: 13px;
}

.main-banner-bottom {
    font-size: 0;
}

.main-banner__more {
    display: inline-block;
    vertical-align: middle;
    margin: 30px 28px 30px 0;
    color: #FFFEFE;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #EAEAEC;
    padding: 3px 0;
    width: 106px;
    text-decoration: none;
}
.main-banner__more:hover {
    background: #fff;
    color: #4c565b;
}

.main-banner__discount {
    display: inline-block;
    vertical-align: middle;
    width: 83px;
    height: 83px;
    background-color: #4DAF45;
    text-align: center;
    line-height: 83px;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    font-family: 'OpenSansBold';
}

/*---------------------main-tabs------------------------*/
.main-tabs {
    background: #f3f4f6;
}

.ui-tabs .ui-tabs-nav {
    margin-bottom: 33px;
}

.ui-tabs .ui-tabs-nav li {
    margin-right: 10px;
}

.ui-tabs .ui-tabs-nav li a {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #404A4F;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: #4DAF45;
    border-radius: 3px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #4DAF45;
    color: #fff;
}

.main-tabs {
    overflow: hidden;
}

.main-tabs-product-row {
    margin-left: -21px;
    margin-right: -21px;
    display: flex;
    flex-wrap: wrap;
}
.main-tabs-product-row .product-item {
    margin: 0 21px 40px;
}

/*---------------------main-news------------------------*/
.main-news {
    position: relative;
    float: left;
    padding-top: 30px;
    width: 65%;
    height: 383px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
.main-news .border-title {
    margin-bottom: 25px;
}

.main-news-row {
    padding: 0 20px;
}

.m-news-item-block {
    float: left;
    width: 25%;
    text-align: center;
}

.news-row .item {
    display: inline-block;
    width: 263px;
    text-align: left;
}
.news-row .item__image {
    margin-bottom: 18px;
    border-radius: 3px;
    width: 230px;
    height: 160px;
    overflow: hidden;
}
.news-row .item__date {
    position: relative;
    margin-bottom: 7px;
    padding-left: 25px;
    font-size: 13px;
    color: #B8B8B8;
}
.news-row .item__date:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -474px -0px;
}
.news-row .item__date .item__text p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.1;
    color: #404A4F;
}

.main-news__all {
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 33px;
}
.main-news__all:hover {
    color: #404A4F;
}

/*---------------------main-reviews------------------------*/
.main-reviews {
    position: relative;
    float: right;
    width: 576px;
    height: 383px;
    padding: 30px 14px 5px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.main-reviews .border-title {
    margin-bottom: 25px;
}

.main-reviews__all {
    position: absolute;
    top: 35px;
    right: 15px;
}
.main-reviews__all:hover {
    color: #404A4F;
}

.mr-review {
    margin-bottom: 10px;
    padding: 16px 12px 10px 18px;
    background: #f3f4f6;
    border-radius: 10px;
    text-align: left;
}
.mr-review:after {
    content: '';
    display: block;
    clear: both;
}

.mr-review-top {
    margin-bottom: 10px;
}

.mr-review__photo {
    float: left;
    width: 77px;
    height: 77px;
    overflow: hidden;
    border-radius: 100%;
}

.mr-review-info {
    float: right;
    position: relative;
    margin-top: 10px;
    padding: 6px 8px 6px 15px;
    width: 400px;
    min-height: 60px;
    background: #fff;
    border-radius: 10px;
}

.mr-review__name {
    margin-bottom: 5px;
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    color: #404A4F;
}

.mr-review__date {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #B8B8B8;
}
.mr-review__date:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -474px -0px;
}

.mr-review__grade {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 51px;
    height: 51px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.mr-review__text p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
    color: #727475;
}

.mr-review__link {
    float: right;
}

.mr-answer {
    min-height: 75px;
    padding: 20px 10px 10px 80px;
    background: #f3f4f6;
    border-radius: 10px;
    text-align: left;
    background-image: url(/local/templates/triton/styles/../images/logo-review.png);
    background-position: 14px 50%;
    background-repeat: no-repeat;
}

.mr-answer__text {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: #727475;
}

/*---------------------main-clients------------------------*/
.main-clients {
    position: relative;
    float: left;
    padding-top: 45px;
    width: 1196px;
    text-align: center;
    min-height: 200px;
}

.main-clients__title {
    margin-bottom: 5px;
}

.main-clients__all {
    position: absolute;
    top: 51px;
    right: 25px;
}
.main-clients__all:hover {
    color: #404A4F;
}

.main-clients-carousel {
    padding: 0 50px;
}
.main-clients-carousel .slick-arrow {
    top: 50%;
    margin-top: -31px;
    width: 31px;
    height: 63px;
    background-color: #F3F4F6;
    border: 3px solid #EAEAEC;
}
.main-clients-carousel .slick-arrow:hover {
    border: 3px solid #5F6B71;
}
.main-clients-carousel .slick-prev {
    left: 20px;
    background-image: url(/local/templates/triton/styles/../images/icon-small-prev.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.main-clients-carousel .slick-next {
    right: 20px;
    background-image: url(/local/templates/triton/styles/../images/icon-small-next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.main-clients-carousel .slick-slide {
    text-align: center;
    height: 135px;
    padding: 0 10px;
}
.main-clients-carousel .slick-slide:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.main-clients-carousel .slick-slide img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.main-clients-carousel .slick-slide img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/*---------------------main-videos------------------------*/
.main-videos {
    float: right;
    width: 576px;
    overflow: hidden;
}

.videos-row {
    font-size: 0;
}

.video-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    height: 200px;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
}
.video-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -19px;
    width: 34px;
    height: 38px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -464px -20px;
}
.video-item.active:after {
    display: none;
}
.video-item iframe {
    height: 200px;
    width: 280px;
}
.video-item img {
    max-width: 100%;
    height: auto;
}

.main-videos-row {
    margin-left: -8px;
    margin-right: -8px;
}
.main-videos-row .video-item {
    margin: 0 8px;
}

/*---------------------main-about------------------------*/
.main-about {
    float: left;
    /*width: 888px;*/
    margin-top: 15px;
}
.main-about p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #727475;
}
.main-about p span {
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
    color: #404A4F;
}

/*---------------------main-address-slider------------------------*/
.main-address-slider-wrap {
    float: right;
    padding: 29px 65px 20px 65px;
    width: 888px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.main-address-slider-wrap .slick-arrow {
    top: 90px;
}
.main-address-slider-wrap .slick-prev {
    left: -40px;
}
.main-address-slider-wrap .slick-next {
    right: -40px;
}

.ma__map {
    display: block;
    overflow: hidden;
    /*max-height: 414px;*/
    margin: 0;
    padding: 0;

}

.ma-info__item, .ma-info__item-title {
    font-size: 13px;
    color: #727475;
    float: left;
    line-height: 1.5;
    padding: 0 15px;
    text-align: center;
    border-left: 1px solid #727475;
    margin: 6px 0;
}

.ma__map img{

    width: 100%;
}

.ma-info__item-title {
    border: none;
    color: #F4A11D;
    width: 35%;
    margin: 15px;
    max-width:250px;
}

.ma-info__item span {
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    font-size: 14px;
    text-transform: uppercase;
    color: #404A4F;
}

/*---------------------footer------------------------*/
.footer {
    overflow: hidden;
    float: left;
    width: 100%;
}
.footer-menu__switcher {
    display: none;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.footer-menu__switcher span,
.footer-menu__switcher span:before,
.footer-menu__switcher span:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 35px;
    height: 5px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-menu__switcher span:before {
    top: -10px;
}

.footer-menu__switcher span:after {
    top: auto;
    bottom: -10px;
}

.footer-menu__switcher.active {
    border-radius: 5px 5px 0 0;
}

.footer-menu__switcher.active span {
    background-color: transparent;
}

.footer-menu__switcher.active span:before,
.footer-menu__switcher.active span:after {
    top: 0;
    background: #fff;
}

.footer-menu__switcher.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-menu__switcher.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer-menu {
    padding: 10px 0;
    font-size: 0;
    background: #57b24f;
}
.footer-menu ul {
    display: table;
    width: 100%;
}
.footer-menu li {
    position: relative;
    display: table-cell;
    vertical-align: top;
    margin-right: 65px;
    padding: 0 38px;
}
.footer-menu li:first-child {
    padding-left: 0;
}
.footer-menu li:last-child {
    padding-right: 0;
}
.footer-menu li:last-child:after {
    display: none;
}
.footer-menu li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    right: 0;
    width: 2px;
    height: 9px;
    background: rgba(255, 255, 255, 0.5);
}
.footer-menu li a {
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
}
.footer-menu li a:hover {
    text-decoration: underline;
}

.footer-logo {
    position: absolute;
    left: 0;
    top: 15px;
}

.footer-inner {
    padding-left: 125px;
}

.footer-inner-top {
    padding-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #b7b7b7;
}

.footer-contacts {
    float: left;
    padding-top: 3px;
}

.footer-contacts-row {
    display: table;
    width: 100%;
}

.footer-contacts-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 27px;
}
.footer-contacts-cell:first-child {
    padding-left: 0;
}
.footer-contacts-cell:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
    width: 2px;
    height: 33px;
    background-image: url(/local/templates/triton/styles/../images/footer-divider.png);
}

.footer__phones {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    font-size: 13px;
    color: #7D7D7D;
}
.footer__phones:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 20px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -271px -0px;
}
.footer__phones a {
    text-decoration: none;
    color: #7D7D7D;
}

.footer__address {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    font-size: 13px;
    color: #7D7D7D;
}
.footer__address:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 20px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -256px -0px;
}

.footer__mail {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
    font-size: 13px;
    color: #7D7D7D;
}
.footer__mail:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 15px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -233px -0px;
}
.footer__mail a {
    color: #7D7D7D;
    text-decoration: none;
}

.footer__timetable {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    font-size: 13px;
    color: #7D7D7D;
}
.footer__timetable:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -292px -0px;
}

.footer-social {
    float: right;
    font-size: 0;
    position: relative;
    top: -5px;
}
.footer-social a {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    width: 30px;
    height: 31px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
}

.footer-social__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 11px;
    color: #7D7D7D;
}

.footer-social-row {
    display: inline-block;
    vertical-align: middle;
}

.fb {
    background-position: -312px -66px;
}
.fb:hover {
    background-position: -282px -66px;
}

.vk {
    background-position: -141px -112px;
}
.vk:hover {
    background-position: -462px -66px;
}

.inst {
    background-position: -372px -66px;
}
.inst:hover {
    background-position: -342px -66px;
}

.tw {
    background-position: -432px -66px;
}
.tw:hover {
    background-position: -402px -66px;
}

.ytube {
    background-position: -201px -112px;
}
.ytube:hover {
    background-position: -171px -112px;
}

.footer-copy {
    padding: 12px 0;
    text-align: center;
    color: #999;
    font-family: 'OpenSansLight';
    font-size: 11px;
}

/*==============================PORTFOLIO==============================*/
.portfolio-city {
    margin-bottom: 20px;
    position: relative;
    z-index: 20;
}

.portfolio-city__title {
    display: inline-block;
    vertical-align: middle;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 14px;
    margin-right: 12px;
    text-transform: uppercase;
}

.portfolio-city-select {
    display: inline-block;
    vertical-align: middle;
}
.portfolio-city-select .jq-selectbox__select, .portfolio-city-select .jq-selectbox__select.focused {
    border: 3px solid #EAEAEC;
    min-width: 230px;
}
.portfolio-city-select .jq-selectbox__trigger {
    background: #f3f4f6;
}
.portfolio-city-select .jq-selectbox__select {
    height: 32px;
}
.portfolio-city-select .jq-selectbox__select-text {
    line-height: 25px;
}
.portfolio-city-select .jq-selectbox__trigger-arrow {
    top: 11px;
}

.portfolio-map {
    position: relative;
}

.pf-item {
    position: absolute;
    top: 15%;
    left: 40%;
    height: 46px;
    padding: 5px 0 5px 45px;
    background: #fff;
    border-radius: 20px;
    z-index: 40;
}
.pf-item:hover .pf-item__btn {
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -418px -20px;
}
.pf-item:hover .pf-item-inner {
    display: table;
}

.pf-item__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -0px -66px;
    cursor: pointer;
}

.pf-item-inner {
    display: none;
    width: 100%;
}

.pf-item__logo {
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
}

.pf-item-content {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 10px;
}

.pf-item__title {
    margin-bottom: 2px;
    font-family: 'OpenSansBold';
    font-size: 16px;
    white-space: nowrap;
    line-height: 1;
    color: #2C2C2C;
}

.pf-item__link {
    color: #404A4F;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dashed #404A4F;
}
.pf-item__link:hover {
    border-color: transparent;
}

.portfolio-name h1 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}

.portfolio-name__logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    border-radius: 10px;
    overflow: hidden;
}

/*---------------------portfolio-product------------------------*/
.portfolio-product {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.portfolio-product-media {
    float: left;
    width: 575px;
}

.portfolio-product-slider-wrap {
    margin-bottom: 18px;
    padding: 13px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #fff;
}

.portfolio-product-carousel {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #fff;
}
.portfolio-product-carousel .slick-list {
    padding: 7px 30px;
}
.portfolio-product-carousel .slick-arrow {
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    padding: 0;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
}
.portfolio-product-carousel .slick-prev {
    left: 10px;
    background-position: -362px -0px;
}
.portfolio-product-carousel .slick-next {
    right: 10px;
    background-position: -352px -0px;
}
.portfolio-product-carousel .slick-slide {
    border: 3px solid transparent;
    border-radius: 3px;
    text-align: center;
}
.portfolio-product-carousel .slick-slide img {
    cursor: pointer;
    width: 90px;
    height: 85px;
}
.portfolio-product-carousel .slick-current {
    border-color: #F4A21E;
}

.portfolio-product-content {
    float: right;
    width: 880px;
}
.portfolio-product-content h3 {
    margin-bottom: 10px;
}
.portfolio-product-content p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
    color: #404A4F;
}

.pp-table {
    float: left;
    margin-right: 17px;
    padding: 10px;
    width: 478px;
    border: 1px solid #c8c9cb;
    border-radius: 5px;
}
.pp-table:last-child {
    margin-right: 0;
}

.pp-row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dbdcde;
}
.pp-row:last-child {
    border-bottom: 0;
}

.pp-cell {
    display: table-cell;
    padding: 4px 5px 5px 0;
    width: 50%;
    border-right: 1px solid #dbdcde;
    color: #2C2C2C;
}
.pp-cell:first-child {
    color: #A5A5A5;
}
.pp-cell:last-child {
    border-right: 0;
    padding-left: 10px;
    padding-right: 0;
}

.portfolio-info {
    margin-bottom: 20px;
}

/*---------------------other-product-carousel------------------------*/
.other-product .border-title {
    margin-bottom: 25px;
}

.other-product-carousel .slick-track {
    padding: 0 3px 5px 3px;
}
.other-product-carousel .slick-arrow {
    top: -60px;
    width: 21px;
    height: 37px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #EAEAEC;
}
.other-product-carousel .slick-arrow:hover {
    border-color: #5F6B71;
}
.other-product-carousel .slick-prev {
    left: auto;
    right: 21px;
    background-image: url(/local/templates/triton/styles/../images/quantity-arrow-left.png);
    border-right: 2px solid #EAEAEC;
}
.other-product-carousel .slick-next {
    right: 0;
    background-image: url(/local/templates/triton/styles/../images/quantity-arrow-right.png);
    border-left: 2px solid #EAEAEC;
}
.other-product-carousel .slick-slide {
    margin-right: 47px;
}
.other-product-carousel .item {
    padding: 0 12px;
    display: inline-block;
    width: 264px;
    height: 315px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: #fff;
    text-align: left;
}
.other-product-carousel .item__image {
    padding-top: 40px;
    height: 235px;
    text-align: center;
}
.other-product-carousel .item__image img {
    max-width: 100%;
    height: auto;
}
.other-product-carousel .item__title {
    margin-bottom: 5px;
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
    color: #404a4f;
}
.other-product-carousel .item__country {
    font-size: 12px;
    color: #2c2c2c;
}
.other-product-carousel .item__articul {
    font-size: 12px;
    color: #2C2C2C;
}
.other-product-carousel .item__articul span {
    color: #A4A4A4;
}

/*==============================NEWS==============================*/
.main {
    padding: 80px 0 60px 0;
}

.breadcrumbs {
    margin-bottom: 30px;
    font-size: 0;
}
.breadcrumbs a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    font-size: 13px;
    text-decoration: none;
    color: #727475;
}
.breadcrumbs a:last-child {
    cursor: default;
}
.breadcrumbs a:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -17px;
    width: 11px;
    height: 5px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -62px -0px;
}
.breadcrumbs a:last-child:after {
    display: none;
}

.breadcrumbs_mb {
    margin-bottom: 17px;
}

/*-----------------news-wrapper------------------------*/
.news-wrapper {
    float: left;
    width: 1490px;
}

.news-tabs .ui-tabs-nav li a {
    padding: 8px 20px !important;
}

.news-list {
    padding-top: 13px;
}
.news-list .item {
    margin-bottom: 50px;
}
.news-list .item:after {
    content: '';
    display: block;
    clear: both;
}
.news-list .item-left {
    float: left;
    width: 330px;
    height: 169px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 0;
}
.news-list .item__date {
    display: inline-block;
    vertical-align: top;
    padding: 6px 3px 0 10px;
    width: 70px;
    height: 100%;
    background-color: #4DAF45;
    font-size: 12px;
    color: #FFF;
}
.news-list .item__date span {
    display: block;
}
.news-list .date-num {
    font-family: 'OpenSansExtraBold';
    font-size: 35px;
}
.news-list .item__image {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 169px;
    overflow: hidden;
}
.news-list .item-content {
    position: relative;
    margin-left: 365px;
}
.news-list .item-content p {
    font-size: 13px;
    line-height: 16px;
    color: #404A4F;
}
.news-list .item__title {
    display: inline-block;
    text-decoration: none;
    color: #424345;
}
.news-list .item__title:hover h3 {
    color: #4daf45;
}
.news-list .item__text {
    min-height: 130px;
    padding-bottom: 10px;
}
.news-list .item-bottom {
    display: table;
    width: 100%;
}
.news-list .item-social {
    display: table-cell;
    vertical-align: top;
    width: 130px;
}
.news-list .item-btn {
    display: table-cell;
    vertical-align: top;
    width: 140px;
}
.news-list .item-tags {
    display: table-cell;
    vertical-align: middle;
}
.news-list .item-tags__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #727475;
    padding-top: 2px;
}
.news-list .item-tags-links {
    vertical-align: middle;
    display: inline-block;
}
.news-list .item-tags-links a {
    display: inline-block;
    color: #404A4F;
    text-decoration: underline;
}
.news-list .item-tags-links a:hover {
    text-decoration: none;
}

.paginator {
    display: block;
    font-size: 0;
}
.paginator li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.paginator a {
    display: block;
    width: 33px;
    height: 31px;
    font-family: 'OpenSansSemiBold';
    text-align: center;
    line-height: 27px;
    background-color: #FFF;
    border: 3px solid #EAEAEC;
    font-size: 12px;
    color: #727475;
    border-radius: 2px;
}
.paginator a:hover, .paginator a.active {
    background-color: #59B251;
    border-color: #59B251;
    color: #fff;
}

/*-----------------right-block--------------------*/
.right-block {
    float: right;
    width: 264px;
}
.right-block .video-item {
    margin-bottom: 25px;
}

.right-block_big {
    width: 280px;
}

.subscribe {
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
    background: #fff;
    overflow: hidden;
}

.subscribe__top {
    padding: 7px 10px;
    text-align: center;
    background: #59b351;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
}

.subscribe-form {
    background: #fff;
    padding: 20px 20px 30px 20px;
}

.subscribe__title {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #727475;
}

.subscribe-form-item {
    margin-bottom: 12px;
}

.subscribe-form__btn {
    margin: 8px 0 20px 0;
    text-transform: uppercase;
}

.subscribe-form__note {
    position: relative;
    color: #727475;
    padding-left: 20px;
    font-size: 12px;
}
.subscribe-form__note:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -295px -51px;
}
.subscribe-form__note:hover:before {
    background-position: -282px -51px;
}

/*---------------------news-single------------------------*/
.news-single {
    position: relative;
    padding-left: 90px;
    padding-bottom: 40px;
}
.news-single h2 {
    margin-bottom: 20px;
}

.news-single__date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 5px 5px 10px;
    background: #4daf45;
    border-radius: 3px;
    width: 70px;
    height: 90px;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
}
.news-single__date span {
    margin-bottom: 3px;
    display: block;
}
.news-single__date .ns-date-num {
    font-family: 'OpenSansExtraBold';
    font-size: 35px;
    line-height: 1;
}

.news-single__tags span {
    display: inline-block;
    vertical-align: top;
    color: #727475;
}
.news-single__tags a {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    color: #404A4F;
}
.news-single__tags a:hover {
    color: #404A4F;
    text-decoration: none;
}

.content-text img {
    float: left;
    margin: 0 25px 25px 0;
    max-width: 100%;
    height: auto;
}

.content-text__subtitle {
    margin-bottom: 20px;
    padding: 7px 0;
    border-top: 1px solid #dadcdd;
    border-bottom: 1px solid #dadcdd;
    font-family: 'OpenSansSemiBoldItalic';
}

.content-text__video {
    float: left;
    margin: 0 25px 25px 0;
}

.content-social .social-links {
    display: inline-block;
    vertical-align: middle;
}
.content-social .btn {
    vertical-align: middle;
}

/*---------------------news-block------------------------*/
.news-block {
    padding: 28px 18px 30px 18px;
    background: #fff;
}
.news-block .border-title {
    margin-bottom: 28px;
}

.news-item-block {
    float: left;
    width: 16.66%;
    text-align: center;
}

/*==============================REVIEWS==============================*/
.reviews-container {
    max-width: 70vw;
    line-height: 15px;
}

.reviews-tabs .ui-tabs-nav {
    margin-bottom: 20px;
    padding: 5px 5px 5px 5px !important;
}

.reviews-tabs .ui-tabs-nav li a {
    padding: 8px 20px !important;

}

.review-add {
    position: relative;
    margin: 15px;
    padding: 15px 15px 15px 15px;
    border: 1px solid #DADCDD;
    border-radius: 3px;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.review-add__title {
    margin-bottom: 5px;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 15px;
    text-transform: uppercase;
}

.review-add__text {
    font-size: 13px;
    color: #727475;
}

.review-add__btn {
    position: relative;
    margin: 0 20px;
}

.reviews-sort {
    position: relative;
    padding: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.reviews-sort__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}

.reviews-sort a {
    margin-bottom: 10px;
}

.reviews-sort-buttons {
    display: inline-block;
    vertical-align: middle;
}

.rs-btn {
    float: left;
    margin-right: 10px;
    padding: 9px 15px;
    border: 1px solid #DADCDD;
    border-radius: 3px;
    cursor: pointer;
    color: #727475;
    text-transform: uppercase;
    line-height: 1;
    font-size: 12px;
}
.rs-btn.active {
    background-color: #FFF;
}

.reviews-sort__delete {
    position: relative;
    display: block;
    cursor: pointer;
    width: 36px;
    height: 31px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -282px -20px;
}

.reviews-tabs-content {
    position: relative;
    padding: 29px 22px 10px 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.reviews-content__title {
    display: inline-block;
    margin-bottom: 16px;
    padding: 5px 20px;
    border: 3px solid #EAEAEC;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
}

.reviews-content-paginator {
    position: absolute;
    top: 28px;
    right: 22px;
}
.reviews-content-paginator li:last-child {
    margin-right: 0;
}

.reviews-list {
    text-align: left;
}
.reviews-list .item {
    margin-bottom: 15px;
    padding: 16px 40px 16px 18px;
    border-radius: 7px;
    background: #f3f4f6;
}
.reviews-list .item:after {
    content: '';
    display: block;
    clear: both;
}
.reviews-list .item-left {
    float: left;
    width: 370px;
    font-size: 0;
}
.reviews-list .item__photo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 77px;
    height: 77px;
    border-radius: 100%;
    overflow: hidden;
}
.reviews-list .item-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 64px 12px 15px;
    width: 260px;
    border-radius: 5px;
    background: #fff;
}
.reviews-list .item__title {
    margin-bottom: 8px;
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    color: #404A4F;
}
.reviews-list .item__date {
    position: relative;
    padding-left: 23px;
    font-size: 12px;
    color: #B8B8B8;
}
.reviews-list .item__date:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -474px -0px;
}
.reviews-list .item__grade {
    position: absolute;
    width: 51px;
    height: 51px;
    top: 5px;
    right: 7px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
}
.reviews-list .item-content {
    margin-left: 370px;
    padding-top: 5px;
}
.reviews-list .item__rated {
    font-size: 0;
    margin-bottom: 12px;
}
.reviews-list .item__rated .r-star {
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -459px -0px;
}
.reviews-list .item__rated .r-star.fill {
    background-position: -444px -0px;
}

.grade-1 {
    background-position: -264px -159px;
}

.grade-2 {
    background-position: -315px -159px;
}

.grade-3 {
    background-position: -366px -159px;
}

.grade-4 {
    background-position: -417px -159px;
}

.grade-5 {
    background-position: -0px -225px;
}

/*==============================ABOUT==============================*/
/*---------------------clients-block------------------------*/
.clients-block {
    padding: 58px 0 5px 0;
    overflow: hidden;
}

.clients-block__title {
    margin-bottom: 10px;
}

.clients-block-carousel .slick-slide {
    text-align: center;
    height: 145px;
    padding: 0 10px;
}

.clients-block-carousel .slick-slide img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.clients-block-carousel img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.clients-block-carousel img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/*---------------------reviews-block------------------------*/
.reviews-block {
    position: relative;
    padding: 29px 22px 10px 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.reviews-block__btn {
    position: absolute;
    top: 30px;
    right: 22px;
}

/*---------------------about-benefits------------------------*/
.about-benefits {
    padding-bottom: 45px;
    background-image: url(/local/templates/triton/styles/../images/bg-about-benefits.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 10px;
}

.about-benefits__title {
    position: relative;
    top: -24px;
    display: inline-block;
    margin-bottom: 83px;
    padding: 8px 20px;
    background: #58b250;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 25px;
    text-transform: uppercase;
}

.about-benefits-row {
    margin-bottom: 35px;
    text-align: center;
    font-size: 0;
}
.about-benefits-row .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 36px;
    padding: 70px 20px 0;
    width: 270px;
    height: 212px;
    font-size: 13px;
    border: 1px solid #4f4f4f;
    border-radius: 3px;
    color: #FFF;
}
.about-benefits-row .item__icon {
    position: absolute;
    top: -57px;
    left: 50%;
    margin-left: -57px;
}
.about-benefits-row .item__title {
    margin-bottom: 24px;
    font-family: 'OpenSansBold';
    font-size: 17px;
    text-transform: uppercase;
}
.about-benefits-row .item__text {
    line-height: 14px;
    font-size: 13px;
}

.about-benefits__text {
    font-size: 15px;
    line-height: 20px;
    padding: 0 140px;
    color: #FFF;
}

/*---------------------about-history------------------------*/
.about-history {
    padding: 60px 0 75px 0;
    overflow: hidden;
}

.about-history__title {
    margin-bottom: 30px;
    color: #404A4F;
    text-align: center;
    font-family: 'OpenSansBold';
    font-size: 25px;
    text-transform: uppercase;
}

.about-history-columns {
    margin-left: -0.5%;
    margin-right: -0.5%;
}

.ah-block {
    float: left;
    width: 32.3%;
    margin: 0 0.5%;
}
.ah-block p {
    margin-bottom: 18px;
    font-family: 'OpenSansItalic';
    font-size: 13px;
    color: #404A4F;
}

/*---------------------about-gallery-wrap------------------------*/
.about-gallery-wrap {
    overflow: hidden;
}

.about-gallery {
    font-size: 0;
}
.about-gallery .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 12.5%;
    height: 12.5%;
}
.about-gallery .item img {
    max-width: 100%;
    height: auto;
}
.about-gallery .item-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 20px 10px 30px;
    background: rgba(88, 178, 80, 0.9);
}
.about-gallery .item-content p {
    position: relative;
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 16px;
    color: #FFF;
}
.about-gallery .item-content p:last-child {
    margin-bottom: 0;
}
.about-gallery .item-content p:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -12px;
    width: 4px;
    height: 8px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -49px -4px;
}

/*---------------------about-portfolio------------------------*/
.about-portfolio {
    padding: 20px 0 55px 0;
}

.about-portfolio-top {
    position: relative;
    padding-bottom: 25px;
}

.about-portfolio__btn {
    position: absolute;
    right: 50%;
    margin-right: -886px;
    width: 184px;
}

.about-portfolio-map img {
    max-width: 100%;
    height: auto;
}

/*==============================PRODUCT==============================*/
/*---------------------product-info-left------------------------*/
.product-info {
    padding: 10px 0 40px 0;
}

.product-info-left {
    float: left;
    width: 575px;
}

.product-slider-big-wrap {
    margin-bottom: 18px;
    padding: 10px;
    height: 510px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.product-slider-big {
    position: relative;
}

.ps-item__rating {
    position: absolute;
    top: 3px;
    left: 0;
}

.ps-item__rating .star {
    margin-right: 2px;
}

.ps-item__name {
    position: absolute;
    top: 0;
    /*  left: 110px;*/
    font-size: 16px;
    color: #404A4F;
    font-family: 'OpenSansSemiBold';
    z-index: 10;
    width:80%;
}

.ps-item__availability {
    position: absolute;
    top: -1px;
    font-family: 'OpenSansSemiBold';
    right: 0;
    color: #404A4F;
    font-size: 13px;
}

.ps-item__discount {
    position: absolute;
    right: 0;
    top: 38px;
    width: 83px;
    height: 83px;
    background-color: #4DAF45;
    border-radius: 100%;
    text-align: center;
    line-height: 83px;
    color: #FFF;
    font-family: 'OpenSansSemiBold';
    font-size: 30px;
}

.ps-item__image {
    padding-top: 30px;
    text-align: center;
}
.ps-item__image img {
    max-width: 100%;
    height: auto;
}

.product-slider-small {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 7px 0;
    background: #fff;
}
.product-slider-small .slick-list {
    margin: 0 30px;
}
.product-slider-small .slick-arrow {
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    padding: 0;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
}
.product-slider-small .slick-prev {
    left: 10px;
    background-position: -362px -0px;
}
.product-slider-small .slick-next {
    right: 10px;
    background-position: -352px -0px;
}
.product-slider-small .slick-slide {
    text-align: center;
}
.product-slider-small .slick-current .slide-item {
    border-color: #F4A21E;
}
.product-slider-small .slide-item {
    display: inline-block;
    border: 3px solid transparent;
    border-radius: 3px;
    text-align: center;
    width: 90px;
    height: 85px;
    overflow: hidden;
    cursor: pointer;
}
.product-slider-small .slide-item img {
    display: inline-block;
    vertical-align: bottom;
}

/*---------------------product-info-content------------------------*/
.product-info-content {
    float: right;
    width: 65%;
}

.product-info-prices {
    float: left;
}

.pip-discount-price {
    margin-bottom: 20px;
    line-height: 1;
}
.pip-discount-price span {
    margin-bottom: 0;
    font-size: 12px;
    color: #727475;
}

.pip-discount-price__num {
    font-family: 'OpenSansBold';
    font-size: 32px;
    color: #2c2c2c;
}
.pip-discount-price__num span {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #2C2C2C;
}

.pip-old-price span {
    margin-bottom: 0;
    font-size: 12px;
    color: #727475;
}

.pip-old-price__num {
    font-family: 'OpenSansBold';
    font-size: 21px;
    color: #B7B7B7;
    text-decoration: line-through;
}
.pip-old-price__num span {
    font-family: 'OpenSansRegular';
    font-size: 13px;
    color: #B7B7B7;
}

.product-info-top {
    margin-top: 25px;
    margin-bottom: 25px;
}

.product-info-top-inner {
    padding-left: 195px;
    padding-bottom: 20px;
    position: relative;
}

.product-info-actions {
    padding-bottom: 13px;
    border-bottom: 1px solid #cbccce;
}

.pic-color {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-height: 40px;
    padding-left: 45px;
    margin-right: 25px;
}
.pic-color.active .pic-color__image {
    border: 3px solid #404A4F;
}
.pic-color.active .pic-color__image:after {
    display: block;
}

.pic-color__image {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    overflow: hidden;
    border-radius: 100%;
}
.selected .pic-color__image:after,
.pic-color__image:after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 17px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -46px -92px;
}

.pic-color__title {
    color: #727475;
}

.pic-color__name {
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    color: #404A4F;
}

.pic-quantity {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.pic-quantity .product-item__quantity {
    margin-bottom: 0;
}
.pic-quantity .product-item__value {
    width: 55px;
}

.pic-cart__btn {
    vertical-align: middle;
    margin-right: 20px;
}

.pic-cart__click {
    vertical-align: middle;
}

/*---------------------product-color-carousel------------------------*/
.product-color-carousel-wrap {
    padding-right: 50px;
}

.product-color-carousel {
    padding-top: 12px;
}
.product-color-carousel .slick-arrow {
    top: 50%;
    margin-top: -18px;
    width: 21px;
    height: 37px;
    background-color: #F3F4F6;
    border: 3px solid #EAEAEC;
}
.product-color-carousel .slick-arrow:hover {
    border: 3px solid #5F6B71;
    z-index: 50;
}
.product-color-carousel .slick-prev {
    left: auto;
    right: -32px;
    background-image: url(/local/templates/triton/styles/../images/icon-small-prev.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-color-carousel .slick-next {
    right: -50px;
    background-image: url(/local/templates/triton/styles/../images/icon-small-next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-color-carousel .pic-color {
    cursor: pointer;
    margin-right: 10px;
}
.product-color-carousel .pic-color__title {
    font-size: 12px;
}
.product-color-carousel .pic-color__name {
    font-size: 13px;
}

.product-info-price-note {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #59b351;
    font-family: 'OpenSansBold';
}

/*---------------------product-info-tabs------------------------*/
.product-info-tabs h4 {
    color: #2C2C2C;
}
.product-info-tabs .product-info-tabs-list .ui-tabs-nav {
    margin-bottom: 0;
    width: 100%;
    display: table;
}
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li,
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active {
    float: none;
    display: table-cell;
    text-align: center;
    padding: 0;
    height: 55px;
    vertical-align: middle;
    margin: 0;
    border-radius: 0;
    border: 3px solid #EAEAEC;
    border-right: 0;
}
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li a,
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active a {
    display: block;
    font-size: 11px;
    float: none;
    text-transform: uppercase;
    color: #2C2C2C;
    background: transparent;
    box-shadow: none;
    padding: 17px 5px;
}
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li:last-child,
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active:last-child {
    border-right: 3px solid #EAEAEC;
}
.product-info-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #fff;
}
.product-info-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #2C2C2C;
}

.product-info-tabs-top {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.pitt-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pitt-blocks {
    display: table;
    width: 100%;
}

.pitt-blocks-cell {
    display: table-cell;
    padding: 0 10px;
    height: 55px;
    vertical-align: middle;
    border: 3px solid #EAEAEC;
    border-left: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
}

.pitt-callback {
    text-align: left;
}
.pitt-callback a {
    color: #4DAF45;
}
.pitt-callback span {
    display: block;
}

/*---------------------product-info-characteristic------------------------*/
.product-info-characteristic {
    padding: 20px;
}

.product-info-characteristic-table {
    margin-bottom: 15px;
    border: 1px solid #C8C9CB;
    border-radius: 5px;
}

.product-info-characteristic__title {
    padding: 10px 10px 10px 17px;
    color: #2C2C2C;
    font-size: 13px;
    border-bottom: 1px solid #c8c9cb;
}

.product-info-characteristic-body {
    padding: 15px 10px;
}

.product-info-characteristic-body {
    display: table;
    width: 100%;
}

.pic-row {
    display: table-row;
}

.pic-cell__title {
    position: relative;
    display: table-cell;
    border-bottom: 1px solid #dbdcde;
    border-right: 1px solid #dbdcde;
    color: #A5A5A5;
    padding: 5px 10px 4px 0;
    font-size: 13px;
}
.pic-cell__title .tooltip {
    float: right;
    margin-top: 2px;
}

.pic-cell__value {
    padding: 3px 0 3px 10px;
    display: table-cell;
    border-bottom: 1px solid #dbdcde;
}

.product-info-about {
    padding: 20px;
}
.product-info-about h4 {
    margin-bottom: 15px;
    color: #2C2C2C;
}
.product-info-about ul {
    margin-bottom: 12px;
}
.product-info-about ul li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 8px;
    line-height: 1.1;
}
.product-info-about ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #2c2c2c;
    border-radius: 3px;
}
.product-info-about p {
    margin-bottom: 12px;
}

.product-info-scheme {
    margin-bottom: 20px;
}

.product-scheme-carousel-wrap {
    padding: 0 50px;
}

.product-scheme-carousel .slick-slide {
    text-align: center;
}
.product-scheme-carousel .slick-arrow {
    width: 39px;
    height: 125px;
    background: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-scheme-carousel .slick-prev {
    left: -50px;
    top: 0;
    margin: 0;
    background-image: url(/local/templates/triton/styles/../images/black-arrow-prev.png);
}
.product-scheme-carousel .slick-next {
    right: -50px;
    top: 0;
    margin: 0;
    background-image: url(/local/templates/triton/styles/../images/black-arrow-next.png);
}

.product-info-delivery {
    margin-bottom: 20px;
}

.product-info-offer {
    margin-bottom: 10px;
    text-align: center;
}

.product-info-offer-row {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.product-info-offer-row .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px;
    padding: 5px 7px;
    width: 100%;
    border: 3px solid #EAEAEC;
    border-radius: 2px;
    text-align: left;
}
.product-info-offer-row .item__icon {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 66px;
}
.product-info-offer-row .item__icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: -5px;
    width: 21px;
    height: 21px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -104px -45px;
}
.product-info-offer-row .item__text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
    font-size: 13px;
    line-height: 15px;
    color: #8D8D8D;
}

.product-info-form {
    margin-top: 30px;
    padding: 30px 30px 25px;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
}

.product-info-form-row {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.pif-cell {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 10px;
}
.pif-cell:last-child {
    padding-right: 0;
}
.pif-cell .form__field {
    background: transparent;
}
.pif-cell .btn {
    display: block;
    padding: 0 5px;
    width: 150px;
}

.pif__note {
    display: inline-block;
    vertical-align: top;
    min-width: 260px;
    color: #727475;
    font-size: 12px;
}

.pif__vip {
    display: inline-block;
    vertical-align: top;
    color: #727475;
    font-size: 12px;
}

.pic-top {
    margin-bottom: 25px;
    text-align: center;
}
.pic-top h2 {
    margin-bottom: 5px;
}

.pic-list {
    font-size: 0;
    margin-bottom: 10px;
}
.pic-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding-left: 30px;
    width: 50%;
    color: #727475;
    font-size: 13px;
}
.pic-list li:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -104px -45px;
}

.pic-form {
    width: 910px;
    margin: 0 auto;
    display: table;
}

.pic-form-row {
    display: table;
    margin-bottom: 15px;
    width: 100%;
}

.pic-form-cell {
    display: table-cell;
    width: 33.33%;
    padding-right: 13px;
}

.pic-form-cell_big {
    width: 66.66%;
}

.pic-form__note {
    margin-bottom: 15px;
    font-size: 12px;
    color: #727475;
    min-width: 220px;
}

.pic-form__btn {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-left: 30px;
    width: 220px;
    background-image: url(/local/templates/triton/styles/../images/btn-beat.png);
    background-position: left 30px top 50%;
    background-repeat: no-repeat;
}
.pic-form__btn:hover {
    background-image: url(/local/templates/triton/styles/../images/btn-beat.png);
    background-position: left 30px top 50%;
    background-repeat: no-repeat;
}
.pic-form__btn:before, .pic-form__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -70px;
    width: 62px;
    height: 2px;
    background-image: url(/local/templates/triton/styles/../images/dashed-line.png);
}
.pic-form__btn:after {
    left: auto;
    right: -70px;
}

.product-stat-column {
    width: 48%;
}

.product-stat-block {
    margin-bottom: 30px;
}

.psb__title {
    margin-bottom: 8px;
    color: #2C2C2C;
    font-size: 12px;
    text-transform: uppercase;
}

.psb-item {
    padding: 3px 10px;
    font-size: 13px;
}
.psb-item:nth-child(odd) {
    background: #eaeaec;
}

.psb-item__title {
    display: inline-block;
    vertical-align: top;
    color: #A5A5A5;
}

.psb-item__value {
    display: inline-block;
    vertical-align: top;
    color: #2C2C2C;
}

.product-price-table table {
    width: 100%;
}
.product-price-table tr {
    border: 1px solid #EAEAEC;
}
.product-price-table tr:last-child {
    border: 0;
}
.product-price-table tr:last-child td:nth-child(2) {
    text-align: center;
}
.product-price-table tr:hover {
    background: #fff;
}
.product-price-table tr:hover .product-price__name {
    border-bottom: 1px dashed #2C2C2C;
    color: #2C2C2C;
}
.product-price-table th {
    background: #fff;
    color: #A4A4A4;
    font-weight: normal;
    font-family: 'OpenSansRegular';
    font-size: 13px;
    text-align: center;
    padding: 8px 10px;
}
.product-price-table th:nth-child(2) {
    padding-left: 0;
    text-align: left;
}
.product-price-table th:nth-child(3) {
    text-align: right;
    padding-right: 20px;
}
.product-price-table th:last-child {
    padding-right: 17px;
    text-align: right;
}
.product-price-table td {
    text-align: center;
    padding: 4px 0;
    vertical-align: middle;
}
.product-price-table td:first-child {
    width: 36px;
    text-align: center;
    font-size: 13px;
    color: #A4A4A4;
}
.product-price-table td:nth-child(2) {
    text-align: left;
}
.product-price-table td:nth-child(3n) {
    text-align: right;
}
.product-price-table td:last-child {
    padding-right: 5px;
    text-align: right;
}
.product-price-table .table-divider {
    border: 0;
}
.product-price-table .table-divider td {
    height: 13px;
    background: #f3f4f6;
}

.product-price__name {
    display: inline-block;
    color: #2C2C2C;
    margin-right: 15px;
    font-size: 13px;
    border-bottom: 1px dashed transparent;
}

.product-price__sum {
    color: #2C2C2C;
    white-space: nowrap;
    font-size: 15px;
    font-family: 'OpenSansBold';
}
.product-price__sum span {
    font-size: 13px;
    font-family: 'OpenSansRegular';
}

.product-price__old {
    white-space: nowrap;
    color: #C1C1C1;
    text-decoration: line-through;
    font-family: 'OpenSansBold';
    font-size: 13px;
}
.product-price__old span {
    font-family: 'OpenSansRegular';
    font-size: 15px;
}

.product-price-quantity {
    float: right;
    display: table;
    width: 100px;
}
.product-price-quantity .product-item__value input {
    height: 21px;
    font-size: 15px;
    color: #727475;
    border: 0;
}
.product-price-quantity .product-item__btn {
    width: 19px;
    height: 21px;
    border: 0;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
}
.product-price-quantity .dwn {
    background-position: -368px -45px;
}
.product-price-quantity .dwn:hover {
    background-position: -343px -45px;
}
.product-price-quantity .up {
    background-position: -318px -45px;
}
.product-price-quantity .up:hover {
    background-position: -194px -45px;
}

.product-price__size {
    font-size: 11px;
    color: #A4A4A4;
}
.product-price__size p {
    margin: 0;
}
.product-price__size span {
    color: #2C2C2C;
}

.product-price-total {
    padding-top: 7px;
}

.ppt__discount {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    background-color: #4DAF45;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 28px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 10px;
}

.ppt__text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #2C2C2C;
    font-size: 13px;
    text-transform: uppercase;
}

.ppt__sum {
    display: inline-block;
    vertical-align: middle;
    color: #2C2C2C;
    font-size: 15px;
    font-family: 'OpenSansBold';
}
.ppt__sum span {
    font-size: 13px;
    font-family: 'OpenSansRegular';
}

/*---------------------product-section------------------------*/
.product-section {
    padding: 40px 0 45px 0;
}
.product-section .border-title {
    margin-bottom: 25px;
}

.product-carousel {
    position: relative;
}
.product-carousel .slick-track {
    padding-bottom: 5px;
}
.product-carousel .slide {
    margin-right: 47px;
}
.product-carousel .slick-arrow {
    top: -60px;
    width: 21px;
    height: 37px;
    background-color: #F3F4F6;
    border: 3px solid #EAEAEC;
    z-index: 30;
}
.product-carousel .slick-arrow:hover {
    border: 3px solid #5F6B71;
    z-index: 50;
}
.product-carousel .slick-prev {
    left: auto;
    right: 19px;
    background-image: url(/local/templates/triton/styles/../images/icon-small-prev.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-carousel .slick-next {
    right: 0;
    background-image: url(/local/templates/triton/styles/../images/icon-small-next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.product-tabs-wrapp{
    position:relative;

    background: rgba(77, 175, 69, 0.3);
    margin-bottom: 22px;
    margin-left: -41px;
    padding-left: 33px;
}
.product-tabs-wrapp:before,
.product-tabs-wrapp:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 3000px;
    background: rgba(77, 175, 69, 0.3);
}

.product-tabs-wrapp:before {
    left: -3000px;
}

.product-tabs-wrapp:after {
    right: -3000px;
}

.main {
    overflow: hidden;
}

.product-tabs-list:after{
    content: '';
    height: 50px;
    display: table;
}

.product-tabs-list {
    height: 60px;
    text-align: center;

}

.product-tabs-list li:first-child{
    border-left: 1px solid #fff;
}

/*******/

.product-detail-tabs .product-tabs-list ul li a{
    background: #c1dfc1;
    height: 100%;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    line-height: 45px;

}

.product-detail-tabs .product-tabs-list ul li a:focus {
    outline: none;
}

.product-detail-tabs .product-tabs-list ul li a:after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    float: right;
    margin: 14px -2px 4px 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
}

.product-detail-tabs .product-tabs-list ul li a:hover{
    border-radius: 0;
}

.product-detail-tabs .product-tabs-list ul li{
    border-right: 1px solid #fff;
    margin: 0 -1px!important;


}


.product-detail-tabs .product-tabs-list ul {

    margin-left: 8px;
}

/********/

.product-tabs-list .ui-tabs-nav li {
    float: none;
    display: inline-block;
    margin: 0 5px !important;
}

.product-block {
    overflow: hidden;
}
.product-block .border-title {
    margin-bottom: 25px;
}

/*---------------------product-info-content-2------------------------*/
.product-info-left_2 {
    width: 888px;
}

.product-info-content_2 {
    width: 910px;
}

.product-slider-small_2 {
    width: 888px;
}

.product-slider-small_2 .slick-current .slide-item {
    border-color: #4daf45;
}

#product-slider-small-2 .slick-slide .slide-item {
    width: 101px;
    height: 91px;
}

/*==============================CALCULATE==============================*/
/*---------------------calculate-budget------------------------*/
.left-phone_mobile {
    display: none;
}

.calculate-budget {
    overflow: hidden;
    margin-bottom: 50px;
}
.calculate-budget h1 {
    margin-bottom: 55px;
}

.calculate-budget-content {
    overflow: hidden;
}

.calculate-budget-row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 45px;
}

.cb-filter {
    float: left;
    position: relative;
    width: 33.333%;
    padding: 0 20px;
    margin-bottom: 10px;
    color: #727475;
}

.cb-filter-body {
    position: relative;
    margin-left: 50px;
    padding: 17px 20px 17px 22px;
    height: 102px;
    background: #fff;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
}

.cb-filter__num {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 7px 0 0 7px;
    z-index: 10;
}

.cb-filter__title {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cb-filter-field {
    position: relative;
    float: right;
    width: 135px;
}
.cb-filter-field .cb__field {
    width: 100%;
    height: 36px;
    border: 3px solid #EAEAEC;
    padding: 3px 70px 3px 15px;
}
.cb-filter-field .btn-minus {
    position: absolute;
    top: 6px;
    right: 34px;
    width: 25px;
    height: 24px;
    background-color: #56B14E;
    background-image: url(/local/templates/triton/styles/../images/icon-btn-minus.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #56A750;
    border-radius: 2px;
}
.cb-filter-field .btn-minus:hover {
    background: #5c6d70;
    background-image: url(/local/templates/triton/styles/../images/icon-btn-minus.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-color: #5c6d70;
}
.cb-filter-field .btn-plus {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 24px;
    background-color: #56B14E;
    background-image: url(/local/templates/triton/styles/../images/icon-btn-plus.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #56A750;
    border-radius: 2px;
}
.cb-filter-field .btn-plus:hover {
    background: #5c6d70;
    background-image: url(/local/templates/triton/styles/../images/icon-btn-plus.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-color: #5c6d70;
}

.cb-filter-slider-wrap {
    float: left;
    width: 335px;
    padding-top: 12px;
}
.cb-filter-slider-wrap .ui-widget-header {
    background: #5c6d70;
}
.cb-filter-slider-wrap .ui-widget.ui-widget-content {
    background-image: url(/local/templates/triton/styles/../images/range-slide.png);
    background-position: 50% 0;
    background-size: 100% 12px;
    background-repeat: no-repeat;
    height: 12px;
}
.cb-filter-slider-wrap .ui-slider .ui-slider-handle {
    top: -7px;
    width: 25px;
    height: 24px;
    background-color: #56B14E;
    border: 2px solid #56A750;
    cursor: pointer;
    margin-left: -.9em;
}
.cb-filter-slider-wrap .ui-slider .ui-slider-handle:first-of-type {
    background-image: url(/local/templates/triton/styles/../images/icon-range-slide-prev.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.cb-filter-slider-wrap .ui-slider .ui-slider-handle:last-of-type {
    background-image: url(/local/templates/triton/styles/../images/icon-range-slide-next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.calculate-budget-buttons {
    text-align: center;
}

/*---------------------variant-tabs------------------------*/
.variant-tab-list {
    margin-bottom: 55px;
    background-color: #FFF;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.variant-tab-list .ui-tabs-nav {
    margin: 0;
}

.variant-tab-list .ui-tabs-nav li {
    float: none;
    margin: 0 !important;
    border-radius: 0;
    border-bottom: 1px solid #d4d4d4;
}

.variant-tab-list .ui-tabs-nav li:last-child {
    border: 0;
}

.variant-tab-list .ui-tabs-nav li.ui-tabs-active {
    border-radius: 0;
    border-bottom: 1px solid transparent;
}

.variant-tab-list .ui-tabs-nav li.ui-tabs-active .vt-name {
    color: #fff;
}

.variant-tab-list .ui-tabs-nav li a:hover .vt-name {
    color: #fff;
}

.variant-tab-list .ui-tabs-nav li a {
    display: block;
    float: none !important;
    text-transform: none;
    color: #727475;
    font-size: 13px;
}

.variant-tab-list .vt-name {
    display: block;
    margin-bottom: 5px;
    color: #404A4F;
    font-family: 'OpenSansSemiBold';
    text-transform: none;
    font-size: 16px;
}

.left-phone__title {
    margin-bottom: 15px;
    color: #424345;
    font-size: 20px;
    font-family: 'OpenSansLight';
}

.variant-top {
    margin-bottom: 20px;
}

.variant-top h2 {
    margin-bottom: 13px;
    font-family: 'OpenSansRegular';
    line-height: 1.1;
}

.variant-top span {
    font-family: 'OpenSansBold';
    font-size: 25px;
    text-transform: uppercase;
}

.variant-top__stats p {
    font-size: 13px;
    color: #404A4F;
    margin-bottom: 0;
}

.calc-product-section {
    padding: 28px 0;
}

.calc-product-section .border-title {
    margin-bottom: 30px;
}

.variant-carousel .slick-slide {
    margin-right: 46px;
}

.variant-carousel .slick-track {
    padding-bottom: 4px;
}

.variant-carousel .slick-arrow {
    top: -60px;
    width: 21px;
    height: 37px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #EAEAEC;
}

.variant-carousel .slick-arrow:hover {
    border-color: #5F6B71;
}

.variant-carousel .slick-prev {
    left: auto;
    right: 21px;
    background-image: url(/local/templates/triton/styles/../images/quantity-arrow-left.png);
    border-right: 2px solid #EAEAEC;
}

.variant-carousel .slick-next {
    right: 0;
    background-image: url(/local/templates/triton/styles/../images/quantity-arrow-right.png);
    border-left: 2px solid #EAEAEC;
}

/*==============================DELIVERY==============================*/
/*--------------------delivery-row-------------------------*/
.delivery-row {
    margin-bottom: 10px;
    text-align: center;
}

.delivery-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px;
    padding: 28px 0 5px 0;
    width: 336px;
    min-height: 400px;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    text-align: left;
}

.delivery-block__title {
    padding: 14px 10px;
    text-align: center;
    line-height: 1;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 20px;
    text-transform: uppercase;
    background: #58b250;
}

.delivery-block-content {
    padding: 15px 20px 10px 20px;
}

.delivery-block-content p {
    margin-bottom: 20px;
    color: #2C2C2C;
    font-size: 13px;
    line-height: 16px;
}

.delivery-block__subtitle {
    margin-bottom: 10px;
    text-align: center;
    color: #727475;
    font-family: 'OpenSansLight';
    font-size: 13px;
    text-transform: uppercase;
    line-height: 15px;
}

.db-table {
    margin-bottom: 15px;
    border: 1px solid #C8C9CB;
    border-radius: 10px;
    line-height: 1.2;
    font-size: 13px;
    color: #2C2C2C;
}

.db-table-top {
    display: table;
    width: 100%;
    border-bottom: 1px solid #C8C9CB;
}

.db-table-top .db-cell {
    padding: 10px 0;
}

.db-cell {
    display: table-cell;
    width: 50%;
    padding: 5px 0;
    text-align: center;
}

.db-table-content {
    padding: 10px;
}

.db-row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #C8C9CB;
}
.db-row:last-child {
    border: 0;
}
.db-row .db-cell:first-child {
    color: #A5A5A5;
    border-right: 1px solid #C8C9CB;
}

/*---------------------delivery-map------------------------*/
.delivery-map {
    position: relative;
}

.delivery-map-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'OpenSansLight';
    color: #424345;
    z-index: 10;
}

.delivery-map__title {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 40px;
}

.delivery-map__subtitle {
    font-size: 18px;
}

.delivery-map-content {
    position: relative;
}

.delivery-map__image img {
    max-width: 100%;
    height: auto;
}

.delivery-map-cities {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.delivery-map-info {
    position: absolute;
    width: 380px;
    left: 240px;
    bottom: 70px;
}

.dmi__title {
    line-height: 1;
    margin-bottom: 25px;
    color: #424345;
    font-family: 'OpenSansLight';
    font-size: 24px;
}

.dmi__text {
    margin-bottom: 25px;
    color: #404A4F;
    font-size: 13px;
    line-height: 16px;
}

.dm-city {
    position: absolute;
    left: 50%;
    top: 35%;
    text-align: center;
    z-index: 30;
    margin: -35px 0 0 -23px;
}

.dm-city__name {
    margin-bottom: 5px;
    color: #FFF;
    font-size: 13px;
    text-shadow: 0px 1px 1px #57b14f, 1px 0px 1px #57b14f, -1px 0px 1px #57b14f, 0px -1px 1px #57b14f;
}

.dm-city__btn {
    display: inline-block;
    width: 4vw;
    height: 4vw;
    max-width: 47px;
    max-height: 47px;
    background-image: url(/local/templates/triton/styles/../images/sprite/icon-map-btn3.png);
    background-size: cover;
    cursor: pointer;
}

/*==============================FRANCHISE==============================*/
.franchise-top {
    text-align: center;
}
.franchise-top h1 {
    margin-bottom: 10px;
}

.franchise-top__subtitle {
    font-size: 18px;
    margin-bottom: 25px;
}

.franchise-top__arrow {
    margin-bottom: 35px;
}

.franchise-benefits {
    margin-bottom: 46px;
}

.franchise-benefits__title {
    margin-bottom: 18px;
    font-family: 'OpenSansLight';
    font-size: 18px;
    text-align: center;
    color: #424345;
    text-transform: uppercase;
}

.franchise-benefits-row {
    display: table;
    padding: 0 30px;
    width: 100%;
    background: #58b250;
    border-radius: 10px;
}
.franchise-benefits-row .item {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-left: 105px;
    width: 260px;
    height: 125px;
}
.franchise-benefits-row .item__image {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
}
.franchise-benefits-row .item__title {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
}

.franchise-cities__subtitle {
    padding: 0 10px;
}

/*---------------------franchise-promo------------------------*/
.franchise-promo {
    display: table;
    width: 100%;
}

.franchise-promo-block {
    display: table-cell;
    background-size: cover;
    padding: 45px 60px 40px 40px;
}
.franchise-promo-block h3 {
    margin-bottom: 25px;
}
.franchise-promo-block li {
    position: relative;
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 16px;
    padding-left: 18px;
}
.franchise-promo-block li:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 11px;
    height: 11px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
}

.franchise-promo-block_1 {
    width: 55.5%;
    background-image: url(/local/templates/triton/styles/../images/franchise-promo-left.jpg);
}
.franchise-promo-block_1 h3 {
    margin-bottom: 25px;
    color: #fff;
}
.franchise-promo-block_1 li {
    color: #fff;
}
.franchise-promo-block_1 li:before {
    background-position: -92px -7px;
}

.franchise-promo-block_2 {
    width: 44.5%;
    background-image: url(/local/templates/triton/styles/../images/franchise-promo-right.jpg);
}
.franchise-promo-block_2 h3 {
    color: #424345;
}
.franchise-promo-block_2 li:before {
    background-position: -112px -0px;
}

.content-submenu {
    margin-bottom: 25px;
}
.content-submenu li {
    margin-bottom: 4px;
    padding-left: 10px;
    line-height: 1;
}
.content-submenu li:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 1px;
    background: #404a4f;
}

.franchise-promo-buttons {
    padding: 27px 0 27px 20px;
    border: 1px solid #4f4f4f;
    border-radius: 5px;
}
.franchise-promo-buttons span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 25px;
    text-transform: uppercase;
}

/*---------------------franchise-cities------------------------*/
.franchise-cities {
    padding: 65px 0 0 0;
    min-height: 968px;
    background-image: url(/local/templates/triton/styles/../images/bg-franchise-map.png);
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.franchise-cities-top {
    margin-bottom: 265px;
    text-align: center;
}

.franchise-cities-inner {
    margin: 0 auto;
    width: 1280px;
}

.franchise-cities-content {
    margin-bottom: 35px;
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}
.franchise-cities-content li {
    margin-bottom: 2px;
}
.franchise-cities-content a {
    color: #fff;
}
.franchise-cities-content a:hover {
    text-decoration: underline;
}

.franchise-cities-join {
    padding-left: 475px;
}

.fcj__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    font-family: 'OpenSansLight';
    font-size: 24px;
    color: #424345;
}

.fcj__btn {
    font-size: 15px;
    color: #404A4F;
    background: #fff;
    padding: 15px 40px 15px 20px;
    background-image: url(/local/templates/triton/styles/../images/icon-btn-right-arrow.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}
.fcj__btn:hover {
    background: #e4e4e4;
    background-image: url(/local/templates/triton/styles/../images/icon-btn-right-arrow.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}

.clients-block_npt {
    padding-top: 0;
}

/*==============================PAYMENT==============================*/
.payment-top {
    margin-bottom: 40px;
    text-align: center;
}
.payment-top h1 {
    margin-bottom: 5px;
    line-height: 1;
}

.payment-choose__btn {
    display: inline-block;
    font-family: 'OpenSansBold';
    font-size: 25px;
    color: #F5A321;
    padding-right: 20px;
    line-height: 1;
}

.payment__title {
    margin-bottom: 15px;
    font-family: 'OpenSansSemiBold';
    font-size: 22px;
    color: #404A4F;
}

.payment__subtitle {
    margin-bottom: 20px;
    color: #484848;
}

.payment-content p {
    margin-bottom: 20px;
    line-height: 17px;
}

.payment-content-block {
    float: left;
    width: 50%;
    padding-right: 50px;
}

.payment-btn {
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px 60px 20px 70px;
    border-radius: 5px;
    border: 1px solid #c8c9cb;
    color: #2E2E2E;
}

.payment-btn_cash {
    background-image: url(/local/templates/triton/styles/../images/payment-cash.png);
    background-position: 20px 50%;
    background-repeat: no-repeat;
}

.payment-btn_ym {
    background-image: url(/local/templates/triton/styles/../images/payment-ym.png);
    background-position: 20px 50%;
    background-repeat: no-repeat;
}

.region-row {
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
    -ms-column-fill: balance;
    column-fill: balance;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -ms-column-gap: 20px;
    column-gap: 20px;
    -moz-columns: 4 180px;
    -webkit-columns: 4 180px;
    -ms-columns: 4 180px;
    columns: 4 180px;
    height: auto;
    overflow: auto;
}

.region-block {
    margin-bottom: 20px;
}
.region-block li {
    margin-bottom: 5px;
}
.region-block li a {
    color: #727475;
    border-bottom: 1px dashed transparent;
}
.region-block li a:hover {
    color: #59B351;
    border-color: #59B351;
}

.region-block__letter {
    margin-bottom: 10px;
    color: #727475;
    font-family: 'OpenSansBold';
    font-size: 13px;
    text-transform: uppercase;
}

/*==============================CART==============================*/
.cart-steps {
    margin-bottom: 25px;
}

.cart-step {
    float: left;
    margin-right: 3px;
    min-width: 195px;
    padding: 12px 40px 6px 20px;
    height: 57px;
    background-color: #E8EAED;
    border-radius: 5px;
    background-image: url(/local/templates/triton/styles/../images/cart-step-arrow.png);
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    color: #7D7D7D;
}
.cart-step.active {
    background: #56b24e;
    background-image: url(/local/templates/triton/styles/../images/cart-step-arrow-active.png);
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
    color: #fff;
}
.cart-step span {
    display: block;
    font-family: 'OpenSansRegular';
    text-transform: none;
    font-size: 12px;
}

.cart-block-left {
    float: left;
    width: 465px;
}

.cart-form {
    border: 1px solid #c8c9cb;
    border-radius: 5px;
}

.cart-form-change {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #c8c9cb;
}

.cart-form-change-item {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}
.cart-form-change-item input {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
}
.cart-form-change-item label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}

.cart-form-content {
    padding: 25px 22px;
}

.cart-form-block {
    display: none;
}
.cart-form-block.active {
    display: block;
}

.cart-form-item {
    margin-bottom: 20px;
}

.cart-form-item .form-checkbox label {
    font-size: 11px;
}
.cart-form-item .form-checkbox .border-link {
    font-size: 11px;
}
.cart-form-item .border-link {
    font-size: 12px;
}

.cart-form-promo {
    padding-top: 30px;
}

.cart-form-promo__title {
    margin-bottom: 5px;
}

.cart-form-promo-content {
    margin-bottom: 5px;
}
.cart-form-promo-content .form__field {
    float: left;
    width: 340px;
    height: 31px;
}
.cart-form-promo-content .btn {
    float: right;
}

.cart-form-promo__error {
    color: #F5A321;
    font-size: 12px;
}

.cart-block-right {
    float: right;
    width: 1315px;
}

.cart-top {
    margin-bottom: 20px;
}

.cart-top__title {
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
}

.cart-top__info {
    color: #727475;
    font-size: 12px;
}

/*---------------------.cart-table------------------------*/
.cart-content-block {
    display: none;
}
.cart-content-block.active {
    display: block;
}

.cart-table-divider td {
    height: 30px;
    background: transparent;
}

.cart-table {
    margin-bottom: 30px;
}
.cart-table th {
    color: #2C2C2C;
    padding: 0 20px;
    font-weight: normal;
    height: 55px;
    font-family: 'OpenSansSemiBold';
    vertical-align: middle;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #eaeaec;
}
.cart-table td {
    padding: 6px 14px;
    border: 1px solid #dbdcde;
    vertical-align: middle;
    text-align: center;
}
.cart-table td:nth-child(2) {
    text-align: left;
}
.cart-table .small-text {
    text-transform: none;
}

.cart-table__quantity .product-item__quantity {
    margin: 0;
}
.cart-table__quantity .product-item__value {
    width: 60px;
}

.cart-table-delete {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid #EAEAEC;
    background-image: url(/local/templates/triton/styles/../images/close-icon.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.cart-table-delete:hover {
    border-color: #4e4e4e;
}

.cart-total {
    margin-bottom: 35px;
    text-align: right;
    font-size: 13px;
    color: #484848;
    font-family: 'OpenSansItalic';
}

.cart-total__quantity {
    display: inline-block;
    vertical-align: middle;
}
.cart-total__quantity span {
    color: #4DAF45;
}

.cart-total__sum {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.cart-total__sum span {
    color: #2C2C2C;
    font-family: 'OpenSansBold';
    font-size: 20px;
}

.cart-buttons .btn {
    margin-left: 15px;
}

.cart-back__btn {
    cursor: pointer;
    margin-top: 8px;
    font-family: 'OpenSansItalic';
    color: #484848;
}

.cart-text__btn {
    display: inline-block;
    vertical-align: middle;
    font-family: 'OpenSansItalic';
    color: #484848;
}

/*---------------------cart-payment------------------------*/
.cart-payment {
    width: 870px;
}

.cart-payment-choice {
    margin-bottom: 50px;
}

.radio-block {
    display: inline-block;
    min-width: 420px;
    position: relative;
}
.radio-block input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.radio-block label {
    display: block;
    position: relative;
    padding: 18px 20px 18px 50px;
    border: 1px solid #c8c9cb;
    border-radius: 5px;
    cursor: pointer;
    color: #2E2E2E;
}
.radio-block label:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -427px -0px;
    z-index: 5;
}
.radio-block input[type="radio"]:checked + label {
    background: #56b24e;
    border-color: #56b24e;
    color: #fff;
}
.radio-block input[type="radio"]:checked + label:before {
    background-position: -410px -0px;
}

.radio-block_cash label {
    padding: 20px 20px 20px 50px;
}
.radio-block_cash input[type="radio"]:checked + label {
    background: transparent;
    border-color: #c8c9cb;
    color: #2E2E2E;
}

.radio-block_ym label {
    padding: 20px 20px 20px 100px;
    background-image: url(/local/templates/triton/styles/../images/payment-ym.png);
    background-position: 50px 12px;
    background-repeat: no-repeat;
}
.radio-block_ym input[type="radio"]:checked + label {
    background: transparent;
    background-image: url(/local/templates/triton/styles/../images/payment-ym.png);
    background-position: 50px 12px;
    background-repeat: no-repeat;
    border-color: #c8c9cb;
    color: #2E2E2E;
}

/*---------------------cart-delivery------------------------*/
.cart-delivery {
    padding-bottom: 35px;
    border-bottom: 1px solid #c8c9cb;
}

.cart-delivery-block {
    float: left;
    margin-right: 42px;
    width: 424px;
}

.cart-delivery-block h4 {
    color: #2E2E2E;
}

.h4-big {
    font-size: 15px;
}

.cart-delivery-block.active .cdb-content {
    opacity: 1;
}
.cart-delivery-block.active .cdb-content:after {
    display: none;
}

.cdb__title {
    position: relative;
    margin-bottom: 5px;
    font-family: 'OpenSansBold';
    font-size: 20px;
    line-height: 1.2;
    color: #56B24E;
}
.cdb__title span {
    display: block;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    color: #484848;
    height: 35px;
}

.cdb__title_pr {
    padding-right: 110px;
}

.cdb__price {
    position: absolute;
    top: 0;
    right: 0;
}

.cdb-radio-block {
    margin-bottom: 15px;
}

.cdb__switcher {
    margin-bottom: 15px;
    min-width: 100%;
}

.cdb-content {
    position: relative;
    opacity: 0.5;
}
.cdb-content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.01);
    z-index: 10;
}
.cdb-content.active {
    opacity: 1;
}
.cdb-content.active:after {
    display: none;
}

.cdb-content__text {
    margin-bottom: 10px;
    color: #484848;
    line-height: 15px;
}

.cdb__scheme {
    color: #484848;
    border-bottom: 1px dotted #484848;
}
.cdb__scheme:hover {
    border-color: transparent;
}

.cdb-field-row {
    margin-bottom: 15px;
}

.cdb-field-block {
    width: 135px;
}

.cdb-field-block_big {
    width: 280px;
}

.cdb-field-block_full {
    width: 100%;
}

.icon-note {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-image: url(/local/templates/triton/styles/../images/icon-tip.png);
}

.cdb-content-main {
    margin-bottom: 10px;
}

.cdb-radio-block {
    min-width: 100%;
}

.cdb-field-row {
    margin-bottom: 0;
}

.cdb-field-block {
    width: 100%;
    margin-bottom: 10px;
}

.cdb-checkbox-block {
    margin-bottom: 20px;
    padding: 10px 15px 10px 20px;
    border: 1px solid #c8c9cb;
    border-radius: 5px;
}
.cdb-checkbox-block.active {
    background: #56b24e;
    border-color: #56b24e;
}
.cdb-checkbox-block.active .form-checkbox label {
    color: #fff;
}
.cdb-checkbox-block.active .cdb-checkbox__sum {
    color: #fff;
}
.cdb-checkbox-block.active .cdb-checkbox-stage {
    color: #fff;
}

.cdb-checkbox-top {
    margin-bottom: 3px;
}
.cdb-checkbox-top label {
    font-family: 'OpenSansSemiBold';
    color: #2E2E2E;
}

.cdb-checkbox {
    float: left;
    margin: 6px 10px 0 0;
}

.cdb-checkbox-quantity {
    float: left;
}
.cdb-checkbox-quantity .product-item__quantity {
    width: 92px;
    margin: 0;
}

.cdb-checkbox-stage {
    float: left;
    color: #fff;
    margin-top: 5px;
    margin-left: 5px;
}

.cdb-checkbox__sum {
    float: right;
    font-size: 25px;
    line-height: 1;
    color: #56B24E;
    font-family: 'OpenSansBold';
}
.cdb-checkbox__sum span {
    font-family: 'OpenSansRegular';
    font-size: 20px;
}

.cdb-checkbox-add label {
    font-size: 12px;
    color: #727475;
}

.cdb-checkbox-add_elevator {
    padding-left: 144px;
}

.cdb-checkbox-add_trash {
    padding-left: 20px;
}

.cart-buttons {
    padding-top: 18px;
}

.cdb-content-select {
    display: inline-block;
}


/*---------------------cart-thanks------------------------*/
.cart-thanks-info {
    margin-bottom: 35px;
    max-width: 1070px;
}

.cart-thanks-info-table {
    margin-bottom: 20px;
}
.cart-thanks-info-table table {
    width: 100%;
}
.cart-thanks-info-table table td:first-child {
    color: #2E2E2E;
    font-size: 13px;
    font-family: 'OpenSansLight';
    padding-right: 20px;
    width: 300px;
    text-transform: uppercase;
}
.cart-thanks-info-table table td {
    vertical-align: middle;
    font-size: 13px;
    padding: 2px 0;
    color: #282828;
}

.cart-thanks-info__note {
    font-size: 12px;
    margin-bottom: 30px;
    color: #727475;
}
.cart-thanks-info__note span {
    color: #4DAF45;
}

.cart-thanks-total__note {
    color: #252525;
    font-family: 'OpenSansBold';
    font-size: 13px;
    text-transform: uppercase;
}

.cart-thanks-total__table {
    margin-bottom: 30px;
}
.cart-thanks-total__table table {
    width: 100%;
}
.cart-thanks-total__table table td {
    padding: 3px 10px 3px 0;
}
.cart-thanks-total__table table td:last-child {
    text-align: right;
}

/*==============================CABINET==============================*/
.cabinet-left {
    float: left;
    width: 325px;
    padding-left: 52px;
}

.cabinet-menu {
    position: relative;
    margin-bottom: 22px;
}
.cabinet-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -52px;
    width: 52px;
    height: 46px;
    background: #59b351;
    border-radius: 10px 0 0 10px;
}
.cabinet-menu li {
    margin-bottom: 1px;
    padding: 15px 10px 15px 15px;
    background: #fff;
}
.cabinet-menu li a {
    position: relative;
    text-decoration: none;
    padding-left: 30px;
}
.cabinet-menu li a:before {
    content: '';
    display: none;
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 7px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -92px -0px;
}
.cabinet-menu li a.active {
    display: block;
    color: #37922F;
}
.cabinet-menu li a.active:before {
    display: block;
}

.cabinet-menu_order:before {
    background-image: url(/local/templates/triton/styles/../images/cabinet-icon-order.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.cabinet-menu_info:before {
    background-image: url(/local/templates/triton/styles/../images/cabinet-icon-info.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.cabinet-content {
    float: right;
    width: 1425px;
}
.cabinet-content .h1-small {
    margin-bottom: 25px;
}
.cabinet-content h4 {
    margin-bottom: 15px;
    text-transform: none;
}
.cabinet-content p {
    margin-bottom: 15px;
}
.cabinet-content ul {
    margin-bottom: 15px;
}

.cf-item {
    margin-bottom: 20px;
}

.cf-item_individual {
    max-width: 325px;
}

.cf-company-row {
    font-size: 0;
    max-width: 1000px;
}
.cf-company-row .cf-item {
    display: inline-block;
    vertical-align: bottom;
    width: 33.3%;
    padding-right: 20px;
}
.cf-company-row .cf-item:last-child {
    padding-right: 0;
}
.cf-company-row .cf-item_long {
    width: 100%;
    margin-right: 0;
}

.cabinet-form-wrap .cabinet-form {
    float: left;
    width: 365px;
}
.cabinet-form-wrap .cabinet-form_private {
    margin-right: 80px;
}

.cabinet-form__note {
    margin-bottom: 30px;
    color: #484848;
}

.form__field_success {
    border-color: #4DAF45;
}

.cf-item_note {
    margin-top: 7px;
    font-size: 12px;
}

.cf-item_note_success {
    color: #4DAF45;
}

.cabinet-table {
    max-width: 1070px;
}
.cabinet-table table .table-spacer td {
    height: 15px;
    background: transparent;
    border: 0;
}
.cabinet-table table th {
    display: table-cell;
    padding: 18px;
    text-align: center;
    border: 2px solid #eaeaec;
    color: #2c2c2c;
    font-size: 11px;
    text-transform: uppercase;
}
.cabinet-table table td {
    display: table-cell;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border: 1px solid #dbdcde;
}
.cabinet-table table td:nth-child(4) {
    background: #fff;
}
.cabinet-table .ct-num-order {
    margin: 0 15px;
    color: #484848;
    white-space: nowrap;
    border-bottom: 1px dashed #484848;
}
.cabinet-table .ct-num-order:hover {
    border-color: transparent;
}
.cabinet-table .ct-sum {
    display: inline-block;
}
.cabinet-table .ct-status-order {
    padding: 0 15px;
}
.cabinet-table .ct-status-order_current {
    color: #58B250;
}
.cabinet-table .ct-status-order_error {
    color: #F6A625;
}
.cabinet-table .ct-status-pay {
    padding: 0 15px;
}
.cabinet-table .ct-status-pay_current {
    color: #58B250;
}
.cabinet-table .ct-status-pay_current span {
    color: #484848;
}
.cabinet-table .ct-status-pay_error {
    color: #F6A625;
}
.cabinet-table .ct-date {
    margin: 0 15px;
}
.cabinet-table .ct-action {
    display: block;
    margin: 2px;
    text-transform: uppercase;
    padding: 3px 15px;
    background-color: #E8EAED;
}
.cabinet-table .ct-action:hover {
    color: #484848;
}
.cabinet-table .ct-action_pay {
    color: #fff;
    background-image: -moz-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: -o-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: -webkit-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: linear-gradient(to top, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
}
.cabinet-table .ct-action_pay:hover {
    color: #fff;
}
.cabinet-table .ct-action_repeat {
    background-color: #E8EAED;
}
.cabinet-table .ct-delete {
    width: 24px;
    height: 100%;
    background-image: url(/local/templates/triton/styles/../images/close-icon.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.address-table {
    margin-bottom: 35px;
    max-width: 1150px;
}
.address-table table {
    width: 100%;
}
.address-table tr:first-child td {
    border-top: 0;
}
.address-table td {
    height: 25px;
    padding: 4px 10px;
    vertical-align: middle;
    border: 1px solid #dbdcde;
}
.address-table td:first-child {
    border-left: 0;
}
.address-table td:last-child {
    border-right: 0;
}
.address-table td a {
    color: #727475;
    font-size: 13px;
    border-bottom: 1px dashed #727475;
}
.address-table td a:hover {
    border-color: transparent;
}
.address-table .at-add {
    color: #F18E0D;
    font-family: 'OpenSansSemiBold';
    border-color: #F18E0D;
}

.address-form {
    max-width: 860px;
}

.af-row {
    margin-bottom: 15px;
}
.af-row .af-item {
    float: left;
    width: 33.333%;
    padding-right: 15px;
}
.af-row .af-item:last-child {
    padding-right: 0;
}
.af-row .af-item_double {
    width: 66.6%;
}

.af-buttons .btn {
    margin-right: 10px;
    padding: 0 20px;
}
.af-buttons .btn_gray:hover {
    color: #484848;
}

/*==============================SEARCH-RESULT==============================*/
.search-found {
    margin-bottom: 55px;
    text-align: center;
}
.search-found h1 {
    margin-bottom: 20px;
}

.search-found__title {
    font-family: 'OpenSansSemiBold';
    color: #F6A82A;
}

.search-found__arrow {
    display: inline-block;
    margin-bottom: 12px;
    width: 47px;
    height: 47px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -94px -112px;
}

.search-found__quantity {
    font-family: 'OpenSansLight';
    font-size: 18px;
    color: #424345;
}

/*---------------------right-column------------------------*/
.right-column {
    float: right;
    width: auto;
}

/*---------------------left-column------------------------*/
.left-column {
    float: left;
    width: 273px;
}

.left-filter {
    width: 270px;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
    margin-top: 20px;
    float: left;
}


.filter-block {
    padding: 10px;
    /* border-bottom: 1px solid #d4d4d4;*/
}
.filter-block:last-child {
    border-bottom: 0;
}

.filter-block__title {
    font-size: 14px;
    color: #727475;
    font-family: 'OpenSansLight';
    cursor: pointer;
}
.bx-active .filter-block__title {
    margin-bottom: 15px;
}
.filter-slider-fields {
    display: table;
    margin-bottom: 22px;
    width: 100%;
}
.filter-slider-fields span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 1;
    font-size: 15px;
}
.filter-slider-fields span:first-child {
    padding-left: 0;
}

.filter-field {
    display: table-cell;
    width: 88px;
    height: 36px;
    text-align: center;
    border: 3px solid #EAEAEC;
    color: #727475;
    font-size: 15px;
}
.filter-field:focus {
    border-color: #a1a6a8;
}

.filter-slider-wrap {
    padding: 0 5px;
}

.filter-reset__btn {
    display: block;
    margin-bottom: 17px;
    width: 100%;
    border: 1px solid #5C6D70;
    padding: 8px 0;
    color: #727475;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    background: transparent;
    background-image: url(/local/templates/triton/styles/../images/filter-reset.png);
    background-position: 40px 50%;
    background-repeat: no-repeat;
}
.filter-reset__btn:hover {
    background: #5C6D70;
    background-image: url(/local/templates/triton/styles/../images/filter-reset-hover.png);
    background-position: 40px 50%;
    background-repeat: no-repeat;
    color: #fff;
}

.filter-submit__btn {
    display: block;
    padding: 9px 0;
    width: 100%;
    border-radius: 2px;
    color: #FFFEFE;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background-color: #4DAF45;
    background-image: url(/local/templates/triton/styles/../images/filter-icon-white.png);
    background-position: 60px 50%;
    background-repeat: no-repeat;
}
.filter-submit__btn:hover {
    background: #4a9843;
    background-image: url(/local/templates/triton/styles/../images/filter-icon-white.png);
    background-position: 60px 50%;
    background-repeat: no-repeat;
}

/*---------------------content------------------------*/
.content {
    float: right;
    width: 1510px;
}

.search-top {
    margin-bottom: 35px;
}
.search-top h2 {
    line-height: 1.1;
}

.search-filter__toggle {
    float: left;
    width: 22px;
    height: 20px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -211px -0px;
}

.search-filter-row {
    float: left;
    display: table;
}

.sf-cell {
    display: table-cell;
    padding: 0 12px 2px 12px;
    font-size: 13px;
    border-right: 1px solid #bdc8cd;
}

.sf-item {
    padding-right: 12px;
    color: #93A4AC;
    border-bottom: 1px dashed transparent;
    background-image: url(/local/templates/triton/styles/../images/sf-item-arrow.png);
    background-position: right 60%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}
.sf-item.active {
    color: #51A54C;
    border-color: #51A54C;
    background-image: url(/local/templates/triton/styles/../images/sf-item-arrow-active.png);
}

/*---------------------search-result-row------------------------*/
.search-result {
    overflow: hidden;
}

.search-result-row {
    margin-left: -24px;
    margin-right: -24px;
}

.nofilter .search-result-block {
    width: 16.66%;
}
.search-result-block {
    float: left;
    width: 20%;
    padding: 0 24px 48px;
}

.search-filter__mobile {
    display: none;
    margin-bottom: 25px;
    padding: 8px 10px;
    font-family: 'OpenSansBold';
    background: #4daf45;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.search-result-show {
    text-align: center;
}

.srs__btn {
    display: inline-block;
    color: #424345;
    font-size: 20px;
    border-bottom: 1px dashed #424345;
    cursor: pointer;
}
.srs__btn:hover {
    border-color: transparent;
}
.srs__btn span {
    font-family: 'OpenSansBold';
    color: #4daf45;
}

/*==============================CONTACTS==============================*/
.main-inner__subtitle {
    margin-bottom: 25px;
    line-height: 16px;
    color: #484848;
}

.contact-map {
    position: relative;
}

.cm-city {
    position: absolute;
    left: 50%;
    top: 15%;
    z-index: 10;
    margin-left: -23px;
    margin-top: -23px;
}

.cm-city__btn {
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -0px -112px;
    cursor: pointer;
}

.cm-city__title {
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 13px;
    color: #fff;
    background: #4daf45;
    text-align: center;
    padding: 5px 30px;
    min-width: 75px;
    border-radius: 5px;
}
.cm-city__title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 5px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -23px -15px;
}

.contact-scroll {
    height: 180px;
}

.contact-map-tabs {
    display: block;
}

.ct-tabs-list {
    margin-bottom: 15px;
}

.ct-tab__link {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    color: #727475;
    border-bottom: 1px dashed #727475;
    cursor: pointer;
}
.ct-tab__link.active {
    color: #59B351;
    border-color: #59B351;
}

.ct-tab__item {
    display: none;
    padding-bottom: 20px;
}
.ct-tab__item.active {
    display: block;
}
.ct-tab__item h4 {
    margin-bottom: 10px;
}
.ct-tab__item p {
    margin-bottom: 3px;
}
.ct-tab__item img {
    max-width: 100%;
    height: auto;
}

/*==============================ERROR==============================*/
.main_error {
    padding: 30px 0 40px 0;
}

.error-page {
    margin: 0 auto;
    width: 1100px;
    padding: 70px 30px 75px 515px;
    background: #fff;
    background-image: url(/local/templates/triton/styles/../images/bg-error.jpg);
    background-position: 85px 0;
    background-repeat: no-repeat;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
}
.error-page .header-search__field {
    border-left: 3px solid #E8EAED;
}

.error__title {
    margin-bottom: 25px;
    font-size: 23px;
    color: #404A4F;
}

.error-block {
    margin-bottom: 30px;
}
.error-block li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 17px;
}
.error-block li:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 11px;
    height: 11px;
    background-image: url(/local/templates/triton/styles/../images/sprite.png);
    background-position: -112px -0px;
}
.error-block a {
    border-bottom: 1px dashed #404A4F;
    color: #404A4F;
}
.error-block a:hover {
    border-color: transparent;
}

.error-block__title {
    margin-bottom: 16px;
    font-size: 16px;
    color: #424345;
}

.error-search .header-search__field {
    float: left;
    width: 300px;
}
.error-search .header-search__btn {
    float: left;
}

.hidden {
    display: none;
}
.home-product-carousel {
    text-align: center;
}
.home-product-carousel .slide {
    display: inline-block;
    margin: 0 15px 30px 15px;
}
/*==============================ADAPTIVE==============================*/
@media screen and (max-width: 1900px) {
    .center-wrapper {
        width: 1560px;
    }

    .header-left {
        width: 70%;
    }

    .header-phone {
        font-size: 14px;
    }

    .header-timetable {
        padding-left: 22px;
    }

    .header-right-block {
        width: 565px;
    }

    .header-menu {
        padding: 0 3px;
    }

    .header-menu li {
        padding: 12px 7px;
    }

    .header-menu li a {
        text-transform: none;
        font-size: 12px;
    }

    .menu-carousel .item:nth-child(n+7) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .main-content-cell_right {
        width: 660px;
    }

    .double-product-carousel-wrap {
        /* width: 384px;*/
        width: 100%;
        text-align: center;
    }
    .double-product-carousel-wrap .slick-arrow {
        top: -39px;
    }
    .double-product-carousel-wrap .slick-slide {
        margin: 0;
    }

    .main-title_db {
        margin: 0 30px;
        margin-bottom: 8px;
    }

    .triple-product-carousel-wrap {
        text-align: center;
    }
    .triple-product-carousel-wrap .slick-slide {
        margin: 0;
    }

    .ui-tabs .ui-tabs-nav li a {
        font-size: 13px;
        text-transform: none;
    }

    .main-news {
        width: 60%;
    }

    .main-news-row {
        text-align: center;
    }

    .m-news-item-block {
        width: 33.333%;
    }
    .m-news-item-block:nth-child(n+4) {
        display: none;
    }

    .main-news__all {
        right: 45px;
    }

    .main-clients {
        width: 970px;
    }

    .main-about {
        /*  width: 725px;*/
        width: 100%;
    }

    .main-address-slider-wrap {
        padding: 30px 35px 20px 35px;
        width: 820px;
    }
    .main-address-slider-wrap .slick-prev {
        left: -30px;
    }
    .main-address-slider-wrap .slick-next {
        right: -30px;
    }

    .footer-menu li {
        padding: 0 25px;
    }

    .footer-contacts-cell {
        padding: 0 15px;
    }

    .footer-social__title {
        display: none;
    }

    .cb-filter-slider-wrap {
        width: 245px;
    }

    .variant-carousel .slick-slide {
        margin-right: 69px;
    }

    .news-wrapper {
        width: 1276px;
    }

    .about-benefits-row .item {
        margin: 0 15px;
    }

    .about-gallery .item-content {
        padding: 15px 10px 5px 20px;
    }
    .about-gallery .item-content p {
        font-size: 12px;
    }

    .portfolio-product-content {
        width: 955px;
    }

    .other-product-carousel .slick-slide {
        margin-right: 59px;
    }

    .delivery-map-info {
        left: 170px;
        bottom: 15px;
    }

    .franchise-benefits-row {
        padding: 0 15px;
    }

    .franchise-promo-buttons span {
        font-size: 20px;
    }

    .franchise-promo-buttons .btn_next {
        padding: 0 25px 0 10px;
        background-position: right 10px top 50%;
    }

    .franchise-cities {
        background-size: 1560px 795px;
        min-height: 835px;
    }

    .franchise-cities-inner {
        width: 1200px;
    }

    .franchise-cities-top {
        margin-bottom: 170px;
    }

    .franchise-cities-content {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }

    .cabinet-content {
        float: right;
        width: 1200px;
    }

    .content {
        width: 1266px;
    }

    .search-result-row {
        margin-left: -32px;
        margin-right: -32px;
    }

    .nofilter .search-result-block {
        width: 20%;
    }
    .search-result-block {
        width: 25%;
        padding: 0 32px 64px;
    }

    .news-item-block {
        width: 20%;
    }
    .news-item-block:nth-child(n+6) {
        display: none;
    }

    .news-wrapper_single {
        width: 1250px;
    }

    .product-info-content {
        width: 960px;
    }

    .product-info-tabs-call {
        padding-top: 4px;
        width: 240px;
    }

    .product-scheme-carousel-wrap {
        padding: 0 45px;
    }
    .product-scheme-carousel-wrap .slick-prev {
        left: -45px;
    }
    .product-scheme-carousel-wrap .slick-next {
        right: -45px;
    }

    .product-info-top-inner {
        padding-left: 0px;
    }

    .product-info-offer-row .item {
        width: 100%;
        height: 90px;
    }

    .product-info-form {
        width: 100%;
    }

    .pic-form {
        width: 100%;
    }

    .product-carousel .slide {
        margin-right: 59px;
    }

    .product-info-tabs-right {
        width: 350px;
    }

    .product-info-tabs-right a {
        display: block;
    }

    .product-info-left_2 {
        float: none;
        margin-bottom: 20px;
    }

    .product-info-content_2 {
        float: none;
        width: 100%;
    }
    .product-info-content_2 .product-info-top {
        position: absolute;
        top: 55px;
        right: 0;
        width: 645px;
    }
    .product-info-content_2 .product-info-prices {
        float: none;
        margin-bottom: 25px;
    }
    .product-info-content_2 .product-info-top-inner {
        padding-left: 0;
    }
    .product-info-content_2 .product-info-actions .pic-color {
        display: block;
        margin-bottom: 10px;
    }
    .product-info-content_2 .pic-quantity {
        margin-bottom: 10px;
        display: block;
        width: 115px;
    }
    .product-info-content_2 .pic-cart__btn {
        display: block;
        margin-bottom: 10px;
        width: 140px;
    }

    .cart-block-right {
        width: 1075px;
    }

    .cart-form-change-item {
        margin: 0 10px 5px 10px;
    }

    .cart-block-left {
        width: 320px;
    }

    .cart-block-right {
        width: 860px;
    }

    .cart-table th {
        padding: 0 10px;
    }

    .product-info-prices {
        float:  none;
        margin-bottom: 25px;
    }

    #product-info-tab3 .col-md-6 {
        width: 100%;
    }

    .product-info-content {
        width: 100%;
    }

}

.header-left-block {
    float: left;
    padding: 0 60px;

}
.top-menu ul.active li ul {
    display: block;
}
.top-menu ul.active li i {
    display: none;
}

/* для того чтобы блок слайдера (слева) и блок спецпридложений (справа) показывались на главной рядом до 1580px по горизонтали*/
@media screen and (max-width: 1890px) {
}

@media screen and (max-width: 1750px) {

}

@media screen and (max-width: 1650px) {

}

@media screen and (max-width: 1580px) {

    .row-edited {
        flex-wrap: wrap;
        justify-content: center;
    }

    .col-specials {
        display: none;
    }
}

/* ******* */

@media screen and (min-width: 1200px) {

    .top-menu ul li {
        position: relative;
    }
    .top-menu ul li a {
        text-decoration: none!important;
        transition: all 0.5s;
    }
    .top-menu ul li:hover>a {
        color: #59b351;
        text-decoration: none;
        transition: all 0.5s;
    }
    .top-menu ul li ul {
        opacity: 0;
        display: none;
        position: absolute;
        top: 30px;
        text-align: left;
        z-index: 999;
        background: #fff;
        transition: all 0.5s;
        -webkit-box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    0px 3px 9px 0px rgba(50, 50, 50, 0.5);
        box-shadow:         0px 3px 9px 0px rgba(50, 50, 50, 0.5);
        padding: 10px 15px;
    }
    .top-menu ul li ul li {
        margin: 0;
        width: 125px;
    }
    .top-menu ul li:hover ul {
        opacity: 1;
        display: block;
        transition: all 0.5s;
    }
}

@media screen and (max-width: 1580px) {

    .center-wrapper {
        width: 1300px;
    }

    .top-menu li {
        margin-right: 20px;
    }
    .top-menu li:after {
        right: -11px;
    }

    .top-enter {
        padding: 8px 15px 9px 15px;
    }

    .top-enter__link:before {
        left: -30px;
    }

    .header-left {
        float: left;
        width: 70%;
        position: relative;
    }

    .header-logo {
        float:left;
    }
    .header-phone {
        font-size: 18px;
        margin-top: 10px;
    }

    .header-right-block {
        float: none;
        width: 100%;
    }


    .header-contacts {
        float: right;
        margin-bottom: 0;
    }

    .header-address-select {
        position: relative;
        z-index: 151;
    }

    .header-menu {
        float: left;
    }

    .header-menu li {
        padding: 9px 7px;
    }

    .menu-carousel .item:nth-child(n+5) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .main-content-cell_right {
        width: 302px;
    }

    .triple-product-carousel-wrap .slick-arrow {
        top: -47px;
    }
    .triple-product-carousel-wrap .main-title {
        margin: 0 30px;
        margin-bottom: 9px;
    }

    .main-tabs .product-row .product-item {
        margin-right: 35px;
        margin-bottom: 35px;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active, .main-tabs .ui-tabs-nav li {
        margin-bottom: 10px;
    }

    .main-news {
       /* width: 611px;*/

        width: 550px;
        text-align: center;
    }

    .m-news-item-block {
        width: 50%;
    }
    .m-news-item-block:nth-child(n+3) {
        display: none;
    }

    .main-news__all {
        right: 31px;
    }

    .main-clients {
        width: 610px;
    }

    .main-about {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }

    .main-address-slider-wrap {
        float: none;
        margin: 0 auto;
    }

    .footer-menu li {
        padding: 0 25px;
    }

    .footer-contacts-row {
        width: 800px;
    }

    .footer-contacts-cell {
        float: left;
        display: block;
        margin-bottom: 10px;
        padding: 0;
        width: 50%;
    }
    .footer-contacts-cell:after {
        display: none;
    }

    .footer-social {
        padding-top: 11px;
    }

    .news-wrapper {
        width: 916px;
    }

    .about-gallery .item {
        width: 16.66%;
        height: 16.66%;
    }

    .about-gallery .item-content {
        padding: 5px 5px 5px 15px;
    }

    .about-gallery .item-content p {
        margin-bottom: 10px;
    }
    .about-gallery .item-content p:after {
        left: -8px;
    }

    .about-benefits-row .item {
        margin: 0 5px;
        width: 225px;
        padding: 70px 10px 0;
    }

    .about-benefits-row .item__title {
        font-size: 16px;
    }

    .about-benefits__text {
        padding: 0 20px;
    }

    .about-history-columns {
        margin-left: -0.7%;
        margin-right: -0.7%;
    }

    .ah-block {
        width: 31.8%;
        margin: 0 0.7%;
    }

    .portfolio-product-content {
        width: 605px;
    }

    .pp-table {
        float: none;
        margin: 0 0 20px 0;
    }

    .other-product-carousel .slick-slide {
        margin-right: 47px;
    }

    .payment-content-block {
        padding-right: 20px;
    }

    .delivery-block {
        margin: 0 5px 20px;
        width: 285px;
    }

    .delivery-block__title {
        font-size: 17px;
    }

    .delivery-block-content {
        padding: 15px 10px 5px 10px;
    }
    .delivery-block-content p {
        margin-bottom: 10px;
    }

    .delivery-map-info {
        left: 50px;
        bottom: 5px;
    }

    .dmi__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .dmi__text {
        margin-bottom: 15px;
    }

    .footer-menu li {
        padding: 0 7px;
    }
    .footer-menu li:after {
        display: none;
    }

    .franchise-benefits-row {
        text-align: center;
    }

    .franchise-benefits-row .item {
        height: auto;
        vertical-align: top;
        padding: 20px 10px 10px;
        width: 16.66%;
    }

    .franchise-benefits-row .item__image {
        margin: 0 0 15px 0;
        position: static;
        display: block;
    }

    .franchise-benefits-row .item__title {
        display: block;
        padding-right: 0;
        text-transform: none;
    }

    .franchise-cities-top {
        margin-bottom: 80px;
    }

    .franchise-promo-block_1 {
        background-position: -320px 0;
    }

    .franchise-cities-inner {
        width: 950px;
    }

    .franchise-promo-buttons span {
        display: block;
        margin: 10px 0;
    }

    .franchise-cities {
        min-height: 640px;
        background-size: 1200px 612px;
    }

    .franchise-cities-content {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .franchise-cities-join {
        padding-left: 0;
    }
    .franchise-cities-join .btn {
        color: #fff;
        background: #4daf45;
    }
    .franchise-cities-join .btn:hover {
        background: #4a9843;
    }

    .fcj__title {
        display: block;
        margin-bottom: 10px;
    }

    .cabinet-content {
        width: 850px;
    }

    .cf-company-row .cf-item {
        padding-right: 0;
        width: 100%;
    }

    .cabinet-table table th {
        padding: 18px 5px;
    }

    .cabinet-table .ct-action {
        text-transform: none;
        padding: 3px 10px;
    }

    .content {
        width: 905px;
    }

    .nofilter .search-result-block {
        width: 25%;
    }
    .search-result-block {
        width: 33.33%;
        padding: 0 28px 56px;
    }

    .search-result-row {
        margin-left: -28px;
        margin-right: -28px;
    }

    .news-wrapper_single {
        width: 900px;
    }

    .news-item-block {
        width: 25%;
    }
    .news-item-block:nth-child(n+5) {
        display: none;
    }

    .product-info-content {
        width: 600px;
    }

    .product-info-tabs .product-info-tabs-list .ui-tabs-nav {
        float: none;
    }

    .product-info-tabs-call {
        float: none;
        margin-bottom: 10px;
        padding: 15px 0 15px 40px;
        height: auto;
        width: 100%;
    }

    .product-info-tabs-list .ui-tabs-nav li:last-child, .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active:last-child {
        border-right: 3px solid #EAEAEC;
    }

    .product-info-actions .pic-color {
        margin-bottom: 10px;
    }

    .product-info-offer-row .item {
        margin: 0 0 10px 0;
        width: 100%;
        height: 82px;
    }

    .pif-cell {
        display: block;
        margin-bottom: 10px;
    }

    .pic-list li {
        padding-right: 5px;
    }

    .product-carousel .slide {
        margin-right: 47px;
    }

    .product-info-content_2 .product-info-top {
        width: 290px;
    }

    .product-color-carousel-wrap {
        margin-bottom: 15px;
    }

    .product-info-left {
        float: none;
        margin-bottom: 20px;
    }

    .product-info-content {
        float: none;
        width: 100%;
    }

    .product-info-prices {
        float: none;
        margin-bottom: 25px;
    }

    .product-info-actions .pic-color {
        display: block;
        margin-bottom: 10px;
    }

    .pic-quantity {
        margin-bottom: 10px;
        display: block;
        width: 115px;
    }

    .pic-cart__btn {
        display: block;
        margin-bottom: 10px;
        width: 140px;
    }

    .product-info-top-inner {
        padding-left: 0;
    }

    .product-info-form {
       /* float: right;*/
        width: 100%;
    }

    .calculate-budget-row {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 20px;
    }

    .cb-filter {
        padding: 0 10px;
    }

    .cb-filter-body {
        padding: 15px;
    }

    .cb-filter-field {
        width: 110px;
    }

    .cb-filter-field .cb__field {
        padding-left: 5px;
    }

    .cb-filter-slider-wrap {
        width: 178px;
    }

    .cb-filter__title {
        text-transform: none;
    }

    .variant-carousel .slick-slide {
        margin-right: 55px;
    }

    .cart-block-left {
        float: none;
        margin-bottom: 20px;
        width: 625px;
    }

    .cart-block-right {
        float: none;
        width: 100%;
    }

    .cart-delivery-block {
        margin-right: 20px;
        width: 386px;
    }
    .cart-delivery-block:last-child {
        margin-right: 0;
    }

    .cdb-field-block {
        width: 120px;
    }

    .cdb-field-block_big {
        width: 253px;
    }

    .cdb-content {
        display: none;
        opacity: 1;
    }
    .cdb-content:after {
        display: none;
    }

    .cart-delivery-block {
        float: none;
        margin: 0 0 15px 0;
        padding-bottom: 20px;
        border-bottom: 2px solid #57b24f;
        width: 100%;
    }
    .cart-delivery-block.active .cdb-content {
        display: block;
    }

    .cdb-content-main, .cdb-content-add {
        width: 386px;
    }

    #product-info-tab3 .col-md-6 {
        width: 100%;
    }

    #product-info-tab3 .col-md-4 {
        width: 100%;
    }
}

@media screen and (max-width: 1450px) {

    .header-info {
        width: 200px;
    }

    .header-search {
        width: 250px;
    }

    .header-basket {
        width: 100px;
        padding-top:20px;
        flex:none;
    }

    .slogan {
        max-width: 400px;
        width: 100%
    }
}

@media screen and (max-width: 1260px) {
    .center-wrapper {
        width: 980px;
    }
    header .center-wrapper {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .main-content {
        padding: 30px 0;
    }

    .main-menu-inner {
        padding-left: 150px;
    }

    .menu-carousel {
        padding: 0 35px;
    }

    .top-menu li {
        margin-right: 12px;
    }
    .top-menu li:after {
        display: none;
    }
    .top-menu li a {
        font-size: 12px;
    }

    .top-enter__link span {
        display: none;
    }

    .header-left {
        padding-left: 125px;
        padding-right: 260px;
    }

    .header-menu li {
        padding: 8px 7px;
    }

    .header-logo {
        top: 0;
        margin-top: 0;
    }

    .header-phone {
        padding-left: 10px;
        font-size: 14px;
    }

    .header-right {
        padding-left: 0;
    }

    .menu-carousel .item:nth-child(n+4) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .main-content-cell {
        float: none;
    }

    .promo-product {
        margin-bottom: 20px;
    }
    .promo-product img {
        width: 100%;
    }

    .double-product-carousel-wrap {
        display: block;
        width: 660px;
    }
    .double-product-carousel-wrap .main-title_db {
        margin: 0 0 26px 0;
    }
    .double-product-carousel-wrap .slick-arrow {
        top: -54px;
    }
    .double-product-carousel-wrap .slick-prev {
        left: 31px;
    }
    .double-product-carousel-wrap .slick-next {
        right: 31px;
    }

    .triple-product-carousel-wrap .slick-prev {
        left: 31px;
    }
    .triple-product-carousel-wrap .slick-next {
        right: 31px;
    }

    .main-news {
        float: none;
        margin-bottom: 15px;
        height: auto;
        width: 100% !important;
    }

    .main-reviews {
        float: none;
        width: 100% !important;
        height: auto;
        padding-bottom: 15px;
    }

    .m-news-item-block {
        width: 50%;
    }
    .m-news-item-block:nth-child(n+3) {
        display: inline-block;
    }
    .m-news-item-block:nth-child(n+4) {
        display: none;
    }

    .main-news__all {
        right: 54px;
    }

    .mr-review-top {
        max-width: 515px;
    }

    .main-clients {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .main-videos {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-contacts-row {
        width: 675px;
    }

    .clients-block_npt {
        padding-top: 40px;
    }

    .news-wrapper {
        width: 700px;
    }

    .news-list .item-left {
        float: none;
        margin-bottom: 10px;
    }

    .news-list .item-content {
        margin-left: 0;
    }

    .reviews-info {
        width: 100%;
    }

    .error-page {
        width: 100%;
    }

    .about-benefits-row .item {
        width: 185px;
    }

    .about-benefits-row .item__title {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about-gallery .item {
        width: 25%;
        height: 25%;
    }
    .about-gallery .item img {
        width: 100%;
    }

    .about-gallery .item-content {
        padding: 30px 20px;
    }

    .about-gallery .item-content p {
        font-size: 15px;
        line-height: 1.1;
    }

    .portfolio-product-media {
        float: none;
        margin-bottom: 30px;
    }

    .portfolio-product-content {
        float: none;
        width: 100%;
    }

    .pp-table {
        float: left;
        margin-right: 17px;
    }

    .other-product-carousel .slick-slide {
        margin-right: 93px;
    }

    .delivery-block {
        width: 330px;
    }

    .delivery-map-top {
        position: static;
        margin-bottom: 15px;
    }

    .delivery-map-info {
        position: static;
        width: 100%;
        max-width: 600px;
    }

    .footer-menu li {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
        margin-bottom: 3px;
        padding: 0;
    }

    .footer-social {
        text-align: center;
    }

    .franchise-benefits-row {
        padding: 0;
    }

    .franchise-cities-top {
        margin-bottom: 30px;
    }

    .franchise-cities {
        padding-top: 30px;
        min-height: 550px;
        background: #59b451;
    }
    .franchise-cities h2 {
        color: #fff;
    }

    .franchise-cities__subtitle {
        color: #fff;
    }

    .franchise-cities-inner {
        width: 100%;
    }

    .franchise-cities-content {
        padding: 0 25px;
    }

    .franchise-cities-join {
        padding: 30px 0;
        background: #fff;
        text-align: center;
    }

    .cabinet-content {
        width: 635px;
    }

    .cabinet-form-wrap .cabinet-form {
        width: 300px;
    }

    .cabinet-form-wrap .cabinet-form_private {
        margin-right: 20px;
    }

    .content {
        width: 685px;
    }

    .search-result-row {
        margin: 0;
    }

    .nofilter .search-result-block {
        width: 33.33%;
    }
    .search-result-block {
        width: 50%;
        padding: 0 0 80px;
    }

    .search-result-show {
        padding-right: 70px;
    }

    .news-wrapper_single {
        width: 680px;
    }

    .content-text img {
        float: none;
        margin-left: 0;
    }

    .news-item-block {
        width: 33.333%;
    }
    .news-item-block:nth-child(n+4) {
        display: none;
    }

    .product-info-top {
        width: 384px;
    }

    .product-info-content_2 .product-info-top {
        position: static;
        width: 100%;
    }

    .product-color-carousel-wrap {
        margin-bottom: 15px;
    }

    .product-carousel .slide {
        margin-right: 93px;
    }

    .cb-filter {
        width: 50%;
    }

    .cb-filter-slider-wrap {
        width: 270px;
    }

    .variant-top {
        margin-bottom: 5px;
    }

    .variant-top h2 {
        font-size: 19px;
    }
    .variant-top h2 span {
        font-size: 19px;
    }

    .variant-carousel .slick-slide {
        margin-right: 155px;
    }

    .main .product-info {
        display: flex;
        flex-direction: column;
    }

    .main .product-info .col-md-4 {
        width: 100%;
    }

    .main .product-info .col-md-8 {
        width: 100%;
    }

    .product-info-top {
        width: 100%;
    }

    #product-info-tab1 .col-md-6 {
        width: 100%;
    }

    #product-info-tab3 .col-md-6 {
        width: 100%;
    }

    .slogan {
        width: 100px;
    }
}

@media screen and (max-width: 1260px) {

    .big-image-home, .main-portfolio-list-item {
        width: 100%;
    }

    .main-portfolio-slider-wrap .main-address-slider .slick-prev,
    .main-portfolio-slider-wrap .main-address-slider .slick-next  {
        top:25%;
    }

    .main-portfolio-slider-wrap .main-address-slider .slick-prev {
        left: 0;
    }

    .main-portfolio-slider-wrap .main-address-slider .slick-next  {
        left : 97%;
    }

    .header-search {
        width: 200px !important;
    }

    form.lv-search input {
        width: 150px;
    }

    .header-address {
        width: 240px;
    }

    .header-logo img {
        width: 150px;
    }

}

.top-menu {
    text-align: left;
    padding: 0;
}
.top-menu ul {
    text-align: center;
}
.top-menu ul.active {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    top: 80px;
    z-index: 555;
    padding-bottom: 15px;
}
.top-menu ul.active li a {
    font-size: 15px;
    padding: 15px 0;

}
.top-menu li {
    display: inline-block;
    padding: 0;
}
.top-menu li a {
    display: block;
    padding: 6px 0;
    border-top: 1px solid #fff;
}
@media screen and (max-width: 1199px) {

    .top-menu__switcher {
        display: inline-block;
    }
    .top-menu ul {
        display: none;
    }
    .top-menu li {
        display: block;
        margin: 0;
    }

    .header-info {
        width: 150px !important;
    }

    .header-info .header-phone a {
        font-size: 16px;
    }

    .header-logo img {
        width: 130px !important;
    }

}

/* STICKY-меню */
@media screen and (min-width:300px){

    .sticky-content.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;

        border-bottom: 1px #ccc solid;
    }


}

@media screen and (max-width:300px){
    .sticky-anchor {
        display: none;
    }
}

@media screen and (max-width: 1020px) {

    .main .product-info {
        width: 100%;
    }
    .main .product-info-left {
        width: 100%;
    }
    .main .product-info-content {
        width: 100%;
    }

    .top-menu__switcher {
        top: 9px;
    }


    .select-city__block__text-city:before {
        display: none;
    }
    .mobi-region .select-city-wrap, .mobi-region {
        display: block;
    }
    .pitt-cell_hide {
        display: none;
    }

    .center-wrapper {
        width: 750px;
    }

    .top .center-wrapper {
        padding-top: 47px;
        width: 100%;
    }

    .top-menu {
        float: none;
        margin: 0;
    }

    .top-enter {
        float: none;
        position: absolute;
        top: 0;
        margin-right: -375px;
        right: 50%;
        padding: 0 10px 0 15px;
    }

    .top-enter a {
        line-height: 47px;
        height: 47px;
    }

    .header {
        padding: 10px 0;
    }

    .header-left {
        padding: 0;
    }

    .header-address-select {
        padding-left: 0;
    }


    .header-phone {
        float: none;
    }

    .header-left-block {
        width: 100%;
    }

    .header-timetable {
        float: none;
        display: block;
    }

    .ht-block {
        padding: 8px 7px;
    }

    .header-contacts {
        position: absolute;
        left: 130px;
        top: 80px;
    }

    .header-contacts {
        top: 70px;
    }

    .header-contact-us {
        padding-left: 40px;
    }

    .header-menu {
        float: none;
        width: 100%;
    }

    .main-menu {
        width: 125px;
    }

    .main-menu-inner {
        padding-left: 125px;
    }

    .main-menu__btn {
        padding: 16px 10px 13px 35px;
    }
    .main-menu__btn:before {
        left: 12px;
    }

    .menu-carousel .slick-prev {
        left: 5px;
    }

    .menu-carousel .slick-next {
        right: 5px;
    }

    .menu-carousel .item:nth-child(n+3) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .double-product-carousel-wrap {
        /*  width: 471px;*/
        width: 100%;
    }
    .double-product-carousel-wrap .slick-prev {
        left: 0;
    }
    .double-product-carousel-wrap .slick-next {
        right: 0;
    }

    .triple-product-carousel-wrap .slick-arrow {
        top: -39px;
    }
    .triple-product-carousel-wrap .slick-prev {
        left: 56px;
    }
    .triple-product-carousel-wrap .slick-next {
        right: 56px;
    }

    .m-news-item-block {
        width: 50%;
    }
    .m-news-item-block:nth-child(n+3) {
        display: none;
    }

    .main-news__all {
        right: 65px;
    }

    .main-address-slider-wrap {
        width: 100%;
    }

    .footer-menu li {
        margin: 0 12px 5px 0;
    }

    .footer-inner {
        padding-left: 115px;
    }

    .footer-contacts {
        float: none;
        margin-bottom: 15px;
    }

    .footer-social {
        float: none;
    }
    .footer-social a:first-child {
        margin-left: 0;
    }

    .news-wrapper {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .right-block {
        float: none;
        width: 100%;
    }

    .subscribe {
        float: left;
        width: 440px;
        border-radius: 3px;
    }

    .main-banner {
        float: right;
        height: auto;
    }

    .rs-btn {
        min-width: auto;
        padding: 9px 10px;
    }

    .calculate-budget-row {
        margin: 0 0 20px 0;
    }

    .cb-filter {
        width: 100%;
    }

    .cb-filter-slider-wrap {
        width: 520px;
    }

    .variant-top {
        text-align: center;
    }

    .calc-product-section .border-title {
        text-align: center;
    }

    .reviews-tabs-content {
        text-align: left;
    }

    .variant-carousel {
        text-align: center;
    }
    .variant-carousel .slick-slide {
        margin: 0;
    }

    .cabinet-left {
        padding-left: 0;
    }

    .cabinet-menu {
        padding-top: 46px;
    }
    .cabinet-menu:before {
        left: 0;
        top: 0;
        border-radius: 5px 5px 0 0;
    }

    .left-column {
        float: none;
        width: 100%;
    }

    .variant-tab-list {
        margin-bottom: 25px;
        border-radius: 0;
    }
    .variant-tab-list .ui-tabs-nav .ui-tabs-anchor, .variant-tab-list .ui-tabs-nav .ui-tabs-anchor {
        padding: 3px 0;
    }

    .left-phone {
        display: none;
    }

    .header-phone:before {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: 3px;
    }

    .left-phone_mobile {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }

    .left-phone__title {
        margin-bottom: 5px;
    }

    .error-page {
        padding: 50px 20px 50px 350px;
        background-position: -20px 0;
    }

    .header-search {
        float: left;
    }
    .error-search .header-search__field {
        width: 290px;
    }

    .about-gallery .item-content {
        padding: 15px 5px 10px 20px;
    }

    .about-gallery .item-content p {
        font-size: 12px;
    }

    .about-benefits-row .item {
        margin: 0 10px 70px;
    }

    .about-benefits-row {
        margin-bottom: 10px;
    }

    .about-history-columns {
        margin: 0;
    }

    .ah-block {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }

    .pp-table {
        float: none;
        margin-right: 0;
    }

    .other-product-carousel .slick-slide {
        text-align: center;
        margin-right: 0;
    }

    .other-product-carousel .slick-arrow {
        top: -60px;
    }

    .other-product-carousel .slick-prev {
        left: 50%;
        margin-left: -200px;
    }

    .other-product-carousel .slick-next {
        right: 50%;
        margin-right: -200px;
    }

    #modal-choose-region {
        width: 300px;
    }
    #modal-choose-region .modal-content {
        padding: 15px 15px 20px;
    }

    .payment-btn {
        padding: 15px 20px 15px 55px;
    }

    .payment-btn_cash {
        background-position: 10px 50%;
    }

    .payment-btn_ym {
        background-position: 10px 50%;
    }

    .region-row {
        -moz-columns: 1 200px;
        -webkit-columns: 1 200px;
        -ms-columns: 1 200px;
        columns: 1 200px;
    }

    .modal-scroll {
        height: 400px;
    }

    .portfolio-product-media {
        width: 100%;
    }
    .portfolio-product-media .slick-slide {
        text-align: center;
    }

    .footer .center-wrapper {
        padding: 0;
        width: 100%;
    }

    .footer-logo {
        display: block;
        float: none;
        position: static;
        width: 97px;
        margin: 25px auto 0;
    }

    .footer-inner {
        padding-left: 0;
        text-align: center;
    }

    .footer-contacts {
        display: inline-block;
    }

    .footer-contacts-row {
        text-align: left;
        width: 100%;
    }

    .footer-contacts-cell {
        float: none;
        width: 100%;
    }

    .footer-logo {
        top: 37px;
    }

    .footer-menu__switcher {
        display: inline-block;
        left: 50%;
        margin-top: 5px;
        margin-left: -370px;
    }

    .footer-menu {
        text-align: left;
        padding: 3px 0 3px;
    }
    .footer-menu ul {
        display: none;
        margin-top: 4px;
        text-align: center;
    }
    .footer-menu ul.active {
        display: block;
    }
    .footer-menu li {
        display: block;
        margin: 0 !important;
        padding: 0;
    }
    .footer-menu li a {
        display: block;
        padding: 6px 0;
        border-top: 1px solid #fff;
    }

    #modal-complex {
        width: 740px;
    }

    #modal-complex .modal-content {
        padding: 35px 15px 20px 15px;
    }

    .mcomplex-tabs-top {
        margin-bottom: 20px;
    }

    .mct__title {
        width: 138px;
    }

    .mct-form-item-block {
        margin-bottom: 10px;
        width: 100%;
        float: none !important;
    }

    .mct__title {
        text-transform: none;
    }

    .franchise-benefits-row .item {
        padding: 20px 5px 10px;
    }

    .franchise-cities-content {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .franchise-promo-block {
        display: block;
        width: 100%;
    }

    .franchise-promo-block_1 {
        background-position: -190px 0;
    }

    .franchise-benefits-row .item__image {
        display: inline-block;
        width: 60px;
        height: 60px;
    }
    .franchise-benefits-row .item__image img {
        max-width: 100%;
        height: auto;
    }

    .franchise-benefits-row .item__title {
        font-size: 12px;
        line-height: 1;
    }

    .cabinet-left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .cabinet-menu li {
        padding: 8px 10px 8px 15px;
    }

    .cabinet-content {
        float: none;
        width: 100%;
    }

    .cabinet-form-wrap .cabinet-form {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        float: none;
    }

    .search-filter__mobile {
        display: block;
    }

    .nofilter .search-result-block {
        width: 50%;
    }
    .search-result-block {
        text-align: center;
    }

    .search-top {
        text-align: center;
    }

    .search-filter {
        display: inline-block;
    }

    .content {
        width: 100%;
        float: none;
    }

    .left-column {
        float: none;
    }

    .left-filter {
        margin-bottom: 30px;
        width: 100%;
    }

    .filter-slider-fields {
        width: 300px;
    }

    .filter-block {
        padding: 10px 20px 15px 20px;
    }

    .bx-active .filter-block__title {
        margin-bottom: 10px;
    }

    .sf-cell {
        padding: 0 8px 2px 8px;
    }

    .right-block {
        padding-left: 90px;
    }

    .right-block .video-item {
        margin-right: 20px;
    }

    .news-item-block {
        width: 50%;
    }
    .news-item-block:nth-child(n+3) {
        display: none;
    }

    .product-info-top {
        position: static;
        width: 100%;
    }

    .pip-discount-price {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
    }

    .pip-old-price {
        display: inline-block;
        vertical-align: top;
    }

    .product-info-offer-row .item {
        height: auto;
    }

    .product-carousel .slide {
        text-align: center;
        margin: 0;
    }

    .product-info-left {
        width: 100%;
    }

    .product-slider-big-wrap {
        width: 100%;
    }

    .ps-item__image {
        text-align: center;
    }

    .product-info-about ul li:before {
        display: none;
    }

    .product-slider-small_2 {
        width: 100%;
    }

    .product-info-left_2 .product-slider-big-wrap {
        height: auto;
    }

    .product-scheme-carousel-wrap {
        width: 440px;
        margin: 0 auto 15px;
    }

    .product-info-tabs .product-info-tabs-list {
        float: none;
        width: 100%;
    }

    .wrapper {
        display: block;
    }

    .wrapper-content {
        display: block;
        height: auto;
    }

    .left-filter {
        display: none;
    }

    .cart-table th {
        font-size: 10px;
    }

    .cart-table th, .cart-table td {
        padding: 0 5px;
    }

    .cart-table td:nth-child(2) {
        width: 200px;
        font-size: 12px;
    }

    .cart-table td:nth-child(5) {
        width: 110px;
    }

    .cart-block-left {
        width: 100%;
    }

    .cart-payment {
        width: 100%;
    }

    .cart-payment .radio-block {
        float: none;
        margin-bottom: 15px;
    }

    .new-wrap {
        margin-left: 0 !important;
    }

    .main-content_npb {
        margin-right: 20px;
        margin-left: 20px;
    }

    .container-portfolio {
        margin-left: 20px;
        margin-right: 20px;
    }

    .main-news, .main-reviews {
        width: 100%;
    }

    .header-search {
        width: 130px !important;
    }

    form.lv-search input {
        width: 100px !important;
    }

    .slogan {
        display: none;
    }

    .new-wrap {
        width: 100%;
    }

    .header-logo img {
        width: 90px !important;
    }
}

@media only screen and (min-width:865px) and (max-width:1114px){
    .product-tabs-wrapp{

        margin-left: -48px;

    }

}

@media screen and (max-width: 1000px) {
    .row-edited {
        justify-content: center;
    }
    {
        margin-right: 0;
    }

}

.select-city-wrap {
    background: #00832d;
    border-radius: 5px;
    margin-top: 15px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 145px;
    text-align: center;
    margin-right: 0;
}

@media screen and (max-width: 997px) {
    .select-city-wrap {
        margin-top: 10px;
    }

}

@media screen and (max-width: 996px) {

    .main-portfolio {
        display: none;

    }

    .main-section-item {
        width: 100%;
    }

    .home-product-carousel .slick-prev {
        left: -10px;

    }
}

@media only screen and (max-width:979px){
    .header-search__field {
        position: relative;
        padding-left: 15px;
        float: right;
        width: 100%;
        border: 1px solid #E8EAED;
        cursor: text;
    }
}
@media only screen and (min-width:980px){
    header .header-search__field:focus {
        border: 1px solid #E8EAED;
        cursor: text;
        position: absolute;
        width: 300px;
        right: -1px;
        transition: all 0.5s;
    }
}

@media only screen and (max-width:563px){
    .product-tabs-wrapp{

        margin-left: 0;
        padding-left: 0;

    }
}

@media screen and (max-width: 775px) {
    .header-align {
        flex-wrap: nowrap;
    }

    .m-20-right {
        margin: 0 20px 0 0;
    }

    .select-city-wrap {
        float: unset;
        margin: 20px 10px 10px 10px;
    }

    .header-info {
        text-align: unset;
    }

    .bx-basket {
        margin-top: 20px;
    }

    .header-second-row {
        align-items: flex-end;
    }

    .header-logo img {
        width: 60px !important;
    }
}

@media screen and (max-width: 767px) {

    .center-header-wrapper {
        margin: 0 10px;
    }

    .header-align {
        align-items: center;
    }

    .m-20-right{
        margin: 0 5px 0 0;
    }

    .header-logo {
        margin-bottom: 15px;
        padding-top: 3px;
    }

    /* слоган */
    .header-slogan {
        font-size: #00832d;
    }

    .select-city-wrap {
        margin: 0 auto;
        float: none;
    }
    .header-phone:before {
        display: none;
    }

    .header-logo {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .header-left {
        width: 100%;
    }

    .header-contacts-callback {
        display: none;
    }


    .product-stat-column {
        float: none;
        width: 100%;
    }

    .center-wrapper {
        width: 100%;
        padding: 0 10px;
    }

    .top .center-wrapper {
        padding: 47px 0 0 0;
    }

    .top-enter {
        right: 0;
        margin: 0;
    }

    .top-menu__switcher {
        left: 10px;
        margin: 0;
    }

    .footer-menu__switcher {
        left: 10px;
        margin: 0;
    }

    .header-logo {
        /*  left: 10px;*/
        display: block;
        float: none;
    }

    .header-info {
        position: relative;
        display: block;

        width: 160px !important;
    }

    .city-info {
        display: none;
    }

    .header-address-select {
        display: block;
        margin-bottom: 3px;
    }

    .header-contacts {
        top: 4px;
        left: 130px;
    }

    .header-contact-us {
        width: 100%;
    }

    .header-left-block {
        padding: 0;
    }

    .header-menu li:after {
        display: none;
    }

    .menu-carousel .item:nth-child(n+2) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .main-menu li ul {
        position: static;
        box-shadow: none;
        padding: 0;
        background:#55B14D;
        padding-left: 15px;
        min-height: auto;
    }

    .promo-product__title {
        font-size: 13px;
    }

    .header-phone {
        padding: 0 15px;
        margin-top: 15px;
    }

    .hc-info {
        padding: 0;
    }
    .promo-product__order {
        top: -1px;
    }

    .double-product-carousel-wrap {
        /*  width: 286px;*/
        width: 100%;
    }

    .double-product-carousel-wrap .main-title_db {
        margin: 0 30px 14px 30px;
        font-size: 12px;
    }

    .double-product-carousel-wrap .slick-arrow {
        top: -48px;
    }

    .main-tabs-product-row {
        margin: 0;
        text-align: center;
    }
    .main-tabs-product-row .product-item {
        margin: 0 5px 10px;
    }

    .main-tabs .ui-tabs .ui-tabs-nav {
        margin-bottom: 5px;
    }

    .main-news .border-title {
        margin-bottom: 10px;
    }

    .main-news-row {
        padding: 0 10px;
    }

    .main-news__all {
        position: static;
        display: inline-block;
        margin-bottom: 15px;
    }

    .mr-review-info {
        width: 400px;
    }

    .main-reviews .border-title {
        margin-bottom: 10px;
    }

    .main-reviews__all {
        position: static;
        display: inline-block;
        margin-bottom: 15px;
    }

    .main-videos-row .item {
        margin-bottom: 8px;
    }

    .main-clients {
        padding-top: 0;
    }
    .main-clients .border-title {
        margin-bottom: 10px;
    }

    .main-clients__all {
        position: static;
        display: inline-block;
        margin-bottom: 15px;
    }

    .main-address-slider img {
        max-width: 100%;
        height: auto;
    }

    .ma-info__item span {
        text-transform: none;
    }



    .about-gallery .item-content p {
        line-height: 1.15;
    }

    .main-address-slider-wrap .slick-arrow {
        top: 50%;
        margin-top: -15px;
    }

    .footer__phones {
        margin-bottom: 10px;
    }

    .footer__mail {
        margin-bottom: 10px;
    }

    .cb-filter-content {
        padding-right: 130px;
        position: relative;
    }

    .cb-filter-field {
        position: absolute;
        top: 0;
        right: 0;
    }

    .cb-filter-slider-wrap {
        width: 100%;
    }

    .menu-item__title {
        text-transform: none;
        font-size: 13px;
    }

    .main-menu li a {
        padding: 5px 25px 5px 25px;
        text-transform: none;
    }

    .subscribe {
        width: 50%;
    }

    .error-page .header-search__btn {
        border-left: 3px solid #51a54c;
        border-radius: 0;
    }

    .reviews-info {
        margin-bottom: 20px;
    }

    .reviews-tabs-content {
        padding: 20px 15px 10px;
    }

    .reviews-list .item-left {
        float: none;
        margin-bottom: 20px;
    }

    .reviews-list .item-content {
        margin-left: 0;
    }

    .reviews-list .item {
        padding-right: 20px;
    }

    .reviews-content-paginator {
        position: static;
        margin-bottom: 16px;
    }

    .rs-btn span {
        display: none;
    }

    .reviews-sort__delete {
        position: static;
        display: inline-block;
        vertical-align: middle;
    }

    .reviews-tabs .ui-tabs-nav li {
        float: none;
        display: block;
        margin-right: 0;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #E8EAED;
        border-radius: 0 !important;
    }

    .reviews-tabs .ui-tabs-nav li a {
        border-radius: 0 !important;
    }

    .reviews-tabs .ui-tabs-nav li.ui-tabs-active {
        margin-bottom: 0;
    }

    .reviews-tabs .ui-tabs-nav .ui-tabs-anchor {
        display: block;
        float: none;
    }

    .error-page {
        padding-left: 250px;
        background-size: 300px 343px;
    }

    .error-search .header-search__field {
        width: 100%;
        margin-bottom: 5px;
        border-right: 3px solid #E8EAED;
    }


    .about-portfolio__btn {
        position: static;
        margin: 20px auto 0;
        display: block;
    }

    .about-benefits__title {
        font-size: 17px;
        top: -18px;
    }

    .about-gallery {
        text-align: center;
    }

    .about-gallery .item {
        width: 33.333%;
        height: 33.333%;
        text-align: left;
    }

    .payment-content-block {
        float: none;
        width: 100%;
    }

    .delivery-block {
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
        min-height: auto;
        height: auto !important;
    }

    #modal-login {
        width: 400px;
    }

    .mlc-inner {
        padding: 20px;
    }

    #modal-thanks {
        width: 400px;
    }

    .modal-content_thanks {
        padding: 20px;
    }

    #modal-application {
        width: 400px;
    }

    .modal-content__title {
        font-size: 17px;
    }

    #modal-complex {
        width: 500px;
    }

    #modal-complex .modal-content {
        padding: 38px 10px 10px;
    }

    .mct-form-block {
        float: none;
        width: 100%;
    }

    .upload__note {
        max-width: 300px;
    }

    .mct__title {
        width: 96px;
        margin: 0;
        height: 100px;
        border-radius: 0;
        line-height: 1.1;
        border: 1px solid #EAEAEC;
        border-right: 0;
    }
    .mct__title:last-child {
        border-right: 1px solid #EAEAEC;
    }

    #modal-add {
        width: 400px;
    }
    #modal-add .modal-top {
        padding-left: 60px;
    }
    #modal-add .modal-add__quantity {
        left: 7px;
    }

    .modal-add-left {
        float: none;
        text-align: center;
        width: 100%;
    }

    .modal-add-content {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .modal-add-bottom-left {
        margin-bottom: 5px;
        float: none;
        width: 100%;
    }

    .modal-add-bottom-content {
        float: none;
        width: 100%;
    }

    #modal-add-full {
        width: 400px;
    }

    .maf-fields {
        float: none;
        width: 100%;
    }

    .maf-text {
        float: none;
        width: 100%;
    }

    .modal-add__order {
        width: 100%;
    }

    #modal-worksheet {
        width: 400px;
    }

    .worksheet-desktop {
        display: none;
    }

    .worksheet-mobile {
        display: inline-block;
    }

    .cabinet-table {
        width: 100%;
        overflow-y: auto;
        margin-right: 5px;
        white-space: nowrap;
    }

    .address-table {
        width: 100%;
        overflow-y: auto;
        margin-right: 5px;
        white-space: nowrap;
    }

    .search-result-block {
        padding-bottom: 20px;
    }

    .search-result-show {
        padding-right: 0;
    }

    .news-block {
        padding: 25px 5px;
    }

    .right-block {
        padding-left: 0;
    }

    .right-block .video-item {
        display: block;
        margin: 0 auto 20px;
    }

    .product-slider-big-wrap {
        width: 100%;
    }

    .product-info-offer {
        /*float: none;*/
        width: 100%;
        margin-bottom: 20px;
    }

    .product-info-form {
        /*float: none;*/
        width: 100%;
    }

    .pic-list li {
        display: block;
        width: 100%;
    }

    .product-info-tabs .product-info-tabs-list .ui-tabs-nav li a, .product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active a {
        font-size: 12px;
        text-transform: none;
    }

    .pic-top h2 {
        text-transform: none;
    }

    .tooltip-content {
        width: auto;
        width: 200px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #ffffff;
    }

    .cart-text__btn {
        display: block;
        margin-bottom: 10px;
    }

    .cart-step {
        float: none;
        width: 100%;
        border-radius: 0;
        border-bottom: 1px solid #fff;
    }

    .cart-thanks-total__table table td {
        border: 1px solid #727475;
        vertical-align: middle;
        padding: 5px;
    }

    .cart-thanks-total__table table td:last-child {
        width: 80px;
        padding-right: 10px;
    }

    .cart-thanks-total__table table td:nth-last-child(2) {
        width: 55px;
        white-space: nowrap;
        padding-left: 5px;
    }

    .cart-thanks-info-table table td:first-child {
        width: auto;
        padding-right: 20px;
    }

    .cart-thanks-info-table table td {
        display: block;
    }

    .cart-table__name {
        width: 200px;
        white-space: normal;
    }

    .cart-table {
        width: 100%;
        overflow-y: auto;
        margin-right: 5px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 715px) {

    .header-align {
        flex-wrap: nowrap;
    }

    .select-city-wrap {
        margin: 0px !important;
    }

    .slogan {
        display: none;
    }

    .header-address {
        width: 0;
    }

    .slct-city {
        display: none;
    }

    .select-city-wrap {
        background: none;
    }

    .header-info {
        width: 170px;
        display: inline-block;
        margin: 0 !important;
    }

    .header-info .header-phone, .header-info a {
        padding: 0px;
        margin: 0px;
    }

    .header-second-row {
        margin-top: 0px;
    }

    .header-search {
        width: 180px;
    }

    form.lv-search input {
        width: 150px;
    }
}

@media screen and (max-width: 672px) {

    .header-container {
        flex: 1;
    }

    .header-info {
        width: 130px;

        flex: 2;
    }

    .header-phone a {
        font-size: 14px;
    }

    .header-search {
        width: 150px;
    }

    form.lv-search input {
        width: 120px;
    }
}

@media screen and (max-width: 610px) {

   .header-address {
       display: none;
   }
}

@media only screen and (min-width:564px) and (max-width:864px){
    .product-tabs-wrapp{
        width: auto;
        height: 51px;
        padding-left: 0;
        margin-left: -22px;


    }

}

@media screen and (max-width: 579px) {

    .header-info {
        display: none !important;
    }

    .center-header-wrapper {
        margin: 0 5px;
    }

    .header-align {
        align-items: center;
    }

    .m-20-right{
        margin: 0 5px 0 0;
    }

    .header-logo {
        margin-bottom: 15px;
        padding-top: 3px;
    }

    .header-logo img {
        width: 130px !important;
    }

    .header-basket {
        padding-top: 0px;
    }

    .header-slogan {
        font-size: 14px;
    }

    .menu-carousel .item:nth-child(n+1) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .header-contacts {
        float: none;
        position: static;
        margin-bottom: 5px;
    }

    .header-address-select {
        display: inline-block;
        vertical-align: top;
    }

    .header-contact-us {
        width: auto;
    }

    .header-menu li {
        display: block;
    }

    .promo-product {
        padding: 7px;
    }

    .promo-product-top {
        padding-top: 23px;
    }

    .promo-product__rating {
        position: absolute;
        top: 0;
        left: 0;
    }

    .promo-product__order {
        position: absolute;
        top: 3px;
        right: 0;
    }

    .promo-product__title {
        font-size: 14px;
    }

    .promo-product-labels {
        top: 3px;
        right: 3px;
    }

    .pp-discount {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 23px;
        margin-left: 10px;
    }

    .pp-price {
        padding: 5px 7px;
    }

    .pp-price__new {
        font-size: 14px;
    }

    .pp-price__old {
        font-size: 11px;
    }

    .element {
        padding-left: 40px;
    }

    .element__icon {
        left: 10px;
    }

    .double-product-carousel-wrap {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .double-product-carousel-wrap .slick-arrow {
        top: 50%;
        margin-top: -15px;
    }
    .double-product-carousel-wrap .slick-prev {
        left: 50%;
        margin-left: -175px;
    }
    .double-product-carousel-wrap .slick-next {
        right: 50%;
        margin-right: -175px;
    }

    .triple-product-carousel-wrap .slick-arrow {
        top: 50%;
        margin-top: -15px;
    }
    .triple-product-carousel-wrap .slick-prev {
        left: 50%;
        margin-left: -175px;
    }
    .triple-product-carousel-wrap .slick-next {
        right: 50%;
        margin-right: -175px;
    }

    .main-banner {
        float: none;
        margin: 0 auto;
    }

    .triple-product-carousel-wrap .slick-arrow {
        top: 50%;
        margin-top: -15px;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li {
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .main-news-row .item:nth-last-child(3) {
        display: none;
    }

    .mr-review-info {
        width: 310px;
    }

    .header-menu {
        text-align: left;
        padding: 3px 0 3px;
    }
    .header-menu ul {
        display: none;
        text-align: center;
    }
    .header-menu ul.active {
        display: block;
    }

    .header-menu li {
        border-top: 1px solid #3C464B;
        margin: 0;
        padding: 0;
    }

    .header-menu li a {
        display: block;
        padding: 7px 0;
        font-size: 14px;
    }

    .header-menu__switcher {
        display: inline-block;
        margin-left: 5px;
    }

    .triple-product-carousel-wrap .main-title {
        margin: 0 0 10px 0;
    }

    .double-product-carousel-wrap .main-title_db {
        margin: 0 0 10px 0;
    }

    .m-news-item-block {
        width: 100%;
    }

    .m-news-item-block:nth-child(n+2) {
        display: none;
    }

    .subscribe {
        float: none;
        width: 264px;
        margin: 0 auto 20px;
    }

    .variant-carousel .slick-arrow {
        top: 50%;
        margin-top: -18px;
    }
    .variant-carousel .slick-prev {
        left: 50%;
        right: auto;
        margin-left: -160px;
    }
    .variant-carousel .slick-next {
        right: 50%;
        left: auto;
        margin-right: -160px;
    }

    .reviews-info {
        margin-bottom: 20px;
    }

    .review-add {
        margin-bottom: 15px;
        padding: 20px 15px 10px;
    }

    .review-add__text {
        margin-bottom: 10px;
    }

    .review-add__btn {
        position: static;
    }

    .reviews-sort__title {
        display: block;
        margin-bottom: 10px;
    }

    .main-videos-row .video-item {
        margin-bottom: 15px;
    }

    .error-page {
        padding: 210px 20px 30px 20px;
        background-size: 200px 230px;
        background-position: 50% -10px;
    }

    .error__title {
        text-align: center;
        font-size: 20px;
    }

    .portfolio-product-media {
        width: 100%;
    }

    .portfolio-product-slider .slick-slide img {
        max-width: 100%;
        height: auto;
    }

    .pp-table {
        width: 100%;
    }

    #modal-complex {
        width: 400px;
    }

    .mct__title {
        background: none;
        width: 100%;
        float: none;
        height: auto;
        text-align: center;
        padding: 6px 0;
        font-size: 13px;
        border-right: 1px solid #EAEAEC !important;
        border-bottom: none;
    }
    .mct__title.active {
        background-image: none;
    }
    .mct__title:last-child {
        border-bottom: 1px solid #EAEAEC !important;
    }
    .mct__title span {
        display: inline-block;
    }

    .about-gallery .item-content {
        padding: 10px 5px 5px 15px;
    }

    .about-gallery .item-content p {
        font-size: 11px;
        line-height: 1;
    }

    #contact-map-modal {
        width: 300px;
    }
    #contact-map-modal .modal-content {
        padding: 15px 10px;
    }

    .ct-tab__link {
        margin-right: 10px;
    }
    .ct-tab__link:last-child {
        margin-right: 0;
    }

    .franchise-promo-block {
        padding: 25px 20px 30px 20px;
    }

    .franchise-cities-content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .franchise-benefits-row {
        font-size: 0;
    }

    .franchise-benefits-row .item {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        margin-bottom: 15px;
    }

    .franchise-benefits-row .item__title {
        font-size: 14px;
    }

    .af-row {
        margin-bottom: 0;
    }

    .search-filter {
        display: block;
    }

    .af-row .af-item {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .nofilter .search-result-block {
        width: 100%;
    }
    .search-result-block {
        width: 100%;
    }

    .search-filter__toggle {
        margin-bottom: 5px;
        float: none;
    }

    .search-filter-row {
        display: block;
        text-align: left;
        float: none;
    }

    .sf-cell {
        display: block;
        margin-bottom: 3px;
        padding: 0;
        border-right: 0;
    }

    .news-item-block {
        width: 100%;
    }
    .news-item-block:nth-child(n+2) {
        display: none;
    }

    .content-text__video {
        float: none;
        margin-right: 0;
    }

    .news-single__date {
        position: static;
        margin-bottom: 20px;
    }

    .news-single {
        padding-left: 0;
    }

    .product-slider-big-wrap {
        width: 100%;
        height: auto;
    }

    .product-info-left {
        width: 100%;
    }

    .ps-item__name {
        left: 95px;
        font-size: 15px;
    }

    .ps-item__availability {
        top: 0;
    }

    .product-info-tabs .product-info-tabs-list .ui-tabs-nav li, .product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active {
        display: block;
        height: auto;
        padding: 3px 0;
        border: 3px solid #EAEAEC;
        border-right: 3px solid #EAEAEC;
        border-bottom: 0;
    }
    .product-info-tabs .product-info-tabs-list .ui-tabs-nav li:last-child, .product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active:last-child {
        border-bottom: 3px solid #EAEAEC;
    }

    .product-info-tabs .product-info-tabs-list .ui-tabs-nav li a, .product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active a {
        line-height: 1;
    }

    .pic-form-cell {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

    .reviews-block__btn {
        display: block;
        position: static;
        margin: 0 auto 20px;
    }

    .product-carousel .slick-arrow {
        top: 50%;
        margin-top: -18px;
    }

    .product-carousel .slick-prev {
        left: 50%;
        margin-left: -165px;
    }

    .product-carousel .slick-next {
        right: 50%;
        margin-right: -165px;
    }

    .other-product-carousel .slick-arrow {
        top: 50%;
        margin-top: -18px;
    }

    .other-product-carousel .slick-prev {
        left: 50%;
        right: auto;
        margin-left: -165px;
    }

    .other-product-carousel .slick-next {
        right: 50%;
        left: auto;
        margin-right: -165px;
    }

    .main-tabs .ui-tabs-nav li, .main-tabs .ui-tabs-nav li.ui-tabs-active {
        border-radius: 0;
        display: block;
        text-align: center;
        float: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #f3f4f6;
    }
    .main-tabs .ui-tabs-nav li a, .main-tabs .ui-tabs-nav li.ui-tabs-active a {
        float: none !important;
        display: block;
    }

    .product-price-table {
        width: 100%;
        overflow-y: auto;
        margin-right: 5px;
        white-space: nowrap;
    }

    .cart-total {
        text-align: left;
    }

    .cart-total__sum {
        display: block;
        margin-left: 0;
    }

    .cart-buttons .pull-left {
        float: none;
        margin-bottom: 25px;
    }
    .cart-buttons .pull-right {
        float: none;
    }

    .cart-buttons .btn {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px){
    .product-tabs-list {
        height: auto;

    }
}

@media only screen and (max-width:563px){

    .product-tabs-list:after{
        height: 0px;
    }

    .product-tabs-list {
        height: auto;

    }
}

@media only screen and (max-width:563px){
    .product-slider-wrap .product-slider-big-wrap {

        height: 320px;
    }
}

@media only screen and (max-width:563px){

    .product-detail-tabs .product-tabs-list ul li a{
        line-height: 30px;

    }

    .product-detail-tabs .product-tabs-list ul li a:after{
        margin: 8px 21px 4px 13px;

    }

    .product-detail-tabs .product-tabs-list ul li{
        border-right: none;
        border-left: none;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .product-detail-tabs .product-tabs-list ul {
        border-left: none;
        margin: 0;
    }
}

@media only screen and (min-width:564px) and (max-width:864px){

    .product-detail-tabs .product-tabs-list ul {
        border-left: none;
        margin: 0;
    }

    .product-detail-tabs .product-tabs-list a{
        padding: 2px 9px;
    }

}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 35px;
    }

    .center-header-wrapper {
        margin: 0 5px;
    }

    .header-align {
        align-items: center;
    }

    .m-20-right{
        margin: 0 5px 0 0;
    }

    .header-logo {
        margin-bottom: 15px;
        padding-top: 3px;
    }

    .header-slogan {
        font-size: 14px;
    }

    .header-search {
        width: 120px !important;
    }

    form.lv-search input {
        width: 90px !important;
    }

    .header-logo img {
        width: 90px !important;
    }

    .hc-icon__num {
        top: 5px;
        right: 6px;
        width: 26px;
        height: 26px;
        line-height: 24px;
        background-size: cover;
    }

    .hc-info__order {
        text-transform: none;
        padding: 5px 12px;
    }

    .ht-block {
        padding: 8px 3px;
    }

    .main-menu-inner {
        padding-left: 115px;
    }

    .promo-product-elements {
        display: none;
    }

    .main-tabs .ui-tabs-nav {
        margin-bottom: 10px;
    }

    .main-reviews .main-title {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }

    .mr-review__photo {
        float: none;
        margin-bottom: 10px;
    }

    .mr-review-info {
        width: 100%;
        float: none;
        display: block;
    }

    .mr-review__text {
        margin-bottom: 10px;
    }

    .main-clients .main-title {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .main-clients-carousel {
        margin-top: 40px;
    }

    .ma-info__item span {
        font-size: 13px;
    }

    .item-bottom {
        display: block;
    }

    .news-list .item-social, .news-list .item-btn, .news-list .item-tags {
        display: block;
        margin-bottom: 10px;
    }

    .reviews-list .item__photo {
        margin-bottom: 10px;
    }

    .reviews-list .item-info {
        display: block;
    }

    .reviews-list .item-left {
        margin-bottom: 10px;
        width: 100%;
    }

    .rs-btn {
        margin-right: 5px;
        text-transform: none;
        padding: 8px 5px;
    }

    .reviews-tabs-content {
        padding: 15px 7px 10px;
    }

    .reviews-tabs .reviews-content__title {
        font-size: 12px;
        padding: 5px 2px;
        display: block;
        text-align: center;
    }

    .cb-filter {
        padding: 0;
    }

    .reviews-sort__delete {
        height: 30px;
        background-size: 36px 30px;
    }

    .about-gallery .item {
        width: 50%;
        height: 50%;
    }

    .reviews-block__btn {
        position: static;
        margin: 0 auto 20px;
        display: block;
    }

    .portfolio-city__title {
        display: block;
        margin: 0 0 15px 0;
    }

    .pp-table {
        padding: 0;
    }

    .pp-row {
        display: block;
        padding: 5px 0;
    }

    .pp-cell {
        display: block;
        padding: 0 0 0 10px;
        width: 100%;
        border-right: 0;
    }
    .pp-cell:first-child {
        margin-bottom: 4px;
    }
    .pp-cell:last-child {
        padding-left: 10px;
    }

    .portfolio-product-slider-wrap {
        margin-bottom: 10px;
        padding: 7px;
    }

    .about-gallery .item-content p {
        font-size: 12px;
    }

    .footer-menu {
        margin-bottom: 20px;
    }

    .footer-logo {
        position: static;
        width: 97px;
        margin: 0 auto 5px;
    }

    .footer-inner {
        padding-left: 0;
    }

    .footer-social {
        text-align: center;
    }

    .footer .footer-inner-top {
        padding: 20px 10px 12px 10px;
    }

    .mct-rate .item {
        padding: 0 2px;
    }

    #modal-login {
        width: 300px;
    }

    .modal-top {
        font-size: 13px;
    }

    #modal-thanks {
        width: 300px;
    }

    .modal-content_thanks {
        padding: 20px 10px;
    }

    #modal-application {
        width: 300px;
        padding-top: 70px;
        background-position: 50% 20px;
    }

    .modal-content {
        padding: 20px;
    }

    #modal-complex {
        width: 300px;
    }

    #modal-add {
        width: 300px;
    }

    .modal-add__btn, .modal-add__cart {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .mobile-hide {
        display: none;
    }

    #modal-add-full {
        width: 300px;
    }

    .franchise-cities-content {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }

    .franchise-benefits-row .item {
        width: 50%;
    }

    .franchise-benefits-row .item__image {
        width: 75px;
        height: 75px;
    }

    .franchise-promo-buttons {
        padding: 20px 5px;
    }

    .franchise-promo-buttons .btn {
        text-transform: none;
    }

    .franchise-promo-buttons span {
        font-size: 16px;
    }

    #modal-worksheet {
        width: 300px;
    }

    .modal-worksheet__title {
        font-size: 11px;
    }

    .ps-item__name {
        left: 0;
        top: 19px;
    }

    .ps-item__discount {
        right: 0;
        width: 60px;
        height: 60px;
        font-size: 21px;
        line-height: 60px;
    }

    .ps-item__name {
        font-size: 14px;
    }

    .product-scheme-carousel-wrap {
        width: 320px;
    }

    .product-scheme-carousel-wrap {
        width: 300px;
    }

    .header-search__field {
        padding-left: 10px;
        background-image: none;
    }

    .header-contacts {
        display: table;
        width: 100%;
    }

    .header-address-select {
        display: table-cell;
        width: 50%;
    }
    .header-address-select .jq-selectbox {
        width: 100%;
    }
    .header-address-select .jq-selectbox__select {
        font-size: 12px;
        border-radius: 0;
    }

    .header-contact-us {
        display: table-cell;
        padding-right: 5px;
        padding-left: 5px;
        border-left: 0;
        border-radius: 0;
        background-image: none;
        font-size: 12px;
    }
    .header-contact-us:hover {
        background-image: none;
    }

    .filter-slider-fields {
        width: 280px;
    }

    .cdb-content-main, .cdb-content-add {
        width: 100%;
    }

    .cdb-content-row {
        margin-bottom: 10px;
    }

    .cdb-field-block {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .cdb-checkbox-block {
        height: auto;
    }

    .cdb-checkbox {
        float: none;
        margin-bottom: 8px;
    }

    .cdb-checkbox-add {
        padding-left: 0;
    }

    .cdb-checkbox__sum {
        float: none;
    }

    .cdb-checkbox-quantity {
        float: none;
    }

    .cdb-checkbox-stage {
        float: none;
        margin-bottom: 5px;
        padding-left: 27px;
    }

    .cart-buttons .pull-left {
        float: none;
        margin-bottom: 25px;
    }
    .cart-buttons .pull-right {
        float: none;
    }
    .cart-buttons .btn {
        margin-left: 0;
    }

    .cart-payment .radio-block {
        min-width: 100%;
    }

    .cart-payment .radio-block_cash input[type="radio"] + label {
        min-width: 100%;
        background-position: 50px 50%;
    }

    .hc-icon__num {
        border-radius: 100%;
        background: #3C464B;
    }

    .cart-form-promo-content .form__field {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }

    .cart-form-promo-content .btn {
        float: none;
    }

    .cart-total {
        margin-bottom: 15px;
    }
}

.header-logo img {
    max-width: 150px;
    width: 100%;
}

@media screen and (max-width: 359px) {
    h1 {
        font-size: 30px;
    }

    .center-header-wrapper {
        margin: 0 5px;
    }

    .header-align {
        align-items: center;
    }

    .m-20-right{
        margin: 0 5px 0 0;
    }

    .header-logo {
        margin-bottom: 15px;
        padding-top: 3px;
    }

    .header-search {
        display: none;
    }

    .main-clients-carousel .slick-prev {
        left: 0;
    }

    .main-clients-carousel .slick-next {
        right: 0;
    }

    .double-product-carousel-wrap .slick-prev {
        margin-left: -158px;
    }

    .double-product-carousel-wrap .slick-next {
        margin-right: -158px;
    }

    .triple-product-carousel-wrap .slick-prev {
        margin-left: -158px;
    }

    .triple-product-carousel-wrap .slick-next {
        margin-right: -158px;
    }

    .ht-block {
        margin-bottom: 4px;
    }

    .header-timetable {
        font-size: 0;
    }

    .header-timetable:before {
        top: 7px;
        margin-top: 0;
    }

    .header-search__btn {
        width: 100%;
    }


    .hc-icon {
        margin-right: 0;
    }

    .header-timetable {
        display: table;
        width: 100%;
    }

    .ht-block {
        display: table-cell;
        font-size: 11px;
        margin-left: 0;
        border-right: 0;
    }
    .ht-block:last-child {
        border-right: 1px solid #EAEAEC;
    }


    .hc-info__order {
        width: 100%;
        text-align: center;
    }

    .main-menu {
        width: 55px;
    }
    .main-menu .slick-prev {
        left: 5px;
    }
    .main-menu .slick-next {
        right: 5px;
    }

    .menu-carousel {
        padding: 0 29px;
    }

    .main-menu-inner {
        padding-left: 55px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .main-menu__btn {
        padding-left: 13px;
        font-size: 0;
    }
    .main-menu__btn:before {
        left: 12px;
    }
    .main-menu__btn:after {
        right: 10px;
    }

    .news-list .item-left {
        width: 300px;
    }

    .news-list .item__image {
        width: 230px;
    }

    .subscribe {
        width: 100%;
    }

    .reviews-block {
        padding: 15px 7px 10px;
    }

    .rs-btn {
        margin-right: 0;
        border-radius: 0;
        border-right: 0;
    }
    .rs-btn:last-child {
        border-right: 1px solid #DADCDD;
    }

    .calculate-budget-buttons .btn {
        width: 100%;
    }

    .cb-filter__num {
        left: -30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .cb-filter-body {
        margin-left: 30px;
    }

    .variant-carousel .slick-prev {
        margin-left: -157px;
    }

    .variant-carousel .slick-next {
        margin-right: -157px;
    }

    .error-search {
        position: relative;
    }

    .error-page .header-search__btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    .error-search .header-search__field {
        padding-right: 60px;
    }

    .reviews-sort__delete {
        float: right;
    }

    .review-add__btn {
        width: 100%;
        text-align: center;
    }

    .about-gallery .item-content p {
        font-size: 10px;
    }

    #contact-map-modal {
        width: 270px;
    }

    .modal-content_login {
        padding: 0;
    }

    .franchise-benefits-row .item {
        width: 100%;
    }

    .franchise-promo-block {
        padding: 20px 10px 20px 10px;
    }

    .franchise-promo-block_1 {
        background-position: -260px 0;
    }

    .cabinet-menu li {
        padding: 8px 0 8px 10px;
    }

    .product-carousel .slick-prev {
        margin-left: -157px;
    }

    .product-carousel .slick-next {
        margin-right: -157px;
    }

    .other-product-carousel .item {
        width: 254px;
    }

    .other-product-carousel .slick-prev {
        margin-left: -155px;
        right: auto;
    }

    .other-product-carousel .slick-next {
        margin-right: -155px;
        left: auto;
    }

    .product-scheme-carousel-wrap {
        padding: 0 38px;
    }

    .product-scheme-carousel .slick-arrow {
        width: 30px;
    }

    .product-scheme-carousel .slick-prev {
        left: -38px;
    }

    .product-scheme-carousel .slick-next {
        right: -38px;
    }

    .product-info-form {
        padding: 25px 20px;
    }
    .product-info-form .pif-cell {
        padding-right: 0;
    }
    .product-info-form .btn {
        width: 100%;
    }

    .ps-item__name {
        font-size: 13px;
    }

    .header-search__btn {
        width: 43px;
        font-size: 0;
        background: #55B14D;
        background-image: url(/local/templates/triton/styles/../images/search-icon.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .header-address-select .jq-selectbox__select {
        font-size: 11px;
    }

    .header-contact-us {
        font-size: 11px;
    }

    .content-text img {
        margin-right: 0;
    }

    h2 {
        font-size: 22px;
    }

    .h2-bold {
        font-size: 22px;
    }

    .content-social .social-links {
        margin-bottom: 10px;
    }

    .filter-block {
        /* padding: 10px 15px 15px 15px;*/
        padding: 10px;
    }
}

.form-results {
    display: none;
}
.form-results.ok,
.form-results.error {
    display: block;
}
.tpad10 td {
    padding: 10px;
}
#city_data_container {
    display: none;
}
.element-list{
    line-height: normal;
}
.modal-worksheet__text {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.main-portfolio {
    width: 100%;
    display: inline-block;
    position: relative;
}

.main-portfolio .main-portfolio-slider-wrap {
    margin: 25px 50px 100px 50px;
}

.main-portfolio .main-portfolio-zakaz {
    width: 15%;
    float:left;
}

.main-portfolio .main-portfolio-zakaz .main-portfolio-zakaz-item {
    padding: 0 20px;
    text-align:center;
}

.ma-info {
    position: relative;
    background: #fff;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    bottom: 70px;
    height: 50px;
}

.main-portfolio .main-portfolio-zakaz .main-portfolio-zakaz-item .form__field {
    max-width: 200px;
}

.main-portfolio-slider-wrap .slick-arrow {
    top:85%

}

.main-portfolio-list {
    display: inline-block;
    width:100%;
}

.main-portfolio-list-item {
    background: #f3f8fe;
    float:left;
    width: 50%;
    font-family: 'OpenSansLight';
    color: #313131;
    margin: 25px 0;
}

.main-portfolio-list-title {

    background: #ebf3fc;
    padding: 20px 40px;
    font-size: 25px;
}

/* портфолио */
.big-image-home {
    border: 1px solid #636363;
    padding: 20px;
    width: 50%;
    float:left;
}

.big-image-home img {
    max-width: 100%;
}

.main-portfolio-list-info {
    display: table;
    width: 100%;
    margin: 10% 50px;
}

.main-portfolio-list-w {
    padding: 15px;
    font-size: 16px;
}

.main-portfolio-list-info-row {
    display: table-cell;
    width: 50%;
}

.time-day:before {
    background: url(/local/templates/triton/styles/../images/stopwatch.svg) no-repeat;
    width: 25px;
    display: block;
    float: left;
    content: '';
    margin-right: 10px;
    height: 25px;
}

.money:before {
    background: url(/local/templates/triton/styles/../images/funds.svg) no-repeat;
    width: 25px;
    display: block;
    float: left;
    content: '';
    margin-right: 10px;
    height: 25px;
}

.city:before {
    background: url(/local/templates/triton/styles/../images/placeholder.svg) no-repeat;
    width: 25px;
    display: block;
    float: left;
    content: '';
    margin-right: 10px;
    height: 25px;
}

.ploc:before {
    background: url(/local/templates/triton/styles/../images/select.svg) no-repeat;
    width: 25px;
    display: block;
    float: left;
    content: '';
    margin-right: 10px;
    height: 25px;
}

.main-portfolio-slider-wrap .main-address-slider .slick-prev,
.main-portfolio-slider-wrap .main-address-slider .slick-next  {
    background: url(/local/templates/triton/styles/../images/back.svg) no-repeat;
    left: 55%;
}

.main-portfolio-slider-wrap .main-address-slider .slick-next  {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 57%;
}

.main-section-item {
    width: 31%;
    margin: 1%;
    display: inline-block;
    border: 1px solid;
    height: 190px;
    position: relative;
    overflow: hidden;
}

.home-product-carousel .slick-prev {
    left: -32px;

}

.home-product-carousel .slick-next {

    right: -22px;

}

.home-product-carousel .slick-slide {
    margin-left: 10px;
}

.home-product-carousel {
    padding: 0 1%;

}

.home-product .title-h1{

    text-align: center;
    padding: 4px 2px;
    color: #F4A11D;
    font-family: 'OpenSansBold';
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.home-section-name {
    position: absolute;
    bottom: -20px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 40%;
    position: absolute;
    transition: all 0.4s;
}

.main-section-item:hover .home-section-name {

    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    transition: all 0.4s;

}

.home-section-name p {
    padding: 7px 10px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.slick-slider .slide {
    text-align: center;
}

.section-slider-block .section-block {
    overflow: hidden;
    padding: 0 30px;
    margin: 30px 0 20px 0;
}

.section-slider-block .section-block .slick-prev {
    left: 30px;
    top: 2px;
}

.section-slider-block .section-block .slick-next {
    top: 2px;
    right: 30px;
}

.section-slider-block .section-block__title {
    margin: 0 10px 10px 10px;
}

.sticker-block {
    position: absolute;
    right: 0;
    padding: 5px;
    z-index: 5;
}

.sticker-block .sticker-item {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 5;
    margin: 2px 0;
}

.sticker-block .sticker-item.newest-item {
    background-color: #4daf45;
}

.sticker-block .sticker-item.cheapest-item {
    background-color: #f92212;
}


@media screen and (min-width: 715px) {

    .triton-burger{
    display: none;
    }

}

.burger-show {
    display: block;
}

.no-burger {
    display: none;
}

.main-slider-carousel .slick-slide img {
	height: 600px
}

.product-item__title {
   min-height: 65px;
    height: 100%;
  }
  
  .product-item__country {
    height: 100%;
    min-height: 70px;
  }
  
  .product-item__price {
    height: 100%;
    
  }

@media (max-width: 768px) {
  .main-slider-carousel .slick-slide img, .promo-product {
  	height: auto;
  }
  
  .box-modal--adaptive {
    width: auto;
    max-width: 100%;
  }
}


@media (max-width: 1500px) {

	.header-slogan {font-size: 18px;}

  .slogan {max-width: 270px;width: 100%}

  .header-info .zphone {font-size: 14px;}

  .header--callback a {font-size: 10px;}

  .header--callback {width: 210px}

  .city-info .address { font-size: 12px;}

  .header-address .select-city-wrap {margin-left: 45px;}

  .header-phone {margin-top: 2px;}

}

@media (min-width: 1920px){
    .main-title {margin-bottom: 8px;}
    .double-product-carousel-wrap .slick-arrow {top: -39px;}
    .col-specials {margin-left: -2px;}
  }
  
/* End */


/* Start:/local/templates/triton/styles/plugins.css?150486784353001*/
/*---------------------arcticmodal-----------------------*/
.arcticmodal-overlay,
.arcticmodal-container {
	position: fixed; 
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	z-index: 1000;  
}
.arcticmodal-container {
	overflow: auto; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	border-collapse: collapse; 
}
*:first-child+html .arcticmodal-container {
	height: 100% 
}
.arcticmodal-container_i {
	height: 100%; 
	margin: 0 auto; 
}
.arcticmodal-container_i2 {
	padding: 15px 10px; 
	margin: 0; 
	border: 0; 
	vertical-align: middle; 
}
.arcticmodal-error {
	padding: 20px; 
	border-radius: 10px; 
	background: #000; 
	color: #fff; 
}
.arcticmodal-loading {
	width: 80px;  
	height: 80px; 
	border-radius: 10px; 
}
/*--------------jScrollPane--------------*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{ 
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
	border: 3px solid #EAEAEC;
}
.jspTrack{
	background: #fff;
	position: relative;
}
.jspDrag{
	background: #EAEAEC;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
/*---------------------slick slider------------------------*/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         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;
}
.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: inline-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{
	position: absolute;
	display: block;
	top: 12px;
	width: 25px;
	height: 25px;
	font-size: 0;
	background: transparent;
	z-index: 20;
}
.slick-prev{
	left: 0;
	background-image: url(/local/templates/triton/styles/../images/icon-green-arrow-prev.png);
}
.slick-prev:hover{
	background-image: url(/local/templates/triton/styles/../images/icon-green-arrow-prev-active.png);
}
.slick-next{
	right: 0;
	background-image: url(/local/templates/triton/styles/../images/icon-green-arrow-next.png);
}
.slick-next:hover{
	background-image: url(/local/templates/triton/styles/../images/icon-green-arrow-next-active.png);
}
.slick-dots{
    bottom: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: 20;
}

.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.slick-dots li.slick-active button{
    background-color: #00BFA5;
    opacity: 1;
}
.slick-dots li button{
    width: 19px;
    height: 19px;
    background: #fff;
    background-color: #fff;
    border-radius: 100%;
}
/*-----------------------fancybox---------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
} 
.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/triton/styles/../images/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/triton/styles/../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/triton/styles/../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/triton/styles/../images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*---------------------formstyler------------------------*/
.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: .55;
}
.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: .55;
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/*! jQuery UI - v1.12.1 - 2017-01-22
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/local/templates/triton/styles/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/local/templates/triton/styles/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/local/templates/triton/styles/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/local/templates/triton/styles/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/local/templates/triton/styles/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/local/templates/triton/styles/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("/local/templates/triton/styles/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}

/* End */
/* /local/templates/triton/components/bitrix/menu/triton_burger/style.css?16491639894519 */
/* /local/templates/triton/components/akari/regions.choose/choose/style.css?16279190346038 */
/* /local/include/search/ajax_search.css?16494310752494 */
/* /local/css/jquery.mCustomScrollbar.min.css?164735627842839 */
/* /local/templates/triton/components/bitrix/sale.basket.basket.line/basket/style.min.css?15048669033569 */
/* /local/templates/triton/components/bitrix/menu/triton_multilevel/style.css?16498659384743 */
/* /bitrix/templates/.default/ajax/ajax.min.css?1504867879420 */
/* /local/templates/triton/components/h2o/buyoneclick/.default/style.css?157045395117178 */
/* /local/templates/triton/styles.css?17459273777007 */
/* /local/templates/triton/template_styles.css?17084122187740 */
/* /local/templates/triton/styles/style.css?1721829940245735 */
/* /local/templates/triton/styles/plugins.css?150486784353001 */
