@import url("../font/Museo/font.css");
@import url("../styles/add.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

body {
  font-size: 14px;
  margin: 0;
  background: #f2f2f2;
  color: #0e0e0e;
  font-weight: 400;
  font-family: Museo Sans, sans-serif;
  overflow-x: hidden;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

a.city-cont {
    display: block;
    width: 23%;
    margin: 5px 12px 5px 0px;
    font-size: 17px;
    padding: 5px 5px 5px 16px;
    line-height: 25px;
    clear: both;
    border: 1px solid #e4f1fb;
    border-radius: 8px;
}

body.over {
  overflow: hidden
}

button#livechat_mobile {
    outline: none;
    text-decoration: none;
}

p {
  margin: 10px 0 15px
}

p:first-child {
  margin-top: 0
}

* {
  box-sizing: border-box
}

.focus,
:focus {
  outline: 3px auto #d3dae0;
}

a {
  color: inherit
}

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

.wrapper {
  overflow-x: hidden;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
  overflow: hidden
}

.container,
.wrapper {
  position: relative;
  width: 100%
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2
}

.container_pos {
  position: static
}

.btn-secondary {
    background: #367CAF;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1;
    margin: 15px auto;
    margin-bottom: 0;
    cursor: pointer;
    padding: 11px 47px;
    display: block;
    width: 210px;
    text-align: center;
    font-family: Museo Sans, sans-serif;
}
a.podrobnee {
    margin: 17px 10px 22px 10px;
    display: block;
    font-size: 16px;
    color: #367CAF;
}

.title-2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 128%;
  position: relative;
  margin: 0;
  padding-bottom: 23px;
  margin-bottom: 20px;
  width: 95%;
  letter-spacing: .9px;
  display:block;
}

.title-2:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 5px;
  background-color: #367CAF;
  bottom: 0;
  left: 0
}

.title-3 {
  font-weight: 700;
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #132d31
}

.title-3 span {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.33;
  color: #367CAF
}

.title-4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: .2px;
  margin: 0;
}

.logo {
  display: block;
  font-size: 0
}

.logo,
.logo img {
  width: 100%
}

.ttu {
  text-transform: uppercase
}

.tac {
  text-align: center
}

.tal {
  text-align: left
}

.bold {
  font-weight: 700
}

.light {
  font-weight: 300
}

.block {
  display: block
}

.z1 {
  z-index: 1
}

.z2 {
  z-index: 2
}

.z3 {
  z-index: 3
}

.z4 {
  z-index: 4
}

.z6 {
  z-index: 6
}

img {
  max-width: 100%
}

.hidden {
  display: none!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0
}

[role=button] {
  cursor: pointer
}

.hidden_desktop {
  display: none!important
}

body.safari .nav__wrap {
  padding-bottom: 60px
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.tt-u {
  text-transform: uppercase
}

.tt-n {
  text-transform: none
}

.text-middle {
  font-size: 1.28571rem
}

.header {
  background-color: #fff
}

.header__mobile {
  display: none
}

.header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__inner {
  width: 100%
}

.header__menu-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header__top {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 9px;
  padding-top: 20px;
  padding-bottom: 20px
}

.header__bottom {
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
  padding: 16px 0
}

.header__logo {
  -ms-flex: 0 1 333px;
  flex: 0 1 333px;
  margin-right: 30px
}

.header__nav {
  -ms-flex: 0 1 744px;
  flex: 0 1 744px
}

.header__contacts {
      display: inline-block;
    align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  float: right;
  justify-content: flex-start
}

.header__search {
  padding: 20px 0;
  position: relative
}

.header__search-input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 8px;
  line-height: 50px;
  padding-left: 23px;
  padding-right: 130px;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none
}

.header__search-button,
.header__search-input {
  outline: none;
  height: 50px;
  font-family: Museo Sans, sans-serif
}

.header__search-button {
  background-color: #367CAF;
  color: #fff;
  border-radius: 8px;
  width: 104px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.2px;
  transition: background-color .2s
}

.header__search-button:hover {
  background-color: #255e88
}

.footer {
  margin-top: -220px;
  padding-top: 290px;
  padding-bottom: 20px;
  background-color: #fff
}

.footer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.footer__col {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-bottom: 30px;
  -ms-flex-preferred-size: calc(100% / 3 - 60px / 3);
  flex-basis: calc(100% / 3 - 60px / 3);
  max-width: calc(100% / 3 - 60px / 3);
  margin-bottom: 0
}

.footer__col,
.footer__col:nth-child(4n) {
  margin-right: 30px
}

.footer__col:nth-child(3n) {
  margin-right: 0
}

.footer__logo {
  padding-left: 9px;
  max-width: 343px;
  margin-bottom: 32px
}

.footer__descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .2px;
  color: hsla(0, 0%, 9%, .8);
  margin-bottom: 24px
}

.footer__copy {
  text-transform: uppercase;
  color: #367CAF;
  font-size: 16px;
  line-height: 1.25
}

nav.nav.foot {
    border-top: 1px solid #e0e0e0;
    margin-top: 19px;
}

nav.nav.foot ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
    padding-top: 16px;
    -ms-flex-align: center;
    align-items: center;
}
nav.nav.foot a {
    font-size: 15px;
    padding: 9px 12px 9px 12px;
}

nav.nav.foot a:hover, nav.nav.foot a:active{border:none}

.footer__copy,
.footer__subtitle {
  font-weight: 700;
  letter-spacing: 1px
}

.footer__subtitle {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
  padding-top: 3px
}

.footer__contacts .contacts__item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 24px
}

.footer__contacts .contacts__item-label {
  margin-top: -5px;
  font-style: italic;
  letter-spacing: .2px;
  color: hsla(0, 0%, 9%, .8);
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  margin-bottom: 17px;
  font-weight: 300
}

.footer__sched {
  margin-bottom: 18px;
  opacity: .8
}

.footer__sched-label {
  letter-spacing: .2px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.footer__sched-value {
  font-size: 18px
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}

.nav a {
  letter-spacing: .2px;
  color: hsla(0, 0%, 9%, .52);
  transition: color .2s, border-color .2s;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent
}

.nav a.active,
.nav a:hover {
  color: #2d2d2d;
  border-color: #367CAF
}

.fancybox-container {
  overflow: hidden
}

.fancybox-close-small {
  display: none
}

.fancybox-slide>* {
  margin: 0;
  overflow: visible
}

.button {
  background: hsla(0, 0%, 100%, .3);
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 8px;
  padding: 17px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  outline: none;
  width: 100%;
  font-family: Museo Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background .2s
}

.button:hover {
  background: hsla(0, 0%, 100%, .15)
}

.input-text {
  outline: none;
  width: 100%;
  font-size: 18px;
  background: #1d557d;
  border: .5px solid rgba(0, 0, 0, .12);
  border-radius: 8px;
  padding: 17px 16px;
  color: #fff;
  font-family: Museo Sans, sans-serif;
  -webkit-appearance: none
}

.input-text::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .8)
}

.input-text::-moz-placeholder {
  color: hsla(0, 0%, 100%, .8)
}

.input-text:-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .8)
}

.input-text::placeholder {
  color: hsla(0, 0%, 100%, .8)
}

.section {
  position: relative
}

.section__descr {
    font-size: 17px;
    line-height: 1.25;
    color: hsl(0deg 0% 7% / 84%);
    max-width: 75%;
}

.section__wrap {
  margin-left: -70px;
  margin-right: -70px
}

.menu-btn {
  display: none;
  padding: 10px;
  position: relative;
  z-index: 4
}

.menu-btn__wrap {
  width: 20px;
  height: 16px;
  position: relative;
  margin-right: 20px
}

.menu-btn__wrap span {
  width: 100%;
  height: 2px;
  background-color: #367CAF;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  transition: opacity .2s, transform .2s
}

.menu-btn__wrap span:first-child {
  transform: translateY(-6px)
}

.menu-btn__wrap span:nth-child(3) {
  transform: translateY(6px)
}

.menu-btn__label {
  font-size: 15px;
  font-weight: 500;
  transition: color .2s
}

.menu-btn.active span:first-child {
  transform: translateY(0) rotate(45deg)
}

.menu-btn.active span:nth-child(2) {
  transform: translateY(0) rotate(-45deg)
}

.menu-btn.active span:nth-child(3) {
  transform: translateY(0) translateX(-80px);
  opacity: 0
}
.bo-pdl{
    padding-left: 0px !important;
	}
.bread_link {
    padding-right: 5px;
    padding-left: 5px;
}
.breadcrumbs {
    padding: 22px 0 20px;
    display: flex;
	flex-wrap: wrap;
    font-size: 16px;
    color: rgba(24, 24, 24, 0.7);
}
.bread_link {
    padding-right: 5px;
	padding-bottom: 5px;
}
.bread_active {
    padding-left: 5px;
}

.click_back {
    width: 160px;
    margin-bottom: 22px;
    margin-top: 10px;
	display: inline-block;
	margin-right: 15px;
}
a.btn_back {
    padding: 19px 0px 19px 25px;
    background: #FFFFFF;
    border-radius: 8px;
    display: block;
    font-family: Museo Sans,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    align-items: center;
    letter-spacing: 0.2px;
    color: #2D2D2D;
	opacity: 0.5;
    cursor: pointer;
}
a.btn_back:hover {
	opacity: 1;
}
a.btn_back span {
    position: relative;
    bottom: 4px;
    left: 9px;
}

.text_categor{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: rgb(24 24 24);
    margin-top: 40px;
}

.catalog_punkt {
    width: auto;
    margin-bottom: 20px;
    margin-top: 0px;
    display: inline-block;
        margin-right: 15px;
}
a.btn_cat {
    padding: 27px 25px 20px 25px;
    background: #FFFFFF;
    border-radius: 8px;
    display: block;
    font-family: Museo Sans,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    align-items: center;
    letter-spacing: 0.2px;
    color: #2D2D2D;
    cursor: pointer;
}
a.btn_cat span {
    position: relative;
    bottom: 4px;
}
a.btn_cat span:hover {
    text-decoration-line: underline;
    color: #367CAF;
}


.cat__wrap {
   
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	flex-wrap: wrap;

}
.cat_block {
    border: 0.5px solid #efefef;
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
    cursor: pointer;
	min-height: 288px;
	text-align: center;
}
.cat__col {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-top: 30px;
  flex-basis: 277px;
  max-width: 277px;
  margin-bottom: 0
}
.cat_img {
    padding-top: 10px;
	height: 280px;
}
.cat__col {
  margin-right: 20px
}

.cat__col:nth-child(4n) {
  margin-right: 0
}



.cat_block.categorr {
    min-height: 290px;
}

.cat_block.categorr .cat_title{
margin: 10px auto;
}
.cat_title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
	 display: table;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #2D2D2D;
    width: 244px;
    flex: none;
    margin: 2px auto;
    padding: 0px 7px;
	    height: 60px;
}
.cat_title a{
	    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

a.cat_block:hover {
    background: #FFFFFF;
    box-shadow: 0px 2px 45px 6px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
	border: 0.5px solid #fff;
}

a.cat_block:hover > .cat_title{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	text-decoration-line: underline;
	color: #367CAF;
}
.cat_img {
    padding-top: 5px;
    margin-bottom: -15px;
}

.cat_big,
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + .cat_big {
  display: block;
}
input[type="radio"]:checked  .label#price{
	display: none;
	
}
span.cat_eshe {
    position: relative;
    bottom: 7px;
    font-size: 16px;
    left: 8px;
}
label#price {
    cursor: pointer;
}
.cat__wraps {
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.buy_content2 {
    padding: 0px 70px 60px 70px;
    background-color: #fff;
    border-radius: 0px 0px 0 0;
}
.spoilerButton {
  cursor: pointer;
  transition: width 1s;
  margin-top: 20px;
}
.spoilerText {
  height: 0px;
  display: none;
  transition: height 1s;
}



.catalog {
  padding: 60px 0 35px
}

.catalog__wrap {
  margin-top: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.catalog__col {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-bottom: 30px;
  -ms-flex-preferred-size: calc(100% / 3 - 60px / 3);
  flex-basis: calc(100% / 3 - 60px / 3);
  max-width: calc(100% / 3 - 60px / 3);
  margin-bottom: 0
}

.catalog__col,
.catalog__col:nth-child(4n) {
  margin-right: 30px
}

.catalog__col:nth-child(3n) {
  margin-right: 0
}

.catalog__item {
  background: #fff;
  border-radius: 8px;
  padding: 17px 17px 28px
}

.catalog__item:not(:last-child) {
  margin-bottom: 30px
}

.catalog__row {
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  margin-bottom: 20px
}

.catalog__icon {
  margin-bottom: 3px
}

.catalog__list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block
}

.catalog__list li {
    display: block;
    opacity: .7;
    position: relative;
    padding-left: 12px;
    font-size: 17px;
    cursor: pointer;
    color: #000000;
    font-weight: 400;
}

.catalog__list li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 7px;
  background: url(../img/style/icons/icon_triangle.svg) no-repeat 50%/contain;
  left: 0;
  top: 4px
}

.catalog__list li:not(:last-child) {
  margin-bottom: 17px
}

.buy_block{
    padding: 17px 17px 28px;
    box-sizing: border-box;
    border-radius: 8px;
}
.buy_title{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #132D31;
}
.buy_content {
    padding: 50px 70px 60px 70px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
}
.buy_icon{
	margin-bottom: 20px;
}
.buy__row {
    padding-bottom: 11px;
    margin-bottom: 6px;
}
.buy_text p{
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.2px;
    color: rgb(24 24 24);
	}
.buy_link {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #367CAF;
	border-bottom: 2px solid;
    padding-bottom: 5px;
}
.buy_text {
    margin-bottom: 18px;
}


.money__wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.money_inf_col {
    flex-basis: 32%;
}
.money__descr {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.2px;
    color: rgb(24 24 24);
}
.money_content {
    padding: 10px 70px 60px 70px;
    background-color: #fff;
    border-radius: 0px;
}
.money__col {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 69%;
    max-width: 69%;
    margin-bottom: 0;
}
.money_block {
    padding: 20px 17px 3px;
    border: 0.5px solid #efefef;
    box-sizing: border-box;
    border-radius: 8px;
    width: 48%;
    align-items: center;
    display: inline-table;
}
.money_icon {
    width: 21%;
    align-items: center;
    display: inline-block;
}
.money_text {
    width: 79%;
    display: inline-block;
    position: relative;
    bottom: 19px;
}
.money_text p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.2px;
    color: rgb(24 24 24);
}
	
.dost_block {
    padding: 17px 17px 28px;
    box-sizing: border-box;
    background: #F7F7F7;
    border-radius: 8px;
	min-height: 185px;
}
.dost__wrap {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.dost__row {
    padding-bottom: 15px;
    padding-top: 8px;
}
.dost_button {
    padding-top: 19px;
}
.dost_info {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.7);
    margin: 30px 0 0px;
}

.adress {
    padding: 60px 70px 30px 70px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
}
.adress__wrap {
    margin-top: 40px;
}

.data_contact {
    display: flex;
	margin-bottom: 10px;
	
}
.title_contact {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 114%;
    color: #2D2D2D;
	margin-bottom: 23px;
}
.title_contact span {
    display: block;
    font-size: 23px;
    font-weight: 500;
    color: #367caf;
}
.title-contakt {
    color: #132D31;
    font-size: 18px;
    line-height: 26px;
    padding-left: 5px;
}
.title-contakt span strong {
    font-style: normal;
}
.title-contakt span {
    font-weight: lighter;
    display: block;
    margin-top: -2px;
    font-style: italic;
}
img.img-contakt {
    height: 38px;
    width: 32px;
    position: relative;
    top: 5px;
    margin-right: 14px;
}
.letter{
letter-spacing: 1px;
}
a.yandex_link {
font-size: 18px;
    letter-spacing: 0.2px;
    color: #367CAF;
    background: #ffffff;
    border: #367CAF 1px solid;
    padding: 10px 15px;
    border-radius: 8px;
    margin-left: 5px;
}
/* Форма написать письмо */

.form_contact{
	padding: 30px 0px 60px 0px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
}
ul.ui-form {
    padding: 0;
}
.form-group {
    display: flex;
	margin-top: 30px;
}
textarea {
    width: 100%;
    padding: 17px;
    height: 166px;
    font-family: Museo Sans, sans-serif;
    padding-left: 17px;
    font-size: 18px !important;
    line-height: 130%;
    letter-spacing: 0.2px;
    font-style: normal;
    font-weight: normal;
    background: #FCFCFC;
    border: 0.5px solid rgb(211 218 224);
    box-sizing: border-box;
    border-radius: 8px;
    color: #858585;
}
input::-moz-placeholder { color: inherit; }
.combo_field {
    flex-basis: 34%;
    margin-right: 30px;
}
button.btn.btn-big {
    background: #367CAF;
    opacity: 0.5;
    border: 0.5px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 305px;
    height: 57px;
    border-radius: 8px;
    font-size: 18px;
    font-family: Museo Sans, sans-serif;
    line-height: 130%;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    font-weight: 100;
    margin-top: 15px;
}
button.btn.btn-big:hover {
    opacity: 1;
    cursor: pointer;
}
.mr0 {
    margin-right: 0px !important;
}
.addform input {
background: #FCFCFC;
    border: 0.5px solid rgb(211 218 224);
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    font-family: Museo Sans, sans-serif;
    height: 57px;
    padding-left: 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.2px;
    color: #000;
}
.product__wrap {
    margin-top: 37px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 30px;
}
.product__col {
    flex: 0 0 47em;
}
.product__col1 {
    flex: 0 0 39em;
}
.product__col1.comp{
    flex: 0 0 39em;
	padding: 0px 11px 0px 11px;
}


.product_img {
    text-align: center;
}
.product__info p {
    font-style: normal;
    font-weight: 300;
	font-family: sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #0e0e0e;
    margin: 12px 0 20px;
}
.product__info {
    margin-top: 15px;
}
.product_button {
        background: rgb(0 83 154 / 10%);
    border: 0.5px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    align-items: center;
    padding: 22px 26px;
    margin-right: 20px;
    letter-spacing: 0.2px;
    color: #2D2D2D;
}
.product_mark {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}
.product_mark span {
    background: rgba(0, 83, 154, 0.1);
    border-radius: 8px;
    text-align: center;
    display: block;
    margin: 4px auto;
    width: 60%;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0px;
    letter-spacing: 0.5px;
    color: #000000;
}
.product_button.zakaz {
    color: white;
    background: #367CAF;
    border-radius: 8px;
}
.product_button.zakaz img {
    position: relative;
    top: 3px;
    left: 5px;
}
.product_button.zvonok {
    color: white;
    background: #367CAF;
    border-radius: 8px;
}
.product_button.zvonok img {
    position: relative;
    top: 3px;
	margin-right: 8px;
}

.buy_content3 {
    padding: 60px 70px 15px 70px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
}

/* ---------- Технические данные таблица продукта ------------- */
table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
	border: 2px solid white;
}
thead tr th {
    background: #F9F9F9;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #2D2D2D;
    text-align: left;
    padding: 9px 0px 9px 15px;
}
tbody tr td {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #2D2D2D;
    padding: 7px 0px 7px 15px;
	border: 0.5px solid rgba(0, 0, 0, 0.12);
}
/* ----------------------- */
.types {
  padding: 40px 70px;
  background-color: #fff;
  border-radius: 8px 8px 0 0
}

.types__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.types__info {
  padding: 100px 50px;
      background: rgb(0 76 154 / 6%);
  border-radius: 8px;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}
a.types_link {
    margin-top: 20px;
    display: block;
    font-size: 17px;
    color: #367caf;
    border-bottom: 1px solid;
    width: 150px;
}
a.types_link:hover {
    color: #2b648e;
}
.types__list {
  margin-top: 13px;
  color: #828282;
  font-size: 18px;
  line-height: 1.1
}

.types__image {
  margin-right: 45px;
  -ms-flex: 0 0 462px;
  flex: 0 0 462px;
  position: relative
}

.types__image:before {
  position: absolute;
  content: "";
  width: calc(100% + 90px);
  height: 293px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #367CAF
}

.types__image-wrap {
  z-index: 2;
  padding-top: 95%;
  overflow: hidden;
  position: relative
}

.types__image-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.articles {
  padding: 0 70px 70px;
  background-color: #fff
}

.articles__wrap {
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.articles__item {
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 8px;
  padding: 22px 15px 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-bottom: 30px;
  -ms-flex-preferred-size: calc(100% / 3 - 60px / 3);
  flex-basis: 369px;
  max-width: 369px;
  margin-bottom: 30px;
}

.articles__item,
.articles__item:nth-child(4n) {
  margin-right: 30px
}

.articles__item:nth-child(3n) {
  margin-right: 0
}

.articles__title {
  margin-bottom: 18px;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  height:44px;
  -ms-flex-align: center;
  align-items: center
}

.articles__descr {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .2px;
  color: hsla(0, 0%, 9%, .8);
  margin-bottom: 20px
}

.articles__button {
  display: block;
  margin-bottom: -1px
}

.articles__link {
  padding: 0 10px 10px;
  color: #367CAF;
  display: inline-block;
  border-bottom: 2px solid #367CAF;
  transition: border-color .2s;
  font-size: 16px
}

.articles__link:hover {
  border-color: transparent
}

.feedback {
  padding: 82px 70px 95px;
  background-color: #367CAF;
  border-radius: 0 0 8px 8px;
  color: #fff
}

.feedback__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 850px
}

.feedback__info {
  max-width: 410px;
  text-align: center;
  padding-bottom: 25px
}

.feedback__subtitle {
  font-weight: 300;
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 7px;
  letter-spacing: .9px
}

.feedback__title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: 2px
}

.feedback__descr {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: .2px;
  max-width: 360px;
  margin: 0 auto
}

.feedback__form {
  max-width: 305px;
  width: 100%
}

.feedback__input:not(:last-child) {
  margin-bottom: 15px
}

.contacts__item {
  display: inline-block;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  color: hsla(0, 0%, 9%, .8);
  letter-spacing: .9px
}

.contacts__item:not(:last-child) {
  margin-right: 50px
}

.contacts__item img {
  margin-right: 10px;
  position: relative;
  top: 6px;
}

.contacts__item:hover {
  color: #367CAF
}

@media (max-width:1200px) {
#myUL li {
    width: 22.9% !important;
}

.contacts__item {font-size: 13px;}
.product_mark span {font-size: 15px !important;}
.info-ur p {font-size: 14px !important;}
.info-mes p {font-size: 14px !important;}
.info-mes img {margin-top: -4px !important;}
.info-ur img {margin-top: -3px !important;}

	.simplesearch-results-list .cat__col {flex-basis: 218px !important; }
	.cat__col {flex-basis: 299px;    max-width: 299px; }

.articles.prav .product__col {
    flex: auto !important;
}
.articles.prav  .product__col1 {
    flex: none;
}
	.product__col {flex: 0 0 38em;}
	.cat__col:nth-child(4n) {
    margin-right: 30px;
}
	.cat__col:nth-child(3n) {
    margin-right: 0x;
}
	thead tr th {font-size: 12px; letter-spacing: 0;padding: 9px 0px 9px 6px;}
	tbody tr td {font-size: 12px;letter-spacing: 0;padding: 7px 0px 7px 6px;}
  .container {
    max-width: 1024px
  }
  .title-2 {
    font-size: 36px;
    padding-bottom: 21px
  }
  .title-2:before {
    height: 4px
  }
  .footer__contacts .contacts__item br {
    display: none
  }
  .catalog__col {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 20px;
    -ms-flex-preferred-size: calc(100% / 3 - 40px / 3);
    flex-basis: calc(100% / 3 - 40px / 3);
    max-width: calc(100% / 3 - 40px / 3)
  }
  .catalog__col,
  .catalog__col:nth-child(4n) {
    margin-right: 20px
  }
  .catalog__col:nth-child(3n) {
    margin-right: 0
  }
  .catalog__item:not(:last-child) {
    margin-bottom: 20px
  }
  .types__info {
    padding: 80px 30px
  }
  .types__image {
    -ms-flex: 0 0 340px;
    flex: 0 0 340px
  }
  .types__image:before {
    height: 240px
  }
  .dost_button {
    padding-top: 45px;
}
.money_block {width: 47%;}
.money_icon {width: 19%;}
.money_icon img {width: 65%;}
.money_text {width: 81%;bottom: 10px;}
.money_text p {font-size: 16px;}
.money__descr {font-size: 18px;}
.dost_block {min-height: 211px;}
}

@media (max-width:1040px) {
  .simplesearch-results-list .cat__col:nth-child(4n) {
	  margin-right: 30px !important;

  }
  a.contacts__itemc.modal {
    font-size: 14px;}
}
@media (max-width:1023px) {
#myUL li {
    width: 47% !important;
}

.buy_content.mobilebottom {padding: 50px 70px 10px 70px;}
.product__wrap.newimg { display: flex;flex-wrap: wrap;}
.product__tov {flex-basis: 46% !important;padding-right: 10px;}
.product__tov2 {flex-basis: 50% !important;padding-right: 20px;}
.product__tov3 {flex-basis: 100% !important;margin-left: 0px !important;margin-top: 24px;}

.price_button { width: 49% !important; float: left;}
.buyy_button {width: 49% !important;float: right;}
.deliveri {clear: both;}
.del-block {float: left;margin-top: 7px;width: 50%;}

.share-new {flex-basis: 16% !important;}
.simplesearch-results-list .cat__col {
    flex-basis: 45% !important;
    text-align: center !important;
    max-width: 45% !important;
}

.cat__col {
    flex-basis: 45%;
    text-align: center;
    max-width: 45%;
}
.cat_title {margin: 18px auto;}
.product__wrap {display: block;}


	.dost_block {
    min-height: 150px;
}
.dost_button {
    padding-top: 0px;
}
  .container {
    max-width: 768px
  }
  .title-2 {
    font-size: 30px;
    padding-bottom: 15px
  }
  .title-2:before {
    height: 3px;
    width: 80px
  }
  .title-3 {
    font-size: 26px
  }
  .title-3 span {
    font-size: 22px
  }
  .header__top {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px
  }
  .header__logo {
    -ms-flex: 0 1 270px;
    flex: 0 1 270px
  }
  .header__contacts {
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .footer {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 35px
  }
  .footer__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .footer__copy,
  .footer__descr {
    font-size: 14px
  }
  .footer__subtitle {
    font-size: 18px
  }
  .footer__contacts .contacts__item:not(:last-child),
  .footer__subtitle {
    margin-bottom: 15px
  }
  .footer__sched-label {
    font-size: 14px
  }
  .footer__sched-value,
  .input-text,
  .nav a {
    font-size: 16px
  }
  
    .dost__wrap {
    margin-top: 30px;
    display: block;
	}
	.dost__wrap .catalog__col {
    margin-top: 30px;
	}
	.dost_info {text-align: center;}
  .money__col.ml-30{margin-top: 30px; margin-left: 0px;}
  
  .money__wrap {
    margin-top: 30px;
    display: block;
}
  .money__col {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 0;
    -ms-flex-preferred-size: calc(100% / 1 - 0px / 1);
    flex-basis: calc(100% / 1 - 0px / 1);
    max-width: calc(100% / 1 - 0px / 1);
}
  
  .catalog {
    padding: 40px 0 10px
  }
  .catalog__wrap {
    margin-top: 30px;
    display: block
  }
  .catalog__col {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 0;
    -ms-flex-preferred-size: calc(100% / 1 - 0px / 1);
    flex-basis: calc(100% / 1 - 0px / 1);
    max-width: calc(100% / 1 - 0px / 1)
  }
  .catalog__col,
  .catalog__col:nth-child(1n),
  .catalog__col:nth-child(2n) {
    margin-right: 0
  }
  .catalog__item {
    margin-bottom: 20px
  }
  .catalog__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .catalog__icon {
    margin-bottom: 0;
    margin-right: 10px
  }
  .catalog__list ul {
    columns: 2
  }
  .types__info {
    padding: 65px 20px
  }
  .types__list {
    font-size: 14px
  }
  .types__image {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-right: 25px
  }
  .types__image:before {
    height: 200px;
    width: calc(100% + 50px)
  }
  .articles__wrap {
    display: block
  }
  .articles__item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 0;
    margin-bottom: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
  .articles__item:nth-child(1n),
  .articles__item:nth-child(2n) {
    margin-right: 0
  }
  .articles__item:not(:last-child) {
    margin-bottom: 20px
  }
  .feedback {
    padding: 40px 70px
  }
  .feedback__subtitle {
    font-size: 26px;
    margin-bottom: 3px
  }
  .feedback__title {
    font-size: 33px;
    margin-bottom: 12px
  }
  .contacts__item {
    font-size: 11px
  }
  .contacts__item:not(:last-child) {
    margin-right: 7px
  }

a.contacts__itemc.modal {
    font-size: 12px !important;
    color: #367caf;
    border: 1px solid #367caf;
    padding: 5px;
    text-align: center;
    border-radius: 8px;
}



}




@media (max-width:767px) {

.product__wrap.newimg { display: block;}
.buy_content2 {padding: 10px 30px 25px 30px !important;}
.mobileflexnone {display: block !important;}
.breadcrumbs-new {padding: 0px 20px 0px 0px !important;}
.click_back-new {left: 0px !important;margin-top: 12px !important;}

.cat__col:nth-child(4n) {
  margin-right: 0
}
.share-new {
    flex-basis: 27% !important;
}
.del-block {
    float: none !important;
    margin-top: 7px;
    width: 100% !important;
}
.simplesearch-results-list  .cat__col {
    margin-right: 0px !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
	flex-basis: 100% !important;
}
.buy_content {   padding: 30px 30px 5px 30px !important;}
.product_button { padding: 22px 25px;}

.mobilebuy {padding: 0px 30px 25px 30px !important;}


.tehn__product {
    font-size: 16px;
    width: 100%;
    overflow: scroll;
}
.tehn__product-new {font-size: 16px !important;line-height: 23px !important;color: #0c0c0c !important;}
.product_img img {
    height: auto;
}
.product_mark span { width: 100%;}

	.cat__wrap{display:block;}
	.cat__wraps{display:block;}
	.cat_title {font-size: 19px;}
	a.btn_cat {padding: 21px 25px 15px 25px;}
	.cat_img {
    text-align: center;
}
	.cat__col {
    margin-right: 0px;
    max-width: 100%;
    margin-bottom: 20px;
}
	.mr-27 {
    margin-right: 0px !important;
}
.mt-27 {
    margin-top: 0px !important;
}
.money_text {bottom: 6px;}
.money_content {padding: 10px 70px 30px 70px;}
.money_block {
    width: 100%;
    margin-bottom: 24px;
}
  .container {
    max-width: 375px;
    padding: 0 8px
  }
  .title-2 {
    font-size: 24px;
    padding-bottom: 10px
  }
  .title-2:before {
    height: 2px;
    width: 45px
  }
  .title-3 {
    font-size: 20px
  }
  .title-3 span {
    font-size: 17px
  }
  body.safari .header__menu-inner {
    padding-bottom: 60px
  }
  .hidden_desktop {
    display: block!important
  }
  .hidden_mobile {
    display: none!important
  }
  .header__mobile {
    display: block
  }
  .header__wrap {
    padding-top: 16px
  }
  .header__inner {
    width: auto
  }
  .header__menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    max-width: 375px;
    margin: 0 auto;
    padding-left: 50px;
    position: relative;
    transform: translateX(100%);
    transition: transform .2s
  }
  .header__menu-wrap:before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #fff;
    left: 50px;
    top: 0;
    z-index: -1
  }
  .header__menu-inner {
    padding-left: 25px;
    display: block;
    width: 100%
  }
  .header__menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    background: transparent;
    transition: background .2s;
    pointer-events: none
  }
  .header__menu.active {
    pointer-events: all;
    background: hsla(0, 0%, 97%, .7)
  }
  .header__menu.active .header__menu-wrap {
    transform: translateX(0)
  }
  .header__top {
    display: block
  }
  .header__logo {
    max-width: 215px
  }
  .header__contacts {
    display: block
  }
  .header__search-input {
    font-size: 16px;
	letter-spacing: 0.2px;
    padding-left: 15px;
    padding-right: 102px
	
  }
  .header__search-button {
    width: 87px;
    font-size: 16px
  }
  .footer {
    margin-top: -116px;
    padding-top: 138px;
    padding-bottom: 17px
  }
  .footer__wrap {
    display: block
  }
  .footer__col {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 0;
    -ms-flex-preferred-size: calc(100% / 1 - 0px / 1);
    flex-basis: calc(100% / 1 - 0px / 1);
    max-width: calc(100% / 1 - 0px / 1)
  }
  .footer__col,
  .footer__col:nth-child(1n),
  .footer__col:nth-child(2n) {
    margin-right: 0
  }
  .footer__logo {
    max-width: 215px;
    margin-bottom: 16px;
    padding-left: 0
  }
  .footer__copy {
    font-size: 12px
  }
  .footer__subtitle {
    font-size: 16px;
    margin-bottom: 25px
  }
  .footer__contacts .contacts__item br {
    display: block
  }
  .footer__contacts .contacts__item-label {
    border-bottom: none;
    font-size: 13px;
    margin-bottom: 8px
  }
  .nav ul {
    display: block
  }
  .nav li:not(:last-child) {
    margin-bottom: 15px
  }
  .nav a {
    display: inline-block;
    font-size: 18px
  }
  .section__wrap {
    margin-left: auto;
    margin-right: auto
  }
  .menu-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    padding: 10px
  }
  .menu-btn__wrap {
    margin-right: 0
  }
  .menu-btn__label {
    display: none
  }
  .catalog__list ul {
    columns: auto
  }
  .catalog__list li:not(:last-child) {
    margin-bottom: 13px
  }
  .types {
    padding: 0;
    background-color: transparent;
    margin-bottom: 25px
  }
  .types__info {
    padding: 25px 15px;
    -ms-flex-order: 1;
    order: 1
  }
  .types__list {
    margin-top: 7px
  }
  .types__image {
    -ms-flex-order: 0;
    order: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 250px
  }
  .articles {
    padding: 30px 0;
    background-color: transparent
  }
  .articles__item {
    background-color: #fff;
    border: none
  }
  .feedback {
    border-radius: 8px;
    padding: 20px 16px 30px
  }
  .feedback__wrap {
    display: block
  }
  .feedback__subtitle {
    font-size: 16px
  }
  .feedback__title {
    font-size: 22px
  }
  .feedback__descr {
    font-size: 14px;
    max-width: 280px
  }
  .feedback__form {
    max-width: 100%
  }
  .contacts__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px
  }

.control-group {
    margin-top: 28px;
}
}



@media (max-width:450px) {
.share-new {flex-basis: 33% !important;}
.price_button {width: 100% !important;}
.buyy_button {width: 100% !important;}
.del-block p { width: 100% !important;}

}



p.city-info {
    font-size: 17px;
    line-height: 26px;
}