@font-face {
  font-family: ProximaNova;
  src: url(../fonts/ProximaNovaRegular.woff) format("woff"), url(../fonts/ProximaNovaRegular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: ProximaNova;
  src: url(../fonts/ProximaNovaSemibold.woff) format("woff"), url(../fonts/ProximaNovaSemibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: ProximaNova;
  src: url(../fonts/ProximaNovaBold.woff) format("woff"), url(../fonts/ProximaNovaBold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: ProximaNova;
  src: url(../fonts/ProximaNovaRegularItalic.woff) format("woff"), url(../fonts/ProximaNovaRegularItalic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: TTProstoSans;
  src: url(../fonts/ProstoSansBold.woff) format("woff"), url(../fonts/ProstoSansBold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: HelveticaNeueCyr;
  src: url(../fonts/HelveticaNeue.woff) format("woff"), url(../fonts/HelveticaNeue.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: HelveticaNeueCyr;
  src: url(../fonts/HelveticaNeue-Bold.woff) format("woff"), url(../fonts/HelveticaNeue-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  padding: 0;
  margin: 0;
  outline: none
}

fieldset, img {
  border: 0;
  outline: none
}

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

ul {
  list-style: none
}

ol {
  list-style: disc;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: 400;
  font-style: normal
}

caption, th {
  text-align: left
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

a, a:focus, a:hover {
  text-decoration: none
}

q:after, q:before {
  content: ""
}

label {
  font-weight: 400;
  margin-bottom: 0
}

img {
  max-width: 100%;
  max-height: 100%
}

input[type=radio] {
  display: none !important
}

input, textarea {
  -webkit-appearance: none;
  box-shadow: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  border-radius: 0
}

.clearfix:after {
  content: ""
}

a, button, input {
  outline: none !important
}

.hidden-logo {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: opacity .3s ease-in-out;
  display: none
}

.catalog-link_mobile-visible {
  font-family: TTProstoSans;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.13;
  text-align: center;
  color: #fff !important;
  transition: all .3s ease-in-out;
  position: fixed;
  top: 14px;
  width: 71px;
  left: 50%;
  margin-left: -35px;
  opacity: 0;
  /* z-index: -3 */
}

body:not(.index) main {
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

body:not(.index) main, body:not(.index) main .sidebar-section_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal
}

body:not(.index) main .sidebar-section_wrap {
  padding-bottom: 100px;
  width: 360px;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

body:not(.index) main .sidebar-section_wrap .sidebar-block {
  margin-top: 20px;
  background: #e8f0f9;
  width: 100%;
  padding: 0
}

body:not(.index) main .sidebar-section_wrap .sidebar-block .block-title, body:not(.index) main .sidebar-section_wrap .sidebar-block .hide_btn {
  display: none
}

body:not(.index) main .sidebar-section_wrap .sidebar-block ul li:hover>a {
  color: #fff;
  background: #f01321;
  transition: all .3s ease-in-out
}

body:not(.index) main .sidebar-section_wrap .sidebar-block ul li.open {
  background: #d5e3f3 !important
}

body:not(.index) main .sidebar-section_wrap .sidebar-block ul li.open>a {
  color: #25314a !important;
  background: #d5e3f3 !important;
  transition: all .3s ease-in-out
}

body:not(.index) main .sidebar-section_wrap .sidebar-block ul li.open>a:hover {
  transition: all .3s ease-in-out;
  color: #fff !important;
  background: #f01321 !important
}

body:not(.index) main .sidebar-section_wrap .sidebar-block ul li.open>.sub-menu {
  display: block;
}

body:not(.index) main .sidebar-section_wrap .sidebar-block ul li a {
  font-family: TTProstoSans;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  display: block;
  color: #4d5a76;
  padding: 11px 0 11px 18px;
  transition: all .3s ease-in-out
}

body:not(.index) main .sidebar-section_wrap .sidebar-block ul li .sub-menu {
  padding-left: 0;
  display: none
}

body:not(.index) main .sidebar-section_wrap .sidebar-block ul li .sub-menu li.inner a {
  color: #25314a
}

body:not(.index) main .sidebar-section_wrap .sidebar-block ul li .sub-menu li a {
  font-family: ProximaNova;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  padding: 8px 0 8px 36px;
  text-align: left;
  color: #4d5a76;
  transition: all .3s ease-in-out
}

body:not(.index) main .sidebar-section_wrap .sidebar-block ul li .sub-menu li:hover>a {
  color: #31415d;
  background: #b7cfe5 !important;
  transition: all .3s ease-in-out
}

body.index .hide_btn {
  display: none !important
}

body main {
  display: block
}

body main .block-centered_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 0
}

body main .sidebar-block {
  background: #e8f0f9;
  width: 322px;
  padding: 0
}

body main .sidebar-block .block-title, body main .sidebar-block .hide_btn {
  display: none
}

body main .sidebar-block ul li {
  transition: all .3s ease-in-out
}

body main .sidebar-block ul li .sub-menu {
  display: none
}

body main .sidebar-block ul li:last-child {
  margin-bottom: 0
}

body main .sidebar-block ul li a {
  font-family: TTProstoSans;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  text-align: left;
  display: block;
  color: #4d5a76;
  padding: 11px 29px
}

body main .sidebar-block ul li:hover>a {
  color: #fff;
  background: #f01321;
  transition: all .3s ease-in-out
}

body .content-block_wrap {
  margin-left: 20px
}

header .container {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto
}

header .top-part_wrap {
  background: #f3f7fb
}

header .top-part_wrap .mobile-menu-info_block {
  display: none
}

header .top-part_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 30px
}

header .top-part_wrap .mobile_menu {
  display: none
}

header .top-part_wrap .pc_menu {
  height: 30px
}

header .top-part_wrap .pc_menu li a {
  line-height: 30px;
  height: 30px;
  display: block;
  padding: 0 11px;
  transition: all .3s ease-in-out
}

header .top-part_wrap .pc_menu li a:hover {
  background: #d5e3f3;
  transition: all .3s ease-in-out
}

header .top-part_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 476px;
  margin-right: 212px
}

header .top-part_wrap ul li a {
  font-family: ProximaNova;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  color: #5f6e89
}

header .top-part_wrap .searh-block_wrap {
  position: relative;
/*  width: 292px; */
  height: 30px
}


header .top-part_wrap .searh-block_wrap:before {
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 7px;
  background: url(../images/search_ic.svg) no-repeat;
  background-size: cover
}

header .top-part_wrap .searh-block_wrap.focus {
  background-color: #dfe7f0;
  cursor: default
}

header .top-part_wrap .searh-block_wrap.focus:before {
  background: url(../images/search-blue_ic.svg) no-repeat
}

header .top-part_wrap .searh-block_wrap.focus .clear_btn {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out
}

header .top-part_wrap .searh-block_wrap.focus .search-content_wrap, .title-search-result .search-content_wrap {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  transition: all .3s ease-in-out
}

header .top-part_wrap .searh-block_wrap.focus input {
  cursor: default
}

header .top-part_wrap .searh-block_wrap .focus input::-webkit-input-placeholder {
  color: transparent
}

header .top-part_wrap .searh-block_wrap .focus input::-moz-placeholder {
  color: transparent
}

header .top-part_wrap .searh-block_wrap .focus input:-ms-input-placeholder {
  color: transparent
}

header .top-part_wrap .searh-block_wrap .focus input:-moz-placeholder {
  color: transparent
}

header .top-part_wrap .searh-block_wrap form.focus .clear_btn {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
}

header .top-part_wrap .searh-block_wrap .clear_btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden
}



@media only screen and (max-width:1170px) {
    header .top-part_wrap .searh-block_wrap .clear_btn {
        display: none;
    }
}

header .top-part_wrap .searh-block_wrap .clear_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 4px;
  width: 2px;
  height: 11px;
  background: #f01321;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

header .top-part_wrap .searh-block_wrap .clear_btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 4px;
  width: 2px;
  height: 11px;
  background: #f01321
}

header .top-part_wrap .searh-block_wrap input {
  border: 0 none;
  height: 30px;
  background: transparent;
  font-family: ProximaNova;
  font-size: 13px;
  padding-left: 26px;
  padding-right: 26px;
  width: 100%;
  font-weight: 600;
  text-align: left;
  color: #5f6e89;
  cursor: pointer
}

header .top-part_wrap .searh-block_wrap input::-webkit-input-placeholder {
  font-family: ProximaNova;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  color: #f01321
}

header .top-part_wrap .searh-block_wrap input::-moz-placeholder {
  font-family: ProximaNova;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  color: #f01321
}

header .top-part_wrap .searh-block_wrap input:-ms-input-placeholder {
  font-family: ProximaNova;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  color: #f01321
}

header .top-part_wrap .searh-block_wrap input:-moz-placeholder {
  font-family: ProximaNova;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  color: #f01321
}

.title-search-result .search-content_wrap {
  width: 292px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: absolute;
  left: 0;
  top: -2px;
  /* z-index:-1;opacity:0;visibility:hidden; */
  transition: all .3s ease-in-out
}

header .top-part_wrap .searh-block_wrap input:focus {
  background-color: #dfe7f0;
  cursor: default;
}

.title-search-result .search-content_wrap .top-part {
  background-color: #31415d;
  font-family: ProximaNova;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #f4f8fd;
  padding: 10px 10px 6px 14px
}

.title-search-result .search-content_wrap .top-part p {
  margin-bottom: 3px
}

.title-search-result .search-content_wrap .top-part a {
  text-decoration: underline;
  color: #f4f8fd;
  transition: all .3s ease-in-out
}

.title-search-result .search-content_wrap .top-part a:hover {
  transition: all .3s ease-in-out;
  color: #b7cfe5
}

.title-search-result .search-content_wrap .middle-part ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-right: 0;
  width: 100%
}

.title-search-result .search-content_wrap .middle-part ul li {
  padding: 16px 33px 0 15px;
  transition: all .3s ease-in-out;
  background: #f4f8fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.title-search-result .search-content_wrap .middle-part ul li:last-of-type a {
  border-bottom: 0
}

.title-search-result .search-content_wrap .middle-part ul li:hover {
  transition: all .3s ease-in-out;
  background: #d5e3f3
}

.title-search-result .search-content_wrap .middle-part ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #d5e3f3;
  padding-bottom: 13px
}

.title-search-result .search-content_wrap .middle-part ul li .img-block {
    border-radius: 50%;
    overflow: hidden;
    width: 26px;
    height: 26px;
    margin-right: 11px;
    background-color: #ffffff;
    -webkit-box-flex: 0;
            -ms-flex: 0 0 26px;
                flex: 0 0 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
     -webkit-box-pack: center;
        -ms-flex-pack: center;
      justify-content: center;

}

.title-search-result .search-content_wrap .middle-part ul li .img-block img {
  max-width: 100%;
  /* height: 100% */
  height: auto;
}

.title-search-result .search-content_wrap .middle-part ul li .text {
  font-family: ProximaNova;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #31415d
}

header .middle-part_wrap {
  background-image: linear-gradient(180deg, #5f6e89, #31415d)
}

header .middle-part_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 87px
}

header .middle-part_wrap .logotype {
  width: 244px;
  height: 38px;
  display: block;
  background: url(../images/logotype.svg) no-repeat;
  background-size: cover;
  margin-right: 26px
}

header .middle-part_wrap .block:first-of-type {
  padding-left: 11px
}

header .middle-part_wrap .block.phone {
  margin-right: 27px;
  width: 270px
}

header .middle-part_wrap .block.phone a {
  display: inline-block
}

header .middle-part_wrap .block.phone a:first-child {
  position: relative;
  padding-left: 32px;
  font-family: TTProstoSans;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #f3f7fb
}

header .middle-part_wrap .block.phone a:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/phone.svg) no-repeat;
  background-size: cover
}

header .middle-part_wrap .block.phone .call-back_btn {
  font-family: ProximaNova;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  color: #b7cfe5;
  margin-left: 35px;
  border-bottom: 1px dashed #b7cfe5;
  transition: all .3s ease-in-out;
  line-height: 12px;
}

header .middle-part_wrap .block.phone .call-back_btn:hover {
  color: #f4f8fd;
  transition: all .3s ease-in-out;
  border-color: #f4f8fd
}

header .middle-part_wrap .block.mobile {
  display: none
}

header .middle-part_wrap .block.basket {
  width: 250px;
  height: 49px
}

header .middle-part_wrap .block.basket .basket_link {
  position: relative;
  padding-left: 35px;
  text-transform: uppercase;
  font-family: TTProstoSans;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .5px;
  text-align: left;
  color: #f3f7fb
}

header .middle-part_wrap .block.basket .basket_link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/basket.svg) no-repeat;
  background-size: cover;
  width: 25px;
  height: 26px
}

header .middle-part_wrap .block.basket .basket_goods {
  font-family: ProximaNova;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: #b7cfe5;
  display: inline-block;
  margin-left: 35px;
  transition: all .3s ease-in-out
}

header .middle-part_wrap .block.basket .basket_goods:hover {
  color: #f4f8fd;
  transition: all .3s ease-in-out
}

header .middle-part_wrap .block.adress {
  width: 302px;
  height: 49px;
  margin-right: 6px;
  padding-top: 6px
}

header .middle-part_wrap .block.adress .adress-block {
  margin-bottom: 2px
}

header .middle-part_wrap .block.adress .adress-block a {
  position: relative;
  font-family: TTProstoSans;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #f3f7fb;
  margin-right: 5px;
  margin-left: 19px;
  border-bottom: 1px dashed #f4f8fd;
  transition: all .3s ease-in-out;
  line-height: 1;
  display: inline-block;


}

header .middle-part_wrap .block.adress .adress-block a:hover {
  transition: all .3s ease-in-out;
  border-color: #c3d8ee;
  color: #c3d8ee
}

header .middle-part_wrap .block.adress .adress-block a:hover:before {
  transition: all .3s ease-in-out;
  opacity: 0
}

header .middle-part_wrap .block.adress .adress-block a:hover:after {
  transition: all .3s ease-in-out;
  opacity: 1
}

header .middle-part_wrap .block.adress .adress-block a:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -19px;
  width: 12px;
  height: 15px;
  background: url(../images/pin.svg) no-repeat;
  background-size: cover;
  transition: all .3s ease-in-out;
  opacity: 1
}

header .middle-part_wrap .block.adress .adress-block a:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  opacity: 0;
  left: -19px;
  width: 12px;
  height: 15px;
  background: url(../images/pin_footer.svg) no-repeat;
  background-size: cover;
  transition: all .3s ease-in-out
}

header .middle-part_wrap .block.adress .adress-block span {
  font-family: ProximaNova;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  color: #b7cfe5
}

header .middle-part_wrap .block.adress .mail-block a {
  position: relative;
  font-family: TTProstoSans;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #f3f7fb;
  margin-right: 5px;
  padding-left: 20px;
  transition: all .3s ease-in-out
}

header .middle-part_wrap .block.adress .mail-block a:hover {
  transition: all .3s ease-in-out;
  color: #c3d8ee
}

header .middle-part_wrap .block.adress .mail-block a:hover:before {
  opacity: 0;
  transition: all .3s ease-in-out
}

header .middle-part_wrap .block.adress .mail-block a:hover:after {
  opacity: 1;
  transition: all .3s ease-in-out
}

header .middle-part_wrap .block.adress .mail-block a:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 10px;
  background: url(../images/email.svg) no-repeat;
  background-size: cover;
  opacity: 1;
  transition: all .3s ease-in-out
}

header .middle-part_wrap .block.adress .mail-block a:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 10px;
  background: url(../images/email_footer.svg) no-repeat;
  background-size: cover;
  transition: all .3s ease-in-out
}

header .middle-part_wrap .block.adress .mail-block span {
  font-family: ProximaNova;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  color: #b7cfe5
}

header .bottom-part_wrap {
  background: #4b5c79
}

header .bottom-part_wrap .container {
  height: 43px
}

header .bottom-part_wrap .nav-list {
  width: 100%;
  padding-left: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header .bottom-part_wrap .nav-list, header .bottom-part_wrap .nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header .bottom-part_wrap .nav-list li {
  height: 43px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

header .bottom-part_wrap .nav-list li a {
  font-family: TTProstoSans;
  font-weight: 700;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 43px;
  color: #b7cfe5;
  transition: all .3s ease-in-out
}

header .bottom-part_wrap .nav-list li a:hover {
  transition: all .3s ease-in-out;
  color: #fff
}

header .bottom-part_wrap .nav-list li:last-child {
  background: #f01321;
  width: 292px;
  transition: all .3s ease-in-out
}

header .bottom-part_wrap .nav-list li:last-child a {
  color: #fff
}

header .bottom-part_wrap .nav-list li:last-child:hover {
  background: #c2111c;
  transition: all .3s ease-in-out
}

footer {
  background: #31415d;
  padding: 39px 0 23px
}

footer .container {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto
}

footer .top-part_wrap {
  margin-bottom: 48px
}

footer .top-part_wrap .logotype {
  display: block;
  height: 50px;
  width: 321px;
  background: url(../images/logotype.svg) no-repeat;
  background-size: cover
}

footer .middle-part_wrap {
  margin-bottom: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

footer .middle-part_wrap .block ul {
  max-width: 279px
}

footer .middle-part_wrap .block ul li:first-child {
  text-transform: uppercase;
  font-family: ProximaNova;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .6px;
  color: #8b9fb6;
  margin-bottom: 16px
}

footer .middle-part_wrap .block ul li a, footer .tricky {
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: .3px;
  color: #fff;
  transition: all .3s ease-in-out
}

footer .middle-part_wrap .block ul li a:hover, footer .tricky:hover {
  transition: all .3s ease-in-out;
  color: #a2bcd7
}

footer .middle-part_wrap .block.info {
  width: 268px
}

footer .middle-part_wrap .block.info .phone-block {
  margin-bottom: 39px
}

footer .middle-part_wrap .block.info .phone-block a {
  display: inline-block
}

footer .middle-part_wrap .block.info .phone-block a:first-child {
  position: relative;
  padding-left: 32px;
  font-family: TTProstoSans;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #f1f6fd;
  margin-bottom: 5px
}

footer .middle-part_wrap .block.info .phone-block a:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/phone_footer.svg) no-repeat;
  background-size: cover
}

footer .middle-part_wrap .block.info .phone-block .call-back_btn {
  font-family: ProximaNova;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  color: #b7cfe5;
  margin-left: 35px;
  border-bottom: 1px dashed #b7cfe5;
  transition: all .3s ease-in-out;
  line-height: 11px;
}

footer .middle-part_wrap .block.info .phone-block .call-back_btn:hover {
  color: #f4f8fd;
  transition: all .3s ease-in-out;
  border-color: #f4f8fd
}

footer .middle-part_wrap .block.info .adress-block {
  padding-left: 21px;
  margin-bottom: 38px
}

footer .middle-part_wrap .block.info .adress-block a {
  position: relative;
  font-family: TTProstoSans;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #f1f6fd;
  margin-right: 5px;
  margin-left: 19px;
  /* border-bottom: 1px dashed #f4f8fd; */
  transition: all .3s ease-in-out;
  line-height: 1;
}
footer .middle-part_wrap .block.info .adress-block a:after {
    position: absolute;
    content:'';
    top: 17px;
    left: 1px;
    right: 0;
    height: 1px;
    border-bottom: 1px dashed #f4f8fd;
    transition: all .3s ease-in-out;
}
footer .middle-part_wrap .block.info .adress-block a:hover:after {
    border-bottom: 1px dashed #c3d8ee;
}


footer .middle-part_wrap .block.info .adress-block a:hover {
  transition: all .3s ease-in-out;
  /* border-color: #c3d8ee; */
  color: #c3d8ee
}

footer .middle-part_wrap .block.info .adress-block a:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: -19px;
  width: 12px;
  height: 15px;
  background: url(../images/pin_footer.svg) no-repeat;
  background-size: cover
}

footer .middle-part_wrap .block.info .adress-block span {
  font-family: ProximaNova;
  padding-left: 20px;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  color: #b7cfe5;
  display: block;
  margin-top: 6px
}

footer .middle-part_wrap .block.info .mail-block {
  padding-left: 21px
}

footer .middle-part_wrap .block.info .mail-block a {
  position: relative;
  font-family: TTProstoSans;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #f1f6fd;
  margin-right: 5px;
  margin-bottom: 6px;
  padding-left: 20px;
  transition: all .3s ease-in-out
}

footer .middle-part_wrap .block.info .mail-block a:hover {
  transition: all .3s ease-in-out;
  color: #c3d8ee
}

footer .middle-part_wrap .block.info .mail-block a:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 10px;
  background: url(../images/email_footer.svg) no-repeat;
  background-size: cover
}

footer .middle-part_wrap .block.info .mail-block span {
  font-family: ProximaNova;
  padding-left: 20px;
  display: block;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  color: #b7cfe5
}

footer .bottom-part_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

footer .bottom-part_wrap .copyright {
  font-weight: 700
}

footer .bottom-part_wrap .copyright, footer .bottom-part_wrap .info {
  font-family: ProximaNova;
  font-size: 12px;
  line-height: 1.08;
  letter-spacing: .4px;
  color: #fff
}

footer .bottom-part_wrap .developer {
  background: url(../images/q7.png) no-repeat;
  background-size: 100%;
  width: 116px;
  height: 22px
}

section .container {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto
}

.seo-section_wrap {
  padding: 98px 0 213px
}

.seo-section_wrap h2 {
  margin-bottom: 89px;
  font-family: TTProstoSans;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -.5px;
  text-align: center;
  color: #25314a
}

.seo-section_wrap .block-list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.seo-section_wrap .block-list_wrap .block {
  width: 31%
}

.seo-section_wrap .block-list_wrap .block h3 {
  font-family: ProximaNova;
  font-size: 22px;
  font-weight: 600;
  color: #5f6e89;
  margin-bottom: 23px
}

.seo-section_wrap .block-list_wrap .block p {
  font-family: ProximaNova;
  font-size: 15px;
  color: #4d5a76
}

.seo-section_wrap .slick-dots {
  margin-top: 20px
}

.specification-section_wrap {
  padding: 83px 0 88px;
  background: url(../images/003.jpg) no-repeat;
  background-size: cover;
  background-position: 50%
}

.specification-section_wrap h2 {
  font-family: TTProstoSans;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.09;
  text-align: center;
  color: #fff;
  margin-bottom: 29px
}

.specification-section_wrap .disc {
  font-family: ProximaNova;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #8b9fb6;
  width: 366px;
  margin: 0 auto;
  margin-bottom: 71px
}

.specification-section_wrap .form_wrap {
  max-width: 700px;
  margin: 0 auto
}

.certificate-section_wrap {
  padding: 103px 0 105px
}

.certificate-section_wrap h2 {
  font-family: TTProstoSans;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -.5px;
  text-align: center;
  color: #25314a;
  margin-bottom: 23px
}

.certificate-section_wrap .disc {
  font-family: ProximaNova;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #4d5a76;
  width: 485px;
  margin: 0 auto;
  margin-bottom: 64px
}

.certificate-section_wrap .img-block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.certificate-section_wrap .img-block_wrap .img-block {
  border: 5px solid #c3d8ee;
  transition: all .3s ease-in-out
}

.certificate-section_wrap .img-block_wrap .img-block img {
  display: block;
  width: 211px;
  height: 310px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .3s ease-in-out
}

.certificate-section_wrap .img-block_wrap .img-block:hover {
  box-shadow: 0 0 0 5px #a2bcd7;
  border-color: #a2bcd7;
  transition: all .3s ease-in-out
}

.certificate-section_wrap .img-block_wrap .img-block:hover img {
  -webkit-filter: greyscale(0);
  filter: greyscale(0);
  transition: all .3s ease-in-out
}

.product-section_wrap {
  padding: 75px 0 80px;
  text-align: center
}

.product-section_wrap h2 {
  font-family: TTProstoSans;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  color: #25314a;
  margin-bottom: 48px
}

.product-section_wrap .product-list_wrap {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.product-section_wrap .product-list_wrap .product-block {
  border: 4px solid #c3d8ee;
  width: 219px;
  transition: all .3s ease-in-out
}

.product-section_wrap .product-list_wrap .product-block .img-wrap {
  width: 100%;
  height: 171px;
  margin-bottom: 13px;
  display: table-cell;
  vertical-align: middle;
}

.product-section_wrap .product-list_wrap .product-block .img-wrap img {
  display: block
}

.product-section_wrap .product-list_wrap .product-block .info-block {
  padding: 0 22px 15px 18px
}

.product-section_wrap .product-list_wrap .product-block .info-block .info {
  font-family: TTProstoSans;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  text-align: left;
  color: #5f6e89;
  transition: all .3s ease-in-out
}

.product-section_wrap .product-list_wrap .product-block:hover {
  border-color: #a2bcd7;
  transition: all .3s ease-in-out
}

.product-section_wrap .product-list_wrap .product-block:hover .info {
  transition: all .3s ease-in-out;
  color: #31415d
}

.product-section_wrap .btn-more {
  font-family: ProximaNova;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.54;
  letter-spacing: -.5px;
  text-align: center;
  color: #25314a;
  text-decoration: underline;
  transition: all .3s ease-in-out
}

.product-section_wrap .btn-more:hover {
  transition: all .3s ease-in-out;
  color: #5f6e89
}

.info-section_wrap {
  background: url(../images/001.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 80px 0 109px
}

.info-section_wrap h2 {
  font-family: TTProstoSans;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.5px;
  color: #f8f8f8;
  margin-bottom: 34px
}

.info-section_wrap ul {
  list-style-type: disc;
  padding-left: 18px
}

.info-section_wrap ul li {
  font-family: ProximaNova;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: -.5px;
  color: #f8f8f8
}

.about-section_wrap {
  padding: 97px 0 98px;
  background: #f3f7fb
}

.about-section_wrap h2 {
  margin-bottom: 88px;
  font-family: TTProstoSans;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  color: #25314a
}

.about-section_wrap .info-block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-section_wrap .info-block_wrap .info-block {
  margin-right: 0;
  width: 18%
}

.about-section_wrap .info-block_wrap .info-block .img-block {
  margin-bottom: 25px;
  text-align: center
}

.about-section_wrap .info-block_wrap .info-block .info-block_inner .text {
  font-family: ProximaNova;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  color: #4d5a76;
  margin-bottom: 6px
}

.about-section_wrap .info-block_wrap .info-block .info-block_inner .disc {
  font-family: ProximaNova;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #4d5a76;
  margin-bottom: 6px
}

.advice-section_wrap {
  padding: 91px 0 84px;
  background: url(../images/002.jpg) no-repeat;
  background-size: cover;
  background-position: 50%
}

.advice-section_wrap h2 {
  font-family: TTProstoSans;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.09;
  letter-spacing: -.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 33px
}

.advice-section_wrap .disc {
  font-family: ProximaNova;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  color: #8b9fb6;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 44px
}

.advice-section_wrap .form_wrap {
  max-width: 366px;
  margin: 0 auto
}

.advice-section_wrap .form_wrap fieldset input {
  font-family: ProximaNova;
  font-size: 20px;
  color: #9cafc3;
  border: 0 none;
  width: 100%;
  border-bottom: 2px solid #5f6e89;
  background: transparent;
  margin-bottom: 23px
}

.advice-section_wrap .form_wrap fieldset input::-webkit-input-placeholder {
  font-family: ProximaNova;
  font-size: 20px;
  color: #9cafc3
}

.advice-section_wrap .form_wrap fieldset input::-moz-placeholder {
  font-family: ProximaNova;
  font-size: 20px;
  color: #9cafc3
}

.advice-section_wrap .form_wrap fieldset input:-ms-input-placeholder {
  font-family: ProximaNova;
  font-size: 20px;
  color: #9cafc3
}

.advice-section_wrap .form_wrap fieldset input:-moz-placeholder {
  font-family: ProximaNova;
  font-size: 20px;
  color: #9cafc3
}

.advice-section_wrap .form_wrap fieldset input[type=checkbox] {
  display: none
}

.advice-section_wrap .form_wrap fieldset label {
  font-family: ProximaNova;
  font-size: 12px;
  font-weight: 400;
  color: #8b9fb6;
  position: relative;
  padding-left: 21px;
  cursor: pointer
}

.advice-section_wrap .form_wrap fieldset label a {
  color: #8b9fb6;
  display: inline-block;
  border-bottom: 1px dashed #a2bcd7;
  line-height: 14px
}

.advice-section_wrap .form_wrap fieldset label:before {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  top: 1px;
  left: 0;
  background: url(../images/check_ic-small.svg) no-repeat;
  background-size: cover
}

.advice-section_wrap .form_wrap fieldset input[type=checkbox]:checked~label:after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 15px;
  top: 1px;
  left: 0;
  background: url(../images/checked_ic-small.svg) no-repeat;
  background-size: cover
}

.advice-section_wrap .form_wrap .send-btn {
  max-width: 336px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-family: ProximaNova;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  color: #e8edee;
  cursor: pointer;
  background: #f01321;
  display: block;
  border: 0 none;
  margin: 0 auto;
  margin-top: 20px;
  transition: all .3s ease-in-out
}

.advice-section_wrap .form_wrap .send-btn:hover {
  background: #c2111c;
  transition: all .3s ease-in-out
}

.sidebar-section_wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.sidebar-section_wrap .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.sidebar-section_wrap .slick-dots li {
  width: 12px;
  margin: 0 6.5px;
  height: 12px;
  display: block
}

.sidebar-section_wrap .slick-dots li button {
  background: transparent;
  border-radius: 100%;
  border: 2px solid #c3d8ee;
  width: 12px;
  height: 12px;
  font-size: 0;
  display: block;
  padding: 0;
  transition: all .3s ease-in-out
}

.sidebar-section_wrap .slick-dots li.slick-active button {
  transition: all .3s ease-in-out;
  border-color: #d51d29;
  background: #d51d29
}

.sidebar-section_wrap .info-block_wrap {
  background-color: #f4f8fd;
  padding: 39px 18px 54px;
  margin-bottom: 20px
}

.sidebar-section_wrap .info-block_wrap h3 {
  font-family: TTProstoSans;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -.5px;
  text-align: center;
  color: #25314a;
  margin-bottom: 20px
}

.sidebar-section_wrap .info-block_wrap .more_btn {
  font-family: ProximaNova;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #5f6e89;
  width: 166px;
  text-decoration: underline;
  margin: 0 auto;
  margin-bottom: 27px;
  display: block;
  border-radius: 3px;
  transition: all .3s ease-in-out
}

.sidebar-section_wrap .info-block_wrap .more_btn:hover {
  transition: all .3s ease-in-out;
  color: #31415d
}

.sidebar-section_wrap .info-block_wrap .info-block_slider {
  margin-bottom: 25px
}

.sidebar-section_wrap .info-block_wrap .info-block_slider .slick-dots {
  position: absolute;
  bottom: -92px;
  left: 0;
  right: 0
}

.sidebar-section_wrap .info-block_wrap .info-block_slider .info_item {
  margin: 0 9px
}

.sidebar-section_wrap .info-block_wrap .info-block_slider .info_item h5 {
  font-family: ProximaNova;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.17;
  color: #4d5a76;
  margin-bottom: 10px
}

.sidebar-section_wrap .info-block_wrap .info-block_slider .info_item article {
  font-family: ProximaNova;
  font-size: 18px;
  line-height: 1.28;
  color: #4d5a76
}

.sidebar-section_wrap .reviews-block_wrap {
  background-color: #f4f8fd;
  padding: 40px 67px 57px;
  margin-bottom: 20px;
  text-align: center
}

.sidebar-section_wrap .reviews-block_wrap h3 {
  font-family: TTProstoSans;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -.5px;
  text-align: center;
  color: #25314a;
  margin-bottom: 20px
}

.sidebar-section_wrap .reviews-block_wrap .more_btn {
  font-family: ProximaNova;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #5f6e89;
  text-decoration: underline;
  margin-bottom: 27px;
  border-radius: 3px;
  display: inline-block;
  transition: all .3s ease-in-out
}

.sidebar-section_wrap .reviews-block_wrap .more_btn:hover {
  transition: all .3s ease-in-out;
  color: #31415d
}

.sidebar-section_wrap .reviews-block_wrap .reviews_item_slider {
  margin-bottom: 25px
}

.sidebar-section_wrap .reviews-block_wrap .reviews_item_slider .slick-dots {
  position: absolute;
  bottom: -92px;
  left: 0;
  right: 0
}

.sidebar-section_wrap .reviews-block_wrap .reviews_item_slider .reviews_item {
  margin: 0 9px
}

.sidebar-section_wrap .reviews-block_wrap .reviews_item_slider .reviews_item .title {
  margin-bottom: 30px;
  font-family: ProximaNova;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #4d5a76
}

.sidebar-section_wrap .reviews-block_wrap .reviews_item_slider .reviews_item .img-block {
  border: 5px solid #c3d8ee;
  transition: all .3s ease-in-out
}

.sidebar-section_wrap .reviews-block_wrap .reviews_item_slider .reviews_item .img-block img {
  display: block;
  width: 211px;
  height: 310px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .3s ease-in-out
}

.sidebar-section_wrap .reviews-block_wrap .reviews_item_slider .reviews_item .img-block:hover {
  border-color: #a2bcd7;
  transition: all .3s ease-in-out
}

.sidebar-section_wrap .reviews-block_wrap .reviews_item_slider .reviews_item .img-block:hover img {
  -webkit-filter: greyscale(0);
  filter: greyscale(0);
  transition: all .3s ease-in-out
}

.sidebar-section_wrap .our-clients {
  padding: 46px 20px 52px
}

.sidebar-section_wrap .our-clients:after {
  display: table;
  content: "";
  clear: both
}

.sidebar-section_wrap .our-clients h3 {
  font-family: ProximaNova;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #25314a;
  margin-bottom: 41px
}

.sidebar-section_wrap .our-clients .img-block {
  width: 150px;
  height: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left
}

.sidebar-section_wrap .our-clients .img-block img {
  max-width: 100%
}

.sidebar-section_wrap .our-clients .more_btn {
  font-family: ProximaNova;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #5f6e89;
  text-decoration: underline;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  width: 300px;
  transition: all .3s ease-in-out;

/*
  border-bottom: 1px solid #5f6e89;
  display: inline-block;
  line-height: 15px; */
}

.sidebar-section_wrap .our-clients .more_btn:hover {
  transition: all .3s ease-in-out;
  color: #31415d;
  /* border-bottom: 1px solid #31415d; */
}

.sidebar-section_wrap .advertising-block {
  margin: 20px 0 0;
  border-radius: 1px;
  padding: 14px;
  height: 170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat
}

.sidebar-section_wrap .advertising-block h6 {
  font-family: TTProstoSans;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.27;
  text-align: left;
  color: #25314a;
}

.sidebar-section_wrap .advertising-block .price {
  font-family: TTProstoSans;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  color: #25314a
}

.sidebar-section_wrap .advertising-block a {
  font-family: TTProstoSans;
  font-size: 13px;
  font-weight: 700;
  line-height: 2.69;
  text-align: left;
  text-decoration: underline;
  color: #25314a;
  display: inline-block;
  transition: all .3s ease-in-out
}

.sidebar-section_wrap .advertising-block a:hover {
  transition: all .3s ease-in-out;
  color: #a2bcd7
}

.sidebar-section_wrap .slider-block_wrap {
  width: calc(100% - 322px);
  height: 600px
}

.sidebar-section_wrap .slider-block_wrap .slider-block, .sidebar-section_wrap .slider-block_wrap .slider-block .slick-list, .sidebar-section_wrap .slider-block_wrap .slider-block .slick-list .slick-track {
  height: 100%
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slider-item {
  position: relative;
  height: 100%
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .img-block {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .img-block img {
  height: 100%;
  display: none
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 20px 156px 36px 19px
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block h3 {
  font-family: TTProstoSans;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.17;
  text-align: left;
  color: #fff;
  margin-bottom: 19px
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block .disc {
  font-family: ProximaNova;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.39;
  text-align: left;
  margin-right: 59px;
  color: #fff;
  min-height: 68px;
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block .price {
  font-family: TTProstoSans;
  font-size: 36px;
  font-weight: 700;
  line-height: .97;
  text-align: left;
  color: #fff
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block .more {
  display: none
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slick-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 7
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slick-dots li {
  height: 4px;
  margin: 0 5px;
  width: 100%;
  display: block;
  border-radius: 0
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slick-dots li button {
  font-size: 0;
  padding: 0;
  border: 0 none;
  height: 4px;
  background: #fff;
  display: block;
  border-radius: 0;
  width: 100%;
  transition: all .3s ease-in-out
}

.sidebar-section_wrap .slider-block_wrap .slider-block .slick-dots li.slick-active button {
  background: #f01321;
  transition: all .3s ease-in-out
}

.inputfile {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1
}

.inputfile+label {
  cursor: pointer
}

.form_wrap fieldset {
  margin-bottom: 15px;
  display: block
}

.form_wrap fieldset:after {
  clear: both;
  display: table;
  content: ""
}

.form_wrap .form-field {
  width: 330px;
  height: 48px;
  float: left;
  margin-right: 40px;
  padding-top: 16px;
  box-sizing: border-box;
  position: relative
}

.form_wrap .form-field:last-of-type {
  margin-right: 0
}

.form_wrap .form-field .placeholder {
  font-family: ProximaNova;
  font-size: 20px;
  color: #9cafc3;
  padding-left: 8px;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  transition: all .3s ease-in-out
}

.form_wrap .form-field .placeholder span {
  color: #8b9fb6
}

.form_wrap .form-field.focus .placeholder {
  transition: all .3s ease-in-out;
  font-size: 13px;
  top: 0
}

.form_wrap .form-field textarea {
  height: 30px;
  resize: none
}

.form_wrap .form-field input, .form_wrap .form-field textarea {
  font-family: ProximaNova;
  font-size: 20px;
  color: #fff;
  border: 0 none;
  padding-left: 8px;
  width: 100%;
  border-bottom: 2px solid #5f6e89;
  background: transparent;
  position: relative;
  z-index: 3;
  transition: all .3s ease-in-out
}

.form_wrap .form-field input.ierror {
  transition: all .3s ease-in-out;
  border-color: #f01321
}

.form_wrap input[type=checkbox] {
  display: none
}

.form_wrap label {
  font-family: ProximaNova;
  font-size: 12px;
  font-weight: 400;
  color: #8b9fb6;
  position: relative;
  padding-left: 21px;
  width: 320px;
  cursor: pointer
}

.form_wrap label a {
  color: #8b9fb6;
  display: inline-block;
  border-bottom: 1px dashed #a2bcd7;
  line-height: 13px
}

.form_wrap label:before {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  top: 1px;
  left: 0;
  background: url(../images/check_ic-small.svg) no-repeat;
  background-size: cover
}

.form_wrap input[type=checkbox]:checked~label:after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 15px;
  top: 1px;
  left: 0;
  background: url(../images/checked_ic-small.svg) no-repeat;
  background-size: cover
}

.form_wrap .check-field.ierror label:before {
  background: url(../images/check_ic-small-red.svg) no-repeat;
  background-size: cover
}

.form_wrap .file-block {
  position: relative;
  padding-left: 42px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 27px;
  margin-top: 14px
}

.form_wrap .file-block label {
  height: 27px;
  width: auto;
  line-height: 27px;
  padding-left: 35px;
  position: relative;
  margin-right: 10px
}

.form_wrap .file-block label:hover:before {
  transition: all .3s ease-in-out;
  opacity: 0
}

.form_wrap .file-block label:before, .form_wrap .file-block label:hover:after {
  opacity: 1;
  transition: all .3s ease-in-out
}

.form_wrap .file-block label:before {
  background: url(../images/download.svg) no-repeat;
  background-size: cover
}

.form_wrap .file-block label:after, .form_wrap .file-block label:before {
  position: absolute;
  width: 27px;
  height: 28px;
  top: 0;
  left: 0;
  content: "";
  display: block
}

.form_wrap .file-block label:after {
  background: url(../images/download_hover.svg) no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all .3s ease-in-out
}

.form_wrap .file-block label span {
  font-family: ProximaNova;
  font-size: 16px;
  color: #d5e3f3
}

.form_wrap .file-block .clear_btn {
  display: none;
  width: 14px;
  height: 14px;
  position: relative;
  opacity: 0;
  transition: all .3s ease-in-out
}

.form_wrap .file-block .clear_btn.visible {
  display: block;
  margin-right: 5px;
  opacity: 1;
  transition: all .3s ease-in-out
}

.form_wrap .file-block .clear_btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.form_wrap .file-block .clear_btn:after, .form_wrap .file-block .clear_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 6px;
  width: 2px;
  height: 17px;
  background: #f01321
}

.form_wrap .file-block .clear_btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.form_wrap .send-btn {
  height: 55px;
  line-height: 55px;
  background: #f01321;
  font-family: ProximaNova;
  font-size: 21px;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  max-width: 330px;
  width: 100%;
  float: left;
  color: #fff;
  cursor: pointer;
  border: 0 none;
  transition: all .3s ease-in-out
}

.form_wrap .send-btn:hover {
  background: #c2111c;
  transition: all .3s ease-in-out
}

.fancybox-overlay.fancybox-overlay-fixed, .modal.fade.suggest.in {
  background-color: rgba(95, 110, 137, .9)
}

.fancybox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/close.svg) no-repeat;
  width: 18px;
  height: 18px;
  opacity: 1
}

#callback .modal-dialog {
  width: 300px
}

#callback .modal-dialog .form_wrap fieldset .check-field {
  padding-top: 18px !important
}

.modal-content {
  background-color: #31415d;
  padding: 35px 40px 37px;
  box-shadow: none;
  border-radius: 0;
  border: 0 none;
  opacity: 1
}

.modal-content .modal-header {
  padding: 0;
  border: 0 none
}

.modal-content .modal-header .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/close.svg) no-repeat;
  width: 18px;
  height: 18px;
  opacity: 1
}

.modal-content .modal-body {
  padding: 0
}

.modal-content .modal-body .title {
  font-family: TTProstoSans;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px
}

.modal-content .modal-body .form_wrap fieldset .form-field {
  float: none;
  width: 100%
}

.modal-content .modal-body .form_wrap fieldset .form-field input, .modal-content .modal-body .form_wrap fieldset .send-btn {
  width: 100%
}

.modal-content .modal-body .save_btn {
  display: block;
  margin: 0 auto;
  height: 42px;
  line-height: 42px;
  background: #f01321;
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  width: 240px;
  color: #fff;
  border: 0 none
}

.modal-content .modal-body .city-list_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 0 75px
}

.modal-content .modal-body .city-list_wrap ul li {
  margin-bottom: 12px;
  width: 50%
}

.modal-content .modal-body .city-list_wrap ul li a {
  font-family: ProximaNova;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #9cafc3;
  transition: all .3s ease-in-out
}

.modal-content .modal-body .city-list_wrap ul li a:hover {
  color: #f4f8fd;
  transition: all .3s ease-in-out
}

.modal-content .modal-body .city-list_wrap ul li a.active {
  color: #d5e3f3;
  transition: all .3s ease-in-out
}

.content-block_wrap {
  padding-bottom: 100px;
  width: 750px
}

.content-block_wrap.basket {
  margin-left: 0;
  width: 100%
}

.content-block_wrap.order {
  margin-left: 0;
  padding-bottom: 320px;
  width: 100%
}

.content-block_wrap.order .breadcrumbs, .content-block_wrap.order .person-select_block, .content-block_wrap.order h2 {
  padding-left: 22px
}

.content-block_wrap h1 {
  margin-bottom: 22px;
  font-family: ProximaNova;
  font-size: 40px;
  font-weight: 700;
  color: #172743;
}

.content-block_wrap h3 {
  font-family: ProximaNova;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  color: #31415d;
  margin-bottom: 35px
}

.content-block_wrap h4 {
  font-family: ProximaNova;
  font-size: 20px;
  font-weight: 700;
  color: #31415d;
  margin-bottom: 20px
}

.content-block_wrap .order-block_wrap {
  padding-top: 20px
}

.content-block_wrap .order-block_wrap .row_info {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 22px
}

.content-block_wrap .order-block_wrap .row_info input {
  font-family: ProximaNova;
  font-size: 20px;
  text-align: left;
  color: #31415d
}

.content-block_wrap .order-block_wrap .row_info:after {
  clear: both;
  display: table;
  content: ""
}

.content-block_wrap .order-block_wrap .row_info .radio-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.content-block_wrap .order-block_wrap .row_info .radio-field fieldset {
  margin-bottom: 35px
}

.content-block_wrap .order-block_wrap .row_info .radio-field fieldset:last-of-type {
  margin-bottom: 0
}

.content-block_wrap .order-block_wrap .row_info .radio-field label {
  position: relative;
  font-family: ProximaNova;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #31415d;
  width: auto;
  padding-left: 28px;
  margin-right: 60px
}

.content-block_wrap .order-block_wrap .row_info .radio-field label:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background: none;
  border: 3px solid #31415d;
  border-radius: 100%
}

.content-block_wrap .order-block_wrap .row_info .radio-field input[type=radio]:checked~label:before {
  border-width: 0;
  width: 19px;
  height: 17px;
  background: url(../images/check_ic-big.svg) no-repeat;
  background-size: cover
}

.content-block_wrap .order-block_wrap .row_info .radio-field .form-field {
  width: 700px
}

.content-block_wrap .order-block_wrap .row_info .radio-field .form-field input {
  width: 100%
}

.content-block_wrap .order-block_wrap .row_info .half-block {
  width: 330px;
  /* height:194px; */
  float: left;
  margin-right: 40px
}

.content-block_wrap .order-block_wrap .row_info .half-block .form-field {
  margin-bottom: 15px
}

.content-block_wrap .order-block_wrap .row_info .form-field {
  height: auto
}

.content-block_wrap .order-block_wrap .row_info .form-field .placeholder {
  font-size: 18px
}

.content-block_wrap .order-block_wrap .row_info .form-field.focus .placeholder {
  font-size: 13px;
  transition: all .3s ease-in-out
}

.content-block_wrap .order-block_wrap .row_info .form-field textarea {
  height: 94px;
  color: #31415d
}

.content-block_wrap .order-block_wrap .row_info .form-field .file-block {
  padding-left: 0;
  position: relative
}

.content-block_wrap .order-block_wrap .row_info .form-field .file-block input {
  position: absolute !important
}

.content-block_wrap .order-block_wrap .row_info.total_info .disc {
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #9cafc3;
  margin-top: 31px
}

.content-block_wrap .order-block_wrap .row_info.total_info .send-btn {
  float: none;
  font-family: ProximaNova;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #ecf0f1;
  margin-top: 14px;
  border-radius: 3px
}

.content-block_wrap .order-block_wrap .row_info.total_info .adds {
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  font-family: ProximaNova;
  color: #31415d;
  font-weight: 700;
  margin-bottom: 11px
}

.content-block_wrap .order-block_wrap .row_info.total_info .total_sum {
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  font-family: ProximaNova;
  color: #31415d;
  font-weight: 600;
  margin-bottom: 15px
}

.content-block_wrap .order-block_wrap .row_info.total_info .total_sum .rub {
  font-weight: 600 !important;
  font-size: 28px
}

.content-block_wrap .order-block_wrap .row_info.total_info .products {
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  font-family: ProximaNova;
  color: #31415d;
  font-weight: 600;
  margin-bottom: 17px
}

.content-block_wrap .order-block_wrap .row_info.total_info .products a {
  display: inline-block;
  color: #31415d;
  margin-right: 5px;
  border-bottom: 2px dashed #31415d
}

.content-block_wrap .order-block_wrap .row_title {
  background-color: #e8f0f9;
  border-radius: 1px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 22px
}

.content-block_wrap .order-block_wrap .row_title span {
  text-align: left;
  font-family: ProximaNova;
  font-size: 18px;
  font-weight: 700;
  color: #31415d
}

.content-block_wrap .order-block_wrap .row_title a {
  font-family: ProximaNova;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  color: #9cafc3;
  /* border-bottom: 1px dashed #9cafc3; */
  transition: all .3s ease-in-out;
  /* line-height: 20px; */
  text-decoration: underline;
  text-decoration-style: dashed;
}

.content-block_wrap .order-block_wrap .row_title a:hover {
  color: #31415d;
  transition: all .3s ease-in-out;
  /* border-color: #31415d; */
}

.content-block_wrap .order-block_wrap .person-select_block {
  margin-bottom: 28px
}

.content-block_wrap .order-block_wrap .person-select_block a {
  position: relative;
  font-family: ProximaNova;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #31415d;
  padding-left: 28px;
  margin-right: 60px
}

.content-block_wrap .order-block_wrap .person-select_block a:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 3px solid #31415d;
  border-radius: 100%
}

.content-block_wrap .order-block_wrap .person-select_block a.active:before {
  border-width: 0;
  width: 19px;
  height: 17px;
  background: url(../images/check_ic-big.svg) no-repeat;
  background-size: cover
}

.content-block_wrap .basket-table_wrap .title-row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #e8f0f9;
  border-radius: 1px;
  height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px
}

.content-block_wrap .basket-table_wrap .title-row_wrap .cell {
  font-family: ProximaNova;
  font-size: 14px;
  font-weight: 700;
  color: #5f6e89;
  text-align: center
}

.content-block_wrap .basket-table_wrap .title-row_wrap .cell:first-child {
  width: 20px
}

.content-block_wrap .basket-table_wrap .title-row_wrap .cell:nth-child(2) {
  width: 120px
}

.content-block_wrap .basket-table_wrap .title-row_wrap .cell:nth-child(3) {
  width: 260px
}

.content-block_wrap .basket-table_wrap .title-row_wrap .cell:nth-child(4), .content-block_wrap .basket-table_wrap .title-row_wrap .cell:nth-child(5) {
  width: 96px
}

.content-block_wrap .basket-table_wrap .title-row_wrap .cell:nth-child(6) {
  width: 112px
}

.content-block_wrap .basket-table_wrap .title-row_wrap .cell:nth-child(7) {
  width: 96px
}

.content-block_wrap .basket-table_wrap .title-row_wrap .cell:nth-child(8) {
  width: 80px
}

.content-block_wrap .basket-table_wrap .title-row_wrap .cell:nth-child(9) {
  width: 55px
}

.content-block_wrap .basket-table_wrap .content-row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 6.5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell {
  font-family: ProximaNova;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #5f6e89
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell span:first-child {
  display: none
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:first-child {
  width: 20px
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(2) {
  width: 120px
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(2) img {
  width: 120px;
  height: 89px
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(3) {
  width: 260px;
  text-align: left
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(3) a {
  color: #5f6e89;
  transition: all .3s ease-in-out
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(3) a:hover {
  color: #273450;
  transition: all .3s ease-in-out
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(4) {
  width: 96px
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(4) a {
  color: #5f6e89;
  transition: all .3s ease-in-out
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(4) a:hover {
  color: #273450;
  transition: all .3s ease-in-out
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(5) {
  width: 96px
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(6) {
  width: 112px
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(7) {
  width: 96px
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(8) {
  width: 80px
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(9) a {
  font-family: ProximaNova;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #a2bcd7;
  transition: all .3s ease-in-out
}

.content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(9) a:hover {
  color: #5f6e89;
  transition: all .3s ease-in-out
}

.content-block_wrap .basket-table_wrap .bottom-row_wrap {
  height: 70px;
  border-radius: 1px;
  background-color: #e8f0f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px
}

.content-block_wrap .basket-table_wrap .bottom-row_wrap .order-text {
  font-family: ProximaNova;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #5f6e89;
  margin-right: 31px
}

.content-block_wrap .basket-table_wrap .bottom-row_wrap .order-text span:first-child {
  font-family: ProximaNova;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #5f6e89
}

.content-block_wrap .basket-table_wrap .bottom-row_wrap .order-text span:nth-child(2) {
  font-family: ProximaNova;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  color: #5f6e89;
  margin-left: 21px
}

.content-block_wrap .basket-table_wrap .bottom-row_wrap .order_btn {
  width: 290px;
  height: 50px;
  line-height: 50px;
  background-color: #f01321;
  font-family: ProximaNova;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #ecf0f1;
  transition: all .3s ease-in-out
}

.content-block_wrap .basket-table_wrap .bottom-row_wrap .order_btn:hover {
  transition: all .3s ease-in-out;
  background-color: #c2111c
}

.content-block_wrap .reviews-block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px
}

.content-block_wrap .reviews-block_wrap .reviews-block {
  width: 210px;
  margin-bottom: 20px;
  margin-right: 58px
}

.content-block_wrap .reviews-block_wrap .reviews-block a:hover .disc {
  transition: all .3s ease-in-out;
  color: #5f6e89
}

.content-block_wrap .reviews-block_wrap .reviews-block a:hover .img-block {
  border-color: #a2bcd7;
  transition: all .3s ease-in-out
}

@media (min-width:1130px) {
  .content-block_wrap .reviews-block_wrap .reviews-block:nth-child(3n+3) {
    margin-right: 0
  }
}

.content-block_wrap .reviews-block_wrap .reviews-block .img-block {
  margin: 0 auto;
  margin-bottom: 17px;
  width: 198px;
  height: 285px;
  border: 6px solid #c3d8ee;
  transition: all .3s ease-in-out
}

.content-block_wrap .reviews-block_wrap .reviews-block .disc {
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.27;
  text-align: center;
  color: #31415d;
  transition: all .3s ease-in-out
}

.content-block_wrap .price-block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.content-block_wrap .price-block_wrap .price-block {
  width: 50%;
  margin-bottom: 40px
}

.content-block_wrap .price-block_wrap .price-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}

.content-block_wrap .price-block_wrap .price-block a:hover .ic-block:before {
  transition: all .3s ease-in-out;
  opacity: 0
}

.content-block_wrap .price-block_wrap .price-block a:hover .ic-block:after {
  transition: all .3s ease-in-out;
  opacity: 1
}

.content-block_wrap .price-block_wrap .price-block a:hover .info-block .name {
  color: #5f6e89;
  transition: all .3s ease-in-out
}

.content-block_wrap .price-block_wrap .price-block a:hover .info-block .disc {
  color: #9cafc3;
  transition: all .3s ease-in-out
}

.content-block_wrap .price-block_wrap .price-block .ic-block {
  margin-right: 30px;
  width: 64px;
  height: 84px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative
}

.content-block_wrap .price-block_wrap .price-block .ic-block:before {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 84px;
  background: url(../images/doc_hov.svg) no-repeat;
  background-size: cover;
  transition: all .3s ease-in-out
}

.content-block_wrap .price-block_wrap .price-block .ic-block:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 84px;
  background: url(../images/doc.svg) no-repeat;
  background-size: cover;
  transition: all .3s ease-in-out
}

.content-block_wrap .price-block_wrap .price-block .info-block {
  padding-top: 9px
}

.content-block_wrap .price-block_wrap .price-block .info-block .name {
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.27;
  text-align: left;
  color: #31415d;
  transition: all .3s ease-in-out
}

.content-block_wrap .price-block_wrap .price-block .info-block .disc {
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.27;
  text-align: left;
  color: #9cafc3;
  transition: all .3s ease-in-out
}

.content-block_wrap .requisite-table .download_btn {
  display: block;
  width: 290px;
  height: 50px;
  line-height: 50px;
  font-family: ProximaNova;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #e8edee;
  background-color: #5f6e89;
  transition: all .3s ease-in-out
}

.content-block_wrap .requisite-table .download_btn:hover {
  background-color: #31415d;
  transition: all .3s ease-in-out
}

.content-block_wrap .requisite-table table {
  margin-bottom: 45px
}

.content-block_wrap .requisite-table table tr td {
  font-family: ProximaNova;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  color: #31415d
}

.content-block_wrap .requisite-table table tr td:first-child {
  padding-right: 30px;
  width: 293px;
  vertical-align: top;
}

.content-block_wrap .map-block_wrap {
  margin-top: 50px
}

.content-block_wrap .map-block_wrap #map {
  width: 100%;
  height: 477px
}

.content-block_wrap .objects-block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 20px
}

.content-block_wrap .objects-block_wrap .more_btn {
  width: 290px;
  height: 50px;
  line-height: 50px;
  font-family: ProximaNova;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #e8edee;
  border-radius: 3px;
  background-color: #5f6e89;
  transition: all .3s ease-in-out
}

.content-block_wrap .objects-block_wrap .more_btn:hover {
  background-color: #31415d;
  transition: all .3s ease-in-out
}

.content-block_wrap .objects-block_wrap .object-block {
  margin-bottom: 20px
}

.content-block_wrap .objects-block_wrap .object-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.content-block_wrap .objects-block_wrap .object-block .img-block {
  width: 290px;
  height: 218px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 23px
}

.content-block_wrap .objects-block_wrap .object-block .img-block img {
  max-width: 100%
}

.content-block_wrap .objects-block_wrap .object-block .info-block .name {
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #31415d;
  margin-bottom: 5px
}

.content-block_wrap .objects-block_wrap .object-block .info-block .date {
  font-family: ProximaNova;
  font-size: 15px;
  text-align: left;
  color: #9cafc3;
  margin-bottom: 18px
}

.content-block_wrap .objects-block_wrap .object-block .info-block .title {
  font-family: ProximaNova;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #31415d;
  margin-bottom: 18px
}

.content-block_wrap .objects-block_wrap .object-block .info-block .text {
  font-family: ProximaNova;
  font-size: 15px;
  text-align: left;
  color: #31415d
}

.content-block_wrap .about-block_wrap.contacts {
  padding-top: 20px
}

.content-block_wrap .about-block_wrap .news-img-block {
  margin-bottom: 25px
}

.content-block_wrap .about-block_wrap .news-img-block img {
  max-width: 100%
}

.content-block_wrap .about-block_wrap .date {
  font-family: ProximaNova;
  font-size: 15px;
  color: #a2bcd7;
  margin-bottom: 25px
}

.content-block_wrap .about-block_wrap .back-link {
  margin-top: 30px;
  color: #31415d;
  display: inline-block;
  text-decoration: underline;
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  transition: all .3s ease-in-out
}

.content-block_wrap .about-block_wrap .back-link:hover {
  transition: all .3s ease-in-out;
  color: #5f6e89
}

.content-block_wrap .about-block_wrap h4 {
  font-family: ProximaNova;
  font-size: 20px;
  font-weight: 700;
  color: #31415d;
  margin-bottom: 20px
}

.content-block_wrap .about-block_wrap p {
  font-family: ProximaNova;
  font-size: 15px;
  color: #31415d;
  margin-bottom: 20px
}

.content-block_wrap .about-block_wrap h5 {
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 600;
  color: #31415d;
  margin-bottom: 10px
}

.content-block_wrap .about-block_wrap.contacts .col h5, .content-block_wrap .about-block_wrap.contacts .col p {
  margin-bottom: 0
}

.content-block_wrap .about-block_wrap .col-block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px
}

.content-block_wrap .about-block_wrap .col-block_wrap .col {
  width: 320px
}

.content-block_wrap .about-block_wrap .col-block_wrap .col2 {
  width: 50%;
  padding-right: 10px;
}

.content-block_wrap .about-block_wrap .quotes-block_wrap {
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px
}

.content-block_wrap .about-block_wrap .quotes-block_wrap p {
  font-family: ProximaNova;
  font-style: italic;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.2px;
  text-align: center;
  color: #25314a
}

.content-block_wrap .about-block_wrap ul {
  padding-left: 20px;
  margin-bottom: 25px
}

.content-block_wrap .about-block_wrap ul li {
  font-family: ProximaNova;
  font-size: 15px;
  line-height: 1.33;
  color: #31415d;
  list-style-type: disc
}

.content-block_wrap .product-inner_wrap .top-part_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 22px
}

.content-block_wrap .product-inner_wrap .top-part_wrap .img-block {
  width: 378px;
  height: 287px;
  box-sizing: border-box;
  border: 3px solid #d5e3f3;
  border-radius: 1px;
  margin-right: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.content-block_wrap .product-inner_wrap .top-part_wrap .img-block img {
  max-width: 100%
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block {
  background-color: #f3f7fb;
  width: 360px;
  padding: 23px 10px 10px
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .info_wrap {
  padding-left: 10px
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap .buy_btn {
  width: 165px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 3px;
  font-family: ProximaNova;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #f01321;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap .buy_btn span {
  padding-left: 22px;
  position: relative
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap .buy_btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 16px;
  background: url(../images/busket_sm.svg) no-repeat;
  background-size: cover
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap .buy_btn:hover {
  transition: all .3s ease-in-out;
  background-color: #c2111c
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap .one-click_btn {
  width: 165px;
  height: 40px;
  display: block;
  line-height: 40px;
  font-family: ProximaNova;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background-color: #5f6e89;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap .one-click_btn:hover {
  transition: all .3s ease-in-out;
  background-color: #31415d
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .price {
  font-family: ProximaNova;
  font-size: 20px;
  font-weight: 700;
  color: #31415d;
  margin-bottom: 5px
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .count-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .count-block span {
  margin-right: 10px;
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 600;
  color: #4d5a76
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .article, .content-block_wrap .product-inner_wrap .top-part_wrap .info-block .available, .content-block_wrap .product-inner_wrap .top-part_wrap .info-block .load, .content-block_wrap .product-inner_wrap .top-part_wrap .info-block .manufacturer {
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #4d5a76
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .available {
  margin-bottom: 11px
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .total_sum {
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 600;
  color: #4d5a76;
  margin-bottom: 21px
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .total_sum span {
  font-size: 30px;
  font-weight: 700;
  color: #25314a
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .total_sum span .rub {
  font-weight: 700;
  font-size: 27px
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .order_btn {
  width: 165px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 3px;
  font-family: ProximaNova;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #f01321;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .order_btn:hover {
  transition: all .3s ease-in-out;
  background-color: #c2111c
}

.content-block_wrap .product-inner_wrap .middle-part_wrap {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 30px
}

.content-block_wrap .product-inner_wrap .middle-part_wrap, .content-block_wrap .product-inner_wrap .middle-part_wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content-block_wrap .product-inner_wrap .middle-part_wrap .block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.content-block_wrap .product-inner_wrap .middle-part_wrap .block .img-wrap {
  margin-right: 10px
}

.content-block_wrap .product-inner_wrap .middle-part_wrap .block .text {
  font-family: ProximaNova;
  font-size: 13px;
  max-width: 145px;
  font-weight: 600;
  line-height: 1.15;
  color: #5f6e89
}

.content-block_wrap .product-inner_wrap .bottom-part_wrap {
  margin-bottom: 90px
}

.content-block_wrap .product-inner_wrap .bottom-part_wrap .nav-tabs {
  width: 100%;
  border: 0 none;
  border-radius: 0;
  margin-bottom: 26px
}

.content-block_wrap .product-inner_wrap .bottom-part_wrap .nav-tabs li {
  width: 33.3%
}

.content-block_wrap .product-inner_wrap .bottom-part_wrap .nav-tabs li a {
  border: 0 none;
  border-radius: 0;
  font-family: ProximaNova;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #5f6e89;
  background-color: #d5e3f3;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-inner_wrap .bottom-part_wrap .nav-tabs li a:hover {
  background-color: #b7cfe5;
  transition: all .3s ease-in-out;
  color: #f3f8fd
}

.content-block_wrap .product-inner_wrap .bottom-part_wrap .nav-tabs li.active a {
  color: #5f6e89;
  transition: all .3s ease-in-out;
  background-color: #e8f0f9 !important
}

.content-block_wrap .product-inner_wrap .bottom-part_wrap .nav-tabs li.active a:hover {
  background-color: transparent
}

.content-block_wrap .product-inner_wrap .bottom-part_wrap .tab-content .tab_drawer_heading {
  display: none
}

.content-block_wrap .product-inner_wrap .bottom-part_wrap .tab-content .tab-pane h4 {
  font-family: ProximaNova;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #31415d;
  margin-bottom: 20px;
  padding: 0 !important
}

.content-block_wrap .product-inner_wrap .bottom-part_wrap .tab-content .tab-pane article {
  font-family: ProximaNova;
  font-size: 15px;
  line-height: 1.4;
  color: #31415d
}

.content-block_wrap .product-info_block {
  margin-bottom: 24px
}

.content-block_wrap .product-info_block .title {
  margin-bottom: 19px;
  /* font-family: ProximaNova; */
  font-size: 15px;
  font-weight: 600;
  /* color: #31415d */
}

.content-block_wrap .product-info_block .product-info_disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.content-block_wrap .product-info_block .product-info_disc .text {
  font-family: ProximaNova;
  font-size: 15px;
  text-align: left;
  color: #31415d;
  margin-right: 55px
}

.content-block_wrap .product-info_block .product-info_disc .img-block {
  float: right;
  width: 263px;
  height: 201px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 4px solid #d5e3f3
}

.content-block_wrap .product-info_block .product-info_disc .img-block img {
  max-width: 100%
}

.content-block_wrap .product-info_block .product-info_wrap, .content-block_wrap .product-info_block .product-info_wrap .product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.content-block_wrap .product-info_block .product-info_wrap .product_info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px
}

.content-block_wrap .product-info_block .product-info_wrap .product_info a, .content-block_wrap .product-info_block .product-info_wrap .product_info .tricky {
  font-family: ProximaNova;
  font-size: 15px;
  font-weight: 700;
  color: #31415d;
  text-transform: uppercase;
  /* text-decoration: underline; */
  margin-right: 5px;
  transition: all .3s ease-in-out;

  border-bottom: 1px solid #31415d;
  display: inline-block;
  line-height: 15px;

}

.content-block_wrap .product-info_block .product-info_wrap .product_info a:hover, .content-block_wrap .product-info_block .product-info_wrap .product_info .tricky:hover {
  transition: all .3s ease-in-out;
  color: #5f6e89;
  border-bottom: 1px solid #5f6e89;
}

.content-block_wrap .product-info_block .product-info_wrap .product_info .quest_ic, .file-block .quest_ic {
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  position: relative
}

.content-block_wrap .product-info_block .product-info_wrap .product_info .quest_ic:before, .file-block .quest_ic:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/quest_ic.svg) no-repeat;
  background-size: cover;
  opacity: 1;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-info_block .product-info_wrap .product_info .quest_ic:after, .file-block .quest_ic:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/quest_ic-hover.svg) no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-info_block .product-info_wrap .product_info .quest_ic:hover:after, .file-block .quest_ic:hover:after {
  opacity: 1;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-info_block .product-info_wrap .product_info .quest_ic:hover:before, .file-block .quest_ic:hover:before {
  opacity: 0;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-table .show_more {
  display: block;
  margin: 24px auto 0;
  font-family: ProximaNova;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #e8edee;
  border-radius: 3px;
  background-color: #5f6e89;
  width: 188px;
  height: 30px;
  line-height: 30px;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-table .show_more:hover {
  transition: all .3s ease-in-out;
  background-color: #31415d
}

.content-block_wrap .product-table .product-table-title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  background-color: #e8f0f9;
  margin-bottom: 13px
}

.content-block_wrap .product-table .product-table-title_row .cell {
  font-family: ProximaNova;
  font-size: 12.4px;
  font-weight: 600;
  line-height: 1.08;
  text-align: center;
  color: #4d5a76
}

.content-block_wrap .product-table .product-table-title_row .cell:first-child {
  width: 338px
}

.content-block_wrap .product-table .product-table-title_row .cell:nth-child(2) {
  width: 94px
}

.content-block_wrap .product-table .product-table-title_row .cell:nth-child(3) {
  width: 111px
}

.content-block_wrap .product-table .g-title_row .cell:nth-child(4) {
  width: 94px;
}

.content-block_wrap .product-table .product-table-title_row .cell:nth-child(5), .content-block_wrap .product-table .product-table-title_row .cell:nth-child(6) {
  width: 96px
}

.content-block_wrap .product-table .product-table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  margin-bottom: 11px
}

.content-block_wrap .product-table .product-table_row .cell .buy_btn {
  background: #5f6e89;
  width: 96px;
  display: block;
  height: 24px;
  line-height: 24px;
  padding-left: 33px;
  position: relative;
  font-family: ProximaNova;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-table .product-table_row .cell .buy_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 15px;
  width: 15px;
  height: 13px;
  background: url(../images/busket_sm.svg) no-repeat;
  background-size: cover
}

.content-block_wrap .product-table .product-table_row .cell .buy_btn:hover {
  background: #31415d;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-table .product-table_row .cell:first-child {
  width: 338px
}

.content-block_wrap .product-table .product-table_row .cell:first-child a {
  font-family: ProximaNova;
  font-size: 13px;
  font-weight: 400;
  color: #4d5a76;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-table .product-table_row .cell:first-child a:hover {
  color: #a9b1ba;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-table .product-table_row .cell:nth-child(2) {
  width: 94px;
  font-family: ProximaNova;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #4d5a76
}

.content-block_wrap .product-table .product-table_row .cell:nth-child(2) .rub {
  /* font-weight:400!important */
}

.content-block_wrap .product-table .product-table_row .cell:nth-child(3) {
  width: 111px;
  text-align: center
}

.content-block_wrap .product-table .product-table_row .cell:nth-child(3) .product_calculate input {
  width: 48px;
  height: 25px;
  font-weight: 400;
}

.content-block_wrap .product-table .product-table_row .cell:nth-child(4) {
  width: 94px;
  font-family: ProximaNova;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #4d5a76
}

.content-block_wrap .product-table .product-table_row .cell:nth-child(5) {
  width: 96px;
  font-family: ProximaNova;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #4d5a76
}

.content-block_wrap .product-table .product-table_row .cell:nth-child(5) .rub {
  sfont-weight: normal !important
}

.content-block_wrap .product-table .product-table_row .cell:nth-child(6) {
  width: 96px
}

.content-block_wrap .product-table.lg_size .product-table-title_row .cell:first-child {
  width: 338px
}

.content-block_wrap .product-table.lg_size .product-table-title_row .cell:nth-child(2) {
  width: 96px
}

.content-block_wrap .product-table.lg_size .product-table-title_row .cell:nth-child(3) {
  width: 94px
}

.content-block_wrap .product-table.lg_size .product-table-title_row .cell:nth-child(4) {
  width: 111px
}

.content-block_wrap .product-table.lg_size .product-table-title_row .cell:nth-child(5), .content-block_wrap .product-table.lg_size .product-table-title_row .cell:nth-child(6) {
  width: 96px
}

.content-block_wrap .product-table.lg_size .product-table_row .cell:first-child {
  width: 338px;
  font-family: ProximaNova;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: #4d5a76
}

.content-block_wrap .product-table.lg_size .product-table_row .cell:nth-child(2) {
  width: 96px;
  font-family: ProximaNova;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #4d5a76
}

.content-block_wrap .product-table.lg_size .product-table_row .cell:nth-child(3) {
  width: 94px;
  font-family: ProximaNova;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #4d5a76
}

.content-block_wrap .product-table.lg_size .product-table_row .cell:nth-child(3) .rub {
  font-weight: 400 !important
}

.content-block_wrap .product-table.lg_size .product-table_row .cell:nth-child(4) {
  width: 111px
}

.content-block_wrap .product-table.lg_size .product-table_row .cell:nth-child(4) .product_calculate input {
  width: 48px;
  height: 25px
}

.content-block_wrap .product-table.lg_size .product-table_row .cell:nth-child(5) {
  width: 96px;
  font-family: ProximaNova;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #4d5a76
}

.content-block_wrap .product-table.lg_size .product-table_row .cell:nth-child(5) .rub {
  font-weight: 400 !important
}

.content-block_wrap .product-table.lg_size .product-table_row .cell:nth-child(6) {
  width: 96px
}

.content-block_wrap .offer-form_block {
  margin-bottom: 46px;
  background: url(../images/004.jpg) no-repeat;
  background-size: cover;
  padding: 40px 21px 63px 29px
}

.content-block_wrap .offer-form_block.contacts {
  margin-bottom: 0
}

@media (max-width:767px) {
  .docselector {
    height: 40px;
  }
  .content-block_wrap .offer-form_block.contacts fieldset input, .content-block_wrap .offer-form_block.contacts fieldset textarea {
    color: #fff
  }
}

.content-block_wrap .offer-form_block h3 {
  font-family: TTProstoSans;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 2px;
  color: #25314a
}

.content-block_wrap .offer-form_block .isend-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.content-block_wrap .offer-form_block fieldset {
  width: 100%
}

.content-block_wrap .offer-form_block fieldset input, .content-block_wrap .offer-form_block fieldset textarea {
  color: #25314a
}

.content-block_wrap .offer-form_block fieldset.half {
  width: 330px
}

.content-block_wrap .offer-form_block fieldset.half:last-of-type .form-field {
  height: 86px
}

.content-block_wrap .offer-form_block fieldset.half textarea {
  height: 78px
}

.content-block_wrap .offer-form_block fieldset.half.size-lg .form-field {
  margin-bottom: 16px
}

.content-block_wrap .offer-form_block fieldset.half.size-lg textarea {
  height: 158px
}

.content-block_wrap .offer-form_block fieldset .send-btn {
  color: #fff
}

.content-block_wrap .offer-form_block fieldset .file-block label {
  height: 30px;
  line-height: 30px
}

.content-block_wrap .offer-form_block fieldset .file-block label:before {
  width: 30px;
  height: 30px;
  background: url(../images/download_dark.svg) no-repeat
}

.content-block_wrap .offer-form_block fieldset .file-block label:after {
  width: 30px;
  height: 30px;
  background: url(../images/download_dark_hover.svg) no-repeat
}

.content-block_wrap .offer-form_block fieldset .file-block label span {
  color: #25314a
}

.content-block_wrap .seo-list_wrap h3 {
  font-family: ProximaNova;
  font-size: 30px;
  font-weight: 700;
  color: #25314a;
  margin-bottom: 19px
}

.content-block_wrap .seo-list_wrap .block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.content-block_wrap .seo-list_wrap .block {
  width: 50%;
  padding-right: 10px
}

.content-block_wrap .seo-list_wrap .block p {
  font-family: ProximaNova;
  font-size: 16px;
  color: #4d5a76
}

.content-block_wrap .seo-list_wrap .block:last-child {
  padding-left: 10px;
  padding-right: 0
}

.content-block_wrap .object-block_wrap {
  margin-bottom: 46px
}

.content-block_wrap .object-block_wrap h3 {
  font-family: ProximaNova;
  font-size: 30px;
  font-weight: 700;
  color: #31415d;
  margin-bottom: 36px
}

.content-block_wrap .object-block_wrap .object-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 12px;
  height: 20px;
  background: url(../images/angle_white.svg) no-repeat;
  background-size: cover;
  font-size: 0;
  padding: 0;
  border: 0;
  z-index: 7
}

.content-block_wrap .object-block_wrap .object-slider .slick-arrow.slick-prev {
  left: 25px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.content-block_wrap .object-block_wrap .object-slider .slick-arrow.slick-next {
  right: 25px
}

.content-block_wrap .object-block_wrap .object-slider .object-img {
  margin: 0 5px;
  width: 370px;
  min-height: 243px
}

.content-block_wrap .object-block_wrap .object-slider .object-img img {
  width: 100%;
  margin: 0 auto
}

.content-block_wrap .same-product_wrap {
  margin-bottom: 85px;
  width: 100%;
}

.content-block_wrap .same-product_wrap h3 {
  font-family: ProximaNova;
  font-size: 30px;
  font-weight: 700;
  color: #31415d;
  margin-bottom: 40px
}

.content-block_wrap .same-product_wrap .same-product_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.content-block_wrap .same-product_wrap .same-product_block .product-block {
  border: 3px solid #d5e3f3;
  margin-right: 15px;
  width: 240px;
  transition: all .3s ease-in-out;
  padding-bottom: 9px
}

.content-block_wrap .same-product_wrap .same-product_block .product-block:hover {
  border-color: #a2bcd7;
  transition: all .3s ease-in-out
}

.content-block_wrap .same-product_wrap .same-product_block .product-block:hover .title {
  color: #31415d;
  transition: all .3s ease-in-out
}

.content-block_wrap .same-product_wrap .same-product_block .product-block:last-child {
  margin-right: 0;
  display: none
}

.content-block_wrap .same-product_wrap .same-product_block .product-block .img-block {
  margin-bottom: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.content-block_wrap .same-product_wrap .same-product_block .product-block .img-block img {
  max-width: 100%;
  width: 100%
}

.content-block_wrap .same-product_wrap .same-product_block .product-block .title {
  font-family: TTProstoSans;
  font-size: 13px;
  font-weight: 700;
  color: #5f6e89;
  padding-left: 15px;
  transition: all .3s ease-in-out
}

.content-block_wrap .history-block_wrap {
  margin-bottom: 90px
}

.content-block_wrap .history-block_wrap h3 {
  font-family: ProximaNova;
  font-size: 30px;
  font-weight: 700;
  color: #31415d;
  margin-bottom: 40px
}

.content-block_wrap .history-block_wrap .history-blocks_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.content-block_wrap .history-block_wrap .history-blocks_wrap .history-block {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 240px;
  border: 3px solid #d5e3f3;
  transition: all .3s ease-in-out;
  padding-bottom: 9px
}

.content-block_wrap .history-block_wrap .history-blocks_wrap .history-block a {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.content-block_wrap .history-block_wrap .history-blocks_wrap .history-block:hover {
  border-color: #a2bcd7;
  transition: all .3s ease-in-out
}

.content-block_wrap .history-block_wrap .history-blocks_wrap .history-block:hover .title {
  transition: all .3s ease-in-out;
  color: #31415d
}

.content-block_wrap .history-block_wrap .history-blocks_wrap .history-block:last-child {
  margin-right: 0;
  /* display:none */
}

.content-block_wrap .history-block_wrap .history-blocks_wrap .history-block .img-block {
  margin-bottom: 6px;
  height: 200px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.content-block_wrap .history-block_wrap .history-blocks_wrap .history-block .img-block img {
  max-width: 100%;
  width: 100%
}

.content-block_wrap .history-block_wrap .history-blocks_wrap .history-block .title {
  font-family: TTProstoSans;
  font-weight: 700;
  color: #5f6e89;
  font-size: 13px;
  line-height: 1.15;
  margin-bottom: 3px;
  padding: 0 5px 0 12px;
  transition: all .3s ease-in-out
}

.content-block_wrap .history-block_wrap .history-blocks_wrap .history-block .disc {
  padding: 0 5px 0 12px
}

.content-block_wrap .history-block_wrap .history-blocks_wrap .history-block .disc span {
  font-family: ProximaNova;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
  color: #91adce;
  display: block
}

.content-block_wrap .work-step_wrap {
  padding-top: 92px;
  margin-bottom: 91px
}

.content-block_wrap .work-step_wrap h3 {
  font-family: ProximaNova;
  font-size: 30px;
  font-weight: 700;
  color: #31415d;
  margin-bottom: 36px
}

.content-block_wrap .work-step_wrap .info-block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.content-block_wrap .work-step_wrap .info-block_wrap .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px
}

.content-block_wrap .work-step_wrap .info-block_wrap .info-block {
  width: 128px
}

.content-block_wrap .work-step_wrap .info-block_wrap .info-block .text {
  font-family: ProximaNova;
  font-size: 15px;
  text-align: center;
  color: #4d5a76
}

.content-block_wrap .work-step_wrap .info-block_wrap .ic-block {
  display: block;
  background: url(../images/angle.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 21px;
  margin-top: 38px
}

.content-block_wrap .block-title_disc {
  font-family: ProximaNova;
  font-size: 15px;
  color: #4d5a76;
  margin-bottom: 29px
}

.content-block_wrap .breadcrumbs {
  padding-top: 44px;
  margin-bottom: 35px
}

.content-block_wrap .breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.content-block_wrap .breadcrumbs ul li {
  position: relative;
  padding-right: 10px;
  margin-right: 8px
}

.content-block_wrap .breadcrumbs ul li:after {
  content: "/";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  /* font-family: Helvetica Neue,Helvetica,Arial,sans-serif; */
  font-size: 16px;
  color: #5f6e89;
  font-family: ProximaNova;
}

.content-block_wrap .breadcrumbs ul li a {

  font-size: 14px;
  color: #5f6e89;
  text-decoration: none;
  border-bottom: 1px solid #5f6e89;
  transition: all .3s ease-in-out;
  font-family: ProximaNova;
  line-height: 14px;
  display: inline-block;
}

.content-block_wrap .breadcrumbs ul li a:hover {
  color: #31415d;
  border-bottom: 1px solid #31415d;
  transition: all .3s ease-in-out
}

.content-block_wrap .breadcrumbs ul li:last-child:after {
  display: none
}

.content-block_wrap .breadcrumbs ul li:last-child a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  border: 0 none
}

.content-block_wrap .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 23px
}

.content-block_wrap .product-list .product-block {
  border: 4px solid #d5e3f3;
  width: 240px;
  margin-bottom: 15px;
  margin-right: 15px;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-list .product-block .img-wrap {
  width: 100%;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.content-block_wrap .product-list .product-block .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  display: block
}

.content-block_wrap .product-list .product-block .info-block {
  padding: 0 10px 6px
}

.content-block_wrap .product-list .product-block .info-block .info {
  font-family: TTProstoSans;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
  color: #5f6e89;
  transition: all .3s ease-in-out;
  margin-bottom: 3px;
}

.content-block_wrap .product-list .product-block .info-block .disc {
  margin-top: 7px
}

.content-block_wrap .product-list .product-block .info-block .disc span {
  display: block;
  font-family: ProximaNova;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #91adce
}

.content-block_wrap .product-list .product-block:hover {
  border-color: #a2bcd7;
  transition: all .3s ease-in-out
}

.content-block_wrap .product-list .product-block:hover .info {
  transition: all .3s ease-in-out;
  color: #25314a
}

.content-block_wrap .product-list.clients .product-block {
  border: 0 none
}

.content-block_wrap .product-list.clients .product-block .img-wrap {
  height: 210px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.content-block_wrap .product-list.clients .product-block .info-block .info {
  text-align: center
}

.product_calculate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product_calculate .plus {
  display: block;
  position: relative;
  width: 25px;
  height: 25px
}

.product_calculate .plus:after, .product_calculate .plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
  background: #5f6e89;
  transition: all .3s ease-in-out
}

.product_calculate .plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.product_calculate .plus:hover:after, .product_calculate .plus:hover:before {
  transition: all .3s ease-in-out;
  background: #31415d
}

.product_calculate .minus {
  display: block;
  width: 25px;
  height: 25px;
  position: relative
}

.product_calculate .minus:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  background: #5f6e89;
  transition: all .3s ease-in-out;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px
}

.product_calculate .minus:hover:before {
  transition: all .3s ease-in-out;
  background: #31415d
}

.product_calculate input {
  width: 48px;
  height: 25px;
  border: 2px solid #a2bcd7;
  margin: 0 6px;
  text-align: center;
  font-family: ProximaNova;
  font-size: 12px;
  font-weight: 600;
  color: #5f6e89;
  background: transparent;
  transition: all .3s ease-in-out
}

.product_calculate input:focus {
  transition: all .3s ease-in-out;
  border-color: #5f6e89
}

.modal.in {
  z-index: 9999
}

.modal {
  text-align: center;
  padding: 0 !important
}

@media (min-width:768px) {
  .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle
}

#oneclick .modal-content {
  padding-left: 35px;
  padding-right: 35px
}

#oneclick .isend-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#oneclick .isend-form .product-block {
  border: 2px solid #5f6e89;
  width: 270px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 22px 22px 23px 22px
}

#oneclick .isend-form .product-block .name {
  font-family: ProximaNova;
  font-size: 16px;
  font-weight: 600;
  color: #a2bcd7;
  margin-bottom: 15px
}

#oneclick .isend-form .product-block .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px
}

#oneclick .isend-form .product-block .info-row:last-of-type {
  margin-bottom: 0
}

#oneclick .isend-form .product-block .info-row .cell {
  font-family: ProximaNova;
  font-size: 16px;
  font-weight: 600;
  color: #a2bcd7
}

#oneclick .isend-form .info-block {
  width: 270px
}

#oneclick .isend-form .info-block fieldset .send-btn {
  height: 44px;
  line-height: 44px
}

#oneclick .isend-form .info-block fieldset .form-field .placeholder {
  /*font-size:16px */
}

#oneclick .isend-form .info-block fieldset .form-field .placeholder.focus .placeholder {
  font-size: 12px
}

#oneclick .isend-form .info-block fieldset:last-of-type {
  margin-bottom: 0
}

@media (max-width:767px) {
  #oneclick .isend-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  #oneclick .isend-form .product-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 270px;
    margin-right: 0;
    margin: 0 auto 15px;
  }
  #oneclick .isend-form .info-block {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
  #oneclick .isend-form fieldset .check-field {
    padding-top: 0
  }
}

@media (max-width:767px) {
  #order .modal-content {
    max-width: 340px;
    margin: 0 auto
  }
  #order .modal-content .form_wrap fieldset .check-field {
    padding-top: 0
  }
  #order .modal-content .form_wrap fieldset .file-block {
    position: relative;
    top: 0;
    margin-bottom: 10px
  }
  #order .modal-content .form_wrap fieldset .file-block label {
    line-height: 18px;
    height: 18px;
    padding-left: 22px
  }
  #order .modal-content .form_wrap fieldset .file-block label:after, #order .modal-content .form_wrap fieldset .file-block label:before {
    width: 16px;
    height: 16px
  }
  #order .modal-content .form_wrap fieldset .file-block label span {
    font-size: 14px
  }
}
@media only screen and (max-width:1170px) {
    body .header--hidden .logotype {

        z-index: -999 !important;
        position: relative !important;
    }
}
/* @media (min-width:768px) and (max-width:1170px) {
    body .header--hidden .logotype {

        z-index: -999 !important;
        position: relative !important;
    }
} */
body.index .catalog-link_mobile-visible {
    display: none;
}


@media (min-width:768px) {
  .docselector {
    height: 4px;
  }
  #order .modal-content {
    padding-left: 20px;
    padding-right: 20px
  }
  #order .modal-content .modal-body .form_wrap fieldset .send-btn {
    margin: 0 auto;
    float: none;
    display: block;
    height: 44px;
    line-height: 44px;
    width: 264px;
    margin-top: 35px;
    border-radius: 3px
  }
  #order .modal-content .modal-body .form_wrap fieldset .file-block {
    width: 270px;
    float: left;
    height: 24px;
    padding-left: 0;
    margin-right: 20px
  }
  #order .modal-content .modal-body .form_wrap fieldset .file-block label {
    line-height: 18px;
    height: 18px;
    padding-left: 22px
  }
  #order .modal-content .modal-body .form_wrap fieldset .file-block label:after, #order .modal-content .modal-body .form_wrap fieldset .file-block label:before {
    width: 16px;
    height: 16px
  }
  #order .modal-content .modal-body .form_wrap fieldset .file-block label span {
    font-size: 14px
  }
  #order .modal-content .modal-body .form_wrap fieldset .check-field {
    width: 270px;
    float: left
  }
  #order .modal-content .modal-body .form_wrap fieldset .form-field {
    width: 270px;
    margin-right: 0;
    float: left
  }
  #order .modal-content .modal-body .form_wrap fieldset .form-field input {
    font-size: 16px
  }
  #order .modal-content .modal-body .form_wrap fieldset .form-field textarea {
    font-size: 16px;
    height: 24px
  }
  #order .modal-content .modal-body .form_wrap fieldset .form-field .placeholder {
    font-size: 16px
  }
  #order .modal-content .modal-body .form_wrap fieldset .form-field.focus .placeholder {
    font-size: 12px
  }
  #order .modal-content .modal-body .form_wrap fieldset .form-field:first-of-type {
    margin-right: 20px
  }
}

@media (max-width:767px) {
  #specification .modal-content {
    max-width: 340px;
    margin: 0 auto
  }
  #specification .modal-content .form_wrap fieldset .check-field {
    padding-top: 0
  }
  #specification .modal-content .form_wrap fieldset .file-block {
    position: relative;
    top: 0;
    margin-bottom: 10px
  }
  #specification .modal-content .form_wrap fieldset .file-block label {
    line-height: 18px;
    height: 18px;
    padding-left: 22px
  }
  #specification .modal-content .form_wrap fieldset .file-block label:after, #specification .modal-content .form_wrap fieldset .file-block label:before {
    width: 16px;
    height: 16px
  }
  #specification .modal-content .form_wrap fieldset .file-block label span {
    font-size: 14px
  }
}

@media (min-width:768px) {
  #specification .modal-content {
    padding-left: 20px;
    padding-right: 20px
  }
  #specification .modal-content .modal-body .form_wrap fieldset .send-btn {
    margin: 0 auto;
    float: none;
    display: block;
    height: 44px;
    line-height: 44px;
    width: 264px;
    margin-top: 35px;
    border-radius: 3px
  }
  #specification .modal-content .modal-body .form_wrap fieldset .file-block {
    width: 270px;
    float: left;
    height: 24px;
    padding-left: 0;
    margin-right: 20px
  }
  #specification .modal-content .modal-body .form_wrap fieldset .file-block label {
    line-height: 18px;
    height: 18px;
    padding-left: 22px
  }
  #specification .modal-content .modal-body .form_wrap fieldset .file-block label:after, #specification .modal-content .modal-body .form_wrap fieldset .file-block label:before {
    width: 16px;
    height: 16px
  }
  #specification .modal-content .modal-body .form_wrap fieldset .file-block label span {
    font-size: 14px
  }
  #specification .modal-content .modal-body .form_wrap fieldset .check-field {
    width: 270px;
    float: left
  }
  #specification .modal-content .modal-body .form_wrap fieldset .form-field {
    width: 270px;
    margin-right: 0;
    float: left
  }
  #specification .modal-content .modal-body .form_wrap fieldset .form-field input {
    font-size: 16px
  }
  #specification .modal-content .modal-body .form_wrap fieldset .form-field textarea {
    font-size: 16px;
    height: 24px
  }
  #specification .modal-content .modal-body .form_wrap fieldset .form-field .placeholder {
    font-size: 16px
  }
  #specification .modal-content .modal-body .form_wrap fieldset .form-field.focus .placeholder {
    font-size: 12px
  }
  #specification .modal-content .modal-body .form_wrap fieldset .form-field:first-of-type {
    margin-right: 20px
  }
}

#order_success .modal-body .body p, #rules .modal-body .body p {
  font-family: ProximaNova;
  font-size: 18px;
  line-height: 1.28;
  text-align: center;
  color: #8b9fb6
}

#basket .modal-body .body .product-info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px
}

#basket .modal-body .body .product-info_wrap .img-block {
  width: 100px;
  height: 100px;
  margin-right: 20px
}

#basket .modal-body .body .text {
  font-family: ProximaNova;
  font-size: 18px;
  line-height: 1.28;
  text-align: left;
  color: #8b9fb6
}

#basket .modal-body .body .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

#basket .modal-body .body .btn_wrap .basket {
  width: 190px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 3px;
  font-family: ProximaNova;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #f01321;
  transition: all .3s ease-in-out;
  margin-bottom: 20px
}

#basket .modal-body .body .btn_wrap .basket:hover {
  background-color: #c2111c;
  transition: all .3s ease-in-out
}

#basket .modal-body .body .btn_wrap .back {
  width: 190px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 3px;
  font-family: ProximaNova;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #5f6e89;
  transition: all .3s ease-in-out
}

#basket .modal-body .body .btn_wrap .back:hover {
  background-color: #3d5886;
  transition: all .3s ease-in-out
}

#buy_success .modal-body .body p, #form_result .modal-body .body p {
  font-family: ProximaNova;
  font-size: 15px;
  line-height: 1.28;
  text-align: center;
  margin-bottom: 27px;
  color: #8b9fb6
}

#buy_success .modal-body .body .number {
  font-family: ProximaNova;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #8b9fb6
}

#buy_success .modal-body .body .number span {
  display: block;
  font-family: ProximaNova;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
  color: #91adce
}

.tooltip-inner {
  font-family: ProximaNova
}

.rub {
  font-family: HelveticaNeueCyr !important;
  font-style: normal !important
}

.pt-10 {
  padding-top: 10px
}

#buy_success .modal-content, #order_success .modal-content {
  padding: 40px 30px
}

.hidden_field {
  display: none
}

@media (max-width:1170px) {
  .content-block_wrap .object-block_wrap .object-slider .object-img {
    min-height: auto
  }
  main .slider-block_wrap, main .slider-block_wrap .slider-block, main .slider-block_wrap .slider-block .slick-list, main .slider-block_wrap .slider-block .slick-list .slick-track, main .slider-block_wrap .slider-block .slider-item {
    height: auto !important
  }
  main .slider-block_wrap .slider-block .slider-item .img-block {
    height: auto !important;
    background: none !important
  }
  main .slider-block_wrap .slider-block .slider-item .img-block img {
    height: auto !important;
    display: block !important
  }
  .index header .top-part_wrap {
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    height: 46px;
    background-image: linear-gradient(180deg, #5f6e89, #3e4d69)
  }
  .index header .middle-part_wrap {
    margin-top: 46px
  }
  .index header .middle-part_wrap .container .block.basket {
    z-index: 99;
    position: fixed
  }
  .index header .hidden-logo {
    display: block
  }
  .index header.headroom--not-top .hidden-logo {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    position: fixed;
    top: 9px;
    left: 50%;
    margin-left: -82px;
    transition: opacity .3s ease-in-out;
    width: 165px;
    height: 26px
  }
  body.open, body.open main {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute
  }
  body.open main .content-block_wrap {
    display: none
  }
  body.open footer {
    display: none;
    z-index: -1;
    position: relative
  }
  body main .sidebar-block ul li:hover>a {
    background: transparent;
    color: #4d5a76
  }
  header.open {
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99
  }
  header.open .searh-block_wrap {
    display: block !important;
    width: calc(100% - 59px) !important
  }
  header.open .searh-block_wrap input {
    width: 100%
  }
  header.open .middle-part_wrap .basket, header.open .middle-part_wrap .logotype {
    display: none
  }
  header.open .top-part_wrap {
    min-height: 100vh;
    height: 100%;
    background-image: none !important;
    background-color: #3b4d6d;
    overflow-y: scroll
  }
  header.open .top-part_wrap .container, header.open .top-part_wrap .mobile-menu-info_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
  header.open .top-part_wrap .mobile-menu-info_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%
  }
  header.open .top-part_wrap .container {
    height: auto
  }
  header.open .top-part_wrap .menu_wrap {
    display: block;
    padding-top: 66px;
    width: 100%;
		visibility: visible;
		opacity: 1;
		transition: all 0.5s ease-in-out;
  }
  header.open .top-part_wrap .menu_wrap .mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  header.open .top-part_wrap .menu_wrap .mobile_menu, header.open .top-part_wrap .menu_wrap .pc_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-right: 0;
    text-align: center;
    width: 100%
  }
  header.open .top-part_wrap .menu_wrap .pc_menu {
    height: auto
  }
  header .top-part_wrap .searh-block_wrap {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 261px;
    z-index: 9
  }
  header .top-part_wrap .searh-block_wrap input {
    border-radius: 3px;
    background-color: #31415d;
    width: 261px;
    height: 26px;
    font-family: ProximaNova;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-align: left;
    color: #5f6e89;
    padding-left: 10px;
    box-sizing: border-box
  }
  header .top-part_wrap .searh-block_wrap input:focus {
      background-color: #31415d;
  }


  header .top-part_wrap .searh-block_wrap input::-webkit-input-placeholder {
    font-family: ProximaNova;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-align: left;
    color: #5f6e89
  }
  header .top-part_wrap .searh-block_wrap input::-moz-placeholder {
    font-family: ProximaNova;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-align: left;
    color: #5f6e89
  }
  header .top-part_wrap .searh-block_wrap input:-ms-input-placeholder {
    font-family: ProximaNova;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-align: left;
    color: #5f6e89
  }
  header .top-part_wrap .searh-block_wrap input:-moz-placeholder {
    font-family: ProximaNova;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-align: left;
    color: #5f6e89
  }
  header .top-part_wrap .mobile-menu-info_block {
    padding-top: 22px;
    padding-bottom: 30px
  }
  header .top-part_wrap .mobile-menu-info_block .logotype {
    height: 25px;
    margin: 0 auto;
    width: 160px;
    background: url(../images/logotype.svg) no-repeat;
    background-size: cover
  }
  header .top-part_wrap .mobile-menu-info_block .phone {
    margin-bottom: 10px
  }
  header .top-part_wrap .mobile-menu-info_block .phone a {
    font-family: TTProstoSans;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    color: #fff
  }
  header .top-part_wrap .mobile-menu-info_block .adress {
    margin-bottom: 25px
  }
  header .top-part_wrap .mobile-menu-info_block .adress a {
    font-family: TTProstoSans;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: left;
    color: #f1f6fd;
    border-bottom: 1px dashed #f1f6fd
  }
  header .top-part_wrap .mobile-menu-info_block .adress span {
    margin-top: 5px;
    display: block;
    font-family: ProximaNova;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #b7cfea
  }
  header .top-part_wrap .mobile_menu {
    margin-bottom: 20px
  }
  header .top-part_wrap .mobile_menu li {
    margin-bottom: 13px
  }
  header .top-part_wrap .mobile_menu li span {
    font-family: TTProstoSans;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.17;
    text-align: center;
    color: #fff
  }
  header .top-part_wrap .pc_menu li a {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.79;
    text-align: center;
    color: #9cafc3
  }
  header .top-part_wrap .pc_menu li a:hover {
    background: transparent !important
  }
  .searh-block_wrap {
    border-radius: 4px;
    height: 26px !important
  }
  .searh-block_wrap.focus .clear_btn {
    z-index: -1;
    opacity: 0;
    visibility: hidden
  }
  .searh-block_wrap:before {
    left: auto !important;
    top: 4px !important;
    right: 10px !important;
    background: url(../images/search-blue_ic.svg) no-repeat !important
  }
  .searh-block_wrap input {
    width: 100% !important;
    color: #d5e3f3 !important
  }
  .searh-block_wrap .search-content_wrap {
    background: #3b4d6d;
    width: 100% !important;
    height: calc(100vh - 45px)
  }
  .searh-block_wrap .search-content_wrap .middle-part ul li, .searh-block_wrap .search-content_wrap .top-part {
    background: #3b4d6d !important
  }
  .searh-block_wrap .search-content_wrap .middle-part ul li a {
    background: #3b4d6d;
    border: 0 none !important
  }
  .searh-block_wrap .search-content_wrap .middle-part ul li a .text {
    color: #fff !important;
    font-size: 12px !important
  }
  body:not(.index) header .top-part_wrap {
    background-image: linear-gradient(180deg, #5f6e89, #44546f);
    border-bottom: 0 none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10
  }
  body:not(.index) header .middle-part_wrap {
    padding: 0;
    top: 45px;
    height: 35px;
    position: relative;
    /* z-index: 100; */
  }
  body:not(.index) header .middle-part_wrap .container .block .logotype {
    width: 165px;
    height: 26px;
    position: fixed !important;
    z-index: 13;
    top: 9px;
    left: 50%;
    margin-left: -82px
  }
  body:not(.index) header .middle-part_wrap .container .block.basket {
    position: fixed;
    z-index: 13
  }
  body:not(.index) header .middle-part_wrap .container .block.adress, body:not(.index) header .middle-part_wrap .container .block.phone {
    display: none
  }
  body:not(.index) header .middle-part_wrap .container .block.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  body:not(.index) header .middle-part_wrap .container .block.mobile .spec_link {
    width: 60%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    background-color: #a2bcd7;
    border-bottom: 0;
    font-family: TTProstoSans;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #31415d;
    display: block
  }
  body:not(.index) header .middle-part_wrap .container .block.mobile .catalog_link {
    display: block;
    background-color: #4b5c79;
    width: 40%;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: TTProstoSans;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
    color: #fff
  }
  body:not(.index) header .middle-part_wrap .container .block.mobile .catalog_link span {
    line-height: 35px
  }
  body:not(.index) header .middle-part_wrap .container .block.mobile .catalog_link span:nth-child(2), body:not(.index) header .middle-part_wrap .container .block.mobile p {
    display: none
  }
  body:not(.index) main .sidebar-section_wrap {
    padding-bottom: 0
  }
  body:not(.index) main .sidebar-section_wrap .advertising-block, body:not(.index) main .sidebar-section_wrap .info-block_wrap, body:not(.index) main .sidebar-section_wrap .our-clients, body:not(.index) main .sidebar-section_wrap .reviews-block_wrap {
    display: none
  }
  body:not(.index) main .sidebar-section_wrap .sidebar-block {
    position: fixed;
    left: 0;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transition: all .3s ease-in-out;
	overflow-y: auto;
  }
  body:not(.index) main .sidebar-section_wrap .sidebar-block .hide_btn {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  body:not(.index) main .sidebar-section_wrap .sidebar-block ul li a {
    padding-right: 15px
  }
  body:not(.index) main .sidebar-section_wrap .sidebar-block ul li:hover a {
    color: #4d5a76;
    background: transparent
  }
  body:not(.index) main .sidebar-section_wrap .sidebar-block.show {
    z-index: 999;
    top: 25px;
    overflow-y: auto;
    /* transition: all .3s ease-in-out; */
    transition: opacity .7s;
    /* transition: visibility .7s; */
    opacity: 1;
    visibility: visible
  }
  body:not(.index) main .sidebar-section_wrap .sidebar-block.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 999;
    top: 60px;
    overflow-y: auto;
    /* transition: all .3s ease-in-out; */
    transition: opacity .7s;
    /* transition: visibility .7s; */
    opacity: 1;
    visibility: visible
  }
  main .content-block_wrap {
    width: 100%;
    margin-left: 0;
    padding-top: 35px;
    padding-bottom: 50px
  }
  main .content-block_wrap .breadcrumbs {
    padding: 33px 10px 0 15px
  }
  main .content-block_wrap h1 {
    text-align: center;
    padding: 0 15px
  }
  main .content-block_wrap h4 {
    text-align: left;
    padding: 0 15px
  }
  main .content-block_wrap .block-title_disc {
    text-align: center;
    padding: 0 15px
  }
  main .content-block_wrap .product-inner_wrap .top-part_wrap .img-block {
    margin: 0 15px 15px
  }
  main .content-block_wrap .product-inner_wrap .top-part_wrap .info-block {
    width: 100%
  }
  main .content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
  main .content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap a {
    width: 290px !important;
    margin: 0 auto 10px
  }
  main .content-block_wrap .same-product_wrap {
    padding: 0 15px;
    margin-bottom: 30px
  }
  main .content-block_wrap .same-product_wrap h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px
  }
  main .content-block_wrap .same-product_wrap .same-product_block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  main .content-block_wrap .same-product_wrap .same-product_block .product-block {
    margin: 0 0 10px
  }
  main .content-block_wrap .same-product_wrap .same-product_block .product-block .title {
    padding: 0 5px
  }
  main .content-block_wrap .history-block_wrap {
    padding: 0 15px;
    margin-bottom: 30px
  }
  main .content-block_wrap .history-block_wrap h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px
  }
  main .content-block_wrap .history-block_wrap .history-blocks_wrap {
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between */
  }
  main .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block {
    /* margin: 0 0 10px */
    margin: 0 10px 10px 0
  }
  main .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block .title {
    padding: 0 5px;
    font-size: 11px
  }
  main .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block .disc {
    padding: 0 5px 5px;
    font-size: 11px
  }
}

@media (min-width:768px) and (max-width:1170px) {
  .about-section_wrap .info-block_wrap .info-block .info-block_inner .text {
    font-size: 20px;
    line-height: 20px
  }
  .seo-section_wrap {
    padding: 50px 30px
  }
  .seo-section_wrap .block-list_wrap .block {
    display: none
  }
  .seo-section_wrap .block-list_wrap .block:first-child, .seo-section_wrap .block-list_wrap .block:nth-child(2) {
    display: block;
    width: 50%
  }
  .price-block_wrap {
    padding: 0 30px
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(2) img {
    width: 100%;
    height: 100%
  }
  .content-block_wrap h1 {
    margin-bottom: 30px
  }
  .content-block_wrap h3 {
    padding: 0 30px
  }
  .content-block_wrap h4 {
    padding: 0 30px !important;
    font-size: 25px;
    margin-bottom: 30px
  }
  .content-block_wrap .objects-block_wrap, .content-block_wrap .seo-list_wrap {
    padding: 0 30px
  }
  .content-block_wrap .seo-list_wrap h3 {
    padding: 0
  }
  .content-block_wrap .seo-list_wrap .block {
    width: 48%
  }
  .content-block_wrap .order-block_wrap .person-select_block {
    padding-left: 30px
  }
  .content-block_wrap .order-block_wrap .row_info .half-block {
    margin-right: 39px
  }
  .content-block_wrap .history-block_wrap {
    padding: 0 30px !important
  }
  .content-block_wrap .history-block_wrap h3 {
    padding: 0
  }
  .content-block_wrap .same-product_wrap {
    padding: 0 30px !important
  }
  .content-block_wrap .same-product_wrap h3 {
    padding: 0
  }
  .content-block_wrap .reviews-block_wrap {
    padding: 0 30px
  }
  .content-block_wrap .reviews-block_wrap .reviews-block {
    margin: 0 auto 20px !important
  }
  .content-block_wrap .reviews-block_wrap .reviews-block .img-block {
    width: 100%
  }
  .content-block_wrap .about-block_wrap, .content-block_wrap .requisite-table {
    padding: 0 30px
  }
  .content-block_wrap .about-block_wrap h4 {
    padding: 0 !important
  }
  .content-block_wrap .about-block_wrap ul li {
    font-size: 14px;
    margin-bottom: 5px
  }
  .content-block_wrap .basket-table_wrap .title-row_wrap {
    display: none
  }
  .content-block_wrap .basket-table_wrap .bottom-row_wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap {
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 238px
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap:nth-child(2n+2) {
    background-color: #f3f7fb
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:first-child {
    display: none
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(2) {
    width: 300px;
    height: 228px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    position: absolute;
    top: 0;
    right: 0
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(3) {
    width: calc(100% - 305px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-weight: 700;
    font-size: 18px;
    color: #5f6e89;
    margin-bottom: 25px
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(4) {
    width: calc(100% - 305px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(5) {
    width: calc(100% - 305px);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(6) {
    width: calc(100% - 305px);
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(8) {
    width: calc(100% - 305px);
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-bottom: 25px
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(7) {
    width: calc(100% - 305px);
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(8) {
    width: calc(100% - 305px);
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell span:first-child {
    display: block;
    width: 125px;
    text-align: left;
    margin-right: 5px
  }
  .content-block_wrap .offer-form_block .isend-form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .content-block_wrap .offer-form_block fieldset.half:first-of-type {
    margin-right: 40px
  }
  .form_wrap fieldset .form-field .placeholder {
    font-size: 16px
  }
  .form_wrap fieldset .send-btn {
    font-size: 18px
  }
  footer {
    padding: 39px 30px 25px
  }
  footer .middle-part_wrap {
    position: relative
  }
  footer .middle-part_wrap .block:nth-child(2) {
    position: absolute;
    top: 155px;
    left: 0
  }
  footer .middle-part_wrap .block ul li a {
    font-size: 14px
  }
  main .specification-section_wrap h2 {
    font-size: 26px;
    margin-bottom: 20px
  }
  main .specification-section_wrap .disc {
    font-size: 15px;
    margin-bottom: 15px
  }
  main .certificate-section_wrap {
    padding: 77px 30px 85px
  }
  main .certificate-section_wrap h2 {
    font-size: 26px;
    margin-bottom: 18px
  }
  main .certificate-section_wrap .disc {
    font-size: 15px;
    margin-bottom: 40px
  }
  main .certificate-section_wrap .img-block_wrap .img-block {
    width: 165px;
    height: 230px
  }
  main .certificate-section_wrap .img-block_wrap .img-block img {
    max-width: 100%
  }
  main .advice-section_wrap {
    padding: 50px 0
  }
  main .advice-section_wrap h2 {
    font-size: 26px;
    margin-bottom: 10px
  }
  main .advice-section_wrap .disc {
    font-size: 15px;
    line-height: 22px
  }
  main .about-section_wrap {
    padding: 45px 30px
  }
  main .about-section_wrap h2 {
    margin-bottom: 36px;
    font-size: 26px
  }
  main .info-section_wrap {
    padding: 32px 30px 30px
  }
  main .info-section_wrap h2 {
    font-size: 26px
  }
  main .info-section_wrap ul li {
    font-size: 15px
  }
  main .product-section_wrap {
    padding: 50px 30px 48px
  }
  main .product-section_wrap .btn-more {
    font-size: 18px
  }
  main .product-section_wrap h2 {
    font-size: 26px;
    margin-bottom: 20px
  }
  main .product-section_wrap .product-list_wrap {
    margin-bottom: 20px
  }
  main .product-section_wrap .product-list_wrap .product-block {
    width: 138px;
    border-width: 3px
  }
  main .product-section_wrap .product-list_wrap .product-block .img-wrap {
    width: 132px;
    height: 101px
  }
  main .product-section_wrap .product-list_wrap .product-block .img-wrap img {
    width: 100%
  }
  main .product-section_wrap .product-list_wrap .product-block .info-block {
    padding: 0 0 10px 10px
  }
  main .product-section_wrap .product-list_wrap .product-block .info-block .info {
    font-size: 14px;
    line-height: 1.07;
    letter-spacing: -.2px
  }
  main .content-block_wrap .product-info_block, main .content-block_wrap .product-table {
    padding: 0 30px
  }
  main .content-block_wrap .product-table .product-table-title_row .cell:first-child {
    width: 318px
  }
  main .content-block_wrap .product-list {
    padding: 0 30px
  }
  main .content-block_wrap .product-list .product-block .img-wrap {
    width: 100%
  }
  main .content-block_wrap .breadcrumbs {
    padding-top: 10px;
    padding-left: 30px
  }
  main .content-block_wrap .block-title_disc, main .content-block_wrap h1 {
    text-align: left;
    padding-left: 30px
  }
  main .content-block_wrap .tab-content .tab-pane {
    padding: 0 30px
  }
  main .content-block_wrap .work-step_wrap h3 {
    padding-left: 30px
  }
  main .content-block_wrap .work-step_wrap .info-block_wrap {
    padding: 0 15px
  }
  main .content-block_wrap .object-block_wrap h3 {
    padding-left: 30px
  }
  main .content-block_wrap .history-block_wrap h3, main .content-block_wrap .same-product_wrap h3 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px
  }
  main .content-block_wrap .product-inner_wrap .top-part_wrap {
    background-color: #f3f7fb;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding: 20px 25px
  }
  main .content-block_wrap .product-inner_wrap .top-part_wrap .img-block {
    width: 340px;
    height: 258px;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  main .content-block_wrap .product-inner_wrap .top-part_wrap .info-block {
    padding: 12px 25px 0 0
  }
  main .content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
  }
  main .content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap a {
    width: 165px !important;
    margin: 0 auto
  }
  .about-section_wrap .info-block_wrap .info-block {
    width: auto
  }
  .about-section_wrap .info-block_wrap .info-block .img-block {
    margin-bottom: 18px
  }
  .about-section_wrap .info-block_wrap .info-block .info-block .text {
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 18px
  }
  .about-section_wrap .info-block_wrap .info-block .info-block .disc {
    font-size: 12px;
    line-height: 13px
  }
  .about-section_wrap .info-block_wrap .info-block:first-child .img-block img {
    width: 70px;
    height: 59px
  }
  .about-section_wrap .info-block_wrap .info-block:nth-child(2) .img-block img, .about-section_wrap .info-block_wrap .info-block:nth-child(3) .img-block img {
    width: 59px;
    height: 59px
  }
  .about-section_wrap .info-block_wrap .info-block:nth-child(4) .img-block img {
    width: 69px;
    height: 59px
  }
  .about-section_wrap .info-block_wrap .info-block:nth-child(5) .img-block img {
    width: 67px;
    height: 59px
  }
  body main {
    padding-top: 43px
  }
  body header .top-part_wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 51px;
    z-index: 10
  }
  body header .bottom-part_wrap {
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    height: 43px;
    z-index: 8;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-duration: .5s
  }
  body header .middle-part_wrap {
    padding: 0 !important;
    height: 0 !important
  }
  body header .middle-part_wrap .container .block .logotype {
    width: 165px;
    height: 26px;
    position: fixed;
    z-index: 13;
    top: 9px;
    left: 50%;
    margin-left: -82px
  }
  body header .middle-part_wrap .container .block.basket {
    position: fixed;
    z-index: 13
  }
  body header .middle-part_wrap .container .block.adress {
    display: none
  }
  body header .middle-part_wrap .container .block.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  body header .middle-part_wrap .container .block.mobile .spec_link {
    width: 60%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    background-color: #a2bcd7;
    border-bottom: 0;
    font-family: TTProstoSans;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #31415d;
    display: block
  }
  body header .middle-part_wrap .container .block.mobile .catalog_link {
    display: block;
    background-color: #4b5c79;
    width: 40%;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: TTProstoSans;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
    color: #fff
  }
  body header .middle-part_wrap .container .block.mobile .catalog_link span {
    line-height: 35px
  }
  body header .middle-part_wrap .container .block.mobile .catalog_link span:nth-child(2), body header .middle-part_wrap .container .block.mobile p {
    display: none
  }
  body .header--hidden .bottom-part_wrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  body .header--hidden .middle-part_wrap .container .block.mobile {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    width: 100%
  }
  body .header--hidden .logotype {
    opacity: 0;
    z-index: -1 !important;
    transition: all .3s ease-in-out
  }
  body .header--hidden .catalog-link_mobile-visible {
    opacity: 1;
    z-index: 55;
    transition: all .3s ease-in-out
  }
  body .header--visible .middle-part_wrap .container .block.mobile {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 13
  }
  .sidebar-section_wrap .sidebar-block {
    display: none
  }
  .sidebar-section_wrap .slider-block_wrap {
    width: 100%
  }
  header {
    background-image: linear-gradient(180deg, #5f6e89, #44546f)
  }
  header.open {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
  }
  header.open .top-part_wrap {
    width: 274px !important;
    left: 0
  }
  header.open .top-part_wrap .menu_wrap .mobile_menu {
    display: none !important
  }
  header.open .top-part_wrap .menu_wrap .pc_menu li {
    margin-bottom: 15px
  }
  header.open .top-part_wrap .menu_wrap .pc_menu li a {
    font-family: TTProstoSans;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.17;
    text-align: center;
    color: #fff
  }
  header.open .top-part_wrap .mobile-menu-info_block {
    position: absolute;
    bottom: 0
  }
  header.open .top-part_wrap .searh-block_wrap {
    width: 219px;
    right: 11px
  }
  header.open .top-part_wrap .searh-block_wrap input {
    width: 100%
  }
  header.open .middle-part_wrap {
    height: 51px !important;
    background-image: linear-gradient(180deg, #5f6e89, #44546f)
  }
  header.open .middle-part_wrap .basket, header.open .middle-part_wrap .logotype {
    display: block
  }
  header.open.header--hidden .bottom-part_wrap {
    z-index: -1
  }
  header .top-part_wrap {
    background-image: linear-gradient(180deg, #5f6e89, #44546f)
  }
  header .top-part_wrap .container {
    height: 51px
  }
  header .top-part_wrap .mobile-menu_btn {
    width: 17px;
    top: 17px;
    left: 18px;
    cursor: pointer
  }
  header .top-part_wrap .mobile-menu_btn, header .top-part_wrap .mobile-menu_btn span {
    display: block;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .3s ease-in-out
  }
  header .top-part_wrap .mobile-menu_btn span {
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0
  }
  header .top-part_wrap .mobile-menu_btn span:first-child {
    top: 0
  }
  header .top-part_wrap .mobile-menu_btn span:nth-child(2), header .top-part_wrap .mobile-menu_btn span:nth-child(3) {
    top: 6px
  }
  header .top-part_wrap .mobile-menu_btn span:nth-child(4) {
    top: 12px
  }
  header .top-part_wrap .mobile-menu_btn.open span:first-child {
    top: 12px;
    left: 50%;
    width: 0
  }
  header .top-part_wrap .mobile-menu_btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  header .top-part_wrap .mobile-menu_btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  header .top-part_wrap .mobile-menu_btn.open span:nth-child(4) {
    top: 12px;
    left: 50%;
    width: 0
  }
  header .top-part_wrap .searh-block_wrap {
    display: none;
  }
  header .top-part_wrap .menu_wrap {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  header.open .top-part_wrap .menu_wrap {
    visibility: visible;
    opacity: 1;
  }
  header .middle-part_wrap {
    background: transparent;
    padding: 0
  }
  header .middle-part_wrap .container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  header .middle-part_wrap .container .block {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  header .middle-part_wrap .container .block .logotype {
    position: absolute;
    top: 11px;
    left: 50%;
    width: 215px;
    height: 33px;
    margin-left: -107px
  }
  header .middle-part_wrap .container .block a {
    margin-right: 0
  }
  header .middle-part_wrap .container .block.adress {
    display: none
  }
  header .middle-part_wrap .container .block.phone {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin: 0;
    display: block !important
  }
  header .middle-part_wrap .container .block.phone a {
    margin-left: 0;
    padding-left: 0;
    font-size: 0;
    width: 20px;
    height: 20px;
    position: fixed;
    z-index: 13;
    top: 13px;
    right: 56px
  }
  header .middle-part_wrap .container .block.phone a.call-back_btn {
    display: none
  }
  header .middle-part_wrap .container .block.phone a:before {
    width: 20px;
    height: 20px
  }
  header .middle-part_wrap .container .block.mobile {
    display: none !important
  }
  header .middle-part_wrap .container .block.basket {
    position: absolute;
    top: 14px;
    right: 7px;
    margin: 0;
    width: 34px
  }
  header .middle-part_wrap .container .block.basket .basket_link {
    font-size: 0
  }
  header .middle-part_wrap .container .block.basket .basket_link:before {
    width: 18px;
    height: 20px;
    top: -17px;
    left: 3px
  }
  header .middle-part_wrap .container .block.basket .basket_goods {
    font-size: 0;
    margin: 0;
    position: absolute;
    top: -3px;
    right: 0
  }
  header .middle-part_wrap .container .block.basket .basket_goods span {
    font-family: ProximaNova;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 40%;
    background-color: #f01321
  }
  header .bottom-part_wrap .nav-list {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  header .bottom-part_wrap .nav-list li a {
    font-size: 12px
  }
  header .bottom-part_wrap .nav-list li:last-child {
    display: none
  }
  header .searh-block_wrap .search-content_wrap {
    width: 274px !important;
    left: -48px !important;
    padding-left: 48px
  }
}

@media (min-width:320px) and (max-width:767px) {
  .index .sidebar-block {
    background: #e8f0f9;
    width: 100%;
    padding: 0
  }
  .index .sidebar-block .block-title, .index .sidebar-block .hide_btn {
    display: none
  }
  .index .sidebar-block ul li.open {
    background: #d5e3f3 !important
  }
  .index .sidebar-block ul li.open>a {
    color: #25314a !important;
    background: #d5e3f3 !important;
    transition: all .3s ease-in-out
  }
  .index .sidebar-block ul li.open .sub-menu {
    display: block
  }
  .index .sidebar-block ul li a {
    font-family: TTProstoSans;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    display: block;
    color: #4d5a76;
    padding: 11px 0 11px 18px;
    transition: all .3s ease-in-out
  }
  .index .sidebar-block ul li .sub-menu {
    padding-left: 0;
    display: none
  }
  .index .sidebar-block ul li .sub-menu li.inner a {
    color: #25314a
  }
  .index .sidebar-block ul li .sub-menu li a {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    padding: 8px 0 8px 36px;
    text-align: left;
    color: #4d5a76;
    transition: all .3s ease-in-out
  }
  .content-block_wrap .objects-block_wrap .more_btn {
    width: 100%
  }
  .content-block_wrap .basket-table_wrap .bottom-row_wrap .order_btn {
    width: 100%;
    display: block
  }
  .content-block_wrap .order-block_wrap .row_info.total_info .send-btn {
    width: 100%
  }
  .content-block_wrap .order-block_wrap .person-select_block a:before {
    top: 4px
  }
  .content-block_wrap .order-block_wrap .person-select_block a.first {
    margin-bottom: 19px
  }
  .content-block_wrap .reviews-block_wrap {
    margin-bottom: 0
  }
  .content-block_wrap .breadcrumbs {
    margin-bottom: 50px
  }
  .content-block_wrap h1 {
    margin-bottom: 21px;
	font-size: 31px;
  }
  .content-block_wrap h4 {
    margin-bottom: 24px
  }
  .content-block_wrap .product-table .show_more {
    width: 290px;
    height: 50px;
    line-height: 50px;
    font-size: 18px
  }
  .content-block_wrap .price-block_wrap .price-block .info-block {
    padding-top: 0
  }
  .content-block_wrap .price-block_wrap .price-block .ic-block {
    width: 40px;
    height: 53px;
    margin-right: 10px
  }
  .content-block_wrap .price-block_wrap .price-block .ic-block:after, .content-block_wrap .price-block_wrap .price-block .ic-block:before {
    width: 100%;
    height: 100%
  }
  .modal-dialog {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%
  }
  .content-block_wrap .object-block_wrap {
    margin-bottom: 0;
    padding-bottom: 46px
  }
  .modal-content .modal-body .city-list_wrap ul {
    padding-left: 0
  }
  .modal-content .modal-body .city-list_wrap ul li {
    width: 100%
  }
  .content-block_wrap.order {
    padding-bottom: 150px

  }
  .content-block_wrap.order .breadcrumbs, .content-block_wrap.order h2 {
    padding-left: 15px
  }
  .content-block_wrap h4 {
    font-size: 17px
  }
  .content-block_wrap h3 {
    padding: 0 15px
  }
  .content-block_wrap h5 {
    font-size: 14px
  }
  .content-block_wrap.news_detail h2 {
    font-size: 25px
  }
  .content-block_wrap .offer-form_block fieldset.half.size-lg textarea {
    height: 90px
  }
  .content-block_wrap .seo-list_wrap {
    padding: 0 15px
  }
  .content-block_wrap .seo-list_wrap .block {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 !important
  }
  .content-block_wrap .seo-list_wrap h3 {
    text-align: center
  }
  .content-block_wrap .requisite-table {
    padding: 0 15px
  }
  .content-block_wrap .requisite-table .download_btn {
    margin: 0 auto
  }
  .content-block_wrap .objects-block_wrap {
    padding: 0 15px
  }
  .content-block_wrap .objects-block_wrap .object-block {
    background: #f3f7fb
  }
  .content-block_wrap .objects-block_wrap .object-block a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
  .content-block_wrap .objects-block_wrap .object-block .img-block {
    margin-right: 0;
    margin-bottom: 10px
  }
  .content-block_wrap .objects-block_wrap .object-block .info-block {
    padding: 0 9px 27px
  }
  .content-block_wrap .objects-block_wrap .object-block .info-block .date {
    margin-bottom: 7px;
    font-size: 12px
  }
  .content-block_wrap .objects-block_wrap .object-block .info-block .title {
    font-size: 17px;
    margin-bottom: 12px
  }
  .content-block_wrap .objects-block_wrap .object-block .info-block .text {
    font-size: 14px
  }
  .content-block_wrap .about-block_wrap {
    padding: 0 15px
  }
  .content-block_wrap .about-block_wrap h4 {
    padding: 0 !important
  }
  .content-block_wrap .about-block_wrap.contacts {
    padding: 10px 0 0
  }
  .content-block_wrap .about-block_wrap.contacts .offer-form_block {
    margin-bottom: 0
  }
  .content-block_wrap .about-block_wrap.contacts .col-block_wrap {
    padding: 0 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 10px
  }
  .content-block_wrap .about-block_wrap.contacts .col-block_wrap .col {
    width: 100%;
    margin-bottom: 10px
  }
  .content-block_wrap .about-block_wrap ul li {
    font-size: 14px;
    margin-bottom: 5px
  }
  .content-block_wrap .reviews-block_wrap .reviews-block {
    margin: 0 auto !important;
    margin-bottom: 20px !important
  }
  .content-block_wrap .price-block_wrap {
    padding: 0 15px
  }
  .content-block_wrap .price-block_wrap .price-block {
    width: 100%;
    margin-bottom: 30px
  }
  .content-block_wrap .order-block_wrap .person-select_block {
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
  .content-block_wrap .order-block_wrap .row_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
  }
  .content-block_wrap .order-block_wrap .row_title span {
    text-align: center
  }
  .content-block_wrap .order-block_wrap .row_title a {
    font-size: 0;
    position: relative;
    display: block;
    position: absolute;
    top: 18px;
    right: 15px;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    border: 1px solid #5f6e89
  }
  .content-block_wrap .order-block_wrap .row_title a:before {
    position: absolute;
    top: 0;
    right: 4px;
    content: "?";
    display: block;
    color: #5f6e89;
    font-family: ProximaNova;
    font-size: 10px;
    text-align: center
  }
  .content-block_wrap .order-block_wrap .row_info {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    padding-top: 35px
  }
  .content-block_wrap .order-block_wrap .row_info.total_info {
    margin-bottom: 0
  }
  .content-block_wrap .order-block_wrap .row_info.total_info .adds, .content-block_wrap .order-block_wrap .row_info.total_info .products {
    font-size: 14px;
    line-height: normal
  }
  .content-block_wrap .order-block_wrap .row_info.total_info .total_sum {
    line-height: normal
  }
  .content-block_wrap .order-block_wrap .row_info.total_info .send-btn {
    margin-top: 40px
  }
  .content-block_wrap .order-block_wrap .row_info.total_info .disc {
    font-size: 12px;
    line-height: normal;
    margin-top: 27px
  }
  .content-block_wrap .order-block_wrap .row_info label {
    font-size: 14px !important;
    margin-right: 0 !important;
    padding-left: 17px
  }
  .content-block_wrap .order-block_wrap .row_info label:after, .content-block_wrap .order-block_wrap .row_info label:before {
    top: 2px !important
  }
  .content-block_wrap .order-block_wrap .row_info input {
    font-size: 14px
  }
  .content-block_wrap .order-block_wrap .row_info .half-block {
    width: 100%;
    height: auto;
    margin-right: 0
  }
  .content-block_wrap .order-block_wrap .row_info .form-field {
    width: 100%
  }
  .content-block_wrap .order-block_wrap .row_info .form-field textarea {
    height: 80px
  }
  .content-block_wrap .order-block_wrap .row_info .form-field .placeholder {
    font-size: 14px
  }
  .content-block_wrap .order-block_wrap .row_info .form-field.focus .placeholder {
    font-size: 10px
  }
  .content-block_wrap .order-block_wrap .row_info .form-field .file-block {
    margin-top: 0
  }
  .content-block_wrap .order-block_wrap .row_info .form-field .file-block label:before {
    background: url(../images/download_dark.svg) no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    top: 6px !important
  }
  .content-block_wrap .order-block_wrap .row_info .form-field .file-block label:after {
    background-size: cover;
    width: 14px;
    height: 14px;
    top: 6px !important
  }
  .content-block_wrap .order-block_wrap .row_info .form-field .file-block label span {
    font-size: 12px;
    color: #31415d
  }
  .content-block_wrap .order-block_wrap .row_info .radio-field fieldset {
    margin-bottom: 10px
  }
  .content-block_wrap .order-block_wrap .row_info .radio-field .form-field {
    width: 100%
  }
  .content-block_wrap .basket-table_wrap .title-row_wrap {
    display: none
  }
  .content-block_wrap .basket-table_wrap .bottom-row_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    padding: 20px 15px 15px
  }
  .content-block_wrap .basket-table_wrap .bottom-row_wrap .order-text .sum {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 22px
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap {
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap:nth-child(2n+2) {
    background-color: #f3f7fb
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:first-child {
    display: none
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(2) {
    width: 125px;
    height: 89px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(3) {
    width: calc(100% - 130px);
    height: 89px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(4), .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(5), .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(6), .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(7), .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(8) {
    width: 100%
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(9) {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(9) a {
    font-size: 0;
    width: 12px;
    height: 12px;
    background: url(../images/close.svg) no-repeat;
    display: block;
    background-size: cover
  }
  .content-block_wrap .basket-table_wrap .content-row_wrap .cell span:first-child {
    display: block;
    width: 125px;
    text-align: left;
    margin-right: 5px
  }
  body.index main .sidebar-section_wrap .block-centered_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
  }
  body.index main .sidebar-section_wrap .sidebar-block {
    padding-bottom: 0
  }
  body:not(.index) .header--visible .middle-part_wrap .container .block.mobile {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 8;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-duration: .5s
  }
  body:not(.index) .header--visible.open .catalog-link_mobile-visible, body:not(.index) .header--visible.open .middle-part_wrap .container .block.mobile {
    z-index: -1
  }
  body:not(.index) .header--visible.open .mobile-menu-info_block .logotype {
    opacity: 1
  }
  body:not(.index) .header--hidden .middle-part_wrap .container .block.mobile {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  body:not(.index) .header--hidden .logotype {
    opacity: 0;
    z-index: -3 !important;
    transition: all .3s ease-in-out
  }
  body:not(.index) .header--hidden .catalog-link_mobile-visible {
    opacity: 1;
    z-index: 55;
    transition: all .3s ease-in-out
  }
  .content-block_wrap .product-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .content-block_wrap .product-list .product-block {
    margin: 0 10px 15px;
    width: 140px;
    border-width: 3px
  }
  .content-block_wrap .product-list .product-block .img-wrap {
    width: 100%
  }
  .content-block_wrap .product-list .product-block .info-block {
    padding: 8px 5px 9px
  }
  .content-block_wrap .product-list .product-block .info-block .info {
    font-size: 12px;
    line-height: 14px
  }
  .content-block_wrap .product-list .product-block .info-block .disc span {
    font-size: 11px
  }
  .content-block_wrap .product-list.clients {
    padding: 0 5px
  }
  .content-block_wrap .product-list.clients .product-block {
    margin: 0 5px 10px
  }
  .content-block_wrap .offer-form_block {
    background: #31415d
  }
  .content-block_wrap .offer-form_block h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding: 0
  }
  .content-block_wrap .offer-form_block .form_wrap fieldset .form-field {
    height: auto
  }
  .content-block_wrap .offer-form_block .form_wrap fieldset .file-block label {
    overflow: hidden
  }
  .content-block_wrap .offer-form_block .form_wrap fieldset .file-block label:before {
    background: url(../images/download.svg) no-repeat;
    background-size: contain
  }
  .content-block_wrap .offer-form_block .form_wrap fieldset .file-block label span {
    color: #a2bcd7 !important
  }
  .content-block_wrap .object-block_wrap {
    background-color: #f3f7fb;
    padding-top: 20px
  }
  .content-block_wrap .object-block_wrap h3 {
    text-align: center
  }
  .content-block_wrap .product-info_block {
    padding: 0 15px
  }
  .content-block_wrap .product-info_block .product-info_disc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 10px
  }
  .content-block_wrap .product-info_block .product-info_disc .img-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 290px
  }
  .content-block_wrap .product-info_block .product-info_disc .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .content-block_wrap .product-table {
    /* padding: 0 15px; */
    margin-bottom: 42px
  }
  .content-block_wrap .product-table .product-table-title_row .cell {
    display: none;
  }
	.content-block_wrap .product-table .product-table-title_row .cell:nth-child(1) {
        display: block;
		text-align: left;
		padding-left: 15px;
  }





  .content-block_wrap .product-table .product-table_row {
    margin-bottom: 15px
  }
  .content-block_wrap .product-table .product-table_row .cell {
    display: none
  }
  .content-block_wrap .product-table .product-table_row .cell:first-child {
    display: block
  }

    form.js-skip-default-submit  .product-table .cell {
        padding-left: 15px;
    }



  .content-block_wrap .work-step_wrap {
    background-color: #f3f7fb;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 40px
  }
  .content-block_wrap .work-step_wrap h3 {
    text-align: center
  }
  .content-block_wrap .work-step_wrap .info-block_wrap {
    padding: 0 25px;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .content-block_wrap .work-step_wrap .info-block_wrap .info-block {
    margin: 0 0 25px
  }
  .content-block_wrap .product-inner_wrap .bottom-part_wrap .nav-tabs, .content-block_wrap .product-inner_wrap .middle-part_wrap, .content-block_wrap .work-step_wrap .info-block_wrap .ic-block {
    display: none
  }
  .content-block_wrap .product-inner_wrap .bottom-part_wrap .tab-content {
    background-color: #f4f8fd
  }
  .content-block_wrap .product-inner_wrap .bottom-part_wrap .tab-content .tab-pane {
    padding: 15px 15px 20px
  }
  .content-block_wrap .product-inner_wrap .bottom-part_wrap .tab-content .tab-pane.active {
    border-bottom: 1px solid #fff
  }
  .content-block_wrap .product-inner_wrap .bottom-part_wrap .tab-content .tab_drawer_heading {
    display: block;
    background-color: #e8f0f9;
    font-family: TTProstoSans;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #5f6e89;
    border-bottom: 1px solid #fff
  }
  .content-block_wrap .product-inner_wrap .bottom-part_wrap .tab-content .tab_drawer_heading.active {
    border-bottom: 0
  }
  .content-block_wrap .product-inner_wrap .top-part_wrap {
    margin-bottom: 0
  }
  .content-block_wrap .product-inner_wrap .top-part_wrap .img-block {
    height: 220px;
    width: 289px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .content-block_wrap .product-inner_wrap .top-part_wrap .info-block {
    padding-bottom: 42px
  }
  .product-section_wrap {
    display: none
  }
  .form_wrap fieldset {
    margin-bottom: 0;
    position: relative
  }
  .form_wrap fieldset .form-field {
    margin-bottom: 10px
  }
  .form_wrap fieldset .form-field input, .form_wrap fieldset .form-field textarea {
    border-width: 1px
  }
  .form_wrap fieldset .form-field .placeholder {
    font-size: 16px
  }
  .form_wrap fieldset .send-btn {
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    width: 240px;
    display: block;
    margin: 0 auto;
    float: none
  }
  .form_wrap fieldset .check-field {
    padding-top: 48px;
    margin-bottom: 20px
  }
  .form_wrap fieldset .file-block {
    float: none;
    margin-top: 0;
    position: absolute;
    top: -115px;
    padding-left: 0;
    left: 0
  }
  footer {
    padding: 27px 26px 32px
  }
  footer .top-part_wrap {
    margin-bottom: 40px
  }
  footer .top-part_wrap .logotype {
    width: 226px;
    height: 35px;
    margin: 0 auto
  }
  footer .middle-part_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 54px
  }
  footer .middle-part_wrap .block {
    width: 100%;
    margin-bottom: 35px
  }
  footer .middle-part_wrap .block ul li:first-child {
    margin-bottom: 12px
  }
  footer .middle-part_wrap .block ul li a {
    font-size: 14px
  }
  footer .middle-part_wrap .block.info {
    margin-bottom: 0
  }
  footer .middle-part_wrap .block.info .phone-block {
    margin-bottom: 32px
  }
  footer .middle-part_wrap .block.info .phone-block a {
    padding-left: 0 !important;
    margin-left: 0 !important
  }
  footer .middle-part_wrap .block.info .phone-block a:first-child:before {
    display: none
  }
  footer .middle-part_wrap .block.info .adress-block {
    padding-left: 0;
    margin-bottom: 32px
  }
  footer .middle-part_wrap .block.info .adress-block a {
    padding-left: 0 !important;
    margin-left: 0 !important
  }
  footer .middle-part_wrap .block.info .adress-block span {
    padding-left: 0
  }
  footer .middle-part_wrap .block.info .adress-block a:first-child:before {
    display: none
  }
  footer .middle-part_wrap .block.info .mail-block {
    padding-left: 0;
    margin-bottom: 0
  }
  footer .middle-part_wrap .block.info .mail-block a {
    padding-left: 0 !important;
    margin-left: 0 !important
  }
  footer .middle-part_wrap .block.info .mail-block span {
    padding-left: 0
  }
  footer .middle-part_wrap .block.info .mail-block a:first-child:before {
    display: none
  }
  footer .bottom-part_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  footer .bottom-part_wrap .copyright {
    font-weight: 700;
    font-size: 11px;
    line-height: 1.18;
    margin-bottom: 10px
  }
  footer .bottom-part_wrap .info {
    font-weight: 400;
    font-size: 11px;
    line-height: 1.18;
    margin-bottom: 32px
  }
  header {
    background-image: linear-gradient(180deg, #5f6e89, #3e4d69)
  }
  header .top-part_wrap {
    background: transparent;
    border-bottom: 1px solid #9cafc3
  }
  header .top-part_wrap .container {
    height: 45px
  }
  header .top-part_wrap .mobile-menu_btn {
    width: 17px;
    height: 15px;
    top: 16px;
    left: 18px;
    cursor: pointer
  }
  header .top-part_wrap .mobile-menu_btn, header .top-part_wrap .mobile-menu_btn span {
    display: block;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .3s ease-in-out
  }
  header .top-part_wrap .mobile-menu_btn span {
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0
  }
  header .top-part_wrap .mobile-menu_btn span:first-child {
    top: 0
  }
  header .top-part_wrap .mobile-menu_btn span:nth-child(2), header .top-part_wrap .mobile-menu_btn span:nth-child(3) {
    top: 6px
  }
  header .top-part_wrap .mobile-menu_btn span:nth-child(4) {
    top: 12px
  }
  header .top-part_wrap .mobile-menu_btn.open span:first-child {
    top: 12px;
    left: 50%;
    width: 0
  }
  header .top-part_wrap .mobile-menu_btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  header .top-part_wrap .mobile-menu_btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  header .top-part_wrap .mobile-menu_btn.open span:nth-child(4) {
    top: 12px;
    left: 50%;
    width: 0
  }
  header .top-part_wrap .menu_wrap, header .top-part_wrap .searh-block_wrap {
		visibility: hidden;
		opacity: 0;
  }

  #js-search-content {
      transition: all 0.5s;
  }
  header .middle-part_wrap {
    background: transparent;
    padding: 29px 0 27px
  }
  header .middle-part_wrap .container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  header .middle-part_wrap .container .block {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  header .middle-part_wrap .container .block a {
    margin-right: 0
  }
  header .middle-part_wrap .container .block.adress {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    text-align: center
  }
  header .middle-part_wrap .container .block.adress a {
    margin-left: 0;
    padding-left: 0
  }
  header .middle-part_wrap .container .block.adress a:before {
    display: none
  }
  header .middle-part_wrap .container .block.adress span {
    display: block;
    text-align: center
  }
  header .middle-part_wrap .container .block.adress .adress-block {
    margin-bottom: 0
  }
  header .middle-part_wrap .container .block.adress .adress-block span {
    margin-top: 5px
  }
  header .middle-part_wrap .container .block.adress .mail-block a {
    display: none
  }
  header .middle-part_wrap .container .block.phone {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    text-align: center;
    margin-top: 33px;
    margin-bottom: 35px
  }
  header .middle-part_wrap .container .block.phone a {
    margin-left: 0;
    padding-left: 0
  }
  header .middle-part_wrap .container .block.phone a:before {
    display: none
  }
  header .middle-part_wrap .container .block.mobile {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 38px 17px 0
  }
  header .middle-part_wrap .container .block.mobile .catalog_link {
    margin-bottom: 21px;
    text-transform: uppercase;
    line-height: 40px;
    font-family: TTProstoSans;
    width: 286px;
    height: 40px;
    border-radius: 3px;
    background-color: #d5e3f3;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #31415d
  }
  header .middle-part_wrap .container .block.mobile .spec_link {
    margin-bottom: 22px;
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #c3d8ee;
    border-bottom: 1px dashed #c3d8ee
  }
  header .middle-part_wrap .container .block.mobile p {
    font-family: ProximaNova;
    font-size: 13px;
    text-align: center;
    color: #5f6e89
  }
  header .middle-part_wrap .container .block.basket {
    position: absolute;
    top: 14px;
    right: 7px;
    margin: 0;
    width: 34px
  }
  header .middle-part_wrap .container .block.basket .basket_link {
    font-size: 0
  }
  header .middle-part_wrap .container .block.basket .basket_link:before {
    width: 18px;
    height: 20px;
    top: -17px;
    left: 3px
  }
  header .middle-part_wrap .container .block.basket .basket_goods {
    font-size: 0;
    margin: 0;
    position: absolute;
    top: -3px;
    right: 0
  }
  header .middle-part_wrap .container .block.basket .basket_goods span {
    font-family: ProximaNova;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 40%;
    background-color: #f01321
  }
  header .bottom-part_wrap {
    display: none
  }
  header .bottom-part_wrap .container {
    height: auto
  }
  header .bottom-part_wrap .container .nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .sidebar-section_wrap .sidebar-block {
    width: 100%
  }
  .sidebar-section_wrap .sidebar-block .block-title {
    display: block;
    margin: 40px 0 30px;
    font-family: TTProstoSans;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #25314a
  }
  .sidebar-section_wrap .sidebar-block li {
    border-bottom: 1px solid #d5e3f3;
    margin-bottom: 0 !important
  }
  .sidebar-section_wrap .sidebar-block .hide_btn {
    display: block;
    width: 125px;
    font-family: TTProstoSans;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px dashed #a2bcd7;
    color: #a2bcd7;
    margin: 22px auto 25px
  }
  .sidebar-section_wrap .slider-block_wrap {
    padding: 15px 15px 18px;
    width: 100%
  }
  .sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .img-block {
    width: 100%;
    background-image: none !important
  }
  .sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .img-block img {
    max-width: 100%;
    display: block
  }
  .sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block {
    position: relative;
    padding: 9px 5px 15px 14px;
    background: #31415d
  }
  .sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block h3 {
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 8px
  }
  .sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
  .sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block .info .disc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.38;
    margin-bottom: 3px
  }
  .sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block .info .price {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 5px
  }
  .sidebar-section_wrap .slider-block_wrap .slider-block .slider-item .info-block .info .more {
    display: inline-block;
    font-family: TTProstoSans;
    font-size: 13px;
    font-weight: 700;
    line-height: 2.69;
    text-decoration: underline;
    text-align: left;
    color: #fff
  }
  .sidebar-section_wrap .slider-block_wrap .slider-block .slick-dots {
    position: relative;
    bottom: 0;
    background: #31415d;
    padding-bottom: 20px
  }
  .advice-section_wrap {
    padding: 44px 40px 60px;
    background: #31415d
  }
  .advice-section_wrap h2 {
    font-size: 30px;
    line-height: 1.23
  }
  .advice-section_wrap .disc {
    margin-bottom: 39px
  }
  .advice-section_wrap .form_wrap .send-btn {
    font-size: 15px
  }
  .about-section_wrap {
    padding: 61px 15px 71px
  }
  .about-section_wrap h2 {
    font-size: 30px;
    margin-bottom: 75px
  }
  .about-section_wrap .info-block_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .about-section_wrap .info-block_wrap .info-block {
    width: auto;
    margin: 0 auto !important;
    margin-bottom: 55px !important
  }
  .about-section_wrap .info-block_wrap .info-block:last-of-type {
    margin-bottom: 0 !important
  }
  .certificate-section_wrap {
    padding: 42px 15px 56px
  }
  .certificate-section_wrap h2 {
    font-size: 30px;
    margin-bottom: 32px;
    line-height: 1.17;
    letter-spacing: -.5px
  }
  .certificate-section_wrap .disc {
    width: 100%;
    font-size: 18px;
    line-height: 1.28
  }
  .certificate-section_wrap .img-block_wrap {
    max-width: 226px;
    margin: 0 auto
  }
  .certificate-section_wrap .img-block_wrap .slick-slide {
    margin: 0 5px
  }
  .certificate-section_wrap .img-block_wrap .slick-dots {
    margin-top: 34px
  }
  .info-section_wrap {
    display: none
  }
  .seo-section_wrap {
    padding: 36px 15px 45px
  }
  .seo-section_wrap h2 {
    font-size: 24px;
    margin-bottom: 54px;
	line-height: 32px;
  }
  .seo-section_wrap .block-list_warp .block h3 {
    text-align: center
  }
  .seo-section_wrap .block-list_warp .slick-dots {
    margin-top: 32px
  }
  .specification-section_wrap {
    padding: 49px 38px 62px;
    background: #31415d
  }
  .specification-section_wrap h2 {
    font-size: 30px
  }
  .specification-section_wrap .disc {
    width: 100%;
    margin-bottom: 24px
  }
  .form_wrap fieldset .form-field {
    float: none;
    width: 100%
  }
  .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .slick-dots li {
    margin: 0 6.5px !important
  }
  .slick-dots li, .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    display: block
  }
  .slick-dots li button {
    background: transparent !important;
    border-radius: 100% !important;
    border: 2px solid #c3d8ee !important;
    font-size: 0;
    padding: 0;
    transition: all .3s ease-in-out
  }
  .slick-dots li.slick-active button {
    transition: all .3s ease-in-out;
    border-color: #d51d29 !important;
    background: #d51d29 !important
  }
}

@media (min-width:768px) and (max-width:1008px) {
  main .content-block_wrap .reviews-block_wrap .reviews-block:nth-child(3n+3) {
    margin-right: 0
  }
}

@media (min-width:1024px) and (max-width:1170px) {
  .content-block_wrap .work-step_wrap .info-block_wrap .info-block:after {
    right: -60px
  }
}

@media (min-width:1170px) {
  header .top-part_wrap .catalog-link_mobile-visible, header .top-part_wrap .container:after, header .top-part_wrap .container:before, header .top-part_wrap .mobile-menu-info_block, header .top-part_wrap .mobile-menu_btn {
    display: none
  }
  header .bottom-part_wrap .container .nav-list li a {
    padding: 0 11px
  }
  body:not(.index) main .sidebar-section_wrap.basket, body:not(.index) main .sidebar-section_wrap.order {
    display: none
  }
}

@media (min-width:1190px) {
  .content-block_wrap .product-inner_wrap .top-part_wrap .info-block {
    width: calc(100% - 388px);
    max-width: 454px
  }
  .content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap .buy_btn {
    width: calc(50% - 5px);
    margin-right: 5px
  }
  .content-block_wrap .product-inner_wrap .top-part_wrap .info-block .buy-btn_wrap .one-click_btn {
    width: calc(50% - 5px);
    margin-left: 5px
  }
  .content-block_wrap .history-block_wrap .history-blocks_wrap, .content-block_wrap .same-product_wrap .same-product_block {
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between */
  }
  .content-block_wrap .offer-form_block fieldset.half {
    width: 48%
  }
  .content-block_wrap .offer-form_block fieldset.half .form-field {
    width: 100%
  }
  header .middle-part_wrap .container, header .top-part_wrap .container {
    max-width: 1440px;
    padding: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  header .middle-part_wrap .container:after, header .middle-part_wrap .container:before {
    display: none
  }
  header .middle-part_wrap .container .block {
    margin: 0
  }
  header .bottom-part_wrap .container {
    max-width: 1440px;
    padding: 0 20px
  }
  header .bottom-part_wrap .container:after, header .bottom-part_wrap .container:before {
    display: none
  }
  header .bottom-part_wrap .container .nav-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0
  }
  footer .container {
    max-width: 1440px;
    padding: 0 20px
  }
  body:not(.index) main {
    padding: 0 20px
  }
  body:not(.index) main .content-block_wrap {
    width: calc(100% - 380px);
    max-width: 1150px
  }
  body:not(.index) main .content-block_wrap.basket {
    width: 100%;
    max-width: 100%;
    margin-left: 0
  }
  body:not(.index) main .content-block_wrap.basket .container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto
  }
  body:not(.index) main .content-block_wrap.order {
    width: 100%;
    max-width: 100%;
    margin-left: 0
  }
  body:not(.index) main .content-block_wrap.order .container {
    width: 100%;
    max-width: 1610px;
    margin: 0 auto;
    padding: 0 35px
  }
  .index main .sidebar-section_wrap {
    background: #f4f9fd
  }
  .index main .sidebar-section_wrap .block-centered_content {
    max-width: 1605px;
    margin: 0 auto
  }
  .index main .product-section_wrap .container {
    max-width: 1320px;
    padding: 0 30px;
    margin: 0 auto
  }
}

@media (min-width:1429px) {
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block:last-child, .content-block_wrap .same-product_wrap .same-product_block .product-block:last-child {
    display: block
  }
}

@media (max-width:1190px) {
  /* .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block:nth-child(4) {
    margin-right: 0
  } */
  .content-block_wrap .same-product_wrap .same-product_block .product-block:nth-child(4) {
    margin-right: 0
  }
}




@media (min-width:320px) and (max-width:492px) {
    .content-block_wrap .product-list {
        /* padding: 0 10px */
    }
    .content-block_wrap .product-list .product-block,
    .content-block_wrap .same-product_wrap .same-product_block .product-block {
        width: calc(50% - 10px);
        /* margin: 0 5px 10px; */
        max-width: 226px;
        /* min-width: 140px */

        margin: 0 15px 15px 0;
    }
    .content-block_wrap .product-list .product-block:nth-child(2n),
    .content-block_wrap .same-product_wrap .same-product_block .product-block:nth-child(2n) {
        margin: 0 0 15px 0;
    }
}



@media (min-width:400px) and (max-width:492px) {
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    max-width: 226px;
    min-width: 140px
  }
}
@media (min-width:320px) and (max-width:400px) {
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block {
    width: auto;
    margin: 0 5px 10px;
    max-width: 226px;
    min-width: 140px
  }
  main .content-block_wrap .history-block_wrap .history-blocks_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}








@media (min-width:493px) and (max-width:744px) {
  .content-block_wrap .product-list {
    /* padding: 0 10px */
  }
  .content-block_wrap .product-list .product-block {
    width: calc(33.3333% - 15px);
    /* margin: 0 7.5px 15px; */
    max-width: 226px;
    min-width: 140px;
    margin: 0 15px 15px 0;
  }
  .content-block_wrap .same-product_wrap .same-product_block {
    padding: 0 10px
  }
  .content-block_wrap .same-product_wrap .same-product_block .product-block {
    width: calc(33.3333% - 15px);
    /* margin: 0 7.5px 15px; */
    max-width: 226px;
    min-width: 140px
  }
  .content-block_wrap .history-block_wrap .history-blocks_wrap {
    padding: 0 10px
  }
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block {
    width: calc(33.3333% - 15px);
    /* margin: 0 7.5px 15px; */
    max-width: 226px;
    min-width: 140px;
    margin: 0 15px 15px 0;
  }
  .content-block_wrap .product-list .product-block:nth-child(3n),
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block:nth-child(3n) {
      margin: 0 0 15px 0;
  }
}

@media (min-width:745px) and (max-width:784px) {
  .content-block_wrap .product-list {
    padding: 0 30px
  }
  .content-block_wrap .product-list .product-block {
    width: calc(33.3333% - 15px);
    margin: 0 7.5px 15px;
    max-width: 226px;
    min-width: 140px
  }
  .content-block_wrap .same-product_wrap .same-product_block {
    padding: 0 30px
  }
  .content-block_wrap .same-product_wrap .same-product_block .product-block {
    width: calc(33.3333% - 15px);
    margin: 0 7.5px 15px;
    max-width: 226px;
    min-width: 140px
  }
  .content-block_wrap .history-block_wrap .history-blocks_wrap {
    padding: 0 30px
  }
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block {
    width: calc(33.3333% - 15px);
    margin: 0 7.5px 15px;
    max-width: 226px;
    min-width: 140px
  }
}

@media (min-width:785px) and (max-width:1024px) {
  .content-block_wrap .product-list {
    padding: 0 30px
  }
  .content-block_wrap .product-list .product-block {
    width: calc(25% - 15px);
    margin: 0 7.5px 15px;
    max-width: 226px;
    min-width: 140px
  }
  .content-block_wrap .same-product_wrap .same-product_block {
    padding: 0 30px
  }
  .content-block_wrap .same-product_wrap .same-product_block .product-block {
    width: calc(25% - 15px);
    margin: 0 7.5px 15px;
    max-width: 226px;
    min-width: 140px
  }
  .content-block_wrap .history-block_wrap .history-blocks_wrap {
    padding: 0 30px
  }
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block {
    width: calc(25% - 15px);
    margin: 0 7.5px 15px;
    max-width: 226px;
    min-width: 140px
  }
}

@media (min-width:1025px) and (max-width:1170px) {
  .content-block_wrap .product-list {
    padding: 0 30px
  }
  .content-block_wrap .product-list .product-block {
    width: calc(20% - 15px);
    margin: 0 7.5px 15px;
    max-width: 226px;
    min-width: 140px
  }
  .content-block_wrap .same-product_wrap .same-product_block {
    padding: 0 30px
  }
  .content-block_wrap .same-product_wrap .same-product_block .product-block {
    width: calc(20% - 15px);
    margin: 0 7.5px 15px;
    max-width: 226px;
    min-width: 140px
  }
  .content-block_wrap .same-product_wrap .same-product_block .product-block:nth-child(5) {
    display: block
  }
  .content-block_wrap .history-block_wrap .history-blocks_wrap {
    padding: 0 30px
  }
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block {
    width: calc(20% - 15px);
    margin: 0 15px 15px 0;
    max-width: 226px;
    min-width: 140px
  }
  /* .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block:nth-child(5) {
    display: block
  } */
}

/* @media (min-width:1171px) and (max-width:1189px) {
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block:nth-child(3n+3), .content-block_wrap .product-list .product-block:nth-child(3n+3), .content-block_wrap .same-product_wrap .same-product_block .product-block:nth-child(3n+3) {
    margin-right: 0
  }
} */

@media (min-width:1171px) and (max-width:1189px) {
  .content-block_wrap .product-list .product-block:nth-child(3n+3), .content-block_wrap .same-product_wrap .same-product_block .product-block:nth-child(3n+3) {
    margin-right: 0
  }
}


@media (min-width:1190px) and (max-width:1428px) {
  .content-block_wrap .product-list .product-block {
    width: calc(25% - 12px);
    max-width: 240px
  }
  .content-block_wrap .product-list .product-block:nth-child(4n+4) {
    margin-right: 0
  }
  .content-block_wrap .same-product_wrap .same-product_block .product-block {
    width: calc(25% - 12px);
    max-width: 240px
  }
  .content-block_wrap .same-product_wrap .same-product_block .product-block:nth-child(4n+4) {
    margin-right: 0
  }
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block {
    width: calc(25% - 12px);
    max-width: 240px
  }
  /* .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block:nth-child(4n+4) {
    margin-right: 0
  } */
}

@media (min-width:1429px) {
  .content-block_wrap .product-list .product-block {
    width: calc(20% - 12px);
    max-width: 240px
  }
  .content-block_wrap .product-list .product-block:nth-child(5n+5) {
    margin-right: 0
  }
  .content-block_wrap .same-product_wrap .same-product_block .product-block {
    width: calc(20% - 12px);
    max-width: 240px
  }
  .content-block_wrap .same-product_wrap .same-product_block .product-block:nth-child(5n+5) {
    margin-right: 0
  }
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block {
    width: calc(20% - 12px);
    max-width: 240px
  }
  /* .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block:nth-child(5n+5) {
    margin-right: 0
  } */
}

@media (min-width:1400px) {
  body:not(.index) main .content-block_wrap {
    margin-left: 35px;
    width: calc(100% - 395px)
  }
  body:not(.index) main .content-block_wrap .product-inner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  body:not(.index) main .content-block_wrap .product-inner_wrap .top-part_wrap {
    width: 75%;
    max-width: 840px
  }
  body:not(.index) main .content-block_wrap .product-inner_wrap .middle-part_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    min-width: 200px;
    width: 25%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  body:not(.index) main .content-block_wrap .product-inner_wrap .middle-part_wrap .block {
    max-width: 200px
  }
  body:not(.index) main .content-block_wrap .product-inner_wrap .middle-part_wrap .block .img-wrap {
    width: 70px
  }
  body:not(.index) main .content-block_wrap .product-inner_wrap .middle-part_wrap .block .img-wrap img {
    margin: 0 auto;
    display: block
  }
  body:not(.index) main .content-block_wrap .product-inner_wrap .bottom-part_wrap {
    width: 100%
  }
}

@media (min-width:1171px) and (max-width:1189px) {
  .content-block_wrap .same-product_wrap .same-product_block .product-block {
    width: calc(25% - 15px);
    margin: 0 7.5px 15px;
    max-width: 226px;
    min-width: 140px
  }
}
@media (min-width:1171px) and (max-width:1189px) {
  .content-block_wrap .history-block_wrap .history-blocks_wrap .history-block {
    width: calc(25% - 15px);
    margin: 0 15px 15px 0;
    max-width: 226px;
    min-width: 140px
  }
}






@media (min-width:320px) and (max-width:420px) {
  .content-block_wrap .objects-block_wrap .object-block .img-block {
    width: 100%;
    height: auto
  }
  .content-block_wrap .objects-block_wrap .object-block .img-block img {
    width: 100%
  }
}

.tricky {
  cursor: pointer;
}

.content-block_wrap.order .breadcrumbs, .content-block_wrap.order .person-select_block, .content-block_wrap.order h1 {
  padding-left: 22px;
}

.content-block_wrap .order-block_wrap .person-select_block.row_info {
  padding-top: 0;
}

.content-block_wrap .order-block_wrap .person-select_block.row_info .radio-inline {
  padding-left: 0;
}

.file-field input[type=button] {
  display: none;
}

.file-field a {
  padding-left: 35px;
  margin-top: 5px;
}

#bx-soa-properties .alert.alert-danger {
  visibility: hidden;
}

.content-block_wrap .order-block_wrap .row_title a:hover {
  /* border-color: transparent; */
}

;
.content-block_wrap .history-block_wrap .history-blocks_wrap {
  justify-content: flex-start !important;
}
.pagination__bl {
    margin-top: 25px;
}


.text {
  font-family: ProximaNova;
}
font.text {
	padding-top: 20px;
	display: flex;
}
font.text b,
font.text a,
font.text div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin: 0 11px;
	font-size: 14px;
}
font.text a > div {
	margin: 0;
}

@media only screen and (max-width: 991px){
    .pagination__bl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    font.text div{
    	margin: 0 8px;
    	font-size: 14px;
    }

}


.product-table {
  line-height: 14px;
}
@media only screen and (max-width: 1170px) {
    .search-page {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    .search-page {
        padding: 0 15px;
    }
}


.search-page input[type="text"] {
  border: none;
  background: #fff;
  border-bottom: 2px solid #5f6e89;
  font-family: ProximaNova;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 20px 0;
  max-width: 350px;
  padding: 10px;
}

.search-page input[type="submit"] {
  display: block;
  display: inline-block;
  vertical-align: top;
  width: 290px;
  height: 50px;
  line-height: 50px;
  font-family: ProximaNova;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #e8edee;
  background-color: #5f6e89;
  border: none;
  transition: all .3s ease-in-out;
  text-align: center;
}

.search-page input[type="submit"]:hover {
  background-color: #31415d;
}

@media only screen and (max-width: 767px) {
    .search-page input[type="text"] {
        max-width: 290px;
    }



}
@media only screen and (max-width: 640px) {

    .search-page input[type="text"],
    .search-page input[type="submit"] {
        display: flex;
        margin: 0 0 20px 0;
        max-width: 100%;
        width: 100%;
    }
    .search-page input[type="submit"] {
        -webkit-box-pack: center;
           -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-flex-item-align: center;
         -ms-grid-row-align: center;
            align-self: center;
    }
    .search-page form {
        display: flex;
        flex-flow: column nowrap;
    }
}



.content-block_wrap .object-block_wrap .object-slider .slick-arrow.slick-disabled {
  display: none !important;
}

#basket .modal-body .body .product-info_wrap .img-block {
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
        flex: 0 0 100px;
}

#basket .modal-body .body .product-info_wrap .img-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#basket .modal-body .body .product-info_wrap {
  align-items: center;
}

#basket .modal-body .body .btn_wrap {
  margin-bottom: -20px;
}

#basket .modal-body .body .product-info_wrap {
  margin-bottom: 35px;
}

header .middle-part_wrap .block.phone .call-back_btn {
  font-size: 13px !important;
  /* border: none; */
}

.content-block_wrap .product-info_block .product-info_wrap .product_info .tricky {
  white-space: nowrap;
}

.content-block_wrap .product-info_block .product-info_wrap {
  display: block;
}

.content-block_wrap .product-info_block .product-info_wrap .product_info {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px 0;
}

/*
@media only screen and (max-width: 980px){
	.content-block_wrap .product-list .product-block .img-wrap img{
		max-width: 160px;
	max-height: 160px;
	}
}
@media only screen and (max-width: 767px){
	.content-block_wrap .product-list .product-block .img-wrap img{
		max-width: 120px;
	max-height: 120px;
	}
}*/

/*
body:not(.index) header .top-part_wrap{
	z-index: 1000;
} */

/*@media only screen and (max-width: 380px){
	.content-block_wrap .product-list .product-block{
		width: 100%;
		max-width: 100%;
	}
} */

body:not(.index) header .top-part_wrap {
  transition: 0.3s;
}

body:not(.index) header.open .top-part_wrap {
  z-index: 1000;
}

@media only screen and (max-width: 1170px) {
  .index header.open .top-part_wrap .menu_wrap {
    padding-top: 28px;
  }

}

.content-block_wrap .product-list .product-block .img-wrap {
  justify-content: center;
}


@media only screen and (max-width: 1170px) {
    .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(5),
    .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(6),
    .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(7),
    .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(8) {
        -webkit-box-align: center;
           -ms-flex-align: center;
              align-items: center;
       -ms-flex-line-pack: center;
            align-content: center;
               min-height: 25px;
    }
    .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(5) i.rub,
    .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(8) i.rub {
        display: inline-block;
        margin-top: -2px;
        margin-left: 3px;
        line-height: 0.5;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}
@media only screen and (max-width: 767px) {
    .content-block_wrap .basket-table_wrap .content-row_wrap .cell:nth-child(4) {
        -webkit-box-align: center;
           -ms-flex-align: center;
              align-items: center;
       -ms-flex-line-pack: center;
            align-content: center;
               min-height: 25px;
    }
}
/* .basket-table_wrap .content-row_wrap .cell .rub {
	display: contents;
} */


.sale_order_full_table {
	margin-left: 22px;
    font-family: "ProximaNova";
	font-size: 16px;
}

.next-page {
	display: inline-block;
	margin-right: -4px;
	background: url(../images/angle.svg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	width: 10px;
	height: 17px;
}
.prev-page {
	display: inline-block;
	margin-right: -4px;
	background: url(../images/angle.svg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	width: 10px;
	height: 17px;
	transform: rotate(180deg);
}

.product-info_block .title {
    color: #31415d;
}

.js-other-variants-button {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 6px;
    font-weight: 600;
    border-bottom: 1px dashed #31415d;
    line-height: 15px;
    /* text-decoration: underline;
    text-decoration-style: dashed; */
    transition: all 0.3s ease-in-out;
}

.js-other-variants-button:hover {
    color: #5f6e89;
    border-bottom: 1px dashed transparent;
    /* text-decoration: none; */
}
.js-other-variants-button:focus {
    outline: none;
}
.js-other-variants-container {
    display: none;
}
@media (min-width: 320px) and (max-width: 640px) {
.content-block_wrap .requisite-table table tr td:first-child {
    width: 130px;
}
    }
}

/* Поиск в шапке — только CSS, без изменения шаблона */
.searh-block_wrap {
    display: block;
    max-width: 420px;
}

.searh-block_wrap form {
    position: relative;
    display: block;
}

.searh-block_wrap input[type="text"] {
    width: 100%;
    padding: 10px 36px 10px 40px; /* слева — место под иконку */
    font-size: 14px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    background-color: #e8f0f9; /* требуемый фон */
    color: #333;

    /* Иконка лупы через background */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 16px 16px;
    max-height: 30px;
}

.searh-block_wrap input[type="text"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0,123,255,.25);
}

/* Позиционирование кнопки очистки */
.searh-block_wrap .clear_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    display: none;
    z-index: 3;
}

.searh-block_wrap .clear_btn.visible {
    display: block;
}

/* Блок цен новый вывод */
.price-block {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.price-title {
    font-weight: 700;
    font-size: 20px;
    margin-right: 15px;
    min-width: 40px;
    color: #31415d;
    font-family: ProximaNova;
}

.price-values {
    flex: 1;
}

.price-rozn,
.price-opt {
    margin-bottom: 5px;
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .price-rozn {
    font-family: ProximaNova;
    font-size: 15px;
    font-weight: 500;
    color: #31415d;
}

.content-block_wrap .product-inner_wrap .top-part_wrap .info-block .price-opt {
    font-family: ProximaNova;
    font-size: 15px;
    font-weight: 500;
    color: #31415d;
}
.price-opt-values{
	font-weight: 700;
	font-size: 20px;
}
.price-details{
	margin-top: 12%;
	font-weight: 400;
	font-size: 14px;
}

.price-details {
    margin-right: auto; /* Прижимает к правому краю */
    text-align: left;
}
.price-no-price{
	font-weight: 400;
	font-size: 16px;
}
.price-opt-values-title{
	font-size: 20px;
}
