@charset "UTF-8";
/* ==============================================================
  
   * ============================================================ */
/*@font-face {
  font-family: "OpenSans";
  src: url("/bitrix/templates/potolok/fonts/OpenSans/opensans-regular/OpenSans-Regular.eot");
  src: url("/bitrix/templates/potolok/fonts/OpenSans/opensans-regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/potolok/fonts/OpenSans/opensans-regular/OpenSans-Regular.woff") format("woff"), url("/bitrix/templates/potolok/fonts/OpenSans/opensans-regular/OpenSans-Regular.ttf") format("truetype"), url("/bitrix/templates/potolok/fonts/OpenSans/opensans-regular/OpenSans-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("/bitrix/templates/potolok/fonts/OpenSans/opensans-bold/OpenSans-Bold.eot");
  src: url("/bitrix/templates/potolok/fonts/OpenSans/opensans-bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/potolok/fonts/OpenSans/opensans-bold/OpenSans-Bold.woff") format("woff"), url("/bitrix/templates/potolok/fonts/OpenSans/opensans-bold/OpenSans-Bold.ttf") format("truetype"), url("/bitrix/templates/potolok/fonts/OpenSans/opensans-bold/OpenSans-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("/bitrix/templates/potolok/fonts/OpenSans/opensans-condensed-bold/OpenSans-CondensedBold.eot");
  src: url("/bitrix/templates/potolok/fonts/OpenSans/opensans-condensed-bold/OpenSans-CondensedBold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/potolok/fonts/OpenSans/opensans-condensed-bold/OpenSans-CondensedBold.woff") format("woff"), url("/bitrix/templates/potolok/fonts/OpenSans/opensans-condensed-bold/OpenSans-CondensedBold.ttf") format("truetype"), url("/bitrix/templates/potolok/fonts/OpenSans/opensans-condensed-bold/OpenSans-CondensedBold.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}*/

@font-face {
	font-family: 'Mont';
	src: local("Mont"), url("../fonts/Mont/Mont-Light/Mont-Light.ttf");
	font-weight: 300; }
@font-face {
	font-family: 'Mont';
	src: local("Mont"), url("../fonts/Mont/Mont-Regular/Mont-Regular.ttf");
	font-weight: 500; }
@font-face {
	font-family: 'Mont';
	src: local("Mont"), url("../fonts/Mont/Mont-SemiBold/Mont-SemiBold.ttf");
	font-weight: 600; }
@font-face {
	font-family: 'Mont';
	src: local("Mont"), url("../fonts/Mont/Mont-Bold/Mont-Bold.ttf");
	font-weight: 800; }
@font-face {
	font-family: 'Mont';
	src: local("Mont"), url("../fonts/Mont/Mont-Black/Mont-Black.ttf");
	font-weight: 900; }

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

html {
  font-size: 100%;
  font-size: 16px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-modal-wrap: 100%;
}

body {
  font: 400 14px/1.5 "Exo 2", Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 23px 0;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}

h1, .h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 20px 0;
}

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}

h3, .h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 20px 0;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 17px 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

p {
  margin: 0 0 17px;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

section {
  position: relative;
  padding: 100px 0 100px;
}

a {
  color: #C32124;
  text-decoration: underline;
  /* -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; */
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus, a:active {
  color: #C32124;
  text-decoration: underline;
  outline: none !important;
}

.link a {
  color: #000;
}

.link a:hover {
  color: #C32124;
}

.link a:focus, .link a:active {
  color: #000;
}

.nopadding {
  padding: 0 !important;
}

.trans {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fl-right {
  float: right;
}

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

.font-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.font-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.box.mb-0 {
  margin-bottom: 0px !important;
  padding-bottom: 0;
}

.box.mb-30 {
  margin-bottom: 30px !important;
}

.box.br-0 {
  background-image: none;
}

.mt-8 {
  margin-top: -8px;
}

/* buttons ================================================ */
/* .btn {
  position: relative;
  padding: 0;
  text-decoration: none;
  color: #fff !important;
  width: 131px;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background-color: #E9B80F;
  background-image: -moz-linear-gradient(bottom, #DA9D0B 0%, #E9B810 100%);
  background-image: -o-linear-gradient(bottom, #DA9D0B 0%, #E9B810 100%);
  background-image: -webkit-linear-gradient(bottom, #DA9D0B 0%, #E9B810 100%);
  background-image: linear-gradient(to top, #DA9D0B 0%, #E9B810 100%);
  -moz-box-shadow: 0 2px 0 #C48E0A;
  -webkit-box-shadow: 0 2px 0 #C48E0A;
  box-shadow: 0 2px 0 #C48E0A;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.btn:hover {
  background-image: -moz-linear-gradient(bottom, #E2A910 0%, #F5C41D 100%);
  background-image: -o-linear-gradient(bottom, #E2A910 0%, #F5C41D 100%);
  background-image: -webkit-linear-gradient(bottom, #E2A910 0%, #F5C41D 100%);
  background-image: linear-gradient(to top, #E2A910 0%, #F5C41D 100%);
  -moz-box-shadow: 0 2px 0 #D29A10;
  -webkit-box-shadow: 0 2px 0 #D29A10;
  box-shadow: 0 2px 0 #D29A10;
}

.btn:active {
  background-image: -moz-linear-gradient(bottom, #CF9509 0%, #DEAF0E 100%);
  background-image: -o-linear-gradient(bottom, #CF9509 0%, #DEAF0E 100%);
  background-image: -webkit-linear-gradient(bottom, #CF9509 0%, #DEAF0E 100%);
  background-image: linear-gradient(to top, #CF9509 0%, #DEAF0E 100%);
  -moz-box-shadow: 0 2px 0 #B28006;
  -webkit-box-shadow: 0 2px 0 #B28006;
  box-shadow: 0 2px 0 #B28006;
} */

.btn-tel {
  width: 170px;
  height: 37px;
  line-height: 37px;
  padding-left: 33px;
  text-transform: none;
}

.btn-tel:before {
  content: "\f095";
  font: 400 16px/37px 'FontAwesome';
  color: #F7D77C;
  width: 33px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #DAA614;
  background-image: -moz-linear-gradient(bottom, #C48E0A 0%, #DA9E0B 100%);
  background-image: -o-linear-gradient(bottom, #C48E0A 0%, #DA9E0B 100%);
  background-image: -webkit-linear-gradient(bottom, #C48E0A 0%, #DA9E0B 100%);
  background-image: linear-gradient(to top, #C48E0A 0%, #DA9E0B 100%);
}

.btn-tel:hover:before {
  background-color: #EBB51C;
  background-image: -moz-linear-gradient(bottom, #D29A10 0%, #E1A819 100%);
  background-image: -o-linear-gradient(bottom, #D29A10 0%, #E1A819 100%);
  background-image: -webkit-linear-gradient(bottom, #D29A10 0%, #E1A819 100%);
  background-image: linear-gradient(to top, #D29A10 0%, #E1A819 100%);
}

.btn-tel:active:before {
  background-color: #DAA614;
  background-image: -moz-linear-gradient(bottom, #B28006 0%, #D29808 100%);
  background-image: -o-linear-gradient(bottom, #B28006 0%, #D29808 100%);
  background-image: -webkit-linear-gradient(bottom, #B28006 0%, #D29808 100%);
  background-image: linear-gradient(to top, #B28006 0%, #D29808 100%);
}

.btn-tel.btn-grey:before {
  font: 400 16px/33px 'FontAwesome';
  color: #858585;
  background-color: #545454;
  background-image: none;
}

.btn-tel.btn-grey:hover:before {
  background-color: #646464;
}

.btn-tel.btn-grey:active:before {
  background-color: #444;
}

.btn.btn-grey {
  background-color: #646464;
  background-image: none;
  -moz-box-shadow: 0 2px 0 #545454;
  -webkit-box-shadow: 0 2px 0 #545454;
  box-shadow: 0 2px 0 #545454;
}

.btn.btn-grey:hover {
  background-color: #737373;
  -moz-box-shadow: 0 2px 0 #545454;
  -webkit-box-shadow: 0 2px 0 #545454;
  box-shadow: 0 2px 0 #545454;
}

.btn.btn-grey:active {
  background-color: #565656;
  -moz-box-shadow: 0 2px 0 #444;
  -webkit-box-shadow: 0 2px 0 #444;
  box-shadow: 0 2px 0 #444;
}

.btn-red {
  color: #fff;
  text-transform: uppercase;
  background-color: #4D1816;
  background-image: -moz-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: -o-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: -webkit-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: linear-gradient(to top, #5E221F 0%, #9A443F 100%);
}

.btn-red:hover {
  background-image: -moz-linear-gradient(bottom, #6D2926 0%, #A64D49 100%);
  background-image: -o-linear-gradient(bottom, #6D2926 0%, #A64D49 100%);
  background-image: -webkit-linear-gradient(bottom, #6D2926 0%, #A64D49 100%);
  background-image: linear-gradient(to top, #6D2926 0%, #A64D49 100%);
}

.btn-red:active {
  background-image: -moz-linear-gradient(bottom, #4D1816 0%, #883936 100%);
  background-image: -o-linear-gradient(bottom, #4D1816 0%, #883936 100%);
  background-image: -webkit-linear-gradient(bottom, #4D1816 0%, #883936 100%);
  background-image: linear-gradient(to top, #4D1816 0%, #883936 100%);
}

.btn-catalog {
  text-align: left;
  line-height: 50px;
  height: 50px;
  padding: 0 16px;
  background-color:#334c8f;
 /* background-image: -moz-linear-gradient(bottom, #8D2628 0%, #A43638 100%);
  background-image: -o-linear-gradient(bottom, #8D2628 0%, #A43638 100%);
  background-image: -webkit-linear-gradient(bottom, #8D2628 0%, #A43638 100%);
  background-image: linear-gradient(to top, #8D2628 0%, #A43638 100%);*/
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-catalog.hover:hover {
   background-color:#7e89a8;
 /*background-image: -moz-linear-gradient(bottom, #A43638 0%, #8D2628 100%);
  background-image: -o-linear-gradient(bottom, #A43638 0%, #8D2628 100%);
  background-image: -webkit-linear-gradient(bottom, #A43638 0%, #8D2628 100%);
  background-image: linear-gradient(to top, #A43638 0%, #8D2628 100%);*/
}

.btn-catalog.hover.open {
  background-color:#7e89a8;
 /* background-image: -moz-linear-gradient(bottom, #4D1816 0%, #883936 100%);
  background-image: -o-linear-gradient(bottom, #4D1816 0%, #883936 100%);
  background-image: -webkit-linear-gradient(bottom, #4D1816 0%, #883936 100%);
  background-image: linear-gradient(to top, #4D1816 0%, #883936 100%);*/
}

.btn-catalog:before {
  content: "\f07c";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -1px;
}

.btn-sidebar {
  width: 100%;
  height: 47px;
  line-height: 43px;
  background-image: none;
  box-shadow: none;
  background-color: #FFF;
  border: 2px solid #EAEAEA;
  color: #616161 !important;
}

.btn-sidebar:hover {
  background-image: none;
  box-shadow: none;
  background-color: #EAEAEA;
}

.btn-sidebar:active {
  background-image: none;
  box-shadow: none;
  background-color: #c2c2c2;
  border: 2px solid #c2c2c2;
  color: #fff !important;
}
.content .selections {
  padding: 0;
  margin: 0 0 27px;
}

.content .selections .selections__item,
.content .tags-detail__list .tags-detail__item{
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 16px;
}

.content .selections li:before,
.content .tags-detail__list li:before {
  display: none;
}

.selections__item a,
.tags-detail__item a {
  text-decoration: none;
  padding: 6px 15px;
  display: inline-block;
  background: #4d6093;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 15px;
  color: #fff;
}


.selections__item a:hover,
.tags-detail__item a:hover {
  background: #324885f2;
  color: #fff;
}

/* forms ================================================ */
input, textarea {
  font-weight: 400;
  text-align: left;
  border: 1px solid #D9D9D9;
  height: 42px;
  padding: 10px 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
  color: #818181;
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #818181;
}

input:focus {
  outline: none;
}

input[type='search'] {
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 0;
}

input[type="reset"] {
  cursor: pointer;
}

.reset {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}

.reset label {
  margin-bottom: 0;
}

.reset input {
  display: none;
}

.reset span {
  border-bottom: 1px dashed #000;
  margin-left: 21px;
  position: relative;
}

.reset span:hover {
  color: #C32124;
  border-bottom: 1px dashed #C32124;
}

.reset span:hover:before {
  background-position: -18px 0;
}

.reset span:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -21px;
  right: auto;
  bottom: auto;
  width: 13px;
  height: 13px;
  background-image: url("../images/ico/reset.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

textarea {
  resize: none;
  height: 100px;
}

::-ms-clear {
  display: none;
}

:invalid {
  box-shadow: none;
}

button {
  border: 0;
  padding: 0;
  cursor: pointer;
}

label {
  cursor: pointer;
  color: #000;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.formBox {
  margin-bottom: 20px;
}

.formBox h2 {
  margin-bottom: 41px;
}

.formBox p {
  margin-bottom: 32px;
}

.formBox input, .formBox textarea {
  width: 100%;
}

.formBox input:-moz-placeholder, .formBox input::-moz-placeholder, .formBox textarea:-moz-placeholder, .formBox textarea::-moz-placeholder {
  color: #A0A0A0;
  opacity: 1;
}

.formBox input::-webkit-input-placeholder, .formBox textarea::-webkit-input-placeholder {
  color: #A0A0A0;
}

.formBox textarea {
  height: 126px;
}

.formBox .btn {
  text-transform: none;
  width: 154px;
  height: 50px;
  line-height: 41px;
  font-size: 18px;
  font-size: 1.125rem;
}

.section__banner11{
    display: flex;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
}
 .section__banner11 .banner__content{
        position: relative;
        z-index: 10;
        padding: 48px 0px 0px 40px;
        display: flex;
        flex-direction: column;
    }
.section__banner11 .banner__content .text__banner{
            font-size: 22px;
            color: #fff;
            font-weight: 500;
        }

            .section__banner11 .banner__content .text__banner ul{
                margin-bottom: 0px;
                margin-top: 20px;
            }

                .section__banner11 .banner__content .text__banner ul li{
                    list-style-type: none;
                    font-size: 20px;
                    margin-bottom: 6px;
                    padding-left: 34px;
                }
/* Global ================================================ */
.wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1230px) {
  .container {
    width: 100%;
  }
}

/* .mainpage {
  min-height: 100vh;
  padding-top: 33px;
  padding-bottom: 52px;
  overflow: hidden;
} */

/* .content {
  overflow: hidden;
} */

.breadcrumb {
  background: #FFF;
  padding: 0;
  margin-top: -6px;
  margin-bottom: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.breadcrumb a {
  color: #494949;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #C32124;
}

.breadcrumb .breadcrumb-item.active {
  color: #8E8E8E;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  color: #494949;
  padding: 0 10px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 15px; }
.pagination {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 22px;
  margin-bottom: 34px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px 4px;
}

.pagination li a, .pagination li span {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0 5px;
  min-width: 31px;
  height: 31px;
  line-height: 29px;
  background-color: #fff;
  border: 1px solid #fff;
}

.pagination li a:hover {
  background-color: #F5F5F5;
  border: 1px solid #E2E2E2;
}

.pagination li.prev span, .pagination li.next span {
  color: inherit;
  padding: 0;
  height: auto;
  width: auto;
  display: inline;
}

.pagination li.prev a:hover, .pagination li.next a:hover {
  color: #C32124;
  background-color: #fff;
  border: 1px solid #fff;
}

.pagination li.prev i, .pagination li.next i {
  vertical-align: baseline;
}

.pagination li.prev {
  margin-right: 5px;
}

.pagination li.prev i {
  margin: 0 5px 0 0;
}

.pagination li.next {
  margin-left: 5px;
}

.pagination li.next i {
  margin: 0 0 0 5px;
}

.pagination li.active span {
  color: #fff;
  background-color: #6b1d7b;;
  border: 1px solid #6b1d7b;
}

.sidebar {
  width: 25.7%;
  padding-right: 30px;
  float: left;
  top: 0;
  overflow: hidden;
}

.sidebar .title {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 33px;
}

.sidebar .title:after {
  width: 205px;
  height: 1px;
  margin: 9px 0 0;
  background-image: url("../images/ico/sidebar-title-after.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.sidebar .sidebar-widget {
  margin-bottom: 52px;
}

.widget-menu {
  margin-bottom: 62px;
}

.widget-menu .title {
  margin-bottom: 0;
  line-height: 50px;
}

.widget-menu .title:after {
  display: none;
}

.widget-filter {
  margin-bottom: 62px;
}

.widget-filter .title {
  margin-bottom: 0;
  line-height: 50px;
  cursor: default;
}

.widget-filter .title:after {
  display: none;
}

.widget-filter .title.btn-catalog:before {
  display: none;
}

.widget-filter .title.opened i {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 0px;
}

.widget-filter .title i {
  display: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin: -6px 0 0 7px;
  vertical-align: middle;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.widget-filter .widget-filter-box {
  padding: 22px 20px;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.widget-filter .widget-filter-box .box {
  padding-bottom: 0;
  background-image: none;
}

.widget-filter .widget-filter-box .text {
  padding: 27px 0 0;
}

.widget-filter .widget-filter-box .title-mini {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
  position: relative;
}

.widget-filter .widget-filter-box .title-mini i {
  font-size: 15px;
  line-height: 12px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 3px;
  left: auto;
  right: -2px;
  bottom: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: -2px 0 0;
  height: 12px;
  width: 12px;
  text-align: center;
}

.widget-filter .widget-filter-box .title-mini.opened i {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 0;
}

.widget-filter .widget-filter-box .btn {
  width: 100%;
  text-transform: none;
  margin-top: -16px;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 28px;
}

.akkordeon-box {
  float: left;
  width: 129px;
  height: 100%;
  display: none;
}

.akkordeon-box .btn-catalog {
  font-size: 14px;
  font-size: 0.875rem;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
}

.akkordeon-box-menu {
  position: relative;
  background: #f5f5f5;
  padding-top: 60px;
}

.akkordeon-box-menu .akkordeon-close {
  width: 17px;
  height: 17px;
  background-image: url("../images/ico/close.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 23px;
  left: auto;
  right: 13px;
  bottom: auto;
  cursor: pointer;
}

.akkordeon-box-menu .akkordeon-close:hover {
  background-position: -22px 0;
}

ul.akkordeon-menu {
  line-height: 1.3;
}

ul.akkordeon-menu li {
  position: relative;
}

ul.akkordeon-menu li.active > a {
  color: #C32124;
}

ul.akkordeon-menu .close {
  float: none;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 33px;
  height: 46px;
  padding-top: 16px;
  margin: 0;
  text-align: center;
  color: #000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

ul.akkordeon-menu .close:hover {
  color: #C32124;
}

ul.akkordeon-menu .close.harOpen {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

ul.akkordeon-menu > li > ul {
  display: none;
}

ul.akkordeon-menu > li > ul > li > a {
  color: #5F5F5F;
  background-color: #E8E8E8;
  padding: 13px 35px 14px;
}

ul.akkordeon-menu a {
  display: block;
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
  padding: 14px 33px 13px 20px;
  border-bottom: 1px solid #fff;
  position: relative;
}

ul.akkordeon-menu a:hover {
  color: #C32124;
}

/* header and nav ================================================ */
/* .logo {
  display: block;
  width: 352px;
  height: 60px;
  margin-top: 7px;
} */

.box-mobile {
  height: 43px;
  position: relative;
  padding-top: 14px;
  display: none;
}

.icon-mobile {
  color: #000;
  font-weight: 700;
  line-height: 29px;
  width: 150px;
  height: 29px;
  text-transform: uppercase;
  cursor: pointer;
}

.icon-mobile:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/ico/mobile-menu.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 30px;
  height: 29px;
  margin-right: 14px;
}

.icon-mobile:after {
  content: "Меню";
  display: inline-block;
  vertical-align: middle;
}

.icon-mobile.open {
  z-index: 9999;
  position: fixed;
  top: 24px;
  left: 15px;
}

.icon-mobile.open:before {
  background-image: url("../images/ico/mobile-menu-open.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icon-mobile.open:after {
  content: "Закрыть";
}

nav.mobilenav {
  top: 0;
  left: 0;
  z-index: 888;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  text-align: center;
  padding: 6% 0;
}

nav.mobilenav ul {
  height: 100%;
}

nav.mobilenav ul li {
  height: 7.142857%;
  min-height: 20px;
}

nav.mobilenav ul li.active a {
  color: #C32124;
}

nav.mobilenav ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

nav.mobilenav ul li a:hover {
  color: #C32124;
}

nav.categorylinks {
  margin-bottom: 22px;
}

nav.categorylinks ul li {
  float: left;
  margin-right: 27px;
  margin-bottom: 14px;
}

.contacts-section h2:before {
	display: none; }

nav.categorylinks ul li a {
  color: #818181;
  text-decoration: none;
  border-bottom: 1px dashed #818181;
}

nav.categorylinks ul li a:hover {
  color: #C32124;
  text-decoration: none;
  border-bottom: 1px dashed #C32124;
}

nav.toplinks {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333;
}

nav.toplinks li {
  float: left;
}

nav.toplinks li:after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}

nav.toplinks li:last-child:after {
  display: none;
}

nav.toplinks li a {
  color: #333;
  text-decoration: none;
}

nav.toplinks li a:hover, nav.toplinks li span {
  color: #C32124;
}

nav.bottomlinks {
  height: 52px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}

nav.bottomlinks ul {
  margin-top: 1px;
}

nav.bottomlinks ul li {
  float: left;
  position: relative;
}

nav.bottomlinks ul li a {
  display: block;
  min-width: 112px;
  color: #fff;
  text-decoration: none;
  padding: 0 26px;
}

nav.bottomlinks ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: -1px;
  bottom: auto;
  width: 1px;
  height: 11px;
  margin-top: -5px;
  background-image: url("../images/ico/nav-bottom-li.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

nav.bottomlinks ul li:hover:after, nav.bottomlinks ul li.active:after {
  display: none;
}

nav.bottomlinks ul li.active a, nav.bottomlinks ul li a:hover {
  background-color: #7e89a8;
  /*background-image: -moz-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: -o-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: -webkit-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: linear-gradient(to top, #5E221F 0%, #9A443F 100%);*/
}

.header__top {
  background: #f5f5f5;
  padding: 10px 0;
  min-height: 42px;
}

.header__middle {
  padding: 36px 0 28px;
}

.header__middle .fl-right {
  width: 65%;
}

.header__middle ul {
  padding-left: 3px;
  margin-top: 3px;
}

.header__middle li {
  margin-bottom: 23px;
}

.header__middle li:last-child {
  margin-bottom: 0;
}

.header__middle .col-left {
  float: left;
  width: 300px;
  padding-left: 16px;
}

.header__middle .col-left i {
  color: #4d6093;
  vertical-align: baseline;
}

.header__middle .col-right {
  float: right;
  width: 55%;
  max-width: 424px;
}

.header__middle .col-right .link-block {
  float: left;
  padding-left: 4px;
  width: 190px;
}

.header__middle .col-right .link-block a {
  position: relative;
  margin-left: 34px;
  text-decoration: none;
  border-bottom: 1px dashed #000;
}

.header__middle .col-right .link-block a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #C32124;
}

.header__middle .col-right .link-block a:before {
  content: "";
  background-image: url("../images/ico/ico-zamer.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 13px;
  position: absolute;
  top: 6px;
  left: -34px;
  right: auto;
  bottom: auto;
}

.header__middle .col-right .link-block a:hover:before {
  background-position: -25px 0;
}

.header__middle .col-right .link-block li.calc {
  min-height: 23px;
}

.header__middle .col-right .link-block li.calc a:before {
  content: "";
  background-image: url("../images/ico/ico-calc.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 23px;
  position: absolute;
  top: 0px;
  left: -34px;
  right: auto;
  bottom: auto;
}

.header__middle .col-right .link-block li.calc a:hover:before {
  background-position: -23px 0;
}

.header__middle .col-right .phone-block {
  float: right;
  text-align: right;
  width: 175px;
  overflow: hidden;
}

.header__middle .col-right .phone-block .phone {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 17px;
  display: inline-block;
  vertical-align: top;
}

.header__bottom {
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #4d6093;
 /* background-image: -moz-linear-gradient(bottom, #3E110F 0%, #5F221F 100%);
  background-image: -o-linear-gradient(bottom, #3E110F 0%, #5F221F 100%);
  background-image: -webkit-linear-gradient(bottom, #3E110F 0%, #5F221F 100%);
  background-image: linear-gradient(to top, #3E110F 0%, #5F221F 100%);*/
}

.header__bottom nav.bottomlinks {
  float: left;
  width: 90%;
}

.header__bottom .search {
  float: right;
  width: 97px;
  height: 39px;
  line-height: 39px;
  margin-top: 7px;
}

.header__bottom .search form {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52px;
}

.header__bottom .search form input {
  height: 39px;
  position: absolute;
  top: 7px;
  left: 15px;
  right: 15px;
  bottom: 0;
  width: calc(100% - 127px);
  padding-left: 16px;
  padding-right: 45px;
}

.header__bottom .search form .close {
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("../images/ico/clearable.png");
  position: absolute;
  top: 21px;
  left: auto;
  right: 120px;
  bottom: auto;
  z-index: 1;
  opacity: 1;
  float: none;
  cursor: pointer;
}

.header__bottom .search form .close:hover {
  background-image: url("../images/ico/clearable-hover.png");
}

.header__bottom .search form button {
  width: 97px;
  height: 39px;
  line-height: 39px;
  position: absolute;
  top: 7px;
  left: auto;
  right: 15px;
  bottom: auto;
}

.header__bottom .search .search_ico {
  color: #C06968;
  text-transform: uppercase;
  cursor: pointer;
}

.header__bottom .search .search_ico:hover {
  color: #fff;
  background-color: #74C936;
  background-image: -moz-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: -o-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: -webkit-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: linear-gradient(to top, #5E221F 0%, #9A443F 100%);
}

.header__bottom .search .search_ico:hover .icon-search {
  background-position: -17px 0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-search {
  width: 12px;
  height: 12px;
  background-image: url("../images/ico/ico-search.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: -2px;
  margin-left: 10px;
  margin-right: auto;
}

/* bxslider ================================================ */
.bx-wrapper {
  margin: 0 !important;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  left: 0;
}

.bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 14px;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.63);
  color: #000;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.bx-wrapper .bx-controls-direction a:hover {
  background-color: rgba(0, 0, 0, 0.44);
  color: #fff;
}

.bx-wrapper .bx-controls-direction a:after {
  content: "";
  font: normal normal normal 30px/40px FontAwesome;
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}

.bx-wrapper .bx-controls-direction a.bx-next:after {
  content: "\f105";
}

.bx-wrapper .bx-controls-direction a.bx-prev:after {
  content: "\f104";
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  background: none;
}

.bx-wrapper .bx-next {
  right: 18px;
}

.bx-wrapper .bx-prev {
  right: 62px;
  left: auto;
}

.bxslider {
  margin-bottom: 34px;
}

.bxslider img {
  width: 100%;
}

.bxslider__text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bxslider__title {
  margin: 8.9% 4.4%;
  max-width: 563px;
  line-height: 45px;
  font-weight: 900;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  background: rgba(85, 46, 34, 0.66);
  padding: 3px 17px 13px;
}

.bxslider .btn {
  position: absolute;
  top: auto;
  left: 4.8%;
  right: auto;
  bottom: 47px;
}

/* Slide UI ================================================ */
.slide .price_Cost {
  margin: 0 -8px -6px;
}

.slide .price_Cost .col {
  float: left;
  width: 50%;
  padding: 0 8px;
}

.slide .price_Cost span {
  float: left;
  width: 30px;
  color: #9A9A9A;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 29px;
  padding-right: 15px;
  display: block;
}

.slide .price_Cost .right {
  width: 100%;
  padding-left: 30px;
  display: block;
  margin: 0;
}

.slide .price_Cost input {
  display: inline-block;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
  height: 29px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #E2E2E2;
  margin-right: 10px;
  margin-bottom: 0;
}

.slide .price_Cost input:last-child {
  margin-right: 0;
  float: right;
}

.slide .price_Cont {
  width: 100%;
  height: 36px;
  padding-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
}

.slide #Price {
  width: 100%;
}

.slide .ui-slider {
  position: relative;
}

.slide .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  background-image: url("../images/ico/ui.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.slide .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  overflow: hidden;
}

.slide .ui-slider-horizontal {
  height: 3px;
}

.slide .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -7px;
  border-radius: 0;
}

.slide .ui-slider-horizontal .ui-slider-handle:last-child {
  margin-right: -7px;
}

.slide .ui-slider-horizontal .ui-slider-range {
  top: -1px;
}

.slide .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.slide .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.slide .ui-widget-content {
  background-color: #efefef;
  box-shadow: none;
}

.slide .ui-widget-header {
  background-color: #929292;
  height: 3px;
}

.slide .ui-corner-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* editor ================================================ */
.editor {
  color: #494949;
}

.editor img {
  margin-top: 5px;
  margin-bottom: 30px;
}

.editor h2 {
  margin-top: 40px;
}

.editor ul {
  padding-top: 3px;
  margin-bottom: 24px;
}

.editor ul li {
  margin-bottom: 21px;
  padding-left: 15px;
  position: relative;
}

.editor ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 6px;
  height: 6px;
  background-color: #C32124;
}
.editor ul li.resp-tab-item:before {
  background-color: transparent;
}
.editor ul li.resp-tab-item {
	margin-bottom: 0;
}
.editor ul.resp-tabs-list {
	margin-bottom: 0;
}

.img-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
}

.img-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 25px;
}

.pageBox .editor h1 {
  margin-bottom: 6px;
}

.pageBox .editor .date {
  margin-bottom: 12px;
}

.pageBox .editor .img {
  float: left;
  max-width: 300px;
  padding-top: 6px;
  padding-right: 30px;
  padding-bottom: 25px;
}

.pageBox .editor .img img {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

.pageBox .editor .img.img-mobil {
  display: none;
}

/* Box ================================================ */
/* .box {
  padding-bottom: 20px;
  background-image: url("../images/ico/box-border-bottom.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  margin-bottom: 45px !important;
} */

/* .title {
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 53px;
}

.title:after {
  content: "";
  display: block;
  vertical-align: top;
  width: 225px;
  height: 1px;
  margin: 12px auto 0;
  background-image: url("../images/ico/title-after.png");
  background-repeat: no-repeat;
  background-position: 0 0;
} */

.iconBox .title {
  margin-bottom: 81px;
}

.seoBox {
  margin-bottom: 25px;
}

.seoBoxbottom {
  padding-bottom: 54px;
}

.cardBox.box {
  background-image: none;
}

.sortBox {
  background: #f5f5f5;
  padding: 12px 12px 11px 17px;
  color: #818181;
  line-height: 34px;
  margin-bottom: 31px;
}

.sortBox span {
  display: block;
  float: left;
  width: 105px;
  padding-right: 14px;
}

.sortBox .left, .sortBox .right {
  padding: 0 15px;
}

.sortBox .left {
  width: 344px;
  float: left;
}

.sortBox .sort-select {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  width: 190px;
}

.sortBox label {
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: normal;
}

.sortBox .sort-links {
  float: right;
}

.productBox {
  margin-bottom: 60px;
}

.productBox__gallery, .productBox__info {
  float: left;
}

.productBox__gallery {
  width: 42.6%;
  padding-top: 8px;
}

.productBox__info {
  width: 54.4%;
  padding-left: 30px;
}

.productBox__info h1 {
  margin-bottom: 20px;
}

.productBox__info .img-glav {
  display: none;
  max-width: 370px;
  margin-bottom: 25px;
}

.productBox__info .price {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.productBox__info .price b {
  font-size: 24px;
  font-size: 1.5rem;
}

.productBox__info .available {
  color: #6F6F6F;
  margin-bottom: 25px;
}

.productBox__info .available .size_0, .productBox__info .available .size_1 {
  display: inline-block;
  vertical-align: middle;
}

.productBox__info .available .size_0:before, .productBox__info .available .size_1:before {
  content: "\f00c";
  font: normal normal normal 13px/1 FontAwesome;
  display: inline-block;
  vertical-align: middle;
  color: #2C2C2C;
  margin-right: 4px;
}

.productBox__info .available .size_0:before {
  color: #C32124;
}

.productBox__info .btn {
  height: 38px;
  line-height: 38px;
  text-transform: none;
  width: 137px;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 25px;
}

.gallery {
  max-width: 370px;
}

.gallery img {
  display: block;
  margin: 0 auto;
  position: relative;
}

.gallery .visual-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.gallery .visual-holder .visual.active:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 13px;
  left: auto;
  right: 13px;
  bottom: auto;
  background: rgba(0, 0, 0, 0.38);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 10;
}

.gallery .visual-holder .visual.active:after {
  content: "\f00e";
  font: normal normal normal 15px/36px FontAwesome;
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  top: 13px;
  left: auto;
  right: 13px;
  bottom: auto;
  color: #fff;
  z-index: 11;
}
.gallery .visual-holder .visual.active:hover:before {
	background: rgba(0, 0, 0, 0.5);
}

.gallery .gallery-thumbs .thumbs-box {
  margin: 0 -7px;
}

.gallery .gallery-thumbs .thumbs-box .thumbs {
  float: left;
  width: 33.3333%;
  padding: 0 7px;
}

.gallery .gallery-thumbs .thumbs-box .thumbs .img {
  border: 1px solid #fff;
}

.gallery .gallery-thumbs .thumbs-box .thumbs.active .img {
  border: 1px solid #C32124;
  padding: 2px;
}

.recommendBox.box {
  background: none;
  padding-top: 14px;
}

.recommendBox.box .title {
  margin-bottom: 53px !important;
}

.resp-tabs-container .editor {
  padding-top: 9px;
}

.resp-tabs-container .editor p:last-child {
  margin-bottom: 0;
}

.featureBox .table .tr .td:last-child {
  text-align: right;
  color: #000;
  padding: 12px 27px;
}

.featureBox .table .tr:nth-child(2n) {
  background-color: #F7F7F7;
}

.featureBox .table .td {
  padding: 12px 7px;
  color: #7D7D7D;
  line-height: 1;
}

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

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

.table .tr .td {
  display: table-cell;
  padding: 12px 7px;
}

.sort-links span {
  margin-right: 12px;
}

.sort-links a {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-left: 4px;
  text-decoration: none;
  background: url(../images/ico/sort.png) no-repeat;
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}

.sort-links a.sort-case {
  background-position: 0 0;
}

.sort-links a.sort-case:hover, .sort-links a.sort-case.active {
  background-position: 0 -39px;
}

.sort-links a.sort-list {
  background-position: -39px 0;
}

.sort-links a.sort-list:hover, .sort-links a.sort-list.active {
  background-position: -39px -39px;
}

.filterBox {
  margin-bottom: 25px;
  line-height: 29px;
}

.filterBox ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.filterBox ul li {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #F5F5F5;
  height: 29px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 9px 0 13px;
  margin: 0 8px 8px 0;
}

.filterBox .filter-close {
  height: 29px;
  font-size: 13px;
  font-size: 0.8125rem;
  background: none;
  padding: 0;
  margin: 0 0 8px 10px;
}

.filterBox .filter-close a {
  color: #818181;
}

.filterBox .filter-close a:hover {
  color: #000;
}

i.close-mini {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin: -2px 0 0 6px;
  background-image: url("../images/ico/close-mini.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

i.close-mini:hover {
  background-position: -17px 0;
}

.categoryBox .colump {
  padding: 0 15px;
}

.categoryBox .colump .card {
  margin: 0 1px 35px;
}

.categoryBox .colump.case {
  float: left;
  width: 33.3333%;
}

.categoryBox .colump.list {
  float: none;
  width: 100%;
}

.categoryBox .colump.list .card .card-img-top {
  float: left;
  width: 259px;
}

.categoryBox .colump.list .card .card-block {
  padding-bottom: 4px;
  padding-left: 279px;
}

.categoryBox .colump.list .card .card-block .card-text {
  margin-top: 6px;
}

.checkbox li {
  margin-bottom: 10px;
  width: 100%;
}

.checkbox .jq-checkbox {
  width: 17px;
  height: 17px;
  line-height: 17px;
}

.checkbox .jq-checkbox.checked .jq-checkbox__div {
  padding-top: 2px;
}

.checkbox .jq-checkbox.checked .jq-checkbox__div::before {
  font-size: 11px;
}

.checkbox label {
  font-size: 13px;
  color: #000;
  position: relative;
  padding-left: 25px;
}

.checkbox label:hover {
  color: #C32124;
}

.checkbox label .jq-checkbox {
  position: absolute !important;
  top: 2px;
  left: 0;
  margin: 0;
}

.spoiler {
  font-size: 13px;
  font-size: 0.8125rem;
  cursor: pointer;
}

.spoiler .hidd {
  display: none;
}

.spoiler span {
  border-bottom: 1px dashed #000;
  margin-left: 24px;
  position: relative;
}

.spoiler span:hover {
  color: #C32124;
  border-bottom: 1px dashed #C32124;
}

.spoiler span:hover:before {
  background-position: -22px 0;
}

.spoiler span:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -24px;
  right: auto;
  bottom: auto;
  width: 17px;
  height: 17px;
  background-image: url("../images/ico/plus.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.spoiler .more {
  padding-top: 5px;
}

.spoiler .more.opened span:hover:before {
  background-position: -22px 0;
}

.spoiler .more.opened span:before {
  background-image: url("../images/ico/minus.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.sitemap {
  padding-top: 9px;
  line-height: 1.2;
}

.sitemap.row {
  margin: 0 -13px -3px;
}

.sitemap ul.sitemap-list {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px 29px;
  padding: 0 15px;
  width: 33.3333%;
}

.sitemap ul.sitemap-list li {
  margin-bottom: 8px;
  color: #000;
  font-style: normal; }
.sitemap ul.sitemap-list li a {
	text-decoration: none; }

.sitemap ul.sitemap-list > li {
	padding-left: 0; }
.sitemap ul.sitemap-list > li:before {
	display: none; }
.sitemap ul.sitemap-list > li > a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-style: normal;
  text-decoration: none;
}

.sitemap ul.sitemap-list > li > a:hover {
  border-bottom: 1px dashed #000;
}

.sitemap ul.sitemap-list > li > ul {
  margin-top: 21px;
}

.sitemap ul.sitemap-list > li > ul a {
  color: #3f3f3f;
}

.sitemap ul.sitemap-list > li > ul a:hover {
  color: #C32124;
}

.prica-table {
border:1px solid #ccc;
width: 100%;
margin-bottom: 20px;
}
.prica-table td {
border:1px solid #ccc;
padding:8px;
}
.prica-table thead{
background: #4d6093;
color:#fff;
}
.prica-table th {
border:1px solid #ccc;
padding:8px;
}

.section-desc ul{
margin-top:15px;
margin-bottom:15px;
}

.section-desc ul li{
margin-left:15px;
list-style-type: disc;
}

/* Item ================================================ */
.item-media {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 -2px;
  padding: 0 15px;
  margin-bottom: 49px;
}

.item-media__img {
  display: block;
  float: left;
  width: 48%;
  padding-right: 30px;
  margin-top: 4px;
}

.item-media__img img {
  width: 100%;
}

.item-media__text {
  float: left;
  width: 52%;
  color: #747474;
  line-height: 1.3;
}

.item-media__text p {
  margin-bottom: 0;
}

.item-icons {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  margin: 0 -2px;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 54px;
  position: relative;
}

.item-icons__ico {
  display: block;
  margin-bottom: 19px;
}

.item-icons__ico img {
  width: 59px;
  height: 53px;
}

.item-icons__text {
  color: #747474;
  line-height: 1.3;
}

.item-icons__text p {
  margin-bottom: 0;
}

.item-icons.item-icons-large {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  margin-bottom: 32px;
}

.item-icons.item-icons-large .item-icons__ico {
  position: absolute;
  top: 50%;
  left: 32px;
  right: auto;
  bottom: auto;
  margin-top: -26px;
}

.item-icons.item-icons-large .item-icons__text {
  color: #000;
  padding-left: 100px;
  padding-top: 9px;
}

.news {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 23px;
  margin-bottom: 26px;
  position: relative;
}

.news img {
  display: block;
}

.news:last-child {
  border-bottom: 0;
  margin-bottom: 9px;
}

.news .news-img-top {
  position: relative;
  max-height: 170px;
  overflow: hidden;
  margin-bottom: 25px;
}

.news .news-text .link {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 8px;
  line-height: 1.4;
}

.news .news-text .link a {
  text-decoration: none;
}

.news .news-text .date {
  color: #929292;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.news .news-text .date i {
  vertical-align: baseline;
  margin-right: 3px;
}

.news .news-text .text {
  color: #494949;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.news .news-text .text p {
  margin-bottom: 0;
}

.news .news-footer {
  font-size: 12px;
  font-size: 0.75rem;
}

.news.actions {
  padding-bottom: 6px;
  min-height: 293px;
  overflow: hidden;
}

.news.actions .status {
  top: 26px;
}

.news.actions .news-img-top {
  max-height: none;
}

.news.actions .news-img-top img {
  min-width: 270px;
  min-height: 293px;
  max-width: none;
  width: auto;
}

.news.actions .news-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.news.actions .news-block .news-text {
  width: 87%;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 135px;
  background: rgba(255, 255, 255, 0.79);
  padding: 11px 15px 1px;
}

.news.actions .news-block .news-text .link {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
  max-height: 113px;
  overflow: hidden;
}

.news.actions .news-footer {
  position: absolute;
  top: auto;
  left: 8%;
  right: auto;
  bottom: 60px;
}

.news-category {
  margin-bottom: 26px;
}

.news-category .news {
  margin-top: -6px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 46px;
  margin-bottom: 42px;
}

.news-category .news:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.news-category .news .news-img-top {
  float: left;
  width: 300px;
  padding-right: 30px;
  max-height: none;
  margin-bottom: 0;
  margin-top: 7px;
}

.news-category .news .news-block {
  padding-left: 300px;
}

.news-category .news .news-block .news-text .link {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 13px;
  line-height: 1.3;
}

.news-category .news .news-block .news-text .link a {
  text-decoration: none;
}

.news-category .news .news-block .news-text .link a:hover {
  color: #000;
  text-decoration: underline;
}

.news-category .news .news-block .news-text .date {
  color: #929292;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 14px;
}

.news-category .news .news-block .news-text .date i {
  vertical-align: baseline;
  margin-right: 3px;
}

.news-category .news .news-block .news-text .text {
  color: #494949;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0px;
}

.news-category .news .news-block .news-text .text p {
  margin: 0 0 24px;
}

.news-category .news .news-block .news-footer {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: -13px;
}

.card {
  position: relative;
  border: 5px transparent solid;
  outline: 1px solid #EAEAEA;
  margin: 0 1px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.card:hover {
  border: 5px solid #EAEAEA;
  outline: 0;
}

.card:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #EAEAEA;
}

.card:hover .card-footer:after, .card:hover .card-footer:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #EAEAEA;
}

.card:hover .card-footer:after {
  position: absolute;
  top: auto;
  left: auto;
  right: -5px;
  bottom: -5px;
}

.card:hover .card-footer:before {
  position: absolute;
  top: auto;
  left: -5px;
  right: auto;
  bottom: -5px;
}

.card .card-img-top {
  position: relative;
  height: 168px;
  text-align: center;
  overflow: hidden;
}

.card .card-img-top img {
  display: block;
  max-width: none;
  width: auto !important;
  height: auto;
  min-height: 168px;
  margin: 0 auto;
}

.card .card-block {
  padding: 11px 10px;
}

.card .card-block .card-text {
  border-bottom: 1px solid #EAEAEA;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.card .card-block .card-text .link {
  height: 55px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 14px;
}

.card .card-block .card-text a {
  text-decoration: none;
}

.card .card-block .card-price {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 15px;
}

.card .card-block .card-price b {
  font-size: 18px;
  font-size: 1.125rem;
}

.card .card-block .card-available {
  color: #6F6F6F;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 11px;
}

.card .card-block .card-available .size_0, .card .card-block .card-available .size_1 {
  display: inline-block;
  vertical-align: middle;
}

.card .card-block .card-available .size_0:before, .card .card-block .card-available .size_1:before {
  content: "\f00c";
  font: normal normal normal 12px/1 FontAwesome;
  display: inline-block;
  vertical-align: middle;
  color: #2C2C2C;
  margin-right: 7px;
}

.card .card-block .card-available .size_0:before {
  color: #C32124;
}

.card .card-footer {
  margin: 0 -5px -5px;
  text-align: right;
  background: #f5f5f5;
  border-top: 0;
  padding: 8px 19px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.card .card-footer a {
  text-decoration: none;
  color: #3F3F3F;
}

.card .card-footer a:hover {
  color: #C32124;
  text-decoration: underline;
}

.status {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  position: absolute;
  top: 21px;
  left: 0;
  right: auto;
  bottom: auto;
  background: #C32124;
  height: 21px;
  color: #fff;
  padding: 0 6px;
  z-index: 1;
}

.status:after {
  content: "";
  width: 10px;
  height: 21px;
  position: absolute;
  top: 0;
  left: auto;
  right: -10px;
  bottom: auto;
  background-image: url("../images/ico/status.png");
  background-repeat: repeat-x;
  background-position: 0 0;
}

.date {
  color: #929292;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.date i {
  vertical-align: baseline;
  margin-right: 3px;
}

/* Carousel ================================================ */
.owl-carousel .item {
  padding: 0 1px;
}

.owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: -89px;
  right: auto;
  bottom: auto;
  left: 0;
  text-align: right;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  border: 1px solid #D2D2D2;
  background: #fff;
  color: #D2D2D2;
  margin-left: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.owl-carousel .owl-nav .owl-prev:after, .owl-carousel .owl-nav .owl-next:after {
  content: "";
  font: normal normal normal 25px/32px FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  background-color: #D2D2D2;
  color: #fff;
}

.owl-carousel .owl-nav .owl-next:after {
  content: "\f105";
}

.owl-carousel .owl-nav .owl-prev:after {
  content: "\f104";
}

/* footer ================================================ */
.footer {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}

.footer a {
  color: #838383;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer__top {
  background-color: #383838;
  color: #838383;
  padding: 44px 0 35px;
}

.footer__bottom {
  color: #838383;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #2B2B2B;
  padding: 20px 0 20px;
}

.footer__bottom p {
  margin-bottom: 0;
}

.footer .title {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  margin-bottom: 11px;
  color: #fff;
}

.footer .title:after {
  display: none;
}

.footer .sidebar-widget {
  margin-bottom: 22px;
}

.widget-li li {
  margin-bottom: 9px;
}

.widget-search {
  border-top: 1px solid #525252;
  padding-top: 27px;
}

.widget-search form {
  position: relative;
}

.widget-search form input {
  width: 100%;
  height: 35px;
  border: 1px solid #898989;
  background: none;
  padding: 0 34px 0 13px;
  color: #fff;
}

.widget-search form input:-moz-placeholder, .widget-search form input::-moz-placeholder {
  color: #747474;
  opacity: 1;
}

.widget-search form input::-webkit-input-placeholder {
  color: #747474;
}

.widget-search form input:focus {
  border: 1px solid #898989;
  outline: none;
}

.widget-search form button {
  width: 14px;
  height: 14px;
  border: none;
  background-color: inherit;
  position: absolute;
  top: 11px;
  left: auto;
  right: 10px;
  bottom: auto;
  background-image: url("../images/ico/ico-search-footer.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.widget-search form button:hover {
  background-position: -19px 0;
}

.contact-box {
  border-bottom: 1px solid #525252;
  padding-bottom: 16px;
  margin-bottom: 14px;
}

.contact-box.bottom {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-box .btn {
  margin-bottom: 19px;
  height: 33px;
  line-height: 33px;
  width: 100%;
  max-width: 172px;
}

.contact-box .phone-block {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-box .phone-block ul {
  margin-top: 20px;
  margin-bottom: 23px;
}

.contact-box .phone-block ul li {
  margin-bottom: 11px;
}

.contact-box .work-block, .contact-box .email-block, .contact-box .city-block {
  padding-left: 25px;
  position: relative;
}

.contact-box .work-block:before, .contact-box .email-block:before, .contact-box .city-block:before {
  font: 400 13px/13px 'FontAwesome';
  color: #777;
  position: absolute;
  top: 5px;
  left: 2px;
  right: auto;
  bottom: auto;
}

.contact-box .work-block:before {
  content: "\f017";
  font-size: 12px;
  font-size: 0.75rem;
}

.contact-box .email-block {
  margin-bottom: 10px;
}

.contact-box .email-block a {
  text-decoration: underline;
}

.contact-box .email-block:before {
  content: "\f0e0";
  font-size: 11px;
  font-size: 0.6875rem;
}

.contact-box .city-block {
  line-height: 1.3;
}

.contact-box .city-block:before {
  content: "\f041";
  font-size: 13px;
  font-size: 0.8125rem;
  left: 5px;
}

.contactBox {
  padding-top: 5px;
}

.contactBox h2 {
  margin-bottom: 22px;
}

.contactBox__text, .contactBox__map {
  float: left;
  padding: 0 15px;
}

.contactBox__text {
  width: 45%;
}

.contactBox__map {
  width: 55%;
  padding-top: 5px;
}

.contactBox .contact-box {
  padding-bottom: 46px;
  margin-bottom: 39px;
  border-bottom: 1px solid #EAEAEA;
}

.contactBox .contact-box .work-block, .contactBox .contact-box .email-block, .contactBox .contact-box .city-block, .contactBox .contact-box .phone-block {
  position: relative;
  padding-left: 18px;
}

.contactBox .contact-box .work-block:before, .contactBox .contact-box .email-block:before, .contactBox .contact-box .city-block:before, .contactBox .contact-box .phone-block:before {
  font: 400 13px/13px 'FontAwesome';
  color: #777;
  position: absolute;
  top: 5px;
  left: 2px;
  right: auto;
  bottom: auto;
}

.contactBox .contact-box .city-block::before {
  top: 3px;
  left: 3px;
}

.contactBox .contact-box .phone-block {
  font-size: 16px;
  font-size: 1rem;
}

.contactBox .contact-box .phone-block:before {
  content: "\f095";
  font-size: 13px;
  font-size: 0.8125rem;
  top: 3px;
  left: 1px;
}

.contactBox .contact-box .phone-block a {
  color: #000;
  text-decoration: none;
}

.contactBox .contact-box .phone-block a:hover {
  color: #C32124;
}

.contactBox .contact-box .phone-block ul {
  margin-top: 16px;
  margin-bottom: 22px;
}

.contactBox .contact-box .phone-block ul li {
  margin-bottom: 11px;
}

.contactBox .contact-box .work-block {
  margin-bottom: 11px;
}

.contactBox .contact-box .work-block:before {
  top: 4px;
  left: 0;
}

.contactBox .contact-box .email-block:before {
  left: 0;
}

/* Modal ================================================ */
.modal-431 {
  max-width: 431px;
  width: 100%;
}

.modal {
  display: block;
  position: relative;
  margin: 60px auto;
  background: #fff;
  padding: 0;
  overflow: visible;
}

.modal input, .modal textarea {
  width: 100%;
}

.modal input:-moz-placeholder, .modal input::-moz-placeholder, .modal textarea:-moz-placeholder, .modal textarea::-moz-placeholder {
  color: #A0A0A0;
  opacity: 1;
}

.modal input::-webkit-input-placeholder, .modal textarea::-webkit-input-placeholder {
  color: #A0A0A0;
}

/* .modal .title {
  margin-bottom: 38px;
}

.modal p {
  margin-bottom: 31px;
} */

/* .modal .btn {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  height: 50px;
  line-height: 50px;
  margin-top: 6px;
  text-transform: none;
} */

/*# sourceMappingURL=style.css.map */
.bx-filter-content {
  display: none;
}
.reset label {
  font-weight: normal;
}
.bx-filter-parameters-box.bx-active {
  position: relative;
}
#modef {
    border: 1px solid #ccc;
    padding: 5px 20px;
    position: absolute;
    top: -12px;
    right: -225px;
    z-index: 100;
    background: #fff;
}
#modef:before {
  position: absolute;
  top: 0;
  left: -33px;
  content: '';
  border: 16px solid transparent; border-right: 16px solid #b0b0b0; 
}
#modef:after {
  position: absolute;
  top: 0;
  left: -32px;
  content: '';
  border: 16px solid transparent; border-right: 16px solid #fff; 
}
.sidebar {
  overflow: unset;
}
.sortBox form {
  display: inline-block;
}
.mf-error-text {
    border: 1px solid #ff3d3d;
    color: #ff3d3d;
    margin-bottom: 30px;
    padding: 10px 20px;
}
.mf-error-text p {
  margin: 0;
}
.mf-ok-text {
    border: 1px solid green;
    color: green;
    margin-bottom: 30px;
    padding: 10px 20px !important;
    font-weight: normal !important;
}
.search_detail {
	margin-bottom: 30px;
}
.search_detail button {
    padding: 10px 10px 10px 16px;
}
.search_detail input {
	width: calc(100% - 55px);
}
.filterBox {
	display: none;
}
ul.akkordeon-menu > li.level_active > ul {
	display: block;
}
.error_title {
    color: #555;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
.error_box {
    color: #999;
    font-size: 20px;
    margin: 0 auto;
    max-width: 300px;
    padding-top: 20px;
    text-align: center;
}
.article-table{
	width:100%;
}
.article-table td{
	border: 1px solid #494949;
	padding:5px;
	font-size:14px;
	color:#494949;
}
.article-table th{
	background-color: #bfbfbf;
	font-weight: 600;
	text-align: center;
	border: 1px solid #494949;
	padding: 5px;
}

.as-h2, .as-h3{
	font-weight: 400;
    line-height: 1.3;
    color: #000;
    font-size: 1.5rem;
    margin: 40px 0 20px 0;
    display:block;
}
.as-h3{
	font-size: 1.25rem;
    margin: 0 0 20px 0;
}
.article-ul li{
	margin-bottom:15px!important;
}
.mfp-title{
	color:#000;
	padding: 0px 0px 0 20px;
} 
.color-block img{
	margin:0;
}
.color-block p{
	text-align:center;
}

.status-icon {
    display: inline-block;
    zoom: 1;
    width: 24px;
    height: 24px;
}
.status-icon.no {
    background: url(/images/status-no.png) no-repeat center center;
}
.status-icon.yes {
    background: url(/images/status-yes.png) no-repeat center center;
}
.bxslider ul{
	list-style-type: none;
}
.bxslider ul li {
	padding-left: 0;
}
.bxslider ul li:before{
	background-color: transparent;
}
.article-slider img{
	margin:0;
}
.rotatable{
-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg); 
-o-transform: rotate(-90deg); 
-ms-transform: rotate(-90deg); 
transform: rotate(-90deg);
}

ul.accordionFaq {
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: left;
}

ul.accordionFaq .accHead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  position: relative;
  padding: 18px 54px 18px 18px;
  border: 1px solid #E5E5EC	;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

ul.accordionFaq .accHead:hover {
  background-color: #9A443F;
  background-image: -moz-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: -o-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: -webkit-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: linear-gradient(to top, #5E221F 0%, #9A443F 100%);
  border: 1px solid #9A443F;
  color: #fff;
}

ul.accordionFaq .accPanel {
  display: none;
  padding: 24px 18px 20px;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 1;
  border: 1px solid #E5E5EC;
  border-top: 1px solid #fff;
  line-height: 1.6;
}

ul.accordionFaq .closes {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url("../images/ico/closes.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: auto;
  right: 18px;
  bottom: auto;
}

ul.accordionFaq li.open .accHead {
  background-color: #9A443F;
  background-image: -moz-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: -o-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: -webkit-linear-gradient(bottom, #5E221F 0%, #9A443F 100%);
  background-image: linear-gradient(to top, #5E221F 0%, #9A443F 100%);
  color: #fff;
  border: 1px solid #9A443F;
  -moz-box-shadow: 1px 1.7px 10px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 1px 1.7px 10px rgba(0, 0, 0, 0.23);
  box-shadow: 1px 1.7px 10px rgba(0, 0, 0, 0.23);
}

ul.accordionFaq li.open .accPanel {
  border: 1px solid #9A443F;
}

ul.accordionFaq li.open .closes {
  background-position: -23px -18px;
}
ul.accordionFaq li:hover .closes {	
	background-position: 0px -18px;
}
ul.accordionFaq li.open:hover .closes {	
	background-position: -23px -18px;
}

.seoBox .title_h {
	font-size: 28px;
	font-size: 1.75rem;
	margin: 0 0 20px 0;
	font-weight: 400;
	line-height: 1.3;
	color: #000;
}
.filter_special_link {
	color: #000;
	text-decoration: none;
}
.card-prop {
    color: #999;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
}


.discount-feedback-body .container {
  padding-left: 0px;
  padding-right: 0px;
}

.discount-feedback-left {
  text-transform: uppercase;
  background-position: center;
  background-size: cover;
  background-image: url(/images/feedback-bg.jpg);
  padding: 50px;
  position: relative;
  width: 100%;
}

.discount-feedback-left:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.4);
}

.discount-feedback-left > * {
  position: relative;
  z-index: 1;
}

.discount-feedback-title {
     color: #99282A; 
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}

.discount-feedback-desc {
  margin-bottom: 40px;
}

.discount-feedback-desc p {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.discount-feedback-right input {
  width: 100%;
}

.discount-feedback-right .mf-captcha img {
  margin-bottom: 8px;
}

.discount-feedback-right p {
  margin: 0 0 12px;
}

.check-agree {
  margin-top: 10px;
  margin-bottom: 20px;
}

.check-agree label {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 20px;
}

.check-agree input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}


.check-agree .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #363636;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 5px;
  width: 12px;
  height: 6px;
  border: solid #363636;
  border-width: 0 1px 1px 0;
  transform: rotateY(180deg) rotate(45deg);
  -webkit-transform: rotateY(180deg) rotate(45deg);
}


.check-agree input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #363636;
}

.check-agree input:checked ~ .checkmark:after {
  display: block;
}


.check-agree p {
  color: #424242;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding-left: 30px;
  text-transform: initial;
}

.discount-feedback-right .ys-captcha {
  margin: 0 0 5px;
}

.captcha_input {
  max-width: 180px;
}

.check-agree label p {
  margin: 0;
}

.section-banner {
  margin-bottom: 34px;
}

.section-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 28px;
}
.section-icons__item {
  width: 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.section-icons__item img {
  margin-right: 12px;
}

/* service-form */

.service-form {
  width: 100%;
  background: #4d6093;
  padding: 30px;
  position: relative;
  margin-bottom: 40px;
}

.service-form:after {
  content: "";
    position: absolute;
    background: url(/include/right_form_after.png) no-repeat;
    width: 112px;
    height: 59px;
    top: 0;
    right: 0;
}

.service-form__title {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.form-group input {
  width: 100%;
  height: 40px;
  color: #585858;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 10px #c3c6d1 inset;
}

.form-btn {
  margin-bottom: 1rem;
}

.form-name, .form-phone {
  position: relative;
}

.form-name:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  background: url(/include/name_icon.png) no-repeat;
  right: 30px;
  top: 12px;
}

.form-phone:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  background: url(/include/phone_icon.png) no-repeat;
  right: 30px;
  top: 12px;
}

.form-btn input {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40px;
  font-size: 13px;
  border-radius: 5px;
  border: none;
  box-shadow: none;
}

.form-btn input:hover {
  box-shadow: none;
}

.wrong .form-group input {
  border-color:#ff0000;
}

.service-form .mf-ok-text {
  background-color: #dff0d8;
}

/* main form */

.style_h2 {
  font-size: 1.5rem;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}


.main-form__input input,
.jq-file__name {
  width: 100%;
  height: 40px;
  color: #585858;
  border-radius: 5px;
  background: #f7f7f7;
  border: 1px solid #eaebec;
  font-size: 13px;
  margin-bottom: 1rem;
}

.jq-file__name {
  line-height: 40px;
}

.jq-file__browse {
  line-height: 40px;
  background-color: #E9B80F;
  background-image: linear-gradient(to top, #DA9D0B 0%, #E9B810 100%);
  background-image: -moz-linear-gradient(bottom, #DA9D0B 0%, #E9B810 100%);
  background-image: -o-linear-gradient(bottom, #DA9D0B 0%, #E9B810 100%);
  background-image: -webkit-linear-gradient(bottom, #DA9D0B 0%, #E9B810 100%);
}

.jq-file:hover .jq-file__browse,
.jq-file__browse:hover {
  background-image: -moz-linear-gradient(bottom, #E2A910 0%, #F5C41D 100%);
  background-image: -o-linear-gradient(bottom, #E2A910 0%, #F5C41D 100%);
  background-image: -webkit-linear-gradient(bottom, #E2A910 0%, #F5C41D 100%);
  background-image: linear-gradient(to top, #E2A910 0%, #F5C41D 100%);
}

.main-form__input textarea {
  width: 100%;
  color: #585858;
  border-radius: 5px;
  background: #f7f7f7;
  border: 1px solid #eaebec;
  font-size: 13px;
  margin-bottom: 1rem;
}

textarea:focus {
  outline: none;
}

.main-form__btn {
  text-transform: none;
  height: 40px;
  border-radius: 5px;
  box-shadow: none;
}

.main-form sup {
  color: #ff0000;
}

.mfeedback-review {
  max-width: 400px;
}

/* review */

.reviews__list {
  padding-top: 20px;
}

.reviews__item {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 20px 15px;
  margin-bottom: 30px;
}

.reviews__name {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.reviews__data {
  font-size: 13px;
  color: #a0a0a0;
  padding: 10px 0;
}

.reviews__text {
  color: #363636;
  margin-bottom: 20px;
}

.reviews__text p {
  margin-bottom: 20px;
}

.reviews__img img {
  width: 100%;
  max-width: 600px;
}

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

  .discount-feedback-left {
    padding: 20px;
    margin-bottom: 10px;
  }

  .discount-feedback-title {
    font-size: 26px;
    text-align: center;
  }

  .discount-feedback-desc p {
    font-size: 20px;
    text-align: center;
  }

  .section-icons__item {
    width: 250px;
    margin-bottom: 22px;
    max-width: 100%;
  }

  .section-icons__item:last-child {
    margin-bottom: 0;
  }

  .mfeedback-review {
    max-width: 100%;
  }

  .section-icons {
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    -ms-flex-direction: column; 
    flex-direction: column;
  }
  
}