@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext");
*, *:focus {
  outline: none !important;
}

body,
html {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.wrapper {
  min-height: 100%;
  position: relative;
  transition: 500ms;
  right: 0;
}
.wrapper.active {
  right: 250px;
}
.wrapper .wrapper_inn {
  /*padding-bottom: 420px;*/
}
.wrapper .wrapper_inn.wrap_pad {
	 /*padding-top: 134px;*/
 }

.wrapper .wrapper_inn.wrap_sect {
	padding-top: 0;
}

.title {
    color: #595959!important;
    font-size: 30px!important;
    font-weight: 700!important;
    text-align: center;
    margin-bottom: 25px!important;
    line-height: 1.2!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
    margin-top: 0px!important;
}

#to_top {
  display: none;
  width: 62px;
  height: 62px;
  position: fixed;
  z-index: 300;
  border-radius: 50%;
  bottom: 40px;
  right: 40px;
  background: #e5e5e5;
  border: 3px solid #b3b3b3;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#to_top:before {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-bottom: 18px solid #a7a7a7;
  left: 50%;
  top: 5px;
  transform: translate(-50%);
}

.main_block {
  height: 100%;
  position: relative;
  min-width: 320px;
}

#left_menu {
    position: fixed;
    transition: 500ms;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 310;
    background: #000;
    width: 100%;
    overflow-y: auto;
}
#left_menu .lm_inner {
  width: 100%;
  padding: 60px 15px 30px 20px;
  position: relative;
}
#left_menu .lm_inner .closed {
  border: none;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  background: none;
}
#left_menu .lm_inner .closed:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  transform: rotate(45deg);
  left: -2px;
  top: 12px;
  display: block;
  background: #fff;
  transition: 300ms;
}
#left_menu .lm_inner .closed:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  transform: rotate(-45deg);
  left: -2px;
  top: 12px;
  display: block;
  background: #fff;
  transition: 300ms;
}
#left_menu .lm_inner .closed:hover:before {
  transform: rotate(-45deg);
}
#left_menu .lm_inner .closed:hover:after {
  transform: rotate(45deg);
}
#left_menu .lm_inner .mobile_search {
  margin-bottom: 20px;
  height: 38px;
  position: relative;
}
#left_menu .lm_inner .mobile_search input[type="text"] {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 19px;
  border: none;
  text-align: center;
  color: #000;
  font-size: 16px;
}
#left_menu .lm_inner .mobile_search .btn_search {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  display: block;
  cursor: pointer;
  transition: 150ms;
  background: url(../img/search.png) center center no-repeat;
}
#left_menu .lm_inner ul {
  margin-bottom: 30px;
}
#left_menu .lm_inner ul li {
  margin-bottom: 15px;
  font-size: 18px;
}
#left_menu .lm_inner ul li a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: 200ms;
}
#left_menu .lm_inner ul li .sub a {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}
#left_menu .lm_inner ul li a:hover {
  color: #2f445f;
}
#left_menu .lm_inner ul li .two_row {
  padding-top: 15px;
  padding-left: 15px;
}
#left_menu .lm_inner ul li .two_row li {
  font-size: 16px;
}
#left_menu .lm_inner ul li ul {
  margin-bottom: 15px;
}
#left_menu .lm_inner .login_mobile {
    padding-left: 45px;
    background: url(/bitrix/templates/segura_shop/img/personal-new.png) left top no-repeat;
    height: 38px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    color: #fff;
}
#left_menu .lm_inner .login_mobile a {
  font-size: 14px;
  color: #fff;
}
#left_menu .lm_inner .basket_link {
    min-width: 115px;
    height: 38px;
    display: block;
    padding-left: 45px;
    background: url(/bitrix/templates/segura_shop/img/cart-new.png) left center no-repeat;
    text-decoration: underline;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 25px;
}
#left_menu .lm_inner .basket_link:hover {
  text-decoration: none;
}
#left_menu .lm_inner .basket_link span {
  display: block;
  color: #fff;
}
#left_menu .lm_inner .basket_link span.numb {
  font-size: 12px;
  font-weight: 400;
}
#left_menu .lm_inner .basket_link span.price {
  font-size: 14px;
  font-weight: 700;
}
#left_menu .lm_inner .tel {
    padding-left: 40px;
    /* height: 22px; */
    margin-bottom: 15px;
    background: url(/bitrix/templates/segura_shop/css/../img/tel_ico.png) 3px center no-repeat;
    color: #fff;
}
#left_menu .lm_inner .tel a {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
#left_menu .lm_inner .mail {
    padding-left: 40px;
    height: 27px;
    background: url(/bitrix/templates/segura_shop/css/../img/mail_ico.png) 3px center no-repeat;
}
#left_menu .lm_inner .mail a {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
}
#left_menu.active {
  right: 0;
}

.modal .modal-dialog {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    margin-top: 10px;
}
.modal .modal-dialog .modal-content {
  position: relative;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  display: block;
  opacity: 1;
}
.modal .modal-dialog .modal-content .close:before {
  content: "";
  position: absolute;
  background: #000;
  height: 1px;
  width: 17px;
  display: block;
  transition: 300ms;
  transform: rotate(45deg);
  top: 7px;
  left: -2px;
}
.modal .modal-dialog .modal-content .close:after {
  content: "";
  position: absolute;
  background: #000;
  height: 1px;
  width: 17px;
  display: block;
  transition: 300ms;
  transform: rotate(-45deg);
  top: 7px;
  left: -2px;
}
.modal .modal-dialog .modal-content .close:hover:before {
  transform: rotate(405deg);
}
.modal .modal-dialog .modal-content .close:hover:after {
  transform: rotate(315deg);
}
.modal .modal-dialog .modal-content .modal_inner {
  padding: 0 25px 10px;
}
.modal-body form {
	text-align: left;
}
.modal .modal-dialog .modal-content .name {
    text-align: center;
    color: #595959;
    font-weight: 700;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 27px;
}
.row-registration {
    margin-bottom: 20px;
}
.modal .modal-dialog .modal-content input {
/*
  border: 1px solid #cdcdcd;
  height: 34px;
  width: 100%;
  text-align: center;
  color: #909090;
  font-size: 16px;
  margin-bottom: 20px;
  background: #f6f6f6;
  padding-left: 10px;
  padding-right: 10px;
*/
}
.modal .modal-dialog .modal-content .textarea {
/*
  border: 1px solid #cdcdcd;
  height: 100px;
  width: 100%;
  text-align: center;
  color: #909090;
  font-size: 16px;
  margin-bottom: 20px;
  background: #f6f6f6;
  padding-top: 5px;
  padding-bottom: 5px;
  resize: none;
  padding-left: 10px;
  padding-right: 10px;
 */
}
.modal .modal-dialog .modal-content .send {
  background: #2f445f;
  color: #fff;
  height: 38px;
  text-align: center;
  font-size: 16px;
  width: 100%;
  border: none;
  transition: 300ms;
}
.modal .modal-dialog .modal-content .send:hover {
  /*background: #2f445f;*/
}
.modal .modal-dialog .modal-content p {
  font-size: 16px;
  text-align: center;
}
.modal .modal-dialog .modal-content p.item-name {
  text-align: left;
}
.item-name s {
	color: #bebebe;
}
.modal .modal-dialog .modal-content .item-image {
}
.modal .modal-dialog .modal-content .item-image img {
    width: 100%;
}
.modal .modal-footer {
    padding: 15px 0;
}
.modal .modal-body {
    padding: 15px 0;
}
.modal .modal-dialog .modal-content p a {
  font-size: 16px;
  color: #cf102d;
  transition: 300ms;
  text-decoration: none;
}
.modal .modal-dialog .modal-content p a:hover {
  color: #2f445f;
}

.title_name {
    font-size: 30px;
    /* text-transform: uppercase; */
    line-height: 1.2;
    margin-bottom: 20px;
    color: #595959;
    font-weight: 900;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
}

.w50 {
	width: 50%;
}
.fleft {
	float: left;
}
.nowrap {
	white-space: nowrap;
}
.header .header_contacts .tel {
    padding-left: 40px;
    height: 26px;
    margin-bottom: 10px;
    background: url(/bitrix/templates/segura_shop/css/../img/phone2.png) left center no-repeat;
}
.header .header_contacts .tel a {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.header .header_contacts .mail {
    padding-left: 40px;
    height: 27px;
    margin-bottom: 10px;
    background: url(/bitrix/templates/segura_shop/css/../img/mail2.png) left center no-repeat;
}
.header .header_contacts .mail a {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
}
.header .header_contacts .city {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    position: relative;
}
.auto-city {
    position: absolute;
    top: -18px;
    background-color: #eee;
    left: -15px;
    padding: 10px 15px;
    z-index: 10;
    /* right: -15px; */
    display: none;
}
.auto-city.active {
	display: block;
}
.auto-city button {
    background: #fff;
    padding: 0;
    text-align: center;
    display: inline-block;
    color: #545454;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    border: 0 none;
    min-width: 50px;
    line-height: 1.5;
    margin-top: 10px;
    border: 1px solid #545454;
}
.auto-city button:hover {
    color: #fff;
	background: #2f445f;
}
.city-menu2 {
    /* display: none; */
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 10px 0;
    max-height: 400px;
    overflow: auto;
    left: 0;
    top: 0;
    max-height: 100%;
    /* border: 1px solid #000; */
}
.city-menu2.active {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.city-menu2 .item {
	display: none;
    padding: 2px 10px;
    cursor: pointer;
    margin: 0;
}
.city-menu2 .item.active {
	display: block;
}
.city-menu2 .item:hover {
    background-color: #555;
    color: #fff;
}
.city-menu2 .item b {
    color: #fd0;
    position: static;
}
.city-menu2 input {
    margin: 0 10px 10px 10px;
    width: 200px;
    border: 0 none;
    line-height: 25px;
    display: inline-block;
    padding: 0 5px;
    color: #000;
    background-color: #fff;
}

.city-menu {
    display: none;
    position: fixed;
    top: 140px;
    left: 0;
    color: #575757;
    font-size: 14px;
    right: 0;
    z-index: 300;
    max-height: calc(100% - 134px);
    overflow-x: hidden;
    overflow-y: auto;
}
body.header-fix .city-menu {
    top: 48px;
}

.city-menu.active {
	display: block;
}
.city-menu-columns {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 55px 15px 5px;
    column-count: 5;
    position: relative;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    margin: 5px 0;
}
.city-menu-columns p, .city-menu-columns a {
    display: block;
    padding: 0 0 0 5px;
    margin: 0 0 0 15px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: #575757;
	text-decoration: none;
}
.city-menu-columns p:hover, .city-menu-columns a:hover {
    background-color: #eee;
}
.city-menu-columns p b, .city-menu-columns a b {
    position: absolute;
    left: -15px;
}
.js-city-menu-close {
    position: absolute;
    display: block;
    right: 5px;
    top: 5px;
	cursor: pointer;
}
.js-city-menu-close::before, .js-city-menu-close::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 8px;
    width: 20px;
    height: 3px;
    background-color: #575757;
}
.js-city-menu-close::before {
    transform: rotate(45deg);
}
.js-city-menu-close::after {
    transform: rotate(-45deg);
}





.header .logo_block {
  padding-top: 12px;
  float: left;
  width: 72px;
}
.header .logo_block img.logo {
  width: 100%;
  display: block;
}
.header .header_info {
  width: 534px;
  float: right;
  padding-top: 23px;
}
.header .header_info:after {
  content: "";
  display: table;
  clear: both;
}
.header .header_info .search_btn {
  height: 38px;
  width: 38px;
  float: right;
  margin-left: 15px;
  position: relative;
}
.header .header_info .search_btn .btn_inn {
    height: 44px;
    display: block;
    border-radius: 16px;
    width: 44px;
    border: none;
    cursor: pointer;
    transition: 150ms;
    background: url(/bitrix/templates/segura_shop/css/../img/search.png) center center no-repeat;
}
.header .header_info .search_btn .btn_inn:hover {
  opacity: 0.8;
}
.header .header_info .search_btn .search_vis {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 0px;
    border-radius: 19px;
    z-index: 50;
    overflow: hidden;
    transition: 300ms;
    transition-timing-function: ease-in;
}
.header .header_info .search_btn .search_vis .search_inp {
    width: 310px;
    height: 44px;
    padding-left: 20px;
    padding-right: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 19px;
    border: none;
    text-align: center;
    color: #b2b2b2;
    font-size: 16px;
}
.header .header_info .search_btn .search_vis .search_click {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 60;
    border: none;
    height: 44px;
    display: block;
    width: 31px;
    background: #fff;
    border-radius: 50%;
    background: #fff;
    background: url(/bitrix/templates/segura_shop/css/../img/search.png) center center no-repeat;
}
.header .header_info .search_btn .search_vis.vision {
  width: 310px;
}
.header .header_info .basket_link {
    padding-top: 2px;
    min-width: 115px;
    height: 44px;
    float: right;
    display: block;
    padding-left: 50px;
    background: url(/bitrix/templates/segura_shop/css/../img/cart.png) left center no-repeat;
    text-decoration: underline;
    color: #fff;
    margin-left: 15px;
}
.header .header_info .basket_link:hover {
  text-decoration: none;
}
.header .header_info .basket_link span {
  display: block;
  color: #fff;
}
.header .header_info .basket_link span.numb {
  font-size: 12px;
  font-weight: 400;
}
.header .header_info .basket_link span.price {
  font-size: 14px;
  font-weight: 700;
}
.header .header_info .key {
    min-width: 112px;
    padding-top: 2px;
    height: 44px;
    float: right;
    display: block;
    padding-left: 50px;
    background: url(/bitrix/templates/segura_shop/css/../img/personal.png) left center no-repeat;
    text-decoration: underline;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
}
.header .header_info .key:hover {
  text-decoration: none;
}
.header .header_info .key span {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.btn_menu {
    float: right;
    width: 38px;
    height: 38px;
    background: none;
    padding: 0;
    border: none;
    margin: 3px 0 0 15px;
}
.btn_menu span {
    display: block;
    height: 4px;
    margin-top: 7px;
    margin-bottom: 7px;
    background: #575757;
    border-radius: 3px;
}

/*---index_top---*/
.index_top {
    background-size: auto 100%;
}
.index_top.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.index_top.slick-dotted.slick-slider .slick-dots {
	bottom: 55px;
	height: 30px;
}
.index_top.slick-dotted.slick-slider .slick-dots li {
	width: 30px;
	height: 30px;
	vertical-align: top;
}
.index_top.slick-dotted.slick-slider .slick-dots li button {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 3px solid #2f445f;
	background: #fff;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	margin-top: 7px;
}
.index_top.slick-dotted.slick-slider .slick-dots li button:before {
	display: none;
}
.index_top.slick-dotted.slick-slider .slick-dots li.slick-active button, .index_top.slick-dotted.slick-slider .slick-dots li:hover button {
	border-color: #cf102d;
	background: #cf102d;
	width: 30px;
	height: 30px;
	margin-top: 0;
}
.index_top .it_block {
	height: 957px;
	position: relative;
	overflow: hidden;
}
.index_top .it_block .it_text {
	width: 472px;
	position: absolute;
	padding: 0 50px 20px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 20;
	left: 50%;
	transform: translate(-50%);
	top: 550px;
	text-align: center;
	opacity: 0;
	transition: 800ms;
}
.index_top .it_block .it_text:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%);
	border: 236px solid rgba(0, 0, 0, 0.6);
	border-top: 30px solid transparent;
	border-bottom: 30px solid rgba(0, 0, 0, 0.6);
	transition: 800ms;
}
.index_top .it_block .it_text:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%);
	border: 236px solid transparent;
	border-top: 30px solid rgba(0, 0, 0, 0.6);
	border-bottom: 0px solid transparent;
	transition: 800ms;
}
.index_top .it_block .it_text:hover {
	background: rgba(47, 68, 95, 0.6);
}
.index_top .it_block .it_text:hover:before {
	border: 236px solid rgba(47, 68, 95, 0.6);
	border-top: 30px solid transparent;
	border-bottom: 30px solid rgba(47, 68, 95, 0.6);
}
.index_top .it_block .it_text:hover:after {
	border: 236px solid transparent;
	border-top: 30px solid rgba(47, 68, 95, 0.6);
	border-bottom: 0px solid transparent;
}
.index_top .it_block .it_text .it_name {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 12px;
}
.index_top .it_block .it_text .it_name:after {
	content: "";
	display: block;
	position: absolute;
	width: 234px;
	height: 7px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	background: url(../img/ic_name.png) center center no-repeat;
}
.index_top .it_block .it_text p {
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
}
.index_top .it_block img.bg {
	top: 0;
	position: absolute;
	display: block;
	left: 50%;
	z-index: 10;
	transform: translate(-50%);
}
.index_top .it_block.slick-active .it_text {
	top: 410px;
	opacity: 1;
}

/*---index_collection---*/
.index_collection {
  padding-top: 70px;
  background: #fff;
}
.index_collection .ic_inner {
  background: url(../img/collection_bg.jpg) center top no-repeat;
}
.index_collection .ic_inner_wrap {
  margin-left: -7px;
  margin-right: -7px;
}
.index_collection .ic_block {
  display: block;
  margin-left: 7px;
  margin-right: 7px;
  height: 350px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 1140px;
  margin-bottom: 14px;
  text-decoration: none;
  transition: 300ms;
  padding-top: 15px;
}
.index_collection .ic_block:hover {
  padding-top: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.index_collection .ic_block:hover .ic_text .ic_desc {
  transition: 300ms;
  opacity: 1;
}
.index_collection .ic_block:last-child {
  margin-bottom: 0;
}
.index_collection .ic_block img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  transition: 300ms;
}
.index_collection .ic_block.w750 {
  width: 750px;
}
.index_collection .ic_block.w376 {
    width: 376px;
}
.index_collection .ic_block .ic_text {
  display: table-cell;
  vertical-align: middle;
  height: 350px;
  width: 1140px;
  position: relative;
  z-index: 10;
  text-align: center;
}
.index_collection .ic_block .ic_text .ic_name {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 8px;
}
.index_collection .ic_block .ic_text .ic_name:after {
  content: "";
  display: block;
  position: absolute;
  width: 234px;
  height: 7px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background: url(../img/ic_name.png) center center no-repeat;
}
.index_collection .ic_block .ic_text .ic_desc {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.index_collection .ic_block:hover img {
  transform: translate(-50%) scale(1.1);
}
.index_collection:after {
  content: "";
  display: table;
  clear: both;
}

/*---index_action---*/
.index_action {
  padding-top: 55px;
  padding-bottom: 30px;
}
.index_action .action_tabs {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
    height: 68px;
    border-top: 1px solid #d8d8d8;
}
.index_action .action_tabs .act_tab {
    float: left;
    width: 185px;
    text-align: left;
    color: #a8a8a8;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    line-height: 79px;
    /* padding-bottom: 10px; */
    /* padding-top: 2px; */
    cursor: pointer;
    /* padding-left: 35px; */
    /* transition: 300ms; */
    height: calc(100% + 8px);
    margin-top: -8px;
    color: #000;
    text-transform: capitalize;
    padding-left: 68px;
}
.index_action .action_tabs .act_tab.active {
	color: #fff;
}
.index_action .action_tabs .act_tab:nth-child(1) {
    background: url(../img/kovry.png) 25px 30px no-repeat transparent;
}
.index_action .action_tabs .act_tab.active:nth-child(1) {
    background: url(../img/kovry-active.png) 25px 30px no-repeat #2f445f;
}
.index_action .action_tabs .act_tab:nth-child(2) {
    background: url(../img/dorozhki.png) 25px 27px no-repeat transparent;
}
.index_action .action_tabs .act_tab.active:nth-child(2) {
    background: url(../img/dorozhki-active.png) 25px 27px no-repeat #2f445f;
}
/*
.index_action .action_tabs .act_tab:before {
    content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
*/
.index_action .action_tabs .act_tab.active:after {
    content: "";
    display: block;
    /*transition: 300ms;*/
    width: 0;
    position: absolute;
    height: 0;
    right: -8px;
    border-left: 4px solid #1a2c44;
    border-bottom: 4px solid #1a2c44;
    border-right: 4px solid transparent;
    top: 0;
    border-top: 4px solid transparent;
}
/*
.index_action .action_tabs .act_tab:hover:after, .index_action .action_tabs .act_tab.active:after {
  background: #cf102d;
}
.index_action .action_tabs .act_tab:nth-child(1) {
  background: url(../img/at1.png) left 2px no-repeat;
  padding-left: 0px;
}
.index_action .action_tabs .act_tab:nth-child(1):hover, .index_action .action_tabs .act_tab:nth-child(1).active {
  background: url(../img/at1_h.png) left 2px no-repeat;
}
.index_action .action_tabs .act_tab:nth-child(2) {
  background: url(../img/at2.png) left 0px no-repeat;
  padding-left: 20px;
}
.index_action .action_tabs .act_tab:nth-child(2):hover, .index_action .action_tabs .act_tab:nth-child(2).active {
  background: url(../img/at2_h.png) left 0px no-repeat;
}
.index_action .action_tabs .act_tab:nth-child(3) {
  background: url(../img/at3.png) left 0px no-repeat;
}
.index_action .action_tabs .act_tab:nth-child(3):hover, .index_action .action_tabs .act_tab:nth-child(3).active {
  background: url(../img/at3_h.png) left 0px no-repeat;
}
*/
.index_action .action_tabs:after {
  content: "";
  display: table;
  clear: both;
}
.index_action .act_pseudo_tabs {
  margin-bottom: 20px;
}
.index_action .act_pseudo_tabs .act_ps_tab {
  width: 185px;
  float: left;
  height: 30px;
  background: #e5e5e5;
  line-height: 30px;
  text-align: center;
  color: #a8a8a8;
  font-size: 14px;
  border-right: 1px solid #c1c1c1;
  cursor: pointer;
  transition: 300ms;
  position: relative;
}
.index_action .act_pseudo_tabs .act_ps_tab:hover, .index_action .act_pseudo_tabs .act_ps_tab.active {
  background: #2f445f;
  color: #fff;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.3);
}
.index_action .act_pseudo_tabs .act_ps_tab:last-child {
  border: none;
}
.index_action .act_pseudo_tabs .act_ps_tab.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  border: 12px solid transparent;
  border-top: 9px solid #2f445f;
  border-bottom: 0px solid transparent;
}
.index_action .act_pseudo_tabs:after {
  content: "";
  display: table;
  clear: both;
}
.index_action .ia_slider .slick-list {
    padding-top: 20px;
    padding-bottom: 70px;
    margin-left: -15px;
    margin-right: -15px;
}
.index_action .ia_slider .slick-list.zzz {
  position: relative;
  z-index: 50;
}
.index_action .ia_slider .ia_block {
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    /* transition: 300ms; */
}
.index_action .ia_slider .ia_block .ia_img {
    /* padding: 15px 15px 20px; */
    /* background-image: url(/bitrix/templates/segura_shop/css/../img/ic_name.png); */
    /* background-size: 234px auto; */
    /* background-position: center bottom 3px; */
    /* background-repeat: no-repeat; */
    /* position: relative; */
}
.index_action .ia_slider .ia_block .ia_img .ia_img_inn {
    /* position: relative; */
    /* height: 240px; */
    /* overflow: hidden; */
}
.index_action .ia_slider .ia_block .ia_img .ia_img_inn img.img_inn {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
}
.index_action .ia_slider .ia_block .ia_img .ia_img_inn .ia_ico {
    /* width: 40px; */
    /* position: absolute; */
    /* z-index: 20; */
    /* left: 0; */
    /* top: 0; */
}
.index_action .ia_slider .ia_block .ia_img .ia_img_inn .ia_ico .img_ico {
    /* margin-bottom: 15px; */
    /* height: 40px; */
    /* width: 40px; */
}
.index_action .ia_slider .ia_block .ia_img .ia_img_inn .ia_ico .img_ico:last-child {
    /* margin-bottom: 0; */
}
.index_action .ia_slider .ia_block .ia_name {
    /* height: 63px; */
    /* display: table-cell; */
    /* width: 600px; */
    /* vertical-align: middle; */
    /* text-align: center; */
    /* padding-left: 5px; */
    /* padding-right: 5px; */
}
.index_action .ia_slider .ia_block .ia_name .ia_title {
    /* color: #404040; */
    /* font-size: 16px; */
    /* line-height: 1.2; */
    /* margin-bottom: 3px; */
}
.index_action .ia_slider .ia_block .ia_name .ia_title span {
  font-weight: 700;
}
.index_action .ia_slider .ia_block .ia_name .ia_ind {
  color: #2f445f;
  font-size: 15px;
  font-weight: 700;
}
.index_action .ia_slider .ia_block .ia_sel {
    /* height: 45px; */
    /* text-align: center; */
    /* background: #e5e5e5; */
}
.index_action .ia_slider .ia_block .ia_sel span {
    /* color: #909090; */
    /* font-size: 14px; */
    /* line-height: 45px; */
}
.index_action .ia_slider .ia_block .ia_sel .div_sel {
    /* margin-left: 7px; */
    /* display: inline-block; */
    /* height: 31px; */
    /* width: 115px; */
}
.index_action .ia_slider .ia_block .ia_sel .div_sel .jq-selectbox {
    /* height: 32px; */
    /* width: 100%; */
}
.index_action .ia_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select {
    /* padding-left: 5px; */
    /* padding-right: 25px; */
    /* border-radius: 0; */
    /* background: #fff; */
    /* box-shadow: none; */
    /* border: 1px solid #d8d8d8; */
    /* line-height: 30px; */
    /* color: #404040; */
    /* font-size: 14px; */
    /* font-weight: 400; */
    /* font-family: 'Roboto', sans-serif; */
}
.index_action .ia_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    /* width: 25px; */
    /* border: none; */
}
.index_action .ia_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    /* display: none; */
}
.index_action .ia_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger:before {
    /* content: ""; */
    /* position: absolute; */
    /* background: #b8b8b8; */
    /* transform: rotate(45deg); */
    /* height: 2px; */
    /* width: 10px; */
    /* display: block; */
    /* right: 10px; */
    /* top: 14px; */
}
.index_action .ia_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger:after {
    /* content: ""; */
    /* position: absolute; */
    /* background: #b8b8b8; */
    /* transform: rotate(-45deg); */
    /* height: 2px; */
    /* width: 10px; */
    /* display: block; */
    /* right: 3px; */
    /* top: 14px; */
}
.index_action .ia_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown {
    /* margin-top: 0; */
    /* box-shadow: none; */
    /* border-top: none; */
    /* border-radius: 0; */
}
.index_action .ia_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown ul {
    /* max-height: 120px !important; */
}
.index_action .ia_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.index_action .ia_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown ul li:hover, .index_action .ia_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown ul li.selected {
    /* background-color: #b8b8b8; */
    /* color: #FFF; */
}
.index_action .ia_slider .ia_block .ia_read {
    /* height: 46px; */
    /* position: relative; */
    /* background: #cf102d; */
    /* font-weight: 700; */
    /* font-size: 18px; */
    /* color: #fff; */
    /* line-height: 46px; */
    /* text-align: center; */
}
.index_action .ia_slider .ia_block .ia_read a {
    /* color: #ffffff; */
    /* font-size: 24px; */
    /* line-height: 46px; */
    /* display: block; */
    /* height: 46px; */
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* z-index: 10; */
    /* background: #2f445f; */
    /* transition: opacity 300ms; */
    /* text-decoration: none; */
}
.index_action .ia_slider .ia_block .ia_read a:hover {
  opacity: 0;
  font-size: 0;
}
.index_action .ia_slider .slick-prev {
  width: 68px;
  height: 36px;
  background: #e5e5e5 url(../img/arr_prev.png) center center no-repeat;
  left: auto;
  right: 72px;
  bottom: 0;
  border-radius: 18px 0 0 18px;
  z-index: 10;
  top: auto;
  transition: 300ms;
}
.index_action .ia_slider .slick-prev:before {
  display: none;
}
.index_action .ia_slider .slick-prev:hover {
  background: #2f445f url(../img/arr_prev_hov.png) center center no-repeat;
}
.index_action .ia_slider .slick-next {
  width: 68px;
  height: 36px;
  background: #e5e5e5 url(../img/arr_next.png) center center no-repeat;
  right: 0;
  bottom: 0;
  border-radius: 0 18px 18px 0;
  z-index: 10;
  top: auto;
  transition: 300ms;
}
.index_action .ia_slider .slick-next:before {
  display: none;
}
.index_action .ia_slider .slick-next:hover {
  background: #2f445f url(../img/arr_next_hov.png) center center no-repeat;
}
.index_action .mega_tabs .mega_tab {
  display: none;
}
.index_action .mega_tabs .mega_tab.active {
  display: block;
}
.index_action .mega_tabs .mega_tab .ia_slider {
    /* display: none; */
    height: 0;
    overflow: hidden;
}
.index_action .mega_tabs .mega_tab .ia_slider.active {
    /* display: block; */
    height: auto;
    overflow: visible;
}

/*---index_preim---*/
.index_preim {
  padding-top: 45px;
  padding-bottom: 50px;
  background: url(../img/preim_bg.jpg) center top no-repeat;
}
.index_preim .title {
  color: #bdab80;
}
.index_preim .ip_block {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  height: 190px;
  margin-bottom: 30px;
}
.index_preim .ip_block .ip_img {
  width: 127px;
  height: 127px;
  margin-left: auto;
  margin-right: auto;
  width: 127px;
  margin-bottom: 10px;
}
.index_preim .ip_block .ip_text {
  color: #bdac80;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/*---index_about---*/
.index_about {
    background-color: #fff;
    /* background-image: url(../img/index_about.png); */
    background-position: center bottom 25px;
    background-repeat: no-repeat;
    padding-top: 40px;
    /* padding-bottom: 100px; */
}
.index_about .title {
    text-align: left;
    /* margin-bottom: 15px; */
}
.index_about p {
    color: #404040;
    font-size: 16px;
    /* margin-bottom: 20px; */
    line-height: 2;
}
.index_about p b {
	color: #347bb7;
}
.index_about ul {
    /* padding-left: 45px; */
    /* margin-bottom: 20px; */
    margin-left: 1em;
}
.index_about ul li {
    margin-bottom: 12px;
    color: #404040;
    font-size: 16px;
    position: relative;
    display: block;
}
.index_about ul li span {
  font-weight: 700;
}
.index_about ul li::before {
    content: "";
    position: absolute;
    background: #347bb7;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    top: 7px;
    left: -1em;
}
.manager-index .h2 {
    color: #fff;
    font-weight: 400;
}
.manager-index .h5 {
    color: #fff;
}
.manager-index p {
    color: #fff;
}
.manager-index a {
}
.place-item {
    text-decoration: none !important;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    margin: 0 0 20px 0;
    display: block;
}
.place-item span, .place-item strong {
    vertical-align: middle;
}
.place-item strong {
    display: inline-block;
    width: calc(100% - 110px);
    font-size: 18px;
    font-weight: 300;
    /* color: #545454; */
}
.place-item:hover strong {
    text-decoration: underline;
}
.place-icon {
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    width: 83px;
    height: 83px;
    border: 1px solid #e9e9e9;
    display: inline-block;
    margin: 0 20px 0 0;
}
.place-icon.gostinaya-or-zal {
	background-image: url(../img/gostinaya-or-zal.png);
}
.place-icon.detskaya {
	background-image: url(../img/detskaya.png);
}
.place-icon.spalnya {
	background-image: url(../img/spalnya.png);
}
.place-icon.kabinet {
	background-image: url(../img/kabinet.png);
}
.place-icon.koridor {
	background-image: url(../img/koridor.png);
}
.place-icon.kukhnya {
	background-image: url(../img/kukhnya.png);
}
.place-icon.vannaya {
	background-image: url(../img/vannaya.png);
}
.place-icon.ofis {
	background-image: url(../img/ofis.png);
}
.manager-index {
    background-image: url(../img/manager-bg.jpg);
    padding: 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
}

/*---breads---*/
.breads {
    background: #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin-top: 157px; */
}
.breads ul {
  margin-bottom: 0;
}
.breads ul li {
    display: inline-block;
    margin-right: 25px;
    padding-left: 20px;
    position: relative;
    color: #212121;
    font-size: 13px;
    font-weight: 700;
}
.breads ul li:before {
    content: "";
    width: 14px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(/bitrix/templates/segura_shop/css/../img/arrows_gray.png) center center no-repeat;
}
.breads ul li a {
  color: #909090;
  text-decoration: none;
  transition: 200ms;
}
.breads ul li a:hover {
  color: #2f445f;
}
.breads ul li:last-child:before {
  background: url(../img/arrows_red.png) center center no-repeat;
}

/*---basket_block---*/
.basket_block {
  padding-top: 40px;
  padding-bottom: 70px;
}
.basket_block .basket_inner {
    /* max-width: 890px; */
}
.basket_block .basket_table {
  margin-bottom: 30px;
}
.basket_block .basket_table table {
  width: 100%;
  font-family: 'Roboto', sans-serif;
}
.basket_block .basket_table table th {
    color: #545454;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    height: 35px;
    font-weight: 400;
}
.basket_block .basket_table table td {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}
.basket_block .basket_table table td.td_img {
  width: 70px;
}
.basket_block .basket_table table td.td_name {
    padding-left: 20px;
    padding-right: 10px;
}
.basket_block .basket_table table td.td_actions {
    white-space: nowrap;
}
.basket_block .basket_table table td.td_name .name a {
    color: #545454;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.basket_block .basket_table table td.td_name .name span {
  font-weight: 700;
}
.basket_block .basket_table table td.td_name .art {
    color: #545454;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 3px 0 0 0;
}
.basket_block .basket_table table td.td_price {
  text-align: center;
  color: #404040;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.basket_block .basket_table table td.td_total {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.basket_block .basket_table table td.td_summa {
  text-align: center;
  color: #404040;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.basket_block .basket_table table td.td_price .price, .basket_block .basket_table table td.td_summa .price {
    display: block;
    font-weight: 600;
    font-size: 20px;
}
.basket_block .basket_table table td.td_price .old-price, .basket_block .basket_table table td.td_summa .old-price {
	display: block;
    font-weight: 200;
    font-size: 14px;
    text-decoration: line-through;
    color: #bebebe;
}

.basket_block .basket_table table td.td_del {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 30px;
}
.basket_block .basket_table table td.td_del .del {
    /* background: none; */
    /* border: none; */
    /* position: relative; */
    /* width: 17px; */
    /* height: 17px; */
    /* display: block; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    background: url(../img/basket-delete.png) center center no-repeat transparent;
    border: 0 none;
    width: 30px;
    height: 30px;
}
.basket_block .basket_table table td.td_del .del:before {
 /*
	content: "";
	position: absolute;
	background: #b2b2b2;
	height: 3px;
	width: 20px;
	display: block;
	transition: 500ms;
	transform: rotate(45deg);
	top: 7px;
	left: -2px;
*/
}
.basket_block .basket_table table td.td_del .del:after {
/*
	content: "";
	position: absolute;
	background: #b2b2b2;
	height: 3px;
	width: 20px;
	display: block;
	transition: 500ms;
	transform: rotate(-45deg);
	top: 7px;
	left: -2px;
*/
}
.basket_block .basket_table table td.td_del .del:hover:before {
  transform: rotate(405deg);
  background: #537e49;
}
.basket_block .basket_table table td.td_del .del:hover:after {
  transform: rotate(315deg);
  background: #537e49;
}
.basket_block .basket_table table .table_img {
  width: 70px;
  height: 70px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.basket_block .basket_table table .table_img a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
}
.basket_block .basket_table table .table_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: auto;
  height: auto;
  width: auto;
  max-width: 130%;
  max-height: 130%;
  min-width: 100%;
  min-height: 100%;
}
.basket_block .basket_table table .total_block {
    width: 100px;
    height: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.basket_block .basket_table table .total_block input {
    color: #404040;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    height: 30px;
    width: 100%;
    text-align: center;
    border: none;
}
.basket_block .basket_table table .total_block .plus {
    position: absolute;
    right: 0;
    top: 0;
    height: 28px;
    width: 28px;
    z-index: 10;
    background: none;
    border: none;
    background-color: #0459b4;
    border-radius: 50%;
    padding: 0;
}
.basket_block .basket_table table .total_block .plus:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 10px;
    width: 2px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 300ms;
}
.basket_block .basket_table table .total_block .plus:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    width: 10px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 300ms;
}
.basket_block .basket_table table .total_block .plus:hover:before, .basket_block .basket_table table .total_block .plus:hover:after {
  background: #2f445f;
}
.basket_block .basket_table table .total_block .minus {
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    width: 28px;
    z-index: 10;
    background: none;
    border: none;
    background-color: #f7f7f7;
    border-radius: 50%;
    padding: 0;
}
.basket_block .basket_table table .total_block .minus:after {
    content: "";
    position: absolute;
    background: #b2b2b2;
    height: 2px;
    width: 10px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 300ms;
}
.basket_block .basket_table table .total_block .minus:hover:after {
  background: #2f445f;
}
.basket_block .basket_total {
    text-align: right;
    /* width: 260px; */
    margin-left: auto;
}
.basket_block .basket_total .bt_name {
  font-size: 16px;
  font-weight: 700;
  color: #b2b2b2;
  border-bottom: 2px solid #e5e5e5;
}
.basket_block .basket_total .bt_total {
  color: #2f445f;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  height: 40px;
}
.basket_block .basket_total .send, .basket_block .basket_total .fast-order {
    width: 260px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #cf102d;
    transition: 300ms;
    height: 48px;
    border: none;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 48px;
    border: 0 none;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 10px 10px;
}
.basket_block .basket_total .send:hover, .basket_block .basket_total .fast-order:hover {
  background: #2f445f;
}

/*---contacts_section---*/
.contacts_section {
  padding-top: 40px;
  padding-bottom: 55px;
}
.contacts_section img {
	max-width: 100%;
}
.contacts_section .map_block {
  margin-bottom: 35px;
  position: relative;
}
.contacts_section .map_block .map_contacts {
  width: 450px;
  height: 260px;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  padding-left: 40px;
  padding-top: 30px;
  padding-right: 30px;
  top: 50%;
  z-index: 10;
  left: 50%;
  transform: translate(15px, -50%);
}
.contacts_section .map_block .map_contacts .name {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contacts_section .map_block .map_contacts .c_tel {
  padding-left: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  background: url(../img/c_tel.png) left center no-repeat;
}
.contacts_section .map_block .map_contacts .c_tel a {
  color: #fff;
}
.contacts_section .map_block .map_contacts .c_mail {
  padding-left: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  background: url(../img/c_mail.png) left center no-repeat;
}
.contacts_section .map_block .map_contacts .c_mail a {
  color: #fff;
}
.contacts_section .map_block .map_contacts .c_map {
  padding-left: 55px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  max-width: 380px;
  background: url(../img/c_map.png) left 5px no-repeat;
}
.contacts_section .contacts_info p {
  margin-bottom: 0;
  color: #404040;
  font-size: 16px;
}
.contacts_section .contacts_info .contacts_img {
  padding-top: 35px;
  padding-bottom: 5px;
}
.contacts_section .contacts_info .contacts_img .ci_image {
  margin-bottom: 30px;
}
.contacts_section .contacts_info .contacts_img .ci_image img {
  width: 100%;
}

#map {
  height: 500px;
}

/*---oform_section---*/
.oform_section {
  padding-top: 40px;
  padding-bottom: 90px;
}
.oform_section .oform_inner {
  max-width: 570px;
}
.oform_section .mini_name {
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  margin-bottom: 20px;
}
.oform_section .face_block {
  margin-bottom: 35px;
}
.oform_section .face_block .face_inn {
  width: 180px;
  float: left;
}
.oform_section .face_block .face_inn label {
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  font-weight: 400;
  padding-left: 20px;
}
.oform_section .face_block .face_inn .radio {
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 3px 0 0;
}
.oform_section .face_block .face_inn .radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.oform_section .face_block .face_inn .radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #2f445f;
  border-radius: 50%;
  background: #fffc;
}
.oform_section .face_block .face_inn .radio:not(checked) + label {
  color: #909090;
}
.oform_section .face_block .face_inn .radio:checked + label {
  color: #000;
}
.oform_section .face_block .face_inn .radio:checked + label:before {
  background: #2f445f;
}
.oform_section .face_block .face_inn .radio:focus + label:before {
  background: #2f445f;
}
.oform_section .face_block:after {
  content: "";
  display: table;
  clear: both;
}
.oform_section .form_block {
  max-width: 430px;
  margin-bottom: 15px;
}
.oform_section .form_block .fb_name {
  float: left;
  width: 170px;
  height: 34px;
  padding-right: 10px;
}
.oform_section .form_block .fb_name label {
  color: #212121;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 34px;
  cursor: pointer;
}
.oform_section .form_block .fb_name label span.required-star {
  color: #fd1f1f;
}
.oform_section .form_block .fb_inp {
  height: 34px;
  width: 260px;
  float: left;
}
.oform_section .form_block .fb_inp input {
  width: 100%;
  height: 34px;
  background: #f6f6f6;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e6e6e6;
}
.oform_section .form_block .fb_inn {
  margin-bottom: 20px;
}
.oform_section .form_block .fb_inn:after {
  content: "";
  display: table;
  clear: both;
}
.oform_section .form_block:after {
  content: "";
  display: table;
  clear: both;
}
.oform_section .delivery_block {
  margin-bottom: 35px;
}
.oform_section .delivery_block label {
  display: block;
  cursor: pointer;
  position: relative;
  min-height: 60px;
  padding-left: 65px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 5px;
  transition: 300ms;
}
.oform_section .delivery_block label:last-child {
  margin-bottom: 0;
}
.oform_section .delivery_block label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.oform_section .delivery_block label .del_img {
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.oform_section .delivery_block label .del_img img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  width: auto;
  height: auto;
}
.oform_section .delivery_block label .name {
  color: #909090;
  font-size: 16px;
  display: block;
  font-weight: 700;
}
.oform_section .delivery_block label .desc {
  color: #909090;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.oform_section .delivery_block label input:checked + .del_img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.oform_section .delivery_block label input:checked + .del_img:before {
  content: "";
  border: 2px solid #2f445f;
  display: block;
  z-index: 10;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  position: absolute;
  border-radius: 50%;
}
.oform_section .delivery_block label input:checked + .del_img + .name {
  color: #212121;
}
.oform_section .delivery_block label input:checked + .del_img + .name + .desc {
  color: #212121;
}
.oform_section .delivery_block label:hover {
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
}
.oform_section .payment_block {
  margin-bottom: 35px;
}
.oform_section .payment_block label {
  display: block;
  cursor: pointer;
  float: left;
  width: 30%;
  position: relative;
  min-height: 60px;
  padding-left: 64px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 5px;
  transition: 300ms;
}
.oform_section .payment_block label:nth-child(3n) {
  width: 40%;
}
.oform_section .payment_block label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.oform_section .payment_block label .pay_img {
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.oform_section .payment_block label .pay_img img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  width: auto;
  height: auto;
}
.oform_section .payment_block label .name {
  color: #909090;
  font-size: 16px;
  display: block;
  font-weight: 700;
}
.oform_section .payment_block label .desc {
  color: #909090;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.oform_section .payment_block label input:checked + .pay_img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.oform_section .payment_block label input:checked + .pay_img:before {
  content: "";
  border: 2px solid #2f445f;
  display: block;
  z-index: 10;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  position: absolute;
  border-radius: 50%;
}
.oform_section .payment_block label input:checked + .pay_img + .name {
  color: #212121;
}
.oform_section .payment_block label input:checked + .pay_img + .name + .desc {
  color: #212121;
}
.oform_section .payment_block label:hover {
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
}
.oform_section .oform_btn {
  width: 220px;
  height: 48px;
  color: #fff;
  font-size: 18px;
  transition: 300ms;
  background: #cf102d;
  border: none;
  margin-top: 30px;
}
.oform_section .oform_btn:hover {
  background: #2f445f;
}

/*---item_section---*/
.item_section {
    padding-top: 40px;
    padding-bottom: 5px;
}
.modal-body.item_section {
  padding-top: 0;
  padding-bottom: 0;
}
.item_section .item_section_inner {
}
.item_section .item_section_inner:after {
  content: "";
  clear: both;
  display: table;
}
.item_section .isi_left {
  width: 460px;
  float: left;
}
.item_section .isi_left .isi_wrap {
  width: 70px;
  float: left;
}
.item_section .isi_left .isi_wrap .isi_block, .isi_block2 {
  width: 100%;
  height: 70px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  transition: 300ms;
}
.item_section .isi_left .isi_wrap .isi_block img, .isi_block2 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  height: auto;
  width: auto;
}
.item_section .isi_left .isi_wrap .isi_block:last-child {
  margin-bottom: 0;
}
.item_section .isi_left .isi_wrap .isi_block.active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.item_section .isi_left .isi_wrap .isi_block.active:after {
  content: "";
  background: #2f445f;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 10;
  left: 0;
  bottom: 0;
  position: absolute;
}
.item_section .isi_left .isi_wrap .isi_block:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.item_section .isi_left .isi_img {
    margin: 0 0 20px 85px;
}
.item_section .isi_left .isi_img .isi_img_block {
    display: none;
    position: relative;
    /* overflow: hidden; */
    /* height: 375px; */
    /* width: 375px; */
}
.item_section .isi_left .isi_img .isi_img_block img.bg_img {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* left: 0; */
    /* bottom: 0; */
    display: block;
    margin: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    /* max-height: 100%; */
}
.item_section .isi_left .isi_img .isi_img_block a {
    /* top: 0; */
    /* right: 0; */
    /* left: 0; */
    /* bottom: 0; */
    display: block;
    position: relative;
}
.item_section .isi_left .isi_img .isi_img_block.active {
  display: block;
}
.item_section .isi_left .isi_img .isi_img_block .isi_info, .modal-body .isi_info {
    left: 15px;
    top: 15px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.item_section .isi_left .isi_img .isi_img_block .isi_info img {
  margin-bottom: 15px;
}
.item_section .isi_left .isi_img .isi_img_block .isi_info img:last-child {
  margin-bottom: 0;
}
.item_section .isi_left:after {
  content: "";
  clear: both;
  display: table;
}
.item_section .isi_right {
  margin-left: 490px;
}


.icon-discount, .icon-new, .icon-hit, .icon-exclusive {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    margin: 0 0 10px 0;
}
.basket_table .icon-discount, .basket_table .icon-new, .basket_table .icon-hit, .basket_table .icon-exclusive {
    width: 25px;
    height: 25px;
    background-size: 70%;
    margin: 0 5px 0 0;
    display: inline-block;
}
@media (max-width: 767px){
.basket_table .icon-discount, .basket_table .icon-new, .basket_table .icon-hit, .basket_table .icon-exclusive {
    display: block;
	margin: 0 auto;
}
}
.icon-discount {
    background: url(../img/discount.png) center center no-repeat #fff;
}
.icon-new {
    background: url(../img/new.png) center center no-repeat #fff;
}
.icon-hit {
    background: url(../img/hit.png) center center no-repeat #fff;
}
.icon-exclusive {
    background: url(../img/exclusive.png) center center no-repeat #fff;
}
.price-meter {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #511b1b;
    color: #fff;
    padding: 5px 10px;
    /* z-index: 2; */
}
.price-meter .price {
    font-size: 17px;
}
.price-meter .price .old-price {
    display: block;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 400;
}
.price-meter .discount::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.price-meter .discount {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background-color: #9e2d2a;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    white-space: nowrap;
    padding: 5px;
}


.item_section .error {
    color: #f00;
    margin: 10px 0 0 0;
    display: none;
}
.item_section .error.active {
    display: block;
}
.item_section .isi_right .isi_name {
  border-bottom: 2px solid #e5e5e5;
}
.item_section .isi_right .isi_name .isi_title {
  font-size: 24px;
  color: #404040;
  line-height: 1.1;
  margin-bottom: 8px;
}
.item_section .isi_right .isi_name .isi_title span {
  font-weight: 700;
}
.item_section .isi_right .isi_name .isi_art {
  color: #537e49;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}
.item_section .isi_right .isi_desc {
  border-bottom: 2px solid #e5e5e5;
  padding-top: 10px;
}
.item_section .isi_right .isi_desc ul {
  margin-bottom: 15px;
}
.item_section .isi_right .isi_desc ul li {
  color: #909090;
  font-size: 16px;
  margin-bottom: 4px;
}
.item_section .isi_right .isi_desc ul li span {
  color: #404040;
}
.item_section .isi_right .isi_bottom {
  padding-top: 15px;
}
.item_section .isi_right .isi_bottom .isi_size {
  border-left: 10px solid #e5e5e5;
  padding-left: 13px;
  margin-bottom: 15px;
}
.item_section .isi_right .isi_bottom .isi_size .size {
  font-weight: 700;
  font-size: 16px;
  color: #b2b2b2;
  margin-right: 20px;
  line-height: 32px;
}
.item_section .isi_right .isi_bottom .isi_size .jq-selectbox {
  height: 32px;
  width: 125px;
}
.item_section .isi_right .isi_bottom .isi_size .jq-selectbox .jq-selectbox__select {
  padding-left: 10px;
  padding-right: 25px;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  line-height: 30px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.item_section .isi_right .isi_bottom .isi_size .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  width: 25px;
  border: none;
}
.item_section .isi_right .isi_bottom .isi_size .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  display: none;
}
.item_section .isi_right .isi_bottom .isi_size .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger:before {
  content: "";
  position: absolute;
  background: #b8b8b8;
  transform: rotate(45deg);
  height: 2px;
  width: 10px;
  display: block;
  right: 10px;
  top: 14px;
}
.item_section .isi_right .isi_bottom .isi_size .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger:after {
  content: "";
  position: absolute;
  background: #b8b8b8;
  transform: rotate(-45deg);
  height: 2px;
  width: 10px;
  display: block;
  right: 3px;
  top: 14px;
}
.item_section .isi_right .isi_bottom .isi_size .jq-selectbox .jq-selectbox__dropdown {
  margin-top: 0;
  box-shadow: none;
  border-top: none;
  border-radius: 0;
}
.item_section .isi_right .isi_bottom .isi_size .jq-selectbox .jq-selectbox__dropdown ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.item_section .isi_right .isi_bottom .isi_size .jq-selectbox .jq-selectbox__dropdown ul li:hover, .item_section .isi_right .isi_bottom .isi_size .jq-selectbox .jq-selectbox__dropdown ul li.selected {
  background-color: #b8b8b8;
  color: #FFF;
}
.item_section .isi_right .isi_bottom .isi_price {
  border-left: 10px solid #e5e5e5;
  padding-left: 13px;
}
.item_section .isi_right .isi_bottom .isi_price .price_total {
  font-size: 36px;
  color: #2f445f;
  font-weight: 700;
  line-height: 48px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.item_section .isi_right .isi_bottom .isi_price .btn_price {
  height: 48px;
  width: 262px;
  color: #fff;
  background: #cf102d;
  font-size: 16px;
  transition: 300ms;
  border: none;
}
.item_section .isi_right .isi_bottom .isi_price .btn_price:hover {
  background: #2f445f;
}
.item_section .item_slider .slick-list, .item_section .item_slider3 .slick-list {
  padding-top: 15px;
  padding-bottom: 70px;
  margin-left: -15px;
  margin-right: -15px;
}
.item_section .item_slider .slick-list.zzz, .item_section .item_slider3 .slick-list.zzz {
  position: relative;
  z-index: 50;
}
.item_section .item_slider .ia_block {
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    /* transition: 300ms; */
}
.item_section .item_slider .ia_block:hover, .item_section .item_slider3 .ia_block:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.item_section .item_slider .ia_block .ia_img {
    /* padding: 15px 15px 20px; */
    /* background-image: url(/bitrix/templates/segura_shop/css/../img/ic_name.png); */
    /* background-size: 234px auto; */
    /* background-position: center bottom 3px; */
    /* background-repeat: no-repeat; */
    /* position: relative; */
}
.item_section .item_slider .ia_block .ia_img .ia_img_inn {
    /* position: relative; */
    /* height: 240px; */
    /* overflow: hidden; */
}
.item_section .item_slider .ia_block .ia_img .ia_img_inn img.img_inn, .item_section .item_slider3 .ia_block .ia_img .ia_img_inn img.img_inn {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
}
.item_section .item_slider .ia_block .ia_img .ia_img_inn .ia_ico {
    /* width: 40px; */
    /* position: absolute; */
    /* z-index: 20; */
    /* left: 0; */
    /* top: 0; */
}
.item_section .item_slider .ia_block .ia_img .ia_img_inn .ia_ico .img_ico {
    /* margin-bottom: 15px; */
    /* height: 40px; */
    /* width: 40px; */
}
.item_section .item_slider .ia_block .ia_img .ia_img_inn .ia_ico .img_ico:last-child {
    /* margin-bottom: 0; */
}
.item_section .item_slider .ia_block .ia_name {
    /* height: 63px; */
    /* display: table-cell; */
    /* width: 600px; */
    /* vertical-align: middle; */
    /* text-align: center; */
    /* padding-left: 5px; */
    /* padding-right: 5px; */
}
.item_section .item_slider .ia_block .ia_name .ia_title {
    /* color: #404040; */
    /* font-size: 16px; */
    /* line-height: 1.2; */
    /* margin-bottom: 3px; */
}
.item_section .item_slider .ia_block .ia_name .ia_title span, .item_section .item_slider3 .ia_block .ia_name .ia_title span {
  font-weight: 700;
}
.item_section .item_slider .ia_block .ia_name .ia_ind, .item_section .item_slider3 .ia_block .ia_name .ia_ind {
  color: #2f445f;
  font-size: 15px;
  font-weight: 700;
}
.item_section .item_slider .ia_block .ia_sel {
    /* height: 45px; */
    /* text-align: center; */
    /* background: #e5e5e5; */
}
.item_section .item_slider .ia_block .ia_sel span {
    /* color: #909090; */
    /* font-size: 14px; */
    /* line-height: 45px; */
}
.item_section .item_slider .ia_block .ia_sel .div_sel {
    /* margin-left: 7px; */
    /* display: inline-block; */
    /* height: 31px; */
    /* width: 115px; */
}
.item_section .item_slider .ia_block .ia_sel .div_sel .jq-selectbox {
    /* height: 32px; */
    /* width: 100%; */
}
.item_section .item_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select {
    /* padding-left: 5px; */
    /* padding-right: 25px; */
    /* border-radius: 0; */
    /* background: #fff; */
    /* box-shadow: none; */
    /* border: 1px solid #d8d8d8; */
    /* line-height: 30px; */
    /* color: #404040; */
    /* font-size: 14px; */
    /* font-weight: 400; */
    /* font-family: 'Roboto', sans-serif; */
}
.item_section .item_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    /* width: 25px; */
    /* border: none; */
}
.item_section .item_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    /* display: none; */
}
.item_section .item_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger:before {
    /* content: ""; */
    /* position: absolute; */
    /* background: #b8b8b8; */
    /* transform: rotate(45deg); */
    /* height: 2px; */
    /* width: 10px; */
    /* display: block; */
    /* right: 10px; */
    /* top: 14px; */
}
.item_section .item_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger:after {
    /* content: ""; */
    /* position: absolute; */
    /* background: #b8b8b8; */
    /* transform: rotate(-45deg); */
    /* height: 2px; */
    /* width: 10px; */
    /* display: block; */
    /* right: 3px; */
    /* top: 14px; */
}
.item_section .item_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown {
    /* margin-top: 0; */
    /* box-shadow: none; */
    /* border-top: none; */
    /* border-radius: 0; */
}
.item_section .item_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown ul {
    /* max-height: 120px !important; */
}
.item_section .item_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown ul li {
    /* padding-top: 3px; */
    /* padding-bottom: 3px; */
}
.item_section .item_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown ul li:hover, .item_section .item_slider .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown ul li.selected {
    /* background-color: #b8b8b8; */
    /* color: #FFF; */
}
.item_section .item_slider .ia_block .ia_read {
    /* height: 46px; */
    /* position: relative; */
    /* background: #cf102d; */
    /* font-weight: 700; */
    /* font-size: 18px; */
    /* color: #fff; */
    /* line-height: 46px; */
    /* text-align: center; */
}
.item_section .item_slider .ia_block .ia_read a {
    /* color: #ffffff; */
    /* font-size: 24px; */
    /* line-height: 46px; */
    /* display: block; */
    /* height: 46px; */
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* z-index: 10; */
    /* background: #2f445f; */
    /* transition: opacity 300ms; */
    /* text-decoration: none; */
}
.item_section .item_slider .ia_block .ia_read a:hover, .item_section .item_slider3 .ia_block .ia_read a:hover {
  opacity: 0;
  font-size: 0;
}
.item_section .item_slider .slick-prev, .item_section .item_slider3 .slick-prev {
  width: 68px;
  height: 36px;
  background: #e5e5e5 url(../img/arr_prev.png) center center no-repeat;
  left: auto;
  right: 72px;
  bottom: 0;
  border-radius: 18px 0 0 18px;
  z-index: 10;
  top: auto;
  transition: 300ms;
}
.item_section .item_slider .slick-prev:before, .item_section .item_slider3 .slick-prev:before {
  display: none;
}
.item_section .item_slider .slick-prev:hover, .item_section .item_slider3 .slick-prev:hover {
  background: #2f445f url(../img/arr_prev_hov.png) center center no-repeat;
}
.item_section .item_slider .slick-next, .item_section .item_slider3 .slick-next {
  width: 68px;
  height: 36px;
  background: #e5e5e5 url(../img/arr_next.png) center center no-repeat;
  right: 0;
  bottom: 0;
  border-radius: 0 18px 18px 0;
  z-index: 10;
  top: auto;
  transition: 300ms;
}
.item_section .item_slider .slick-next:before, .item_section .item_slider3 .slick-next:before {
  display: none;
}
.item_section .item_slider .slick-next:hover, .item_section .item_slider3 .slick-next:hover {
  background: #2f445f url(../img/arr_next_hov.png) center center no-repeat;
}

/*---catalog_top---*/
.catalog_top {
/*
    height: 120px;
    background: url(../img/catalog_top.jpg) 50% 50% no-repeat;
    padding-top: 0;
*/
}
body.catalog-page .catalog_top {
	background: url(../img/Catalog-obshiy.jpg) center top no-repeat;
    background-size: auto 100%;
}

body.catalog-category .catalog_top {
/*
	background: url(../img/Catalog-kovry.jpg) center top no-repeat;
	background-size: auto 100%;
*/
}
body.catalog-dorozhki .catalog_top {
/*
	background: url(../img/Catalog-dorojki.jpg) center top no-repeat;
    background-size: auto 100%;
*/
}
.catalog_top .catalog_title {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  position: relative;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  letter-spacing: 6px;
}
/*.catalog_top .catalog_title:before {*/
  /*content: "";*/
  /*position: absolute;*/
  /*display: block;*/
  /*left: 50%;*/
  /*bottom: -30px;*/
  /*transform: translate(-50%);*/
  /*height: 9px;*/
  /*width: 234px;*/
  /*background: url(../img/figure.png) center center no-repeat;*/
/*}*/

/*---catalog_link---*/
.catalog_link {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/catalog_link.png) center top no-repeat;
}
.catalog_link .cl_block {
  float: left;
  width: 25%;
  padding-right: 20px;
  padding-left: 70px;
}
.catalog_link .cl_block span.cl_btn {
  display: inline-block;
  color: #a2a2a2;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}
.catalog_link .cl_block ul {
  margin-bottom: 0;
}
.catalog_link .cl_block ul li {
  margin-bottom: 5px;
}
.catalog_link .cl_block ul li a {
  color: #404040;
  font-size: 17px;
  font-weight: 500;
  transition: 200ms;
  text-decoration: none;
}
.catalog_link .cl_block ul li a:hover {
  color: #2f445f;
}
.catalog_link .cl_block ul li:last-child {
  margin-bottom: 0;
}

/*---catalog_section---*/
.catalog_section {
    padding-top: 0;
    padding-bottom: 40px;
    background: #fff;
}

.left_filter {
  /*width: 290px;*/
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.left_filter .filter_inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.left_filter .filter_block .filter_btn {
  color: #909090;
  font-size: 14px;
  font-weight: 700;
  padding-right: 30px;
  background: #eeeeee;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  cursor: pointer;
}
.left_filter .filter_block .filter_btn span {
  padding-left: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
  border-left: 2px solid #2f445f;
  text-transform: uppercase;
}
.left_filter .filter_block .filter_btn:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 10px;
  transform: rotate(45deg);
  background: #2f445f;
  display: block;
  top: 13px;
  right: 16px;
  transition: 300ms;
}
.left_filter .filter_block .filter_btn:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 10px;
  transform: rotate(-45deg);
  background: #2f445f;
  display: block;
  top: 13px;
  right: 10px;
  transition: 300ms;
}
.left_filter .filter_block .filter_btn.active:before {
  transform: rotate(-45deg);
}
.left_filter .filter_block .filter_btn.active:after {
  transform: rotate(45deg);
}
.left_filter .filter_block .filter_set {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.left_filter .filter_block ul {
  margin-bottom: 0;
  overflow-y: auto;
  max-height: 240px;
}
.left_filter .filter_block ul li {
  position: relative;
  margin-bottom: 2px;
}
.left_filter .filter_block ul li:last-child {
  margin-bottom: 0;
}
.left_filter .filter_block ul li input[type="checkbox"] {
  width: 17px;
  height: 17px;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.left_filter .filter_block ul li label {
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  /*color: #a2a2a2;*/
  font-size: 14px;
  font-weight: 400;
}
.left_filter .filter_block ul li label:before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/input.png) center center no-repeat;
  left: 0;
  top: 2px;
}
.left_filter .filter_block ul li input:checked + label {
  color: #404040;
}
.left_filter .filter_block ul li input:checked + label:after {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 13px;
  background: url(../img/bird.png) center center no-repeat;
  left: 3px;
  top: 3px;
}
.left_filter .reset {
  color: #fff;
  font-size: 18px;
  width: 100%;
  border: none;
  transition: 200ms;
  background: #2f445f;
  margin-bottom: 15px;
  margin-top: 20px;
  height: 46px;
}
.left_filter .reset:hover {
  background: #cf102d;
}

.catalog_inner {
/*
  float: left;
  width: 880px;
  padding-left: 15px;
  padding-right: 15px;
*/
}
.catalog_inner .cat_inner {
    margin-left: -15px;
    margin-right: -15px;
    /* margin-bottom: 50px; */
}
.catalog_inner .cat_inner:after {
  content: "";
  clear: both;
  display: block;
}
.catalog_inner .ci_col {
  width: 33.3333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.catalog_inner.catalog_inner4 .ci_col, .catalog_section_inner4 .catalog_inner .ci_col, .catalog_inner.catalog_inner_search .ci_col {
  width: 25%;
}
.catalog_inner .ci_col:nth-child(3n+1) {
  clear: both;
}
.catalog_inner.catalog_inner4 .ci_col:nth-child(3n+1), .catalog_section_inner4 .catalog_inner .ci_col:nth-child(3n+1), .catalog_inner.catalog_inner_search .ci_col:nth-child(3n+1) {
  clear: none;
}
.catalog_inner.catalog_inner4 .ci_col:nth-child(4n+1), .catalog_section_inner4 .catalog_inner .ci_col:nth-child(4n+1), .catalog_inner.catalog_inner_search .ci_col:nth-child(4n+1) {
  clear: both;
}


@media screen and (max-width: 1199px){
	.catalog_inner.catalog_inner_search .ci_col {
		width: 33.3333%;
	}
	.catalog_inner.catalog_inner_search .ci_col:nth-child(4n+1) {
		clear: none;
	}
	.catalog_inner.catalog_inner_search .ci_col:nth-child(3n+1) {
		clear: both;
	}
	.catalog_inner.catalog_inner_search .ci_col:nth-child(2n+1) {
		clear: none;
	}
}

@media screen and (max-width: 991px){
	.catalog_inner.catalog_inner_search .ci_col {
		width: 50%;
	}
	.catalog_inner.catalog_inner_search .ci_col:nth-child(4n+1) {
		clear: none;
	}
	.catalog_inner.catalog_inner_search .ci_col:nth-child(3n+1) {
		clear: none;
	}
	.catalog_inner.catalog_inner_search .ci_col:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width: 767px){
	.catalog_inner.catalog_inner_search .ci_col {
		width: 100%;
	}
	.catalog_inner.catalog_inner_search .ci_col {
		clear: both !important;
	}
}



.ia_slider.catalog_inner .ci_col, .item_slider.catalog_inner .ci_col, .ia_slider.catalog_inner .ci_col, .item_slider3.catalog_inner .ci_col {
	clear: none !important;
}
.catalog_inner .ia_block {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 200ms;
  margin-bottom: 30px;
}
.catalog_inner .ia_block:hover, .index_action .ia_slider .ia_block:hover {
    box-shadow: 1px 15px 20px 0px rgba(0,0,0,0.5);
    margin-top: -5px;
    margin-bottom: 35px;
}
.catalog_inner .ia_block .ia_img {
    padding: 0;
    /* background-image: url(/bitrix/templates/segura_shop/css/../img/ic_name.png); */
    background-size: 234px auto;
    background-position: center bottom 3px;
    background-repeat: no-repeat;
    position: relative;
}
.catalog_inner .ia_block .ia_img a {
	display: block;
}
.catalog_inner .ia_block .ia_img .ia_img_inn {
    position: relative;
    /* height: 240px; */
    overflow: hidden;
    padding: 46% 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.catalog_inner .ia_block .ia_img .ia_img_inn img.img_inn {
    position: absolute;
    top: 50%;
    height: auto;
    width: 100%;
    left: 0;
    z-index: 10;
    right: 0;
    transform: translateY(-50%);
}
.js-fast-show, .header-new .js-fast-show {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    color: #fff;
    font-size: 12px;
    padding: 15px 15px;
    width: 140px;
    margin-left: -70px;
    margin-top: -24px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 200;
}
.ia_block:hover .js-fast-show {
    opacity: 1;
}
.catalog_inner .ia_block .ia_img .ia_img_inn .ia_ico {
    width: 40px;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
}
.catalog_inner .ia_block .ia_img .ia_img_inn .ia_ico .img_ico {
    /* margin-bottom: 15px; */
    height: 40px;
    width: 40px;
    /* margin: 15px 0 0 15px; */
}
.catalog_inner .ia_block .ia_img .ia_img_inn .ia_ico .img_ico:last-child {
  margin-bottom: 0;
}
.catalog_inner .ia_block .ia_name {
  height: 63px;
  display: table-cell;
  width: 600px;
  vertical-align: middle;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.catalog_inner .ia_block .ia_name .ia_title {
    font-size: 15px;
    line-height: 1.2;
    /* margin-bottom: 3px; */
}
.catalog_inner .ia_block .ia_name .ia_title a {
    color: #575757;
    text-transform: uppercase;
    font-weight: 600;
}
.catalog_inner .ia_block .ia_name .ia_title span {
  font-weight: 700;
}
.catalog_inner .ia_block .ia_name .ia_ind {
  color: #2f445f;
  font-size: 15px;
  font-weight: 700;
}
.catalog_inner .ia_block .ia_sel {
    /* height: 45px; */
    text-align: center;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
}
.catalog_inner .ia_block .ia_sel span {
    color: #575757;
    font-size: 14px;
    line-height: 45px;
    display: inline-block;
    height: 45px;
    border-right: 1px solid #e8e8e8;
    width: 40%;
    text-align: center;
    margin: 0;
    vertical-align: middle;
    text-transform: uppercase;
}
.catalog_inner .ia_block .ia_sel .div_sel {
    margin: 0;
    display: inline-block;
    height: 45px;
    font-size: 14px;
    width: 60%;
    padding: 0;
    vertical-align: middle;
    position: relative;
    z-index: 201;
}
select.select_size {
	opacity: 0;
}
.catalog_inner .ia_block .ia_sel .div_sel .jq-selectbox {
    height: 100%;
    width: 100%;
}
.catalog_inner .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select {
    padding-left: 5px;
    padding-right: 43px;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    border: 0 none;
    line-height: 45px;
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}
.catalog_inner .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    width: 43px;
    border: none;
}
.catalog_inner .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  display: none;
}
.catalog_inner .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger:before {
    content: "";
    position: absolute;
    background: #b8b8b8;
    transform: rotate(45deg);
    height: 2px;
    width: 8px;
    display: block;
    right: 20px;
    top: 21px;
}
.catalog_inner .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger:after {
    content: "";
    position: absolute;
    background: #b8b8b8;
    transform: rotate(-45deg);
    height: 2px;
    width: 8px;
    display: block;
    right: 15px;
    top: 21px;
}
.catalog_inner .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown {
    margin-top: 0;
    box-shadow: none;
    border-top: none;
    border-radius: 0;
    bottom: auto !important;
    top: 100% !important;
}
.catalog_inner .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown ul li {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 43px;
}
.catalog_inner .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown ul li:hover, .catalog_inner .ia_block .ia_sel .div_sel .jq-selectbox .jq-selectbox__dropdown ul li.selected {
  background-color: #b8b8b8;
  color: #FFF;
}
.catalog_inner .ia_block .ia_read {
    height: 46px;
    position: relative;
    background: #0459b4;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    line-height: 46px;
    text-align: center;
	cursor: pointer;
}
.catalog_inner .ia_block .ia_read span {
    color: #ffffff;
    font-size: 21px;
    line-height: 46px;
    display: block;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #2f445f;
    transition: opacity 300ms;
    text-decoration: none;
}
.catalog_inner .ia_block .ia_read:hover span {
  opacity: 0;
  font-size: 0;
}
.catalog_inner .paging {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.catalog_inner .paging ul {
  margin-bottom: 0;
}
.catalog_inner .paging ul li {
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
}
.catalog_inner .paging ul li:last-child {
  margin-left: 18px;
}
.catalog_inner .paging ul li:first-child {
  margin-right: 9px;
}
.catalog_inner .paging a {
  color: #a8a8a8;
  font-size: 19px;
  text-decoration: none;
  line-height: 36px;
}
.catalog_inner .paging a.active, .catalog_inner .paging a:hover {
  color: #2f445f;
  font-size: 19px;
}
.catalog_inner .paging span {
  color: #2f445f;
  font-size: 22px;
  line-height: 36px;
}
.catalog_inner .paging .pag-prev {
  display: block;
  width: 68px;
  height: 36px;
  background: #e5e5e5 url(../img/arr_prev.png) center center no-repeat;
  left: auto;
  border-radius: 18px 0 0 18px;
  transition: 300ms;
}
.catalog_inner .paging .pag-prev:hover {
  background: #2f445f url(../img/arr_prev_hov.png) center center no-repeat;
}
.catalog_inner .paging .pag-next {
  display: block;
  width: 68px;
  height: 36px;
  background: #e5e5e5 url(../img/arr_next.png) center center no-repeat;
  border-radius: 0 18px 18px 0;
  transition: 300ms;
}
.catalog_inner .paging .pag-next:hover {
  background: #2f445f url(../img/arr_next_hov.png) center center no-repeat;
}
.catalog_inner .item_desc{
	padding-left: 15px;
}
.catalog_inner .item_desc .title {
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
}
.catalog_inner .item_desc p {
  color: #404040;
  font-size: 16px;
}

/*---footer---*/
.footer {
    /*margin-top: -420px;*/
    /*height: 470px;*/
    background: #3c3b3b;
    position: relative;
    transition: 500ms;
    left: 0;
}
.footer.active {
  left: -250px;
}
.footer .footer_top {
  height: 120px;
  background: #212121;
}
.footer .footer_top .ft_cont {
  width: 585px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.footer .footer_top .ft_cont a {
  display: table-cell;
  height: 120px;
  width: 195px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: 300ms;
}
.footer .footer_top .ft_cont a:hover {
  background-color: #111111;
}
.footer .footer_top .ft_cont a span {
  font-size: 17px;
  font-weight: 100;
  color: #fff;
  display: block;
}
.footer .footer_top .ft_cont a span.tel {
  font-size: 14px;
  font-weight: 700;
}
.footer .footer_top .ft_cont a.nayti {
  background-image: url(../img/f_search.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .footer_top .ft_cont a.call {
  background-image: url(../img/f_call.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .footer_top .ft_cont a.write {
  background-image: url(../img/f_write.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .footer_bottom {
    /* height: 330px; */
    padding-top: 20px;
}
.footer .footer_bottom .footer_logo {
  float: left;
  width: 250px;
}
.footer .footer_bottom .footer_block {
  float: left;
  width: 285px;
}
.footer .footer_bottom .footer_block ul {
  margin-bottom: 0;
}
.footer .footer_bottom .footer_block ul li {
  margin-bottom: 20px;
  line-height: 1.3;
}
.footer .footer_bottom .footer_block ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding-left: 25px;
  background: url(../img/f_li.png) left 6px no-repeat;
  transition: 150ms;
}
.footer .footer_bottom .footer_block ul li a:hover {
  text-decoration: underline;
}
.footer .footer_bottom .footer_contacts {
  float: left;
  width: 320px;
}
.footer .footer_bottom .footer_contacts .tel {
    background: url(/bitrix/templates/segura_shop/css/../img/tel_ico.png) left center no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 22px;
}
.footer .footer_bottom .footer_contacts .tel a {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}
.footer .footer_bottom .footer_contacts .mail {
	background: url(../img/mail_ico.png) left center no-repeat;
	padding-left: 35px;
    margin-bottom: 20px;
    line-height: 22px;
}
.footer .footer_bottom .footer_contacts .mail a {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 17px;
}
.footer .footer_bottom .footer_contacts .adr {
    padding-left: 35px;
    background: url(/bitrix/templates/segura_shop/css/../img/mail_ico.png) left 2px no-repeat;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 22px;
}

/*.wrapper .wrapper_inn.wrap_pad{*/
	/*padding-top: 0;*/
/*}*/

.compensate-for-scrollbar .header{
  margin-right: 17px;
}

.bx-filter.bx-blue .bx-filter-section{
	background: none!important;
}

.hidden{
	display: none;
}

.modal .modal-dialog.modal-content_cart{
	width: 500px;
	text-align: center;
	max-width: 100%;
}
.modal .modal-dialog.modal-content_fast_show {
    width: 1024px;
    max-width: 100%;
}
.modal-content_fast_show .img {
    position: relative;
    margin: 0 0 20px 0;
}
.modal-content_fast_show .img img {
}
.modal-content_fast_show .info {
    margin-bottom: 20px;
}
.modal-content img {
	max-width: 100%;
}

#itemAdded .modal-dialog .modal-content .name, #fastOrder .modal-dialog .modal-content .name {
	margin-bottom: 0!important;
}

#itemAdded .modal .modal-dialog .modal-content .item-name{
	font-weight: bold;
}

#itemAdded .modal-footer{
	border-top: none;
	text-align: center;
}

.m_li_catalog{
	cursor: pointer;
}

/*#legal{*/
	/*display: none;*/
/*}*/

/*#physical{*/
	/*display: none;*/
/*}*/


.catalog_link .cl_block {
    padding-right: 15px;
    padding-left: 15px;
}

.catalog_inner .paging ul li:first-child{
	margin-right: 0;
}

.catalog_inner .paging ul li:last-child{
	margin-left: 9px;
}

.slider_text a{
	color: #fff!important;
}

.clear{
	clear: both;
}

.filter_price{
	width: 60px;
	height: 35px;
	border: 1px solid #dddddd;
	cursor: pointer;
	color: #a2a2a2;
	font-size: 14px;
	font-weight: 400;

	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.price_filter_block span{
	font-size: 16px;

	margin-right: 7px;
	margin-left: 7px;
}

.it_block a:hover{
	text-decoration: none;
}

.slider-handle{
	background-color: #2f445f!important;
	background-image: linear-gradient(to bottom,#38773c 0,#2f445f 100%)!important;
}

.gallery333>img{
	width: 263px;
	height: 175px;
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);

}

.contacts_section .contacts_info .contacts_img .ci_image img{
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}


.ci_image{
	margin-bottom: 25px;
}

#del_filter{
	color: #909090;
	background: #eeeeee;
	margin-top: 0;
}


.index_preim a{
	text-decoration: none;
}

.index_preim a:hover{
	text-decoration: none;
}


.section_top{
	padding-top: 0;
}

.page_bg{
	margin-top: -95px;
}

.owork_img{
	width: 90%;
}


.mt_move_negative{
	margin-top: -62px;
}


.our_work_section .col-md-6{
	padding-left: 0;
}

@media screen and (max-width: 1024px){
	.mt_move_negative{
		margin-top: 0;
	}

	.our_work_section .row{
		margin-bottom: 40px;
	}
}

.our_img{
	width: 100%;
}

.btn_logout{
	position: absolute;
	right: 10px;
	margin-top: -28px;
	border: 1px solid black;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#fff;
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}

.header_info .key{
	cursor: pointer;
}
.index_preim .ip_block .ip_img{
  position: relative;
  overflow: hidden;
}
.index_preim .ip_block .ip_img:before{
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  width: 127px;
  height: 127px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../img/big_circle.png) center no-repeat;
  transition: 250ms;
}
.index_preim .ip_block .ip_img:after{
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  width: 127px;
  height: 127px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../img/mini_circle.png) center no-repeat;
  transition: 250ms;
}
.index_preim .ip_block:hover .ip_img:before{
  transform: rotate(180deg);
}
.index_preim .ip_block:hover .ip_img:after{
  transform: rotate(-180deg);
}

.contacts_section h2{
	margin-top: -10px;
}

.contacts_section .row h2{
	margin-top: 0;
}

.link_logout {
    position: relative;
    top: 17px;
    /* right: -166px; */
    left: 287px;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.link_logout:hover{
	color: #fff;
}

@media (max-width: 1199px){
	.link_logout {
		left: 193px;
	}
}

@media (max-width: 990px){
	.link_logout {
		left: 93px;
	}
}


.sale-order-payment-change-pp-company-graf-container{
	border:none!important;
}
.sale-order-payment-change-pp-company-image{
	border-radius: 50%;
	border: 1px solid #dbdbdb;
	width: 45px;
	height: 45px;
	padding: 10px;
	background-size: 30px 30px!important;
}

.sale-order-payment-change-pp-company-image:hover{
	cursor: pointer;
}

.sale-order-payment-change-pp-company-smalltitle:hover{
	cursor: pointer;
}

.sale-order-payment-change-pp-company-image-hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sale-order-payment-change-pp-company-smalltitle{
	position: absolute;
	top: 8px;
	left: 55px;
	font-size: 16px!important;
	display: block;
	font-weight: 700;
	color: #909090!important;
}

.sale-order-detail-payment-options-methods-image-element{
	border-radius: 50%;
	border: 1px solid #dbdbdb;
	width: 45px;
	height: 45px;
	padding: 10px;
	background-size: 30px 30px!important;
}

.sale-order-detail-payment-options-shipment-image-element{
	border-radius: 50%;
	border: 1px solid #dbdbdb;
	width: 45px;
	height: 45px;
	padding: 10px;
	background-size: 30px 30px!important;
	margin-left: 50px!important;
}

/*.sale-order-payment-change-pp-company-smalltitle:hover{*/
	/*color: #212121!important;*/
/*}*/



.contacts_section .title_name{
	margin-top: 10px;
}

.our_work_section h2{
	margin-top: -10px;
}

/*K.A*/
.dostavka_bg {
    /* position: relative; */
    /* height: 372px; */
    display: inline-block;
    width: 100%;
    /* margin-bottom: 35px; */
    top: 0;
}
.cnts.contacts_section {
    padding-top: 0px;
    padding-bottom: 0px;
}
.contacts_bg {
    position: relative;
    /* height: 400px; */
    background-image: url(../img/Contacts.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 35px;
    background-position: 50% 50%;
}
.contacts_desc {
    width: 450px;
    /* height: 260px; */
    height: auto;
    background: rgba(255, 255, 255, 0.85);
    /* position: absolute; */
    padding-left: 40px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-top: 30px;
    /* top: 50%; */
    z-index: 10;
    /* left: 50%; */
    /* transform: translate(15px, -50%); */
    margin-bottom: 30px;
}
.contacts_desc .name {
    font-size: 30px;
    font-weight: 700;
    color: #020202;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contacts_desc .c_tel {
  padding-left: 55px;
  color: #020202;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  background: url(../img/c_tel_black.png) left center no-repeat;
}
.contacts_desc .c_tel a {
  color: #020202;
}
.contacts_desc .c_mail {
  padding-left: 55px;
  color: #020202;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  background: url(../img/c_mail_black.png) left center no-repeat;
}
.contacts_desc a {
  color: #020202;
}
.contacts_desc .c_map {
  padding-left: 55px;
  color: #020202;
  font-size: 16px;
  font-weight: 400;
  max-width: 380px;
  background: url(../img/c_map_black.png) left 5px no-repeat;
}
.contacts_desc hr {
    height: 0;
    border-bottom: 1px solid;
    margin: 15px 0;
}
.contacts_info{
	margin-bottom: 35px;
}
.cnts.contacts_section .map_block {
	margin-bottom: 0px;
}
.dostavka-i-oplata .contacts_section{
    padding-top: 0px;
}
.dostavka_bg img{
	width:100%; 
}

.wrapper .wrapper_inn.wrap_pad{
	/*padding-top:0;*/
}
.contacts .wrapper .wrapper_inn.wrap_pad, .p404 .wrapper .wrapper_inn.wrap_pad {
	/*padding-top:134px;*/
}

.wrapper .wrapper_inn.wrap_pad.catalogWrap {
    /* padding-top: 134px; */
}
.personal-cart .wrapper .wrapper_inn.wrap_pad{
	/*padding-top:134px;*/
}
	.personal-order-make .wrapper .wrapper_inn.wrap_pad{
		/*padding-top:134px;*/
	}
	.wrapper .wrapper_inn.wrap_pad.pd134 {
		/*padding-top:134px;*/
	}

@media screen and (max-width:767px){
	.contacts .wrapper .wrapper_inn.wrap_pad, .p404 .wrapper .wrapper_inn.wrap_pad {
		/*padding-top:69px;*/
	}
	.wrapper .wrapper_inn.wrap_pad.catalogWrap{
		/*padding-top:69px;*/
	}
	.personal-cart .wrapper .wrapper_inn.wrap_pad{
		/*padding-top:69px;*/
	}
	.personal-order-make .wrapper .wrapper_inn.wrap_pad{
		/*padding-top:69px;*/
	}
	.wrapper .wrapper_inn.wrap_pad.pd134 {
		/*padding-top:69px;*/
	}
}
@media screen and (max-width:991px){
	.contacts_desc {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		position: static;
		transform: none;
		left: auto;
		top: auto;
		margin-top: 0px;
		margin-bottom: 0;
	}
	.contacts_desc .mp_inn {
		margin-left: auto;
		margin-right: auto;
		width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.contacts_desc .mp_inn {
		width: auto;
	}
	.contacts_bg .container{ 
		padding:0;
	}
	.contacts_bg {
		position: relative;
		height: initial;
		background: url(../img/Contacts.jpg) center top no-repeat;
		background-size: auto 100%;
		margin-bottom: 20px;
	}
	 .dostavka_bg {
		height:initial;
		width:100%;
		/*margin-bottom: 15px;	 */
	 }
	 
	.header .header_bottom ul li {
		/*margin: 0 9px !important;*/
		padding-left: 9px;
		padding-right: 9px;
	}	 
	 

}
@media screen and (max-width:331px){
	.contacts_desc .c_map, .contacts_desc .c_mail, .contacts_desc .c_tel {
		padding-left: 40px;
	}
}

.login-error{
	font-size: 14px;
	font-family: monospace;
	color: red;
}

.wrap_element{
	/*padding-top: 134px;*/
}

@media screen and (max-width: 1200px){
	.wrap_element{
		/*padding-top: 125px;*/
	}
}


@media screen and (max-width: 1000px){
	.wrap_element{
		/*padding-top: 115px;*/
	}
}

@media screen and (max-width: 768px){
	.wrap_element{
		/*padding-top: 70px;*/
	}
}











/*С„РёР»СЊС‚СЂ*/
.catalog_section .filter_section {
    border-top: 1px solid #cdcdcd;
    padding-top: 30px;
}
.catalog_section .catalog_cont {
/*
    border-top: 1px solid #cdcdcd;
    padding-bottom: 60px;
*/
}
.catalog_list.loading {
	opacity: 0.5;
}

.catalog_list .sort {
    background-color: #eeeeee;
    position: relative;
    padding: 5px 10px;
    margin: 0 0 9px;
}
.catalog_list .sort .current-value::after {
    content: "";
    border-top: 6px solid #000;
    border-bottom: 6px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
}
.catalog_list .sort .current-value {
    display: inline-block;
    position: relative;
    padding: 0 15px 0 0;
    cursor: pointer;
}
.catalog_list .sort .values {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 300;
    background-color: #fff;
    /* padding: 5px 0; */
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
}
.catalog_list .sort.active .values {
    display: block;
}
.catalog_list .sort .val.active {
    background-color: #eeeeee;
}
.catalog_list .sort .val {
    padding: 5px 10px;
    cursor: pointer;
}
.catalog_list .sort .val:hover, .catalog_list .sort .values.active:hover {
	color: #fff;
    background-color: #2f445f;
}


.catalog_section .filter_section .btn_mob {
    width: 195px;
    height: 46px;
    border-radius: 23px;
    color: #f8f8f8;
    font-size: 17px;
    font-weight: 700;
    background: #52a625;
    line-height: 46px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;
    background: -moz-linear-gradient(left, #52a625 0%, #52ab35 50%, #2b893d 100%);
    background: -webkit-linear-gradient(left, #52a625 0%, #52ab35 50%, #2b893d 100%);
    background: linear-gradient(to right, #52a625 0%, #52ab35 50%, #2b893d 100%);
    border: none;
}
.catalog_section .filter_block .f_name.active {
    color: #2f445f;
}
.catalog_section .filter_block .f_name {
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 700;
    padding-left: 40px;
    position: relative;
    height: 25px;
    cursor: pointer;
    margin-bottom: 10px;
}
.catalog_section .filter_block .f_name .circle:before {
    content: "";
    background: #a8a7a7;
    height: 2px;
    width: 15px;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.catalog_section .filter_block .f_name.active .circle:before {
    background: #2f445f;
}
.catalog_section .filter_block .f_name .circle:after {
    content: "";
    background: #a8a7a7;
    height: 15px;
    width: 2px;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.catalog_section .filter_block .f_name.active .circle:after {
	display: none;
}
.catalog_section .filter_block .f_name.active .circle {
    border-color: #2f445f;
}
.catalog_section .filter_block .f_name .circle {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #a8a7a7;
}
.catalog_section .filter_block .f_name span {
    line-height: 25px;
}
.f_land.active {
    display: block;
}
.f_land {
    display: none;
    padding-left: 25px;
}
.f_land .land_block .land_name.active:before {
    background: #2f445f;
}
.f_land.active .land_block .land_name a:before {
    content: "";
    background: #a8a7a7;
    height: 2px;
    width: 12px;
    display: block;
    left: 0;
    top: 8px;
    position: absolute;
}
.f_land.active .land_block .land_name a:after {
    content: "";
    background: #a8a7a7;
    height: 12px;
    width: 2px;
    display: block;
    left: 5px;
    top: 3px;
    position: absolute;
}
.f_land .land_block .land_name.active {
    color: #5f5f5f;
}
.f_land .land_block .land_name {
    padding-left: 25px;
    position: relative;
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
}
.f_land .land_block .land_name.active a {
    color: #5f5f5f;
}
.f_land .land_block .land_name a {
    color: #a2a2a2;
}
.f_land .filter_inp.active {
    display: block;
}
.f_land .filter_inp {
    display: none;
    padding-left: 25px;
    overflow-y: auto;
    max-height: 230px;
    margin-bottom: 10px;
}
.f_land .filter_inp .fi_block {
    position: relative;
}
.f_land .filter_inp .fi_block input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.f_land .filter_inp .fi_block label {
    cursor: pointer;
    color: #a8a7a7;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0;
}
.f_land .filter_inp .fi_block label:before {
    content: "";
    left: 0;
    top: 0px;
    width: 17px;
    display: block;
    height: 17px;
    border: 1px solid #909090;
    border-radius: 1px;
    position: absolute;
    background: #eee;
}
.f_land .filter_inp .fi_block input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    background: url(../img/bird.png) center no-repeat;
    width: 17px;
    height: 13px;
    left: 4px;
}
.f_land .filter_inp .fi_block input:checked + label {
    color: #404040;
}
.catalog_section .filter_btn {
    padding-top: 20px;
    padding-bottom: 25px;
    margin-top: 25px;
    border-top: 1px solid #cdcdcd;
}
.count_link {
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    height: 25px;
    cursor: pointer;
    margin-bottom: 10px;
}
.catalog_section .filter_btn .filter_reset {
    padding-left: 40px;
    position: relative;
    text-align: left;
    color: #2f445f;
    font-size: 18px;
    font-weight: 900;
    text-decoration: underline;
    border: none;
    background: none;
    line-height: 1.2;
}
.catalog_section .filter_btn .filter_reset:before {
    content: "";
    transition: 400ms;
    width: 33px;
    height: 33px;
    left: 0;
    top: 2px;
    position: absolute;
    display: block;
    background: url(../img/circle.png) center no-repeat;
}
.catalog_section .filter_btn .filter_reset:hover:before {
    transform: rotate(360deg);
}
@media (max-width: 767px) {
	.catalog_section .filter_mob {
		display: none;
	}
	.catalog_section .filter_mob.active {
		display: block;
	}
}


.catalog_section .catalog_sorting {
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;

}
.catalog_section .catalog_sorting ul {
    margin-bottom: 0;
    text-align: left;
}
.catalog_section .catalog_sorting ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
}
.catalog_section .catalog_sorting ul li:last-child {
    margin-right: 0;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.catalog_section .catalog_sorting ul li .sort {
    font-size: 14px;
    color: #a2a2a2;
    font-weight: 700;
    padding-right: 25px;
    position: relative;
    cursor: pointer;
}
.catalog_section .catalog_sorting ul li .sort:before {
    content: "";
    display: block;
    position: absolute;
    background: #a8a7a7;
    width: 8px;
    height: 1px;
    right: 0;
    transform: rotate(-45deg);
    top: 8px;
}
.catalog_section .catalog_sorting ul li .sort:after {
    content: "";
    display: block;
    position: absolute;
    background: #a8a7a7;
    width: 8px;
    height: 1px;
    right: 6px;
    transform: rotate(45deg);
    top: 8px;
}
.catalog_section .catalog_sorting ul li .sort:hover, .catalog_section .catalog_sorting ul li .sort.active {
    color: #2f445f;
}
.catalog_section .catalog_sorting ul li .sort:hover:before, .catalog_section .catalog_sorting ul li .sort:hover:after, .catalog_section .catalog_sorting ul li .sort.active:before, .catalog_section .catalog_sorting ul li .sort.active:after {
    background: #2f445f;
}
.catalog_section .catalog_sorting ul li .sort:hover span, .catalog_section .catalog_sorting ul li .sort.active span {
    border-color: #2f445f;
}
.catalog_sorting ul li .drop.bigly {
    width: 245px;
}
.catalog_sorting ul li .drop {
    background: #fff;
    padding: 10px 10px;
    position: absolute;
    top: 35px;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 30;
    width: 220px;
    display: none;
}
.catalog_sorting ul li .drop.active {
    display: block;
}
.catalog_sorting ul li .drop:before {
    content: "";
    left: 11px;
    bottom: 100%;
    position: absolute;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
.catalog_sorting ul li .drop .drop_inner {
    overflow-y: auto;
    max-height: 265px;
}
.catalog_sorting ul li .drop .drop_inner {
    overflow-y: auto;
    max-height: 265px;
}
.catalog_sorting ul li .drop .drop_inner .fi_block.pol:nth-child(2n+1) {
    clear: both;
}
.catalog_sorting ul li .drop .drop_inner .fi_block.pol {
    width: 50%;
    float: left;
}
.catalog_sorting ul li .drop .drop_inner .fi_block {
    text-align: left;
    position: relative;
    padding-right: 10px;
    margin-bottom: 2px;
}
.catalog_sorting ul li .drop .drop_inner .fi_block input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.catalog_sorting ul li .drop .drop_inner .fi_block label {
    cursor: pointer;
    color: #a8a7a7;
    font-size: 14px;
    padding-left: 27px;
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
}
.catalog_sorting ul li .drop .drop_inner .fi_block label:before {
    content: "";
    left: 0;
    top: 0px;
    width: 17px;
    display: block;
    height: 17px;
    border: 1px solid #909090;
    border-radius: 1px;
    position: absolute;
    background: #eee;
}
.catalog_sorting ul li .drop .drop_inner .fi_block input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    background: url(../img/bird.png) center no-repeat;
    width: 17px;
    height: 13px;
    left: 4px;
}

.product-types {
}
.product-types .btn-tab {
    background: #e5e5e5;
    padding: 5px 5px;
    margin: 0 0 10px;
    width: 49%;
    float: left;
    text-align: center;
    display: inline-block;
    color: #a8a8a8;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border: 0 none;
}
.product-types .btn-tab:last-child {
    float: right;
}
@media screen and (max-width:767px){
	.modal-footer .product-types .btn-tab {
		float: none;
		width: 100%;
	}
}
.product-types .btn-tab.active, .product-types .btn-tab:hover {
    color: #fff;
	background: #2f445f;
}

body .padding-right-0 {
	padding-right: 0;
}

.compare {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 101;
    cursor: pointer;
    /* background-color: #2f445f; */
    padding: 0px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.ia_block:hover .compare {
	opacity: 1;
}
.title-block span {
    display: none;
    position: absolute;
    right: 80%;
    top: 80%;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 1;
    z-index: 100;
}
.title-block:hover span {
    display: block;
}

.success {
	color: #090;
}
.btn-default, .btn-default-big, .header-new a.btn-default {
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border: 0 none;
    color: #fff;
    background: #2f445f;
}
.btn-default-big {
    padding: 10px 20px;
    line-height: 21px;
}
.btn-default:hover, .btn-default-big:hover, .header-new a.btn-default:hover {
	text-decoration: none;
	background-color: #cf102d;
}
.btn-default:hover, .btn-default-big:hover {
	color: #fff;
}
.bx_compare {
    margin: 30px 0 40px 0;
}

/*28.08.2023*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

/* nice-select.css */


.sub-menu .actions {
    margin: 0;
    position: absolute;
    top: 20px;
    right: 30px;
}

.sub-menu .bg {
    position: relative;
}

.sub-menu .actions a {
    margin: 0 0 0 15px;
}

.form-selection__row {
    display: block;
    position: relative;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
    padding-left: 10px;
    min-height: 53px;
}

.form-selection__row.required .form-selection__title::before {
    content: '*';
    position: absolute;
    color: red;
    top: 0;
    left: -10px;
    font-size: 14px;
}

.form-selection__title {
    font-size: 16px;
    padding-top: 5px;
    min-width: 190px;
    padding-right: 50px;
    position: relative;
}

.form-selection input[type="text"] {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #919191;
    border-radius: 2px;
    background: #fff;
    outline: none;
    line-height: 25px;
}

.form-selection__select {
    font-size: 16px;
    border: 1px solid #919191;
    line-height: 25px;
    height: 25px;
    border-radius: 2px;
    padding-left: 4px;
}

.form-selection__select .list {
    border-radius: 0;
}

.form-selection__select .option {
    padding-left: 4px;
}

.form-selection__desc {
    display: block;
    color: rgba(84, 84, 84, 0.5);
    font-size: 13px;
    margin-top: 3px;
}

.form-selection__col {
    flex: 1;
}

.form-selection__row--drop {
    flex-direction: column;
    align-items: flex-start;
}

.form-selection__row--drop .form-selection__title {
    margin-bottom: 5px;
}

.form-selection__row--drop .form-selection__desc {
    margin-bottom: 10px;
    margin-top: 0;
}

.form-selection__row--drop .form-selection__col {
    width: 100%;
}

.form-selection input[type="checkbox"],
.form-selection input[type="radio"] {
    display: none;
}

.form-selection input[type="checkbox"]+label,
.form-selection input[type="radio"]+label {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    user-select: none;
}

.form-selection input[type="checkbox"]+label::before,
.form-selection input[type="radio"]+label::before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    background: url(/bitrix/templates/segura_shop/components/bitrix/catalog.smart.filter/.default/images/input.png) center center no-repeat;
    left: 0;
    top: 2px;
}

.form-selection input[type="checkbox"]+label::after,
.form-selection input[type="radio"]+label::after {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 13px;
    background: url(/bitrix/templates/segura_shop/components/bitrix/catalog.smart.filter/.default/images/bird.png) center center no-repeat;
    left: 3px;
    top: 3px;
    opacity: 0;
    transition: .2s;
}

.form-selection input[type="checkbox"]:checked+label::after,
.form-selection input[type="radio"]:checked+label::after {
    opacity: 1;
}

.form-selection input[type="file"] {
    display: none;
}

.form-selection input[type="file"]+label {
    background-color: #fff;
    border: 1px solid #919191;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    margin-bottom: 10px;
    transition: .3s;
    border-radius: 2px;
}

.form-selection input[type="file"]+label:hover {
    opacity: .6;
}


.form-selection input[type="file"]+label img {
    width: 20px;
    margin-right: 10px;
}

.form-selection__file-name {
    margin-top: 5px;
}

.form-selection textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #919191;
    border-radius: 2px;
    max-width: 492px;
    height: 200px;
    padding: 4px 4px;
    color: #333;
    font-size: 16px;
    resize: none;
}

.form-selection button {
    background: #2f445f;
    padding: 5px 5px;
    width: 114px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border: 0 none;
}

.form-selection__btn {
    margin-bottom: 50px;
    max-width: 492px;
    margin-left: 10px;
}

.main-content-block {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 50px 0;
}

.main-content__video {
    width: 416px;
    flex-shrink: 0;
}

.main-content__video video {
    max-width: 100%;
    max-height: 100%;
}

.subtitle {
    font-size: 20px;
    line-height: 26px;
    color: #595959;
    font-weight: 500;
}

.main-content__head {
    margin: 0 0 40px 0;
}

.main-content__head .title {
    font-size: 24px !important;
    margin-bottom: 15px !important;
    text-align: left;
}

.main-content__text {
    padding: 19px 0;
    display: flex;
    flex-direction: column;
}

.main-content__text .card-redesign__btn {
    width: max-content;
    padding: 12px 45px;
    margin-top: auto;
}

@media(max-width: 991px) {
    .sub-menu .actions a::before {
        width: 30px;
        height: 27px;
        background-size: contain !important;
    }

    .main-content-block {
        flex-direction: column;
    }

    .main-content__text .card-redesign__btn {
        margin-top: 30px;
    }

    .main-content__video {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .main-pic-block .item img {
        width: 100%;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .logo-new {
        width: auto;
    }
}

@media(min-width: 768px) {
    .header-new {
        min-height: 74px;
        margin: 5px 0 3px;
    }

    .logo-new img {
        width: 64px;
        margin-top: 10px;
    }

    .auto-city.active {
        min-width: 160px;
    }
}

@media(max-width: 479px) {
    .form-selection__title {
        font-size: 14px;
        min-width: 146px;
        padding-right: 20px;
    }

    .form-selection textarea {
        height: 160px;
    }
}