@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana-Reg.ttf");
}

body {
  font-family: "Verdana", "Arial", sans-serif;
  color: #555555;
  min-width: 320px;
}
a {
color: #ff3399;		
}
.utu, .ututu {
	color: #555555!important;
}
.wrapper {
  padding-right: 5%;
  padding-left: 5%;
  max-width: 1280px;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.mo {
	background-color: #ff0099;
    border: 3px solid #ff0099;
    color: #fff;
    cursor: pointer;
    display: block;
    font: 16px/26px Ubuntu, Arial;
    margin: 0 auto;
    outline: 0;
    text-align: center;
    width: 194px;
    margin-top: 30px;
	margin-bottom: 30px;	
	display: none;
}
/*--------------HEADER-----------------*/
.side-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  border-bottom: 2px solid #6a6a6a;
}


.side-nav__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 2px solid #6a6a6a;
  width: 25%;
  position: relative;
  background-repeat: no-repeat;
  cursor: pointer;
}
.side-nav__link {
  display: inline-block;
  width: 65%;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 22px;
  color: #555555;
}
.side-nav__link:hover {
  color: #e5097f;
}
.master-ord:hover .side-nav__link,
.cont:hover .side-nav__link, 
.online-calc:hover .side-nav__link{
  color: #e5097f;
}
.side-nav__block span {
  content: "";
  width: 28px;
  height: 35px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: 2%;
  background-repeat: no-repeat; 
}
.master-ord span {
  background-image: url("../img/side-nav-rocket.png");
  width: 35px;
}
.master-ord:hover span {
  background-image: url("../img/side-nav-rocket-hov.png");
}
.online-calc span {
  background-image: url("../img/side-nav-calc.png");
}
.online-calc:hover span {
  background-image: url("../img/side-nav-calc-hov.png");
}
.cont span {
  background-image: url("../img/side-nav-cont.png");
}
.cont:hover span {
  background-image: url("../img/side-nav-cont-hov.png");
}
.master-ord .side-nav__link {
  width: 72%;
}

.cont {
  width: 20%;
}
.lists {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.info {
  text-align: center;
  padding-top: 10px;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: default;
}
.info__number {
  font-size: 21px;
}
.info__number span {
  color: #ff0099;
}
.info__time {
  font-size: 13px;
}
.catalog-con {
	width:50%;
}
.catalog-listik {
    display: none; 
    position: absolute;
    background-color: #fff;
    list-style: none;
    z-index: 33;
    padding: 10px;
    padding-left: 22px;
    padding-right: 25px;
    left: 0;
    top: 60%;
    font-size: 14px;
    color: #555;
}
#listik {
    display: none; 
    position: absolute;
    background-color: #fff;
    list-style: none;
    z-index: 33;
    padding: 10px;
    padding-left: 22px;
    padding-right: 25px;
    right: 0;
    top: 60%;
    font-size: 14px;
    color: #555;
}
@media (min-width:230px) and (max-width:1100px) {
.catalog-listik {
    top: 90%;
}
#listik {
    top: 90%;
}	
	.catalog-con {
		width: 100%;
	}
  .side-nav__block {
    padding-bottom: 5px;
  }
  .side-nav__link {
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 18px;
  }
  .side-nav__block span {
    margin-top: 10px;
  }
  .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lists .side-nav__link {
    width: 65%;
    padding: 0;
    height: auto;
    text-align: right;
  }
  .cont {
    width: 25%;
  }
  .cont .side-nav__link {
    line-height: 30px;
  }
  .info {
    padding: 0 2% 0 2%; 
  }
}
@media (min-width:230px) and (max-width:750px) {
  .info__number {
    font-size: 18px;
  }
  .info__time {
    font-size: 11px;
  }
  .side-nav__link {
    font-size: 11px;
  }
}
@media (min-width:230px) and (max-width:642px) {
  .lists {
    display: none;
  }
  .info {
    width: 40%;
  }
} 
@media (min-width:230px) and (max-width:480px) {
  .side-nav__link {
    display: none;
  }
  .side-nav__block span {
    margin: auto;
  }
  .info__number {
    font-size: 14px;
  }
  .info__time {
    font-size: 8px;
  }
}

.main-nav {
  background-color: #000;
  position: relative;
  padding-top: 77px;
}
.main-nav .wrapper {
  position: relative;
}
.catalog-content {

}
.logo {
  float: left;
  padding-top: 25px;
  cursor: pointer;
}
.main-nav__toogle {
  display: none;
  content: "";
  position: absolute;
  width: 23px;
  height: 16px;
  top: 40%;
  right: 10%;
  background-image: url(../img/main-nav-toogle.png);
  cursor: pointer;
}
.main-nav__list {
  float: left;
  line-height: 45px;
  width: 57%;
}
.main-nav__list li {
  float: left;
  list-style: none;
  margin-left: 21px;
  height: 104px;
}
.main-nav__list a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-nav__list a:hover,
.main-nav .catalog-content:hover .catalog {
  color:#e5097f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-nav .catalog {
  float: right;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  line-height: 33px;
  cursor: pointer;
  line-height: 1;
  font-weight: normal;
  padding-top: 38px;
  position: relative;
}
.main-nav .catalog:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 12px;
  top: 60%;
  right: 9%;
  background-image: url("../img/main-nav-arrow.png");
  /* top: 0; */
  bottom: -52px;
  left: 0;
  right: 0;
  margin: auto;
}
.main-nav__list-kitchen,
.main-nav__list-wardrobe {
  position: relative;
}

.main-nav__list-kitchen ul,
.main-nav__list-wardrobe ul {
  display: none;
  position: absolute;
  background-color: #2b2a29;
  list-style: none;
  z-index: 33;
  padding: 10px;
  right: auto;
  top: 90px;
}
.main-nav__list-kitchen ul {
  width: 160px;
}
.main-nav__list-wardrobe ul {
  width: 193px;
}

.main-nav__list-kitchen ul li,
.main-nav__list-wardrobe ul li {
  float: none;
  margin: 0;
  height: auto;
  line-height: 1.5;
}
.main-nav__list-kitchen ul a,
.main-nav__list-wardrobe ul a {
  padding: 0;
}
.main-nav__list-kitchen:hover ul,
.main-nav__list-wardrobe:hover ul{
  display: block;
}
.catalog-content{
  display: block;
  float: right;
  height: 104px;
}
.catalog-content:hover .catalog:after {
  background-image: url("../img/main-nav-arrow-hover.png");
  -webkit-transition: 1s;
  transition: 1s;
}
.catalog-list {
  display: none;
  position: absolute;
  background-color: #2b2a29;
  list-style: none;
  z-index: 33;
  padding: 10px;
  padding-left: 22px;
  padding-right: 25px;
  right: 0;
  top: 80%;
}
.catalog-list a,
.main-nav__list-kitchen a {
  color: #fff;
}
.catalog-list a:hover,
.main-nav__list-kitchen a:hover {
  color: #e5097f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.catalog-content:hover .catalog-list {
  display: block;
}
.deco-line {
  content: "";
  position: absolute;
  width: 2px;
  height: 124px;
  top:0;
  right: 20%;
  background-color: white;
}

@media (min-width:230px) and (max-width:1355px) {
  .main-nav__list li {
    margin-left: 17px;
  }
  .main-nav__list {  
    line-height: 28px;
  }
}
@media (min-width:230px) and (max-width:1100px) {
  .main-nav {
    padding-top: 51px;
  }
}
@media (min-width:230px) and (max-width:1290px) {
  .main-nav__list {
    padding-top: 25px;
  }
  .main-nav__list a {
    padding: 0;
  }
  .main-nav__list li {
    height: auto;
  }
  .main-nav__list-kitchen ul, 
  .main-nav__list-wardrobe ul {
    top: 25px;
  }
}

@media (min-width:230px) and (max-width:1120px) {
  .main-nav__list {  
    width: 50%;
  }
  .deco-line {
    right: 22%;
  }
  .main-nav .catalog:after {
    right: 10%;
  }
}

@media (min-width:230px) and (max-width:977px) {
  .main-nav .wrapper {
    padding-right: 2%;
    padding-left: 2%;
  }
  .main-nav__list {  
    width: 45%;
  }
  .main-nav .catalog:after {
    right: 9%;
  }
}

@media (min-width:230px) and (max-width:830px) {
  .main-nav__list {
    margin-left: 30px;
    width: 45%;
  }
  .main-nav__list li {
    margin-left: 0;
    margin-right: 12px;
  }
  .logo {
    width: 194px;
    height: 35px;
    margin-top: 8px;
  }
}

@media (min-width:230px) and (max-width:760px) {
  .catalog,
  .deco-line {
    display: none;
  }
  .main-nav__list {
    margin-left: 14px;
    width: 50%;
  }
}

.block, 
.block_cont {
  display: none;
}
@media (min-width:230px) and (max-width:655px) {
  .main-nav__toogle {
    display: block;
  }
  .main-nav__list {
    display: none;
  }
  .block {
    display: block;
  }
  .catalog-list {
    line-height: 2;
  }
}
/*--------------MAIN-----------------*/
.main-slider {
  position: relative;
}
.slick-arrow {
  position: absolute;
  width: 40px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  border: 0;
  outline: 0;
  font-size: 0;
}
.slick-prev {
  background-image: url("../img/main-index-arrow-right.png");
  left: 0;
}
.slick-next {
  background-image: url("../img/main-index-arrow-left.png");
  right: 0;
}
.main-slider .slick-arrow {
  background-color: rgba(0,0,0,0.3);
  top: 32%;
}
.main-slider__feauters-list {
  margin-left: 5%;
  margin-bottom: 2%;
  position: relative;
}

.main-slider__feauters-list li {
  color: #fff;
  font-size: 22px;
  font-family: 'Istok Web', sans-serif;
  list-style: none;
  text-shadow: 0 0 1em black;
  line-height: 1.2;
}
.main-slider__feauters-list li:before {
  content: "";
  position: absolute; 
  background-color: #ec008c;
  width: 8px;
  height: 8px;
  left: -15px;
  margin-top: 8px;
}
.main-slider__item p {
  height: 300px;
  background-repeat: no-repeat;
  background-position-x: right;
}
.main-slider__kitchen p {
  background-image: url("../img/main-index-sale-1.png");
}
.main-slider__bathroom p {
  background-image: url("../img/main-index-sale-2.png");
}

.main-slider__item {
  outline: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-slider__kitchen {
  background-image: url("../img/index-main-caro_kitchen.jpg");
}
.main-slider__bathroom {
  background-image: url("../img/index-main-caro_kitchen-2.jpg");
}

@media (min-width:230px) and (max-width:768px) {

.nc_list img {
	width: auto;
	max-width: 100%;
}	
	
	
  .main-slider__item p {
    background-size: 80%;
    background-position-y: 35px;
    height: 0;
    padding-top: 40%;
  }
  .main-slider__feauters-list {
    margin-left: 12%;
  }
}
@media (min-width:230px) and (max-width:500px) {
  .main-slider__feauters-list li {
    font-size: 16px;
  }
  .main-slider__feauters-list {
    margin-left: 20%;
  }
  .main-slider .slick-arrow {
    top: 7%;
  }
}
.feauters-slider {
/*  display: flex;
  height: 112px;*/

}
.feauters-slider .slick-arrow {
  top: -17%;
  background-color: transparent;
} 
.feauters-slider .slick-slide {
  height: 120px;
}
.feauters-slider__item {
  width: 33.33%;
  background-color: #999999;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  outline: none;
  box-sizing: border-box;
  border-bottom: none;
  cursor: pointer;
}
.feauters-slider__item h2 {
  text-transform: uppercase;
  font-size: 18px;
}
.feauters-slider__item p{
  font-size: 12px;
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width:230px) and (max-width:500px) {
  .feauters-slider .slick-slide {
    height: 150px;
  }
  .feauters-slider .slick-arrow {
    top: -3%;
  }
}

.process {
  background-color: #f0f0f0;
  position: relative;
  border-bottom: 1px solid #dadada;
}
.process__header {
  color: #666666;
  text-align: center;
  font-size: 25px;
  margin-bottom: 17px;
  padding-top: 15px;
}
.process__callback {
  position: absolute;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  top: 0;
  left: 150px;
  width: 180px;
  background-color: #fcb813;
  padding: 5px;
  padding-top: 8px;
}
.process__slider {
  padding-bottom: 30px;
  position: relative;
}
.process__callback:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 5;
  border: 0;
  outline: 0;
  font-size: 0;
  background-image: url("../img/process-cat.png");
  top: 33%;
  left: -70%;
    margin: auto;
}
.process__slider.wrapper {
  padding-right: 10%;
  padding-left: 10%;
}
.process__slider-item {
  font-size: 18px;
  color: #666666;
  outline: none;
  text-align: center;
  padding-top: 65px;
  position: relative;
}
.process__slider-item:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left:62%; 
  margin-left:-25%;
}
.process__slider-item:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 5;
  border: 0;
  outline: 0;
  font-size: 0;
  background-image: url("../img/main-index-arrow-left.png");
  right: 0;
  top: -33px;
}
.process__slider-item--tech:after {
  background-image: none;
}
.process__slider-item--zamer:before {
  background-image: url("../img/process-zamer.png");
}
.process__slider-item--design:before {
  background-image: url("../img/process-design.png");
}
.process__slider-item--made:before {
  background-image: url("../img/process-made.png");
}
.process__slider-item--deliv:before {
  background-image: url("../img/process-deliv.png");
}
.process__slider-item--tech:before {
  background-image: url("../img/process-tech.png");
}

@media (min-width:230px) and (max-width:1055px) {
  .process__slider.wrapper {
    padding-right: 5%;
    padding-left: 20%;
  }
  .process__header {
    padding-left: 20%;
  }
  .process__slider-item:before {
    left: 52%;
  }
}
@media (min-width:230px) and (max-width:845px) {
  .process__callback {
    left: 14%;
  }
  .process__slider:after {
    left: -4%;
  }
}
@media (min-width:230px) and (max-width:778px) {
  .process__slider:after {
    top: 0;
  }
  .process__callback {
    left: 0;
  }
  .process__header {
    padding-left: 10%;
  }
  .process__slider-item {
    font-size: 15px;
  }
  .process__callback:after {
    top: 71%;
    left: -6%;
  }
}
@media (min-width:230px) and (max-width:645px) {
  .process__header {
    padding-left: 0;
    padding-top: 240px;
    font-size: 23px;
  }
  .process__slider-item:after {
    background-image: none;
  }
  .process__callback {
    left: 33.33%;
  }
  .process__callback:after {
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .process__slider:after {
    left: 33.33%;
    top: -200%;
  }
  .process__slider.wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
  .process__slider-item:before {
    left: 65%;
  }
  .process__slider .slick-arrow {
    background-color: transparent;
    top: -37%;
  }
  .process__slider .slick-prev {
    background-image: url("../img/main-proc-arrow-left.png");
    margin-left: 5%;
    height: 45px;
    background-size: contain;
    top: 20px;
  }
  .process__slider .slick-next {
    background-image: url("../img/main-proc-arrow-right.png");
    margin-right: 5%;
    height: 45px;
    background-size: contain;
    top: 20px;
  }
}
@media (min-width:230px) and (max-width:480px) {
  .process__callback {
    left: 22.33%;
  }
  .process__slider:after {
    left: 22.33%;
  }
  .process__slider-item:before {
    left: 57%;
  }
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
/*  border-bottom: 1px solid #c2c2c2;
*/}
.main-content__cataloge {
  width: 75%;
}
.main-content__reviews {
  width: 25%;
}
.main-content h3,
.main-info h3 {
  display: inline-block;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.main-content h3:before,.main-info h3:before {
  position: absolute;
  content: url("../img/main-content-title-opentab.png");
  left: -15px;
}
.main-content h3:after, .main-info h3:after {
  position: absolute;
  content: url("../img/main-content-title-closetab.png");
  right: -15px;
}
.main-content__cataloge-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-content__cataloge-item {
  width: 50%;
  border: 1px solid #d0d0d0;
  padding: 5%;
  box-sizing: border-box;
  outline: 0;
  cursor:pointer;
}
@-moz-document url-prefix() {
  .main-content__cataloge-item {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.main-content__cataloge-item img {
  width: 100%;
  height: 100%;
}
.main-content__cataloge-item p {
  padding-top: 2%;
}
.main-content__cataloge-item:hover {
  border-color: #ff47a3;
  color: #ff47a3;
  -webkit-transition: 1s;
  transition: 1s;
}
.main-content__reviews-item {
  border: 1px solid #d0d0d0; 
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 45px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10%;
  border-radius: 10px;
  position: relative;
}
.main-content__reviews-item:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background-image: url("../img/reviews_deco-triangle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 25px;
}
.main-content__reviews-item-text {
  font-size: 12px;
  text-align: left;
  padding-bottom: 40px;
  border-bottom: 1px dashed #555555; 
  overflow: hidden;
  height: 180px;
}
@media (min-width:230px) and (max-width:1240px) {
  .main-content__reviews-item-text {
    height: 126px;
  }
}
@media (min-width:230px) and (max-width:1155px) {
  .main-content__reviews-item:nth-of-type(3) {
    display: none;
  }
}
.main-content__reviews-item-text:before {
  content: "";
  position: absolute; 
  background-color: #ec008c;
  width: 10px;
  height: 10px;
  top: 28px;
}
.reviews-btn {
  margin-top: 7px;
}
.main-content__item-date {
  font-size: 12px;
  display: block;
  text-align: right;
  margin-top: 25px;
  margin-bottom: 30px;
}
.btn {
  border: 1px solid #d0d0d0;
  padding: 15px;
  padding-right: 30px;
  padding-left: 30px;
  text-decoration: underline;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
  box-sizing: border-box;
}
.btn:hover {
  background-color: #ff3399;
  color: #fff;
  border-color: #ff3399;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.catalog-btn {
  float: right;
}
.content-btn {
  margin-top: 8px;
}
@media (min-width:230px) and (max-width:790px) {
  .catalog-btn {
    float: none;
    margin-top: 15px;
  }
}
@media (min-width:230px) and (max-width:490px) {
  .main-content__cataloge-item {
    width: 100%;
    padding-bottom: 10%;
  }
  .catalog-btn {
    float: none;
    margin-top: 15px;
  }
}

.main-content__projects {
  width: 75%;
/*  border-top: 1px solid #c2c2c2;*/
  margin-top: 30px;
}
.main-content__news {
  width: 25%;
/*  border-top: 1px solid #c2c2c2;*/
  margin-top: 30px;
}

.main-content__projects-inner {
  background-color: #f0f0f0;
  text-align: left;
  font-size: 0;
}
.main-content__project-item {
  width: 33.33%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.main-content__project-item-wrapper {
  font-size: 12px;
  border: 1px solid #d5d5d5;
}
.main-content__project-item-title,
.main-content__project-item-price {
  padding: 10px;
}
.main-content__project-item-price span {
  font-size: 18px;
}
.main-content__project-item-descript {
  font-size: 10px;
  text-align: justify;
  padding-top: 10px;
  padding-left: 45px;
  padding-right: 45px;
}
.main-content__project-item-wrapper:hover {
  border-color: #ff47a3;
  color: #ff47a3;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn-project {
  float: right;
  background-color: #fff;
  text-align: center;
  width: 200px;
  padding-top: 7px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.main-content__news {
  position: relative;
}
.main-content__news-item {
/*  border-top: 1px solid #d5d5d5;*/
  font-size: 12px;
  text-align: left;
  padding-top: 45px;
  padding-left: 14%;
  padding-right: 15%;
}
.main-content__news-item:before {
  content: "";
  position: absolute; 
  background-color: #ec008c;
  width: 10px;
  height: 10px;
  top: 113px;
}
.main-content__news-item h4 {
  color: #ff3399;
  font-weight: normal;
}
.main-content__news-item h4 a {
  color: #ff3399;
}
.main-content__news-item-text {
  border-bottom: 1px dashed #555555;
  margin-right: 15px;
}
.main-content__news-item-text p {
  margin-bottom: 25px;
}
.news-btn {
  margin-top: 47px;
}
@media (min-width:230px) and (max-width:1033px) {
  .main-content__project-item {
    width: 50%;
  }
  .main-content__project-item:nth-child(3) {
    display: none;
  }
}
@media (min-width:230px) and (max-width:640px) {
  .main-content__project-item {
    width: 100%;
  }
  .main-content__project-item:nth-child(2) {
    display: none;
  }
}
@media (min-width:230px) and (max-width:788px) {
  .main-content__cataloge {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-content__reviews {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .main-content__news {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    border: none;
    margin-top: 0;
  }
  .main-content__news-item {
    border-top: none;
  }
  .main-content__projects {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
  .main-content__reviews-item:nth-of-type(2) {
    display: none;
  }
  .main-content__news-item:before {
    top: 130px;
  }
  .main-content__reviews-item-text {
    height: 170px;
  }
  .main-content__news-item-title {
    margin-top: 30px;
  }
  .main-content__news-item-text {
    padding-bottom: 10%; 
  }
  .main-content__news-item-text p {
    margin-bottom: 7px;
  }
  .main-content__news-item {
    padding-left: 15%;
    padding-right: 15%;
  }
  .news-btn {
    position: absolute;
    bottom: 0px;
    left: 30%;
  }
  .main-content__projects h3 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .btn-project {
    display: inherit;
    float: none;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .main-content__projects h3:after {
    top: 0;
  }
}
@media (min-width:230px) and (max-width:580px) {
  .main-content__reviews,
  .main-content__news {
    width: 100%;
  }
  .main-content__reviews-item {
    margin-bottom: 0;
  }
  .main-content__reviews-item-text {
    height: auto;
  }
  .reviews-btn {
  /*  padding-right: 15px;
    padding-left: 15px;*/
    margin-top: 20px;
  }
  .main-content__news-item {
    padding-top: 0;
  }
  .main-content__news-item:before {
    top: 85px;
  }
  .main-content__news-item-text p:nth-child(2){
    display: none;
  }
  .news-btn {
    position: relative;
    margin-top: 15px;
    margin-left: 0;
    left: 0;
    margin-right: 14px;
  }
  .main-content__news-item-text {
    padding-bottom: 8px;
  }
}
.main-info {
  text-align: center;
  position: relative;
  margin-top: 145px;
  position: relative; 
}
.main-info:before {
  content: url("../img/main-info-cat.jpg");
  position: absolute;
  top: -10%;
}
.main-info__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-info__gallery-item {
  width: 25%;
  border-right: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;  
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
}
.main-info__gallery-item img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.main-info__gallery-item:first-child {
  background-color: #ff0099;
}
.main-info__gallery-item:nth-child(2) {
  background-color: #000;
}
.main-info__gallery-item:nth-child(3) {
  background-color: #999999;
}
.main-info__gallery-item:nth-child(4) {
  background-color: #cccccc;
}
.main-info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; 
  position: relative;
  margin-right: 5%;
  margin-left: 5%;
  max-width: 1280px;
  margin: 0 auto;
}

.main-info_content__item {
  width: 50%;
  text-align: left; 
}
.main-info_content__item-text {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 5%;
}
.main-info_content__item h4 {
  border-bottom:  1px solid #c2c2c2;
  color: #ff3399;
  text-transform: uppercase; 
  margin-top: 40px;
  padding-bottom: 40px;
  padding-left: 33px;
}
.btn-info {
  position: absolute; 
  right: 0;
  top: 25px;
}
@media (min-width:230px) and (max-width:1185px) {
  .main-info_content {
    padding-top: 30px;
  }
  .btn-info {
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    left: 40%;
    right: 0;
    margin: auto; 
  }
}
.main-info_content__item:nth-child(1) .main-info_content__item-text {
  border-right: 1px solid #c9c9c9;
}
@media (min-width:230px) and (max-width:1185px) {
  .main-info__gallery-item:last-child {
    display: none;
  }
  .main-info {
    margin-top: 200px;
  }
}
@media (min-width:230px) and (max-width:780px) {
  .main-info__gallery-item {
    width: 50%;
  }
  .main-info__gallery-item:nth-child(3) {
    display: none;
  }
  .main-info_content__item h4 {
    font-size: 11px
  }
  .main-info:before {
    top: -7%;
  }
}
@media (min-width:230px) and (max-width:576px) { 
  .main-info__gallery-item:nth-child(2) {
    display: none;
  }
  .main-info__gallery-item {
    width: 100%;
  }
  .main-info_content__item {
    width: 100%;
  }
  .main-info_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-info_content__item h4 {
    font-size: 20px;
    text-align: center;
  }
  .main-info_content__item:nth-child(1) .main-info_content__item-text {
    border-right: none;
  }
  .main-info {
    display: none;
  }
}
.main-info_content__item-text li {
  list-style: none;
  position: relative;
  margin-left: 40px;
  line-height: 1.6; 
}
.main-info_content__item-text li:before {
  content: "";
  position: absolute;
  background-color: #ec008c;
  width: 8px;
  height: 8px;
  left: -25px;
  margin-top: 8px;
}


.master-call {
  background-color: rgba(255, 255, 255, 0.9);
  width: 820px;
  top: 64%;
  margin: 0 auto;
}
.master-call__col-1 {
  border-right: 1px solid #c9c9c8;
}
.master-call__col-1 p {
  font-size: 18px;
  position: relative;
  padding-bottom: 30px;
}
.master-call__col-1 p:after {
  content: url("../img/form-rocket.png");
  position: absolute;
  right: 1%;
  top: -15px;
}
#calc-inner .master-call__col-1 p:after {
  content: url("../img/form-calc.png");
}
#pres-inner .master-call__col-1 p:after {
  content: "";
}
#designer-inner .master-call__col-1 p:after {
  content: url("../img/designer-form.png");
}
#item-calc-inner .master-call__col-1 p:after {
  content: url("../img/form-calc.png");
}
#kom-inner .master-call__col-1 p:after {
  content: url("../img/form-calc.png");
}
.master-call__col-1 span {
  color: #ff0099;
}
.master-call__col-1 label,
.master-call__col-1 input,
.master-call__col-1 textarea {
  width: 100%;
  outline-color: #ff0099;
}
.master-call__col-1 textarea {
  resize: none;
  height: 75px;
}
.master-call__col-1 input {
  margin-top: 4px;
  margin-bottom: 10px;
}
.master-call__col-2 {
  font-size: 12px;
  text-align: center;
}
.master-call__col-2 p {
  padding-right: 20px;
  text-align: left;
}
.master-call__col-2 input {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #f9f9f9;
  padding: 15px 20px;
  outline: 0;
  border: 1px solid #acacac;
  border-radius: 2px;
  margin-top: 7%;
}
.master-call__col-2 input:hover {
  background-color: #ff0099;
  color: #fff;
  border-color: #ff0099;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.master-call__col-2 h3 {
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}
.popup-inner {
  width: 100%;
  position: absolute;
  top: 28%;
  margin: 0 auto;
  z-index: 50;
}
@media (min-width:230px) and (max-width:845px) { 
  .master-call {
    width: 630px;
  }
}
@media (min-width:230px) and (max-width:650px) {
  .master-call {
    width: 535px;
  }
  .master-call__col-1 p:after {
    content: none;
  }
  #calc-inner .master-call__col-1 p:after {
    content: none;
  }
  #pres-inner .master-call__col-1 p:after {
    content: none;
  }
  #designer-inner .master-call__col-1 p:after {
    content: none;
  }
  #item-calc-inner .master-call__col-1 p:after {
    content: none;
  }
  #kom-inner .master-call__col-1 p:after {
    content: none;
  }
}

#master_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
#calc_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
#pres_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
#designer_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
#item-calc_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
#kom_form {
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative; 
}
.master-call__close {
  content:  "";
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: 10px;
  top: 10px;
  background-image: url("../img/form-close.png");
  background-size: contain;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.master-call__close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.master-call__col-1 {
  width: 45%;
  padding-right: 5%;
}
.master-call__col-2 {
  width: 45%;
}
@media (min-width:230px) and (max-width:555px) {
  .master-call__col-1 {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .master-call {
    width: 80%;
    min-width: 320px;
  }
  .master-call__col-2 {
    width: 0;
    font-size: 0;
  }
  .master-call__col-2 input {
    position: absolute;
    left: 30%;
    bottom: 20px;
  }
  .master-call__col-1 p:after {
    content: url("../img/form-rocket.png");
  }
  #calc-inner .master-call__col-1 p:after {
    content: url("../img/form-calc.png");
  }
  #pres-inner .master-call__col-1 p:after {
    content: url("../img/form-calc.png");
  }
  #item-calc-inner .master-call__col-1 p:after {
    content: url("../img/form-calc.png");
  }
  #kom-inner .master-call__col-1 p:after {
    content: url("../img/form-calc.png");
  }

  .master-call__col-1 textarea {
    margin-bottom: 60px;
  }
  .master-call__close {
    width: 20px;
    height: 20px;
  }
  #calc-inner #calc_form {
    padding-bottom: 95px;
  }
  #pres-inner #pres_form {
    padding-bottom: 95px;
  }
  #designer-inner #designer_form {
    padding-bottom: 95px;
  }
  #item-calc-inner #item-calc_form {
    padding-bottom: 95px;
  }
  #kom-inner #kom_form {
    padding-bottom: 95px;
  }
}
#master-inner {
  display: none;
}
#pres-inner {
  display: none;
}
#item-calc-inner {
  display: none;
}
#kom-inner {
  display: none;
}
@media (min-width:230px) and (max-width:480px) {
  .master-call__col-2 input {
    left: 27%;
  
  }
}
@media (min-width:230px) and (max-width:412px) {
  .master-call__col-2 input {
    left: 22%;
  }
}
@media (min-width:230px) and (max-width:380px) {
  .master-call__col-2 input {
    left: 19%;
  }
}

.fileform { 
  background-color: #FFFFFF;
  border: 1px solid #a9a9a9;
  width: 100%;
  border-radius: 2px;
  cursor: pointer;
  height: 26px;
  overflow: hidden;
  padding: 2px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  margin-top: 5px;
  cursor: pointer;
}
.fileform:hover .selectbutton {
  background-color: #ff0099;
  border: 1px solid #ff0099;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fileform .selectbutton { 
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  float: right;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 2px 6px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  cursor: pointer;
}
 
.fileform #upload{
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  -moz-opacity: 0; 
  filter: alpha(opacity=0); 
  opacity: 0; 
  font-size: 150px; 
  height: 30px; 
  z-index:20;
  cursor: pointer;
}
.fileform #fileformlabel { 
  background-color: #FFFFFF;
  float: left;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 2px;
  text-align: left;
  vertical-align: middle;
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#calc-inner .master-call__col-1 textarea {
  margin-bottom: 10px;
}
#item-calc-inner .master-call__col-1 textarea {
  margin-bottom: 10px;
}
#kom-inner .master-call__col-1 textarea {
  margin-bottom: 10px;
}

/*--------------CONTACT-----------------*/
.contact-nav a {
  color: #555555;
}
.contact-nav .active_text {
  color: #ff0099;
}

.contact-nav, 
.content-subnav {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-nav a, 
.content-subnav a {
  color: #555555;
}
.active_text {
  color: #ff0099 !important;
}
.contact-nav li,
.content-subnav li{
  display: inline-block;
  font-size: 15px;
}
.contact-nav li:after,
.content-subnav li:after {
  content: "/";
  padding-left: 5px;
}
.contact-nav li:last-child:after,
.content-subnav li:last-child:after {
  content: "";
}
.contact-slider {
  background-color: #f0f0f0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  height: 175px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/contact-cat.png");
  background-repeat: no-repeat;
  -ms-background-position-y: -30px;
  background-position-y: -30px;
  min-width: 320px;
}
@media (min-width:230px) and (max-width:410px) {
  .contact-slider {
    background-position-y: -12px;
    min-width: 320px;
    background-size: 232px;
  }
}
.contact-slider__item {
  width: 25% !important;
  text-align: center;
  padding-top: 40px;
  outline: none;
}
.contact-slider__item p {
  width: 47%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.contact-slider__item p:before {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  width: 49px;
  height: 49px;
  cursor: pointer;
}
.contact-slider__item:nth-of-type(2) p {
  width: 25%;
}
.contact-slider_call p:before {
  content: url("../img/contact-slider-call.png");
}
.contact-slider_rev p:before {
  content: url("../img/contact-slider-rev.png");
  width: 38px;
}
.contact-slider_mail p:before {
  content: url("../img/contact-slider-mail.png");
  width: 55px;
  height: 39px;
  margin-top: 6px;
}
.contact-slider .slick-list {
  width: 100% !important;
}
#kom_form .master-call__col-2 input {
  margin-top: 300px;
}
.contact-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.contact-slider .slick-next {
  background-image: url("../img/main-proc-arrow-right.png");
  background-color: transparent;
  height: 50px;
  background-size: contain;
  bottom: 58px;
}
.contact-slider .slick-prev {
  background-image: url("../img/main-proc-arrow-left.png");
  background-color: transparent;
  height: 50px;
  background-size: contain;
  bottom: 58px;
}
.facory-title {
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.factory_onmap {
  position: relative;
}
.factory_onmap_item {
  border-bottom: 1px solid #c2c2c2;
}
.factory_onmap_list .factory_onmap_item {
  border-top: 1px solid #c2c2c2;
  border-bottom: none;
}
.factory_onmap_list .facory-title {
  margin-top: 35px;
}
.factory_onmap_item-inner {
  display: inline-block;
  padding-top: 10px;
  width: 29%;
}
.factory_onmap_item-inner p {
  font-size: 14px;
  line-height: 25px;
}
.factory_onmap_item-inner p:before {
  margin-left: 5px;
  padding-top: 5px;
  margin-right: 15px;
  height: 18px;
  float: left;
}
.factory_onmap_item-inner p:nth-child(2):before {
  content: url("../img/contact-item-call.png");
}
.factory_onmap_item-inner p:nth-child(3):before {
  content: url("../img/contact-item-mail.png");
  margin-left: -3px;
  padding-top: 2px;
}
.factory_onmap_item-inner p:nth-child(4):before {
  content: url("../img/contact-item-clock.png");
}
.factory_onmap_item-inner p:nth-child(4) {
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
}
.factory_onmap_item-btn {
  float: right;
  outline: 0;
  background-color: transparent;
  color: #ff0099;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 12px;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.factory_onmap_item-btn:hover {
  background-color: #ff0099;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.factory_onmap_item-inner br {
  display: none;
}
.factory_onmap_item-inner:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #ff0099;
  margin-bottom: 5px;
}
.factory_onmap-map {
  position: absolute;
  top: 65px;
  width: 60%;
  right: 0;
}
.factory_onmap-map iframe {
  width: 90%;
}
@media (min-width:230px) and (max-width:1180px) {
  .contact-slider .slick-track {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .contact-slider__item p {
    width: 50%;
  }
  .factory_onmap_item-inner br {
    display: block;
  }
  .factory_onmap_item-inner p:nth-child(4):before {
    height: 40px;
  }
  .factory_onmap_item-inner p:nth-child(1) {
    margin-left: 39px;
  }
}
@media (min-width:230px) and (max-width:850px) {
  .contact-slider {
    background-position-x: -31px;
  }
}
@media (min-width:230px) and (max-width:695px) {
  .contact-slider__item p {
    float: right;
    width: 27%;
    margin-right: 11%;
  }
  .contact-slider {
    background-position-x: -5px;
  }
  .factory_onmap-map iframe {
    width: 100%;
  }
  .factory_onmap-map {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 80%;
    top: 0;
  }
  .factory_onmap_item {
    text-align: center;
    min-width: 300px;
  }
  .factory_onmap_item p {
    text-align: left;
  }
  .factory_onmap_item-inner {
    width: 42%;
    margin: 0 auto;
    min-width: 200px;
  }
}
@media (min-width:230px) and (max-width:415px) {
  .factory_onmap-map iframe {
    height: 300px;
  }
}
.factory_onmap_list-gallery {
  float: right;
  width: 60%;
  font-size: 0;
}
.factory_onmap_list br {
  display: block;
}
.factory_onmap_list p {
  line-height: 21px;
}
.factory_onmap_list .factory_onmap_item-inner p:nth-child(1) {
  margin-left: 39px;
}

.factory_onmap_list .factory_onmap_item-btn {
  margin-top: 10px;
  margin-bottom: 11px;
}
.factory_onmap_list-gallery img {
  margin-right: 20px;
  position: relative;
}
.list-gallery-inner {
  display: inline-block;
  cursor: pointer;
  position:   relative; 
}
.item-descr_names {
  position: relative; 
}

.list-gallery-inner:hover img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}

.item-descr {
  width: 100%;
  display: block;
  border-top: 1px solid #c2c2c2;
  padding-top: 15px;
  padding-bottom: 15px;
}
.item-descr_dis {
  display: inline-block;
  width: 29%;
  text-align: right;
  font-size: 14px;

}
.item-descr_names {
  float: right;
  width: 60%;
}
.item-descr_names p {
  display: inline-block;
  width: 146px;
  text-align: center;
  font-size: 12px;
  margin-right: 15px;
}
.factory_onmap_list .factory_onmap_item-inner p:nth-child(3):before {
    margin-left: -41px;
  }
@media (min-width:230px) and (max-width:855px) {
  .factory_onmap_list-gallery img {
    margin-right: 5px;
  }
  .item-descr_names p {
    margin-right: 0px;
  }
}
@media (min-width:230px) and (max-width:779px) {
  .factory_onmap_list-gallery {
    display: none;
  }
  .item-descr, .item-descr_names {
    display: none;
  }
  .factory_onmap_list .factory_onmap_item-inner {
    width: 42%;
    margin: 0 auto;
    min-width: 288px;
    display: block;
  }
  .factory_onmap_list .factory_onmap_item:last-child br {
    display: none;
  }
}
.list-gallery-inner .item-descr_names-watch{
  opacity: 0; 
  font-size: 12px;
  text-align: center; 
  position: absolute; 
  width:  144px;
  top: 148px;
  text-transform: uppercase;  
  color: #ff0099;
  line-height: 15px;
}
.list-gallery-inner:hover .item-descr_names-watch{
  opacity:  1;
}  
.salon-showall,
.catalog-nav_inner {
  background-color: #f0f0f0;
  padding-bottom: 35px;
}
.salon-showall {
  padding-top: 35px;
}
.salon-showall a {
  text-transform: uppercase;
  color: #ff0099;
}
.salon-item {
  margin-top: 8px;
  margin-bottom: 18px;
}
.salon-slider {
  padding-bottom: 15%;
}
.salon-slider img {
  cursor: pointer;
}
.blur-salon {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}
.popup-salon {
  visibility: hidden;
}
.catalog-popup {
  visibility: hidden;
}
.popup-salon_visible {
  visibility: visible;
}
.salon-item .salon-item_text{
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  margin-right: 90px;
}
.salon-item p:before {
  margin-left: 5px;
  padding-top: 5px;
  margin-right: 15px;
  height: 18px;
  float: left;
}
.salon-item .salon-item_text:nth-child(2) p:first-child:before {
  content: url("../img/contact-item-call.png");
}
.salon-item .salon-item_text:nth-child(2) p:last-child:before {
  content: url("../img/contact-item-mail.png");
  margin-left: -3px;
  padding-top: 2px;
}
.salon-item .salon-item_text:nth-child(3):before {
  content: url("../img/contact-item-clock.png");
  height: 30px;
}
.salon-item:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #ff0099;
    margin-bottom: 5px;
}
.salon-slider_item {
  margin-right: 5px;
  position: relative;
}
.salon-slider .slick-arrow {
  background-color: rgba(0,0,0, 0.6);
}
.salon-slider .slick-prev {
  top: 90px;
}
.salon-slider .slick-next {
  top: 90px;
}
.salon-slider_item:before{
  content: "";
  position: absolute;
  background-image: url("../img/salon-slider-eye.png");
  width: 84px;
  height: 84px;
  display: none;
  left:36%; 
  top: 115px;
  cursor: pointer;
}
.salon-slider_item:hover.salon-slider_item:before {
  display: block;
}
@media (min-width:230px) and (max-width:910px) {
  .salon-item .salon-item_text {
    margin-right: 20px;
  }
}

@media (min-width:230px) and (max-width:680px) {
  .salon-item {
    text-align: center;
  }
}
@media (min-width:230px) and (max-width:550px) {
  .salon-item {
    text-align: start;
    padding-left: 20%;
  }
  .salon-item .salon-item_text:first-child {
    margin-left: 40px;
  }
}
.salon-innerforpop,
.catalog-nav {
  position: relative;
}
.catalog-nav {
  background-color: #f0f0f0;
}
.popup-salon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.popup-salon_slider {
  background-color: #fff;
}

.popup-salon_slider-wrapper {
  margin-left: 30%;
  margin-right: 30%;
  height: 100%;
  z-index: 8;
}
.news-like .wrapper {
  position: relative;
}
.popup-salon_descr {
  background-color: #fff;
  text-align: center;
  padding: 4%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 14px;
  border-bottom: 1px solid #d6d6d6; 
}
.popup-salon img {
/*  width: 100%;*/
/*  height: 100%;*/
}
.popup-slider_item {
  margin-left: 10px;
  margin-right: 10px;
}

.popup-salon .slick-arrow {
  background-color: rgba(0,0,0, 0.6);
  top: 125px;
}
.popup-salon .master-call__close {
  right: 31%;
  z-index: 5;
}
@media (min-width:230px) and (max-width:910px) {
  .popup-salon_slider-wrapper {
    margin-left: 20%;
    margin-right: 20%;
  }
  .popup-salon .master-call__close {
    right: 21%;
  }
}
@media (min-width:230px) and (max-width:525px) {
  .popup-salon {
    display: none;
  }
  .blur-salon {
    -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  filter: blur(0px);
  }
}
/*--------------CATALOG-----------------*/
.catalog-nav_inner a {
  color: #404040;
  font-size: 14px;
  line-height: 40px;
  padding-bottom: 43px;
  position: relative;
}
.catalog-nav_inner a:after {
  display: none;
  content: "";
  position: absolute;
  width: 33px;
  height: 12px;
  background-image: url("../img/catalog-arrow.png");
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

}
.catalog-nav_inner a:hover {
  border-bottom: 5px solid #ff0099;
}
.catalog-nav_inner a:hover:after {
  display: block;
}
.catalog-nav_inner .active_text {
  color: #ff0099;
}
.catalog-nav_inner li {
  display: inline-block;
  margin-top: 35px;
}
.catalog-nav_inner li:after {
  content: "/";
}
.catalog-nav_inner li:last-child:after {
  content: "";
}
.comment-item.wrapper,
.comment-item_gallery.wrapper,
.comment-item_gallery+p {
  margin: auto;
}/*
.comment-item_service .wrapper {
  max-width: none;
}*/
.furniture-catalog-content__catalog-item:hover {
  border-color: #ff47a3;
  color: #ff47a3;
  -webkit-transition: 1s;
  transition: 1s;
}
.furniture-catalog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.furniture-catalog-content__catalog-item, a.furniture-catalog-content__catalog-item {
  width: 33.33%;
  border: 1px solid #d0d0d0;
  padding: 4%;
  box-sizing: border-box;
  outline: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.furniture-catalog-content__catalog-item p {
      color: #555555;
}
a.furniture-catalog-content__catalog-item:hover p {
      color: #ff47a3;
  -webkit-transition: 1s;
  transition: 1s;	  
}
@-moz-document url-prefix() {
  .furniture-catalog-content__catalog-item {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.furniture-catalog-content__catalog-item img {
  width: 100%;
  height: 100%;
}
.furniture-catalog-content__catalog-item p {
  padding-top: 2%;
}
@media (min-width:230px) and (max-width:766px) {
  .catalog-nav_inner li {
      display: inline-block;
      margin-top: 32px;
  }
  .salon-showall, .catalog-nav_inner {
    padding-top: 0;
  }
}
@media (min-width:230px) and (max-width:790px) {
  .furniture-catalog-content__catalog-item, a.furniture-catalog-content__catalog-item {
    width: 50%;
    padding: 5%;
  }
}
@media (min-width:230px) and (max-width:550px) {
  .furniture-catalog-content__catalog-item, a.furniture-catalog-content__catalog-item {
    width: 100%;
    padding: 10%;
  }
}
@media (min-width:230px) and (max-width:450px) {
.wrapper {
    padding-right: 2%;
    padding-left: 2%;
}	
.footer-nav__block li {
    padding: 0; 
}	
	
	
  .salon-showall, .catalog-nav_inner {
    padding-top: 35px;
  }
  .catalog-nav_inner li {
    margin-top: 0;
  }
  .catalog-nav_inner {
    position: relative;
  }
  .catalog-nav_inner li {
    display: block;
    list-style: none;
    margin-left: 30px;
  }
 .catalog-nav_inner li {
	display: none;
}
.catalog-nav_inner li:nth-child(1) {
	display: block;
} 
.catalog-nav_inner li:nth-child(2) {
	display: block;
}  
.mo {
	display: block;
}	  
  
  .catalog-nav_inner li:after {
    display: none;
  }
  .catalog-nav_inner li:before {
    display: none;
    content: "";
    position: absolute;
    width: 10px;
    height: 28px;
    background-image: url(../img/catalog-arrow-2.png);
    left: 20px;
    margin-top: 4px;
  }
  .catalog-nav_inner li:hover:before {
    display: block;
  }
  .catalog-nav_inner a:hover{
    border: none;
  }
  .catalog-nav_inner a:hover:after {
    display: none;
  }
}
.catalog-content-text {
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 45px;
}
.catalog-content-text p {
  font-size: 12px;
  line-height: 18px;
}
.catalog-content-text-title {
  color: #ff0099;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin-top: 45px;
  margin-bottom: 45px;
  font-weight: bold;
}
.furniture-btn {
  visibility: hidden;
  position: relative;
  background-color: #ff0099;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  top: -172px;
}
.furniture-catalog-content__catalog-item:hover .furniture-btn {
  visibility: visible;
}
@media (min-width:540px) and (max-width:1000px) {
  .furniture-btn {
    top: -112px;
  }
}
@media (min-width:230px) and (max-width:550px) {
  .catalog-content-text {
    margin-left: 10%;
    margin-right: 10%;
  }
}

.catalog-popup {
  width: 100%;
  position: fixed;
  top: 10%;
  margin: 0 auto;
  z-index: 50;
}
.catalog-popup_inner {
  background-color: #fff;
  width: 80%;
  top: 64%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.catalog-popup_title {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.catalog-popup_star-reit {

}
.catalog-popup_introdesr {
  padding-left: 3%;
  padding-top: 10px;
  box-sizing: border-box;
  width: 60%;
  max-width: 625px;
}
.catalog-popup-slider_item {
  position: relative;
}
.catalog-popup-slider, .catalog-popup-slider-1 {
  width: 60%;
  max-width: 625px !important;
  margin-left: auto;
}
.catalog-popup-slider .slick-arrow, .catalog-popup-slider-1 .slick-arrow  {
  background-color: rgba(0,0,0,0.7);
}
.catalog-popup_star-reit li {
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 11px;
  background-image: url("../img/catalog-item_empty-star.png");
}
.catalog-popup_star-reit .active-star {
  background-image: url("../img/catalog-item_full-star.png");
}
.catalog-popup_star-reit li:hover{
  background-image: url("../img/catalog-item_full-star.png");
}
.catalog-popup_review {
  font-size: 12px;
}
.catalog-popup_getreview {
  text-transform: uppercase;
  background-color: transparent;
  outline: none;
  border: none;
}
.catalog-popup_review-stat:after {
  content: "|";
}
.catalog-popup_getreview:hover {
  color: #fff;
  background-color: #ff0099;
}
.catalog-popup_price {
  font-size: 15px;
}
.catalog-popup-price-block {
  margin-top: 25px;
  margin-bottom: 10px; 
}
.catalog-popup_price span {
  color: #ff0099;
  font-weight: bold;
}
.catalog-popup_btns {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: auto;
  max-width: 740px;
  text-align: center;
  width: 40%;
  padding-top: 30px;
}
.catalog-popup_calc, 
.catalog-popup_call-master {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  height: 50px;
  border:none;
  outline: none;
  color: #fff;
}
.catalog-popup_calc {
  background-color: #ff0099;
}
.catalog-popup_call-master {
  clear: left;
  background-color: #959595;
  margin-top: 10px;
  margin-bottom: 10px;
}
.catalog-popup-descr {
  width: 38%;
  max-width: 450px;
}
.catalog-popup-descr-nav {
  font-size: 0;
}
.catalog-popup-descr-nav button {
  color: #555555;
  text-align: center;
  border: 1px solid #959595;
  font-size: 14px;
  height: 50px;
  display: inline-block;
  width: 33%;
  outline: none;
  background-color: #fff;
}
.catalog-popup-descr-nav button:nth-child(2) {
  border-right: 0;
  border-left: 0;
}
.catalog-popup-descr-nav .catalog-popup-descr-nav_active {
  border-bottom: 2px solid #ff0099;
}
.catalog-popup-descr_descr-block {
  padding-top: 10%;
  padding-left: 10%;
  font-size: 12px;
}
.catalog-popup-descr_descr-block p {
  margin-bottom: 13px;
}
.catalog-popup-descr_descr-block p:first-child {
  font-weight: bold;
}
.catalog-popup-descr_descr-block p:last-child {
  color: #ff0099;
}
.catalog-popup_bottom-menu {
  width: 100%;
  text-align: right;
  border-top: 1px solid #959595;
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  padding: 10px;
}
.catalog-popup_bottom-menu_port {
  background-color: transparent;
  color: #ff0099;
  text-transform: uppercase;
  outline: none;
  border: none;
  width: 100px;
  margin-right: 1%;
  margin-left: 1%;
}
.catalog-popup_title br {
  display: none;
}
.catalog-popup_bottom-menu_des {
  margin-top: auto;
  margin-bottom: auto;
}
.catalog-popup_bottom-menu_btns {
  width: 115px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  margin-right: 27px;
}
.catalog-popup_bottom-menu_btns button{
  background-color: transparent;
  border: none;
  outline: none;
}
.catalog-popup_bottom-menu_btns button:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 17px;
  background-image: url("../img/catalog_bottom-menu-fav.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog-popup_bottom-menu_btns button:last-child:before {
  content: "";
  position: absolute;
  left: 1px;
  width: 21px;
  height: 17px;
  background-image: url("../img/catalog_bottom-menu-print.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog-call__close {
  content:  "";
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: 10px;
  top: 10px;
  background-image: url("../img/form-close-catalog.png");
  background-size: contain;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.catalog-call__close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media (min-width:230px) and (max-width:950px) {
  .catalog-popup_title {
    font-size: 19px;
  }
  .catalog-popup_price {
    font-size: 12px;
  }
  .catalog-popup-price-block {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .catalog-popup-descr-nav button {
    font-size: 11px;
  }
  .catalog-popup-descr_descr-block {
    padding-top: 5%;
    padding-left: 5%;
  }
  .catalog-popup_inner {
    width: 90%;
  }

  .catalog-popup_btns
}
@media (min-width:230px) and (max-width:800px) { 

  .catalog-popup-slider, .catalog-popup-slider-1 {
    width: 55%;
  }
  .catalog-popup-descr {
    width: 42%;
  }
}
@media (min-width:230px) and (max-width:678px) {
  .catalog-popup_btns {
    margin: 0;
    margin-top: 4%;
  }
  .catalog-popup_bottom-menu_port, .catalog-popup_bottom-menu_des {
    display: none;
  }
}
@media (min-width:230px) and (max-width:650px) {
  .catalog-popup-descr {
    display: none;
  }
  .catalog-popup-slider, .catalog-popup_btns, .catalog-popup_introdesr, 
  .catalog-item_introdesr, .catalog-popup-slider-1  {
    width: 100%;
  }
  .catalog-popup_btns {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .catalog-popup_calc, .catalog-popup_call-master {
    height: 35px;
  }
  .catalog-popup {
    top: 30px;
  }
  /*.slick-slide img {
    height: 200px;
    width: 100%;
  }*/
  .catalog-popup-slider-1  {
    height: 190px;
  }
}
@media (min-width:230px) and (max-width:432px) {
  .catalog-popup_title {
    font-size: 16px;
  }
  .catalog-popup_price {
    font-size: 11px;
  }
  .catalog-popup_title br {
    display: block;
  }
}
@media (min-width:230px) and (max-width:367px) {
  .catalog-popup_price {
    font-size: 9px;
  }
}

.catalog-item_inner {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.catalog-addslider {
  width:  355px;
  width:  655px;
}
.catalog-item_introdesr {
  padding-top: 10px;
  box-sizing: border-box;
  width: 60%;
  margin-left: auto;
  max-width: 625px !important;
}

@media (min-width:1530px) and (max-width:5567px) {
  .catalog-item_introdesr {
    max-width: none !important;
    text-align: center;
    padding-bottom: 10px;
  }
  .catalog-popup_btns {
    text-align: left;
    max-width: none;
  }
 .tpl-block-rating {
    margin: 0 auto;
} 
  
/*  .catalog-addslider {
    margin: auto;
  }*/
}
.catalog-addslider .catalog-addslider_item {
  outline: none;
}
.item-slider {
  max-width: inherit;
}
.catalog-item-descr {
  width: 40%;
  margin-right: auto;
}
.catalog-item-descr .catalog-popup-descr-nav button {
  width: 33.33%;
}
.catalog-item-descr .catalog-popup-descr_descr-block {
  padding-top: 4%;
  padding-left: 5%;
}
@media (max-width: 800px) and (min-width: 230px) {
  .item-slider {
    width: 60%;
  }
  .catalog-item_bottom-menu .catalog-popup_bottom-menu_btns {
    margin-right: 5%;
  }
}
.catalog-item_bottom-menu {
  width: 100%;
  text-align: right;
  border-top: 1px solid #959595;
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  padding: 10px;
  border-bottom: 1px solid #959595;
}
.catalog-item_bottom-menu .catalog-popup_bottom-menu_btns {
  margin-right: 5%;
}
.catalog-item_bottom-menu .catalog-popup_bottom-menu_des {
  margin-right: 2%;
}
@media (min-width:230px) and (max-width:630px) {
  .catalog-item-descr {
        width: 100%;
  }
  .item-slider {
    width: 100%;
  }
}
@media (min-width:230px) and (max-width:650px) {
  .catalog-item_introdesr {
    width: 342px;
    padding-left: 5%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .item-btns {
    margin-top: 20px;
  }
}
.catalog-item_bottom-menu_views {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: 30px;
  text-transform: uppercase;
}
.catalog-addslider {
  padding-left: 3%;
}
.catalog-addslider_item {
  margin-right: 20px;
  cursor:pointer;
}

.item-action {
  text-align: center;
  padding-top: 140px;
  position: relative;
}
.item-action:before {
  content: url("../img/item-card-cats.jpg");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.item-action h2 {
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.item-action h2:before {
  position: absolute;
  content: url(../img/main-content-title-opentab.png);
  left: -15px;
}
.item-action h2:after {
  position: absolute;
  content: url(../img/main-content-title-closetab.png);
  right: -15px;
}
.item-action_special {
  display: flex;
  background-color: #f0f0f0;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.item-action_special-item {
  width: 20%;
  text-align: left;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #ff0099;
}
.item-action_special-item span {
  font-size: 24px;
  color: #ff0099;
  text-transform: uppercase;
}
.item-action_special-item p {
  width: 169px;
  margin: 0 auto;
}
.item-action_special-item:nth-child(3) {
  border-right: 0;
}
.item-action_special-item:nth-child(3) p{
  width: 227px;
  margin-left: 50%;
  position: relative;
}
.item-action_special-item:nth-child(3) p:before {
  content: "";
  background-image: url("../img/item-card-gift.png");
  position: absolute;
  left: -85px;
  width: 80px;
  height: 90px;
}
.item-action_like,
.item-action_rec {
  padding-left: 3%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.item-action_like:after,
.item-action_rec:after {
  content: url("../img/side-nav-arrow.png");
  padding-left: 10px;
}
.item-action_gallery-like,
.item-action_gallery-recomend {
  display: flex;
  flex-wrap: wrap;
}
.item-action_gallery-like_item,
.item-action_gallery-rec_item {
  width: 25%;
  border: 1px solid #d0d0d0;
  padding: 2%;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
}
.item-action_gallery-like_item:hover,
.item-action_gallery-rec_item:hover {
  border-color: #ff0099;
  transition: 0.5s;
}
.item-action_gallery-recomend {
  margin-bottom: 70px;
}
.item-action_gallery-rec_item img,
.item-action_gallery-like_item img {
    width: 100%;
    height: 100%;
}
@media (min-width:230px) and (max-width:880px) { 
  .item-action_special-item {
    width: 23%;
    font-size: 14px;
  }
  .item-action_special-item span {
    font-size: 18px;
  }
  .item-action_special-item p {
    width: 127px;
  }
  .item-action_special-item:nth-child(3) p {
    width: 178px;
  }
  .item-action_special-item:nth-child(3) p:before {
    left: -66px;
    width: 80px;
    height: 73px;
    background-size: contain;
    background-repeat: no-repeat;
  }  
}
@media (min-width:230px) and (max-width:800px) {
  .item-action_gallery-like_item, 
  .item-action_gallery-rec_item {
    width: 50%;
    padding: 5%;
  }
  .item-action_gallery-like, 
  .item-action_gallery-recomend {
    margin-left: 3%;
    margin-right: 3%;
  }

}
@media (min-width:230px) and (max-width:708px) {
  .item-action_special {
    flex-direction: column;
  }
  .item-action_special-item {
    width: 100%;
    border: 0;
    font-size: 18px;
  }
  .item-action_special-item span{
    font-size: 24px;
  }
  .item-action_special-item p {
    width: 60%;
    padding-left: 30%;
    border-bottom: 2px solid #ff0099;
    padding-bottom: 36px;
  } 
  .item-action_special-item:nth-child(3) p {
    margin: 0 auto;
    margin-top: 90px;
    width: 60%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .item-action_special-item:nth-child(3) p:before {
    top: -86px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.catalog-item-descr--mobile, .catalog-item_bottom-menu--mobile {
  display: none;
  width: 100%;
}
.catalog-item_bottom-menu--mobile
.catalog-item-descr--mobile .catalog-popup-descr_descr-block {
  text-align: left;
}
@media (min-width:230px) and (max-width:525px) {
  .item-action_special-item p {
    padding-left: 15%;
  }
  .item-action_gallery-like_item, 
  .item-action_gallery-rec_item{
    width: 100%;
    padding: 10%;
    display: none;
  }
  .item-action_gallery-like_item:first-child,
  .item-action_gallery-rec_item:first-child {
    display: block;
  }
  .catalog-item-descr--mobile,
  .catalog-item_bottom-menu--mobile .catalog-popup_bottom-menu_des,
  .catalog-item_bottom-menu--mobile .catalog-popup_bottom-menu_port {
    display: block;
  }
  .catalog-item_bottom-menu--mobile {
    display: flex;
    box-sizing: border-box;
  }
  .catalog-item_bottom-menu--mobile .catalog-popup_bottom-menu_des {
    margin-right: auto;
    text-align: left;
  }
  .catalog-item-descr--mobile .catalog-popup-descr_descr-block {
    text-align: left;
  }
}
.news-showall {
  padding-bottom: 35px;
  padding-top: 35px;
  background-color: #f0f0f0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.news-showall a{
  text-transform: uppercase;
  color: #ff0099;
}
.news {
  padding-bottom: 40px;
}
.news-item {
  margin-top: 20px;
  margin-bottom: 40px;
  cursor: pointer;
}
.news .news-item:hover p,
.news-pag li:hover a {
  color: #ff0099;
}
.news-item p:first-child {
  font-size: 14px;
  color: #d1d1d1;
}
.news-item p:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
}
.news-item p:last-child {
  font-size: 16px;
}
.news-pag li {
  display: inline-block;
  padding-right: 10px;
}
.news-pag li a {
  color: #555555;
}
.news-item--page {
  margin-bottom: 20px;
}
.main-news {
  color: #ff0099;
  font-size: 14px;
  display: block;
  margin-top: 25px;
}
@media (min-width:230px) and (max-width:825px) {
  .news-img {
    width: 320px;
    height: 120px;
  }
}
.sp-set_title {
  margin-top: 10px;
  margin-bottom: 10px;
  color:#ff0099;
}
.sp-set_text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-like {
  background-color: #e5e5e5;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.news-like_btn {
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #ff0099;
  position: absolute;
  top: -67px;
  bottom: 0;
  left: 0;
  right: 12%;
  margin: auto;
}
.news-like p {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-like p:first-child {
  font-size: 18px;
  margin-bottom: 25px;
}
.other-sale_title {
  color: #ff0099;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.other-sale_item img {
  float: left;
  margin-right: 20px;
}
.other-sale_item {
  padding-bottom: 40px;
}
.other-sale_item p:first-of-type {
  font-weight: bold;
}
.sale-form {
  padding-bottom: 40px;
}
.sale-form input[type="email"] {
  width: 359px;
  margin-top: 12px;
}
.sale-form input[type="submit"] {
  width: 259px;
  color: #fff;
  background-color: #959595;
  border: 0;
  outline: 0;
  font-weight: bold;
  height: 25px;
  margin-left: 20px;
}
@media (min-width:230px) and (max-width:820px) {
  .sp-set.wrapper, .other-sale.wrapper, 
  .news-like.wrapper, .sale-form.wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .news-img {
    display: block;
  }
  .news-like_btn 
  {
    left: inherit;
  }
}
@media (min-width:230px) and (max-width:690px) {
  .sale-form {
    display: none;
  }
}
@media (min-width:230px) and (max-width:555px) {
  .news-img {
    height: 30%;
  }
  .sp-set_text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .news-like {
    padding-bottom: 60px;
  }
  .news-like.wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-like_btn {
    left: 0;
    top: inherit;
    bottom: -60px;
  }
  .news-like p:first-child {
    font-size: 23px;
  }
  .other-sale_item p {
    margin-top: 10px;
  }
}
.special-set p {
  color: #ff0099;
}
#prog-pr-btn {
  color: #fff;
  background-color: #ff0099;
  font-size: 24px;
  width: 300px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.proj-form {
  position: fixed;
}
@media (min-width:230px) and (max-width:350px) { 
  .news-img, .other-sale_item img  {
    width: 67%;
    margin: 0 auto;
    height: 10%;
  }
  .other-sale_item p:first-of-type {
    clear: both;
    padding-top: 20px;
  }
}
@media (min-width:230px) and (max-width:1155px) {
  .proj-form {
    top: 28%;
  }
}
.catalog-popup .catalog-popup_btns {
  text-align: center;
}
@media (min-width:230px) and (max-width:455px) {
  #prog-pr-btn {
    width: 100%;
  }
  .project-inner {
    margin-right: 0;
    margin-left: 0;
  }
  .project-inner p:nth-of-type(2) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.service-panel li:last-child a {
  text-transform: uppercase;
}
.service-content .master-call {
  margin:0;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  display: flex;
  justify-content: space-between;
}
.service-content {
  padding-top: 20px;
}
.service-content p:first-of-type {
  font-weight: bold;
}
.service-content button {
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #ff0099;
}
.service-content_insure {
  width: 25%;
  margin-bottom: 40px;
  float: right;
}
.service-content-left-column {
  width: 73%;
  display: inline-block;
}
.service-content_insure-title {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 259px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.service-content p:nth-of-type(2) {
  display: inline-block;
}

.service-content_insure-title:before {
  position: absolute;
  content: url(../img/main-content-title-opentab.png);
  left: -15px;
}
.service-content_insure-title:after {
  position: absolute;
  content: url(../img/main-content-title-closetab.png);
  right: -15px;
}
.service-content_insure-text-cont {
  display: flex;
  flex-direction: column;
  border: 2px solid #e6e6e6;
  border-radius: 15px;
  padding: 10px 25px 10px 25px;
}
.service-content_insure-text-item {
  margin-bottom: 20px;
}
.service-content .service-content_insure-text-item:first-child {
  font-weight: normal;
}
@media (min-width:230px) and (max-width:1035px) {
  .service-content-left-column {
    width: 100%;
  }
  .service-content_insure {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .service-content_insure-text-cont {
    flex-direction: row;
    justify-content: space-around;
  }
  .service-content_insure-text-item {
    width: 25%;
  }
}
@media (min-width:230px) and (max-width:590px) { 
  .service-content_insure-text-cont {
    flex-direction: column;
    margin-right: 10%;
    margin-left: 10%;
  }
  .service-content_insure-text-item {
    width: 100%;
  }
}
#item-delmap {
  display: none;
}
.delmap-inner {
  position: relative;
  background-color: #fff;
  width: 67%;
  display: block;
  margin: 0 auto;
  top: 110px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 90%;
  box-sizing: border-box;
  padding: 10px;
  border: 2px solid #959595;
  min-width: 290px;
}
.delmap-intro p {
  float: left;
  margin-left: 14%;
  margin-top: 10px;
}
.delmap-intro img {
  float: right;
  margin-right: 20px;
}
.delmap_left-col {
  width: 60%;
  display: inline-block;
  margin-right: 20px;
}
.delmap_right-col {
  width: 30%;
  display: inline-block;
  position: relative;
  font-size: 15px;
}
@-moz-document url-prefix() {
  .delmap_right-col {
    width: 25%;
  }
  .delmap-intro p {
    font-size: 12px;
  }
}

.delmap_right-col-line, .delmap_right-col-circle {
  position: relative;
  margin-left: 43px;
}
.delmap_right-col-line:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  background-color: rgb(194,24,91);
  left: -44px;
  top: 13px;
}
.delmap_right-col-circle:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: rgb(194,24,91);
  left: -39px;
  top: 13px;
  border-radius: 20px;
}
.delmap_right-col-list {
  margin-left: 15px;
}
.delmap_left-col iframe {
  width: 100%;
}
@media (min-width:230px) and (max-width:1252px) {  
  .delmap_left-col {
    width: 100%;
  }
  .delmap_right-col {
    width: 57%;
    text-align: left;
  }
  .delmap-inner {
    text-align: center;
  }
  .delmap_left-col iframe {
    height: 20%;
  }
}
@media (min-width:230px) and (max-width:1056px) {
  .delmap_right-col {
    width: 69%;
  }
  .delmap-intro img {
    display: none;
  }
  .delmap-intro p {
    margin-top: 10px;
    margin-bottom: 20px;
    float: none;
    margin-left: 0;
  }
}
@media (min-width:230px) and (max-width:900px) {
  .delmap_right-col {
    width: 98%;
  }
  .delmap_right-col-line:before {
    top: 1px;
  }
  .delmap_right-col-circle:before {
    top: -5px;
  }
}
@media (min-width:230px) and (max-width:667px) {
  .delmap_right-col p:nth-of-type(3),
  .delmap_right-col p:nth-of-type(4) {
    display: none;
  }
  .uslugi-proj .master-call__col-2 input {
    bottom: 88px;
  }
}
.service-content-left-column .master-call__col-1 p:after {
  content: url(../img/form-calc.png);
}
.uslugi-proj_inner{
  width: 64%;
  display: inline-block;
}
.uslugi-proj_inner-img {
  display: inline-block;
}
.uslugi-proj_inner p:nth-of-type(3):before {
  content: url("../img/uslugi-project-2.png");
  float: left;
  margin: 20px;
  margin-left: 0px;
}
.uslugi-proj_inner p:nth-of-type(4) {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width:230px) and (max-width:1200px) {
  .uslugi-proj_inner-img {
    margin: 0 auto;
    display: block;
  }
}

@media (min-width:550px) and (max-width:691px) {
  .service-content-left-column .master-call__col-1 p:after {
    content: none;
  }

}

@media (min-width:230px) and (max-width:800px) {
  .uslugi-proj_inner {
    width: 90%;
  }
}
.uslugi-proj.service-content-left-column {
  margin-bottom: 40px;
}
.uslugi-proiz .service-content_insure-text-cont span {
  color: #ff0099;
}
.uslugi-proiz.service-content p:first-of-type {
  font-weight: normal;
  margin-bottom: 20px;
}
.uslugi-proiz_gall {
  display: flex;
  flex-wrap: wrap;
}
.uslugi-proiz_item {
  width: 30.33%;
  margin: 10px;
  box-sizing: border-box;
}
.uslugi-proiz_item img {
  width: 100%;
  height: 100%;
}
@media (min-width:230px) and (max-width:740px) {
  .uslugi-proiz_item {
    width: 45.33%;
  }
}
@media (min-width:230px) and (max-width:497px) {
  .uslugi-proiz_item {
    width: 90.33%;
  }
}
.uslugi-deliv_btn {
  text-transform: uppercase;
  text-align: center;
  padding: 17px;
  padding-right: 35px;
  padding-left: 35px;
  display: inline-block;
  margin-top: 55px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #ff0099;
}
.uslugi-deliv p:nth-of-type(3):before {
  display: none;
}
.uslugi-deliv {
  padding-bottom: 70px;
}
.uslugi-deliv-bold {
  font-weight: bold;
  margin-top: 10px;
}
.uslugi-deliv_inner-img {
  border: 2px solid #d1d1d1;
  width: 68%;
  height: 10%;
}
@media (min-width:230px) and (max-width:1043px) {
  .uslugi-deliv_inner-img {
    width: 100%;
  }
  .uslugi-deliv_btn {
    text-transform: uppercase;
    text-align: center;
    padding: 17px;
    margin: 0 auto;
    padding-right: 35px;
    padding-left: 35px;
    display: block;
    width: 200px;
    margin-top: 55px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #ff0099;
  }
}
.uslugi-mont_gall {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.uslugi-mont_item {
  width: 43%;
  padding: 10px;
  border: 1px solid #d1d1d1; 
}
.uslugi-mont_item:hover {
  border-color: #ff0099;
  transition: 0.5s;
}
.uslugi-mont_item img {
  width: 100%;
}
@media (min-width:230px) and (max-width:625px) {
  .uslugi-mont_item  {
    width: 100%;
  }
}
@media (min-width:230px) and (max-width:1100px) {
  .uslugi-mont .uslugi-deliv_btn {
    display: none;
  }
}
.process__slider p {
  cursor: pointer;
}
.main-slider div {
  cursor: pointer;
}
.uslugi-garant_gal {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.uslugi-garant p:nth-of-type(3):before {
  display: none;
}
.uslugi-garant p:nth-of-type(1) {
  margin-bottom: 10px;
}
.uslugi-garant p:nth-of-type(4) {
  margin-top: 25px;
  margin-bottom: 25px;
}
.uslugi-garant .uslugi-proj_inner {
  width: 100%;
}
.uslugi-garant_title {
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
}
.uslugi-garant p {
  line-height: 1.4;
}
.uslugi-garant_gal+p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.service-content.uslugi-garant {
  padding-bottom: 20px;
}
.service-content.uslugi-garant .uslugi-garant_title {
  margin-bottom: 25px;
}
.ulsugi-bonus-gal {
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  padding: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ulsugi-bonus-gal_item {
  width: 25%;
  font-size: 0;
}
.ulsugi-bonus-gal_item img {
  width: 100%;
}
.uslugi-bonus p:nth-of-type(3):before {
  display: none;
}
@media (min-width:230px) and (max-width:525px) { 
  .uslugi-garant_gal {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .uslugi-garant_gal-item {
    text-align: center;
    margin-bottom: 20px;
  }
} 
.ulsugi-bonus_article h2 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
} 
.service-content .ulsugi-bonus_article p {
  font-weight: normal;
}
.uslugi-bonus .uslugi-proj_inner {
  width: 100%;
}
@media (min-width:230px) and (max-width:750px) {  
  .ulsugi-bonus-gal {
    display: none;
  }
}
.question-btn {
  position: relative;
  margin-bottom: 35px;
}
.question-btn .uslugi-deliv_btn {
  position: absolute;
  z-index: 9;
  top: 0;
  margin-top: 0;
  padding-right: 52px;
}
.question-btn input[type="text"] {
  padding: 15px;
  padding-right: 0;
  padding-left: 3px;
  border: 1px solid #ff0099;
  font-size: 15px;
}
.question-btn form {
  font-size: 0;
}
.question-btn input[type="submit"] {
  padding: 16px;
  padding-right: 3px;
  padding-left: 3px;
  background-color: #ff0099;
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 15px;
}
@media (min-width:230px) and (max-width:750px) {
  .question-btn .uslugi-deliv_btn {
    top: 0;
    left: 0;
    right: 0;
  }
  .question-btn {
    text-align: center;
  }
}
.pay-50_title {
  color: #ff0099;
  font-weight: bold;
  margin-bottom: 20px;
}
.pay-50 .uslugi-proj_inner,
.pay-50 .uslugi-proj_inner img {
  width: 100%;
}
.pay-50 .uslugi-proj_inner p:nth-of-type(3):before {
  display: none;
}
.pay-50 .uslugi-proj_inner img+p {
  line-height: 4;
}
@media (min-width:230px) and (max-width:700px) { 
  .pay-50 .uslugi-proj_inner img {
    display: none;
  }
  .pay-50 .uslugi-proj_inner img+p {
    line-height: 2;
  }
}
.blog-articles_item {
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-articles_item img {
  float: left;
  clear:  left; 
  padding: 30px;
  box-sizing: border-box; 
  border: 1px solid black;
  margin-right: 20px;
}
.blog-articles_item p {
  line-height:  2;
  width:  90%;
}
.blog-articles_item p:nth-of-type(1) {
  font-size:  12px;
}
.blog-articles_item p:nth-of-type(2) {
  font-weight:  bold; 
}
.blog-articles_item p:last-of-type {
  margin-bottom: 15px;
}
.blog-articles_item a {
  color: #555555;
  padding-top:   10px;
}
.blog-articles_item:hover {
  color: #ff0099;
}
.blog-articles_item:hover a {
  color: #ff0099;
}
.blog-articles_item:hover img {
  border-color: #ff0099;
}
@media (min-width:230px) and (max-width:1000px) { 
  .blog-articles_item p {
    font-size: 0.7em;
  }
  .blog-articles_item a {
    font-size: 0.8em;
  }
}
@media (min-width:230px) and (max-width:665px) {
  .blog-articles_item img {
    display:  none; 
  }
}
.blog-columns {
  padding-bottom: 30px;
}
.left-blog-column {
  width: 65%;
  display: inline-block;
  padding-top: 10px;
}

.left-blog-column p:first-child {
  color: #ff0099;
  margin-bottom: 10px;
}
.left-blog-column p:nth-of-type(2) {
  font-weight: bold;
}
.left-blog-column p:last-of-type {
  line-height: 2.2;
}
.left-blog-column a {
  color:#ff0099;
}
.right-blog-column {
  width: 30%;
  float: right;
  padding-top: 15px;
}
.right-blog-column img{
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid black;
}
.right-blog-column img:hover {
  border-color: #ff0099;
}
.right-blog-column p {
  margin-top: 5px;
}
.right-blog-column p:nth-of-type(1) {
  font-size:  12px;
}
.right-blog-column p:nth-of-type(2) {
  font-weight:  bold; 
}
.right-blog-column p:last-of-type {
  margin-bottom: 15px;
}
.right-blog-column a {
  color: #555555;
}
@media (min-width:230px) and (max-width:990px) { 
  .left-blog-column {
    width: 60%;
  }
  .right-blog-column {
    width: 35%;
  }
}
@media (min-width:230px) and (max-width:990px) {  
  .left-blog-column {
    width: 50%;
  }
  .right-blog-column {
    width: 44%;
  }
}
@media (min-width:230px) and (max-width:700px) {  
  .left-blog-column {
    width: 100%;
  }
  .right-blog-column {
    display: none;
  }
  .comment-item_gallery {
    justify-content: center;
  }
}
@media (min-width:230px) and (max-width:900px) {  
  .right-blog-column {
    display: none;
  }
  .left-blog-column {
    width: 100%;
  }
}
.comment-intro_title {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-top: 110px;
  display: inline-block;
}
.comment-intro_title:before {
  position: absolute;
  content: url(../img/main-content-title-opentab.png);
  left: -15px;
}
.comment-intro_title:after {
  position: absolute;
  content: url(../img/main-content-title-closetab.png);
  right: -15px;
  top: 1px;
}
.comment-intro {
  margin-top: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.comment-intro p {
  line-height: 1.5;
}
.comment-intro span {
  color: #ff0099;
  cursor: pointer;
}
.comment-intro:before {
  content: "";
  position: absolute;
  background-image: url("../img/comment-cat.jpg");
  width: 186px;
  height: 115px;

  left: 0;
  right: 0;
  margin: auto;
}

hr {
  color: #555555;
  margin:0;
}
.comment-item {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}
.comment-item_autor {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}
.comment-item_stars {
  display: inline-block;
  margin-left: 20px;
}
.comment-item_stars li {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("../img/comment-star.png");
  margin-right: 8px;
  padding: 0px;
}
.comment-item_main-text {
  margin-top: 30px;
  margin-bottom: 15px;
}
.comment_arrow {
  content: "";
  position: absolute;
  width: 26px;
  height: 9px;
  background-image: url("../img/side-nav-arrow.png");

  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.comment-item.active {
  background-color: #f0f0f0;
  padding-bottom: 11px;
}
.comment-item-wrapper.active {
  background-color: #f0f0f0; 
}

.comment-item_gallery {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
  background-color: #f0f0f0;
}
.comment-item_gallery+p {
  background-color: #f0f0f0;
  font-size: 12px;  
  padding-bottom: 10px;
}
.comment-item_gallery img {
  margin-right: 10px;
  margin-top: 10px;
}
.commentall {
  display: none;
}
.active {
  display: block;
}
.comment-item.active+.commentall {
  display: block;
  background-color: #f0f0f0;
}
.comment-item.active .comment-item_autor {
  color: #ff0099;
}
.comment-item_service {
  background-color: #999999;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comment-item_service p {
  line-height: 1.5;
}
.comment-item_service p:first-child{
  font-size: 18px;
}
.comment-item_paginator {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.comment-item_paginator ul {
  display: inline-block;
}
.comment-item_paginator li {
  display: inline-block;
  margin-right: 15px;
}
.comment-item_paginator li a {
  color: #555555;
}
.comment-form_title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.comment-form_inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.comment-form_info-block {
  width: 30%;
  box-sizing: border-box;
  padding-right: 3%;
  border-right: 1px solid #c9c9c9;
}
.comment-form_text-block {
  width: 70%;
  box-sizing: border-box;
  padding-left: 3%;
}
.comment-form span {
  color: #ff0099;
}
.comment-form_info-block input {
  width: 100%;
  margin-top: 5px;
  margin-bottom:  5px;
}
.comment-form_info-block select {
  width: 101%;
  margin-top: 5px;
  margin-bottom:  5px;
}
.comment-form_text-block textarea {
  margin-top: 5px;
  width: 100%;
  resize: none;
  height: 125px;
  margin-bottom: 10px;
}
.comment-stars {
  display: inline-block;
}
.comment-stars li {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("../img/comment-star-empt.png");
  margin-right: 1px;
}
.comment-stars li:hover {
  background-image: url("../img/comment-star.png");
}
.comment-form_text-block p {
  text-transform: uppercase;
  display: inline-block;
}
.comment-form_info-block p {
  margin-top: 10px;
}
.comment-form_gallery-block {
  width: 70%;
}
.comment-form_btns {
  width: 30%;
  position: relative;
}
.comment-form_btns button {
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #ff0099;
  margin-top: 10px;
}
.comment-form_btns button:last-child {
  background-color: #959595;
}
.comment-form_gallery-block p {
  display: none;
}
@media (min-width:230px) and (max-width:800px) { 
  .comment-form_info-block, .comment-form_text-block,
  .comment-form_gallery-block, .comment-form_btns {
    width: 50%;
  }
  .comment-form_btns {
    text-align: center;
    margin-top: 30px;
  }
}
@media (min-width:230px) and (max-width:700px) {
  .comment-form_info-block, .comment-form_text-block,
  .comment-form_gallery-block, .comment-form_btns {
    width: 100%;
    margin-bottom: 10px;
  }
  .comment-form_info-block {
    padding-right: 0;
    border-right: 0;
  }
  .comment-form_text-block {
    padding-left: 0;
  }
  .comment-form_info-block p {
    display: none;
  }
  .comment-form_gallery-block p {
    display: block;
  }
  .comment-form_gallery-block {
    position: relative;
  }
}
.designers-catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.designers-catalog .list-gallery-inner {
  margin-left: 30px;
}
.designers-catalog .item-descr_names-des {
  font-size: 12px;
  text-align: center;
  float: none;
  width: auto;
  padding: 10px;
}
@media (min-width:230px) and (max-width:800px) { 
  .designers-catalog .list-gallery-inner {
    margin-left: 20px;  
  }
}
@media (min-width:230px) and (max-width:360px) {
  .designers-catalog .list-gallery-inner {
    margin-left: 0px;
  }
}
.designer-port-inner {
  padding-top: 30px;
  padding-bottom:   30px;       
}
.designer-port-inner img {
  float:  left; 
  margin-right: 50px;
}
.designer-port-inner div {
  line-height: 1.4; 
}
.designer-port-inner div:last-of-type {
  font-size: 13px;
}
.designer-port_main-text {
  font-weight:  bold;
  margin-bottom: 10px;
}
.designer-port-inner button {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  top: 0;
  left: 150px;
  width: 180px;
  background-color: #fcb813;
  padding: 5px;
  padding-top: 8px;
  border: 0;
  outline: 0;
  margin-top: 68px;
}

@media (min-width:230px) and (max-width:540px) {
  .designer-port-inner {
    display:  flex;  
    flex-wrap: wrap;  
    justify-content: column;
  }
  .designer-port-inner {
    padding-top: 10px;
  }
  .designer-port-inner div {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .designer-port-inner .designer-port_main-text {
    order: -2;
    text-align: center; 
    margin: 0;
  }
  .designer-port-inner img {
    float: none; 
    margin-right: 0;
    margin: 0 auto  ;
    order: -1;
  }
  .designer-port-inner button {
    margin: 0 auto  ;
  }
}
.designer-port+div {
  margin-bottom: 50px;
}
.benefits {
  text-align:   center;
}
.benefits div {
  background-color: #f0f0f0;
}
.benefits-item {
  background-color: #f0f0f0;
  margin-top: 40px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.benefits-item img {
  width: 70%;
  height: 100%;
  box-sizing: border-box;
}
.benefits-item .benefits-item_text {
  width: 30%;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
.benefits-item_text h2 {
  color: #ff0099;
  font-size: 25px;
  text-transform: uppercase;
}
.benefits-item .benefits-item_text {
  text-align: center;
}
.benefits button {
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #ff0099;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width:230px) and (max-width:880px) { 
  .benefits-item .benefits-item_text {
    width: 50%;
  }
  .benefits-item img {
    width: 50%;
  }
}
@media (min-width:230px) and (max-width:730px) { 
  .benefits-item .benefits-item_text {
    width: 100%;
    height: 200px;
  }
  .benefits-item img {
    width: 100%;
    height: 200px;
  }
  .benefits-item_text--iner h2 {
    font-size: 18px;
  }
}

.company {
  text-align: center;
}
.company-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.company-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.company-gallery img {
  margin-left: 10px;
  margin-top: 20px;
}
.company-item {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  z-index: 7;
}
.company-item p:first-child {
  font-size: 40px;
  font-weight: bold;
}
.company-item span {
  font-size: 20px;
}
.company-item:last-child p:first-child {
  font-size: 90px;
}
.company-item:last-child p:last-child {
  font-size: 23px;
  text-transform: uppercase;
}
.company-item:first-child:after {
  content: "23";
  font-size: 200px;
  position: absolute;
  top: -90px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #f2f2f2;
  z-index: -2;
}
.company-item:nth-child(2):after {
  content: "2000";
  font-size: 135px;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 193px;
  right: 0;
  margin: auto;
  color: #f2f2f2;
  z-index: -2;
}
.company-item:nth-child(3):after {
  content: "155";
  font-size: 135px;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 193px;
  margin: auto;
  color: #f2f2f2;
  z-index: -2;
}
.company-item:nth-child(4):after {
  content: "820";
  font-size: 135px;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 290px;
  right: 0;
  margin: auto;
  color: #f2f2f2;
  z-index: -2;
}
.company-item:nth-child(5):after {
  content: "6";
  font-size: 135px;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 155px;
  margin: auto;
  color: #f2f2f2;
  z-index: -2;
}
.company-item:last-child:after {
  content: "15 856";
  font-size: 225px;
  position: absolute;
  top: -86px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #f2f2f2;
  z-index: -2;
}
.company button {
  text-transform: uppercase;
  text-align: center;
  width: 180px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #ff0099;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (min-width:230px) and (max-width:820px) { 
  .company-item:last-child:after {
    content: "15 856";
    font-size: 129px;
    position: absolute;
    top: -43px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #f2f2f2;
    z-index: -2;
  }
  .company-item:nth-child(3):after {
    font-size: 75px;
    top: -35px;
    left: 75px;
  }
  .company-item:nth-child(2):after {
    top: -24px;
    bottom: 0;
    left: 141px;
    font-size: 50px;
  }
  .company-item:nth-child(4):after {
    content: "820";
    font-size: 61px;
    position: absolute;
    top: -26px;
    bottom: 0;
    left: 76px;
    right: 0;
    margin: auto;
    color: #f2f2f2;
    z-index: -2;
  }
  .company-item:nth-child(5):after {
    content: "6";
    font-size: 89px;
    position: absolute;
    top: -35px;
    bottom: 0;
    left: 0;
    right: 65px;
    margin: auto;
    color: #f2f2f2;
    z-index: -2;
  }
  .company-item:first-child:after {
    font-size: 127px;
    position: absolute;
    top: -56px;
  }
}
@media (min-width:230px) and (max-width:500px) { 
  .company-item:last-child:after {
    font-size: 69px;
  }
}
.for-dis {
  font-size: 0;
}
.for-dis_img {
  width: 100%;
  height: 10%;
}
.for-dis_invite {
  font-size: 25px;
  background-color: #999999;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
}
.for-dis_feauters {
  background-color: #f0f0f0;
  margin-top: 190px;
}
.for-dis_feauters-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.for-dis_feauters-title {
  font-size: 25px;
  text-align: center;
  padding-top: 10px;
  position: relative;
  padding-bottom: 20px;
}
.for-dis_feauters-title:before {
  content: "";
  position: absolute;
  background-image: url("../img/for-designers-cats.png");
  width: 300px;
  height: 199px;
  top: -200px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.for-dis_feauters-item {
  width: 25.33%;
  text-align: center;
  padding-top: 80px;
  position: relative;
}
.for-dis_feauters-item span {
  color: #ff0099;
}
.for-dis_feauters-item p:first-child {
  font-size: 18px;
}
.for-dis_feauters-item p:last-child {
  font-size: 12px;
  margin-top: 10px;
}
.for-dis_feauters-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.for-dis_feauters-item:before {
  content: "";
  position: absolute;
  top: -140px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.for-dis_feauters-item:first-child:before {
  background-image: url("../img/unik.png");
}
.for-dis_feauters-item:nth-child(2):before {
  background-image: url("../img/unbel.png");
}
.for-dis_feauters-item:nth-child(3):before {
  background-image: url("../img/prof.png");
}
.for-dis_feauters-item:nth-child(4):before {
  background-image: url("../img/friend.png");
  top: -120px;
}
.for-dis_feauters-item:nth-child(5):before {
  background-image: url("../img/garant.png");
  top: -120px;
}
.for-dis_btn-inner {
  text-align: center;
  margin-bottom: 40px;
}
.for-dis_btn {
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #ff0099;
  top: -67px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
}
.for-dis_btn:last-child {
 background-color: #959595;
}
@media (min-width:230px) and (max-width:1100px) { 
  .for-dis_feauters-item:before {
    top: -210px;
  }
}
@media (min-width:230px) and (max-width:800px) { 
  .for-dis_feauters-inner {
    justify-content: space-around;
  }
}
@media (min-width:230px) and (max-width:627px) { 
  .for-dis_feauters-inner {
    justify-content: center;
  }
  .for-dis_feauters-item {
    margin-top: 20px;
    width: 100%;
  }
  .for-dis_feauters-item:before {
    top: -107px;
  }
}
.catalog-popup-slider .slick-slide img {
  width: 100%;
    width: auto;
	max-width:625px;
    text-align: center;
    margin: 0 auto;  
}
.benefits-item_text {
  position: relative;

}
.benefits-item_text--iner {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*--------------FOOTER-----------------*/
.footer-nav {
  background-color: #000;
  position: relative;
  padding-bottom: 140px;
} 
.footer-nav__block {
  float: left;
  margin-right: 45px;  
}

.footer-nav li {
  list-style: none;
}
.footer-nav__item {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.footer-nav__item--news {
  text-transform: uppercase;
  color: #e5097f;
}
.footer-nav__item:hover {
  color:#e5097f;
}
.footer-nav__item--title {
  color:#e5097f;
  text-transform: uppercase;
}
.footer-nav__block li:first-child {
  padding-top: 15px;
  padding-bottom: 25px;
}
.footer-deco_line {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 60px;
}
.second-deco_line {
  display: none;
  top: 149px;
}
.third-column .empty {
  cursor: default;
}
.third-column li:nth-child(8), 
.third-column li:last-child {
  text-transform: uppercase;
}
.third-column li:last-child a {
  color:#e5097f;
}
.footer-nav__contact {
  float: right;
  width: 180px;
  margin-top: 100px;
  position: relative;
}
.footer-nav__contact p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.social-btn {
  display: inline-block;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.vk {
  background-image: url("../img/footer-sb-vk.png");
}
.fb {
  background-image: url("../img/footer-sb-fb.png");
}
.tw {
  background-image: url("../img/footer-sb-tw.png");
}
.od {
  background-image: url("../img/footer-sb-od.png");
}
.site-map:after {
  content: "";
  position: absolute;
  width: 41px;
  height: 37px;
  background-image: url("../img/footer-sitemap.png");
  right: 0;
  top: -15px;
}
.made-by {
  color: #fff;
  font-size: 11px;
  line-height: 55px;
}
.footer-btn__item {
  width: 25%;
  max-width: 302px;
  color: #000;
  font-size: 12px;
  line-height: 30px;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.viewed {
  background-image: url(../img/footer-btn-vie.png);
  background-repeat: no-repeat;
  background-position-x: 24%;
  background-position-y: 11px;
}
.favorite {
  background-image: url(../img/footer-btn-fav.png);
  background-repeat: no-repeat;
  background-position-x: 30%;
  background-position-y: 15px;
}
.footer-btn__item span {
  float: right;
  font-size: 25px;
  line-height: 30px;
}
.footer-btn__item span:hover {
  color: #fff;
}
.footer-btn__item span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #000;
  top: 0;
  right: 40px;
}
.footer-btn__item span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #000;
  top: 0;
  right: -13px;
}
.footer-btn__item:before {
  display: none;
  content: "Квадро";
  position: absolute;
  font-size: 20px;
  color: #fff;
  top: -40px;
  left: 81px;
}
.footer-btn__item:hover.footer-btn__item:after,
.footer-btn__item:hover.footer-btn__item:before {

}
@media (min-width:230px) and (max-width:683px) {
  .footer-btn__item:before {
    left: 3%;
    font-size: 13px;
  }
  .footer-btn__item:after {
    width: 100px;  
    height: 68px;
    top: -77px;
    left: 37%;
  }
}
@media (min-width:230px) and (max-width:1135px) {
  .footer-nav {
    padding-bottom: 20px;
  }
  .footer-nav__block {
    margin-bottom: 40px;
  }
  .footer-nav__contact {
    float: none;
    display: inline-block;
    margin: 0 auto;
    margin-left: 36%;
  }
  .site-map:after {
    top: inherit;
    bottom: 149px;
  }
  .footer-btn__item {
    width: 35%;
  }
}
@media (min-width:230px) and (max-width:970px) {
  .third-column {
    width: 20%;  
  }
  .third-column li:nth-child(6) a,
  .third-column li:nth-child(7) {
    display: block;
	text-transform: uppercase;
  }
}
@media (min-width:230px) and (max-width:850px) {
  .second-column{
    width: 25%;
  }
  .footer-nav__block {
    margin-right: 25px;
  }
  .footer-btn__item {
    width: 40%;
  }
}
@media (min-width:230px) and (max-width:753px) {
  .footer-nav__block {
    display: block;
    margin-bottom: 0;
    margin-right: 0; 
    width: 100%;
    text-align: center;
  }
  .first-column .footer-nav__item--title {
    width: 30%;
    margin:auto;
  }
  .footer-nav__item {
    display: none;
  }
  .footer-nav__item--title,
  .second-deco_line,
  .third-column li:nth-child(8) a, 
  .third-column li:last-child a {
    display: block;
  }
  .second-column {
    clear: left;
  }
  .first-deco_line {
    top: 90px;
  }
  .footer-nav__contact {
    margin-left: 0;
  }
  .footer-nav .wrapper {
    text-align: center;
  }
  .footer-nav__contact {
    margin-top: 50px;
    text-align: left;
  }
  .footer-nav__block li:first-child {
    padding-bottom: 15px;
  }
  .third-column li:first-child {
    padding-bottom: 0;
  }
  .footer-btn__item {
    width: 48%;
  }
}
@media (min-width:230px) and (max-width:630px) {
  .footer-btn__item {
    font-size: 0;
    width: 47%;
  }
  .favorite {
    background-position-x: 40%;
  }
  .viewed {
    background-position-x: 40%;
  }
}
@media (min-width:230px) and (max-width:680px) {
  .first-column .footer-nav__item--title {
    width: 45%;
  }
}
@media (min-width:230px) and (max-width:450px) {
  .first-column .footer-nav__item--title {
    width: 60%;
  }
}

/*для MOZ*/
@-moz-document url-prefix() {
  .catalog-popup {
    min-width: 320px;
  }
  .service-content_insure-title::after {
    top: -3px;
    right: -26px;
  }
  .item-action_gallery-like_item, .item-action_gallery-rec_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-info::before {
    top: -14%;
  }
  @media (min-width:230px) and (max-width:1185px) {
  .btn-info {
    left: 0;
  }
}
  .main-content__news-item::before {
    top: 92px;
  }
  .salon-showall {
    padding-top: 35px;
  }
  .factory_onmap_list .facory-title {
    margin-top: 32px;
  }
  @media (min-width:230px) and (max-width:950px) {
    .catalog-popup_btns {
      margin-top: 15px;
    }
    .item-action_gallery-like_item, .item-action_gallery-rec_item {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  @media (max-width: 788px) and (min-width: 230px) {
    .main-content__news-item:before {
      top: 113px;
    }
    .news-btn {
      left: 15%;
    }
  }

  @media (max-width: 580px) and (min-width: 230px) {
    .news-btn {
      left: 2%;
    }
  }

  @media (max-width: 580px) and (min-width: 230px) {
    .main-content__news-item:before {
      top: 65px;
    }
  }
}
/*для IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .item-action_gallery-like_item, .item-action_gallery-rec_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .catalog-popup {
    min-width: 320px;
  }
  .catalog-popup_btns {
    margin-top: 15px;
  }
  .info__number {
    font-size: 14px;
  }
  .salon-showall {
    padding-top: 35px;
  }
  @media (min-width:230px) and (max-width:950px) {
    .catalog-popup_btns {
      margin-top: 15px;
    }
    .item-action_gallery-like_item, .item-action_gallery-rec_item {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
}
.popup-salon_slider-wrapper .slick-slide img {
  margin: 0 auto;
}
.popup-salon_slider-wrapper .popup-slider_item {
/*  width: 100% !important;*/
}
#upload_me_file_0 {
    color: #ff0099;
    display: block;
    height: 26px;
	line-height: 24px;
}
#upload_me_phone_0 {
	margin-bottom:10px;
}
#upload_me_attach_0 + input,#upload_me_attach_5 + input,#upload_me_attach_6 + input,#upload_me_attach_7 + input {
	top:0px!important;
	height:28px!important;
	cursor:pointer;
}
.call_me_success {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    max-width: 580px;
    padding: 50px 70px;
    position: relative;
    width: 100%;
	font-size: 18px;
    position: relative;
    padding-bottom: 30px;
    box-sizing: border-box;	
}
.creb {
	padding-bottom:30px;
	padding-top:30px;
	font-weight:bold;
	padding-right: 5%;
    padding-left: 5%;
    max-width: 1280px;
    margin: 0 auto;	
}
.tpl-block-rating {
    font-size: 10px;
    display: block;
    color: #e5097f!important;
	width: 72px;	
	margin-top: 8px;
}
@font-face {
  font-family: 'fontello';
  src: url('../netcat_template/template/netcat_shop/assets/font/fontello/fontello.eot?71313552');
  src: url('../netcat_template/template/netcat_shop/assets/font/fontello/fontello.eot?71313552#iefix') format('embedded-opentype'),
       url('../netcat_template/template/netcat_shop/assets/font/fontello/fontello.woff?71313552') format('woff'),
       url('../netcat_template/template/netcat_shop/assets/font/fontello/fontello.ttf?71313552') format('truetype'),
       url('../netcat_template/template/netcat_shop/assets/font/fontello/fontello.svg?71313552#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  color: #e5097f!important;
}
.icon-star-empty:before {
    content: '\e801';
}
.icon-star:before {
    content: '\e800';
}
.icon-star-half-alt:before {
    content: '\e802';
}
.icon-star-empty:hover::before,.icon-star-half-alt:hover::before {
    content: '\e800';
}
.tpl-block-rating-item {
    display: block;
    float: left;
}
.tpl-link-pseudo:before {
    content: "";
    position: absolute;
    left: 0;
    width: 21px;
    height: 17px;
    background-image: url(../img/catalog_bottom-menu-fav.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.catalog-item_bottom-menu .tpl-link-pseudo {
    padding-left: 26px;
    text-align: left;
    display: block;
	padding-bottom: 4px;
}
.tpl-link-favorite-add {
	color: #555;
}
.btnPrint:before {
    content: "";
    position: absolute;
    left: 1px;
    width: 21px;
    height: 17px;
    background-image: url(../img/catalog_bottom-menu-print.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.btnPrint {
    display: block;
    text-align: left;
    padding-left: 26px;
	color: #555;	
}
#nc_capfld_1204 {
	display: none;
}
.hrendel {
  position: absolute;
  opacity: 0;
  z-index: -4;
}
.hrendel + label:before {
  font-family: "fontello";
  color: #555555;
  content: '\e801';  
  font-size: 11px;
}
.hrendel + label:hover::before {
  content: '\e800';  
  color: orange!important;
  cursor: pointer;
}
.hrendel.active + label:before {
  content: '\e800';  
  color: orange!important;
}
.warnText {
    padding-bottom: 2px;
    color: red;
    font-weight: bold;
}	
.gio {
    border: 0px; 
    line-height: 1px;
    height: 0px;
    font-size: 0px;
    width: 0px!important;
}
.gopvi {
	display: block;
}
.geripd {	
	font-size: 14px;
	color: #fff;
}	
#calc-inner {
  display: block!important;
}
#designer-inner {
  display: block!important;
}
.furniture-btn {
	display:none;
}
.left-blog-column img {
  width: auto;
  margin-bottom: 15px;
}
.tpl-block-full li {
	padding-top:4px;
	padding-bottom:4px;	
	margin-left: 8px;
}
.tpl-block-full p {
	padding-top:4px;
	padding-bottom:4px;	
}
.active .footer-nav__item, .active a {
    color: #e5097f;
}	
.map-content {
	padding-top:18px;
	padding-bottom: 28px;
	font-size: 14px;
}
.map-content a {
	color: #555555;
}
.map-content a:hover {
    color: #e5097f;
}	
.map-content ul ul {
	margin-left:18px;
	padding-bottom: 18px;
	padding-top:4px;
}
.site-map a {
	color: #fff;
}
.map-content.wrapper {
    padding-left: 8%;
}	

.catalog-listik a, #listik a {
    color: #555;
	display: block;
}
.catalog-listik a:hover, #listik a:hover {
    color: #e5097f;
}
.catalog-con:hover .catalog-listik, .catalog-con:hover #listik {
  display: block;
  border: 1px solid #f2f2f2;
}

.lists .side-nav__link {
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
  width: 90%;
  height: 27px;
  padding-right: 5%;
  position: relative;
}
.lists .side-nav__link:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 9px;
  top: 40%;
  margin-left: 7px;
  background-image: url("../img/side-nav-arrow.png");
}
.side-nav__link:hover.side-nav__link:after {
  background-image: url("../img/side-nav-arrow-hov.png");
}
.comment-item p {
	padding-bottom:8px;
}
.comment-item p.comment-item_main-text {
	padding-bottom:0px;
}
.footer-btn {
  background-color: #ff0099;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 88;
}
.adsol {
	position: absolute;
	display:none;
	background-color: #000;
	bottom: 50px;
    padding-bottom: 4px;
    padding-top: 8px;
    z-index: 888;	
}
.fikloter {
	display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
	padding-top: 8px;
	width: 160px;
    vertical-align: top;	
}
#upload_me_phone_5 {
    margin-bottom: 0px; 
}
#exampleModal5 form {
    padding-bottom: 90px;
}
.qqvbed-tJHJj {
	background:#000!important;
}
.clear {
	clear:both;
}
.hopi {
	max-width:170px;
}
#toTop {
width:100px;
border:1px solid #ccc;
background:#f7f7f7;
text-align:center;
padding:5px;
position:fixed;
bottom:10px; /* отступ кнопки от нижнего края страницы*/
right:10px;
cursor:pointer;
display:none;
color:#333;
font-size:11px;
z-index: 888;
}
.hidebtn {
}
@media all and (min-width:1px) and (max-width:546px){
		.left-blog-column img {
		  width: 100%;
		}
		.arcticmodal-container_i2 {
			padding: 0px!important;
		}
	.master-call__col-1 p {
		text-align: left;
	}	
	.box-modal_close.arcticmodal-close {
		width: 20px!important;
		height: 20px!important;
	}	
	.call_me_success {
		padding: 50px 22px;

	}	
	.comment-item_gallery img {
		max-width: 300px;
		height:auto;
	}	
	.fikloter {
		text-align:center;
		width: 94%;
	}	
	.geripd {
		font-size: 14px;
	}	
	.slick-initialized .slick-slide {
		background-position: right top;
	}	
	
	
}
p, li {
padding: 5px 0;	
}	
li {
margin-left: 20px;	
}	
th {
background-color:lightgray;
font-weight:bold;
}	
.tpl-block-list table td {
border-collapse:collapse;
border: 1px solid;	
padding:5px;
}	
.other-sale_item:hover {
	cursor:pointer;
	background: rgba(0,0,0,0.1);
}	
@media (min-width:450px) and (max-width:2450px) {
	.catalog-nav_inner  {
		overflow: hidden;
	}
}
.more {
    background-color: #f0f0f0;
    border: 1px solid #404040;
    border-top: 0;
    color: #404040;
    cursor: pointer;
    display: block;
    font: 16px/26px Ubuntu, Arial;
    margin: 0 auto;
    outline: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
	text-transform: uppercase;
	display: none;
}
.more:after {
    content: "";
	display: block;
    position: relative;
    width: 26px;
    height: 9px;
    top: 4px;
    margin: 0 auto;
    background-image: url(../img/side-nav-arrow.png);
}
.contact-nav li {
    margin-left: 0px;
}
.fok {
	color: #555555;
    font-size: 12px;
	display:block;
}
.delmap_right-col li {
	list-style: none;
}


@media (min-width:230px) and (max-width:450px) {
.fok {
	display:none;
}
  .logo {
    width: 75%;
    height: 45%; 
  }
  .more { display: none; }
	.catalog-popup-slider .slick-slide img {
		width: 100%;
	}  
  
}
.main-content__cataloge h3 , .main-content__reviews h3, 
.main-content__news h3, .main-content__projects h3 {
	cursor:pointer;
}
#fio_diz {
	font-size:18px;
} 