﻿/* Общие стили - начало */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.no_left_padding {
  padding-left: 0;
}

.no_right_padding {
  padding-right: 0;
}

.no_padding {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
/* Общие стили - конец */

/* CMS сверху сайта - начало */
.edit_button {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  opacity: 0.6;
  text-decoration: none;
  display: block;
  background-color: #1f1f1f;
  text-align: center;
  letter-spacing: 2px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  transition: 0.5s all;
}
.edit_button:hover {
  opacity: 0.9;
}
.edit_button a {
  background-color: #1c1c1c;
  color: #efefef;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
  margin-right: -4px;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #3d3d3d;
  text-transform: uppercase;
}

.edit_button a:last-child {
  border-right: 0px;
}

.edit_button a:hover {
  color: #fff;
  background-color: #000000;
}
/* CMS сверху сайта - конец */

/* Мобильное меню -начало */
nav {
  position: relative;
  text-align: left;
  display: table;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
nav a {
  display: block;
  width: 10%;
  float: left;
  text-decoration: none;
  color: #333;
  text-align: center;
  font-size: 0.9em;
}
nav a:first-child {
  margin-left: 0px;
}
nav a:last-child {
  margin-right: 0px;
}
nav a:hover {
  text-decoration: underline;
}
.menu_a_hover {
  text-decoration: underline !important;
}
.menu_ico_mob {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url('/img/menumob.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 22px;
  left: 15px;
  border-radius: 3px;
  opacity: 1;
  z-index: 100;
}
.menu_ico_mob:active {

}
.box_nav_mob {
  position: fixed;
  top: 0px;
  left: -350px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 4px 0px 9px 0px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 4px 0px 9px 0px rgba(50, 50, 50, 0.38);
  box-shadow: 4px 0px 9px 0px rgba(50, 50, 50, 0.38);
}
.nav_mob-title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #959595;
}
.nav_mob-podpis {
  font-size:12px;
  line-height: 22px;
  color:#333;
  margin-top: 5px;
  padding: 10px;
  text-align: center;
}
.nav_mob a {
  display: block;
  padding: 10px;
  padding-left: 38px;
  font-size: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-right: 0px;
  color: #333;
  text-decoration: none;
}

.nav_mob a i {
  margin-right: 7px;
}

.nav_mob a:hover {
  text-decoration: none;
  background-color: #eeebeb;
}
.nav_mob a:last-child {
  border-bottom: 0px;
}
.form_user_mob {
  padding: 10px;
}
.menu_ico_mob:hover {
  opacity: 1;
  cursor: pointer;
}
.close_box_nav_mob {
  display: none;
  position: absolute;
  right: 10px;
  top: 14px;
  z-index: 1001;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-image:url('/img/menumob_cl.png');
  opacity: 0.8;
  background-size: contain;
}
.close_box_nav_mob:hover {
  opacity: 1;
}

.dress {
  width: 24px;
  margin-left: -5px;
}

.nav_mob-title .logo_mobile {
  padding-left: 0;
}

.logo_mobile img {
  width: 60px;
}
/* Мобильное меню - конец */

/* Шапка сайта - начало */
header {
  /*background: url(../img/header_bg_small.jpg) 50% 0% no-repeat;*/
  display: block;
  box-shadow: 0px 10px 8px -11px #000000;
  padding-bottom: 10px;
}

.header_logo {
  display: block;
  background-image: url(../img/logo.png);
  background-size: cover;
  width: 180px;
  height: 180px;
  margin-top: 20px;
}

header .contacts {
  margin-top: 50px;
  text-align: left;
  display: inline-block;
}

.header_center_top {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  color: #535353;
  margin-bottom: 30px;
}

.contacts .email {
  font: normal normal normal 31px/1.4em 'arial black',arial-w01-black,arial-w02-black,'arial-w10 black',sans-serif;
  font-size: 19px;
  color: #535353;
  font-weight: bold;
  display: block;
  margin-top: 30px;
}

header .phone a {
  font-size: 30px;
  color: #000;
  display: block;
  margin-top: 40px;
}

.call_us img {
  height: 18px;
}

.call_us {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.button {
  display: inline-block;
  width: 260px;
  height: 50px;
  transition: 0.3s ease;
  background-color: #fcc5a2;
  border: 1px solid #a3846e;
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: 0.9;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: serif;
}

.button:hover {
  text-decoration: none;
  color: #000;
  background-color: #C5977A;
}

.button:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #392D24 !important;
}

.forma_callback input[type=button],
.forma_zayavka input[type=button] {
  background-color: #fcc5a2;
  color: #705847;
}

.forma_callback input[type=button]:hover,
.forma_zayavka input[type=button]:hover {
  background-color: #C5977A;
  color: #392D24;
}
/* Шапка сайта - конец */

/* Навигация - начало */
.menu {
 box-shadow: 0px 10px 8px -11px #000000;
 margin-bottom: 5px;
}

.menu nav {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.menu nav a {
  color: #000000;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin: 15px 23px;
  transition: 0.5s all;
  width: auto;
}

.menu nav > a:first-child {
  margin-left: 0px;
}

.menu nav > a:last-child {
  margin-right: 0;
}

.menu nav .active, .menu nav a:hover {
  text-decoration: none;
  color: #FAC57F;
}
/* Навигация - конец */

/* Слайдер - начало */
.slider, .main_content,
section.contacts,
footer, .about_content, .goods,
.single_goods, .diz_izd, .gallery_section, .news_head, .news {
  background-image: url(../img/bg_main.jpg);
}

.slider .img_wrapper {
  width: 12.6%;
  height: 586px;
  display: inline-block;
  background-size: cover;
  margin-right: -6px;
  background-position: center center;
  transition: 0.5s ease;
  margin-bottom: 20px;
}

.slider .img_wrapper:hover {
  width: 20%;
}

.slider {
  display: block;
  overflow: hidden;
  height: 586px;
}
/* Слайдер - конец */

/* Содержание главной - начало */
.main_content .strong {
  font: normal normal normal 14px/1.4em Arial,'ms pgothic','돋움',dotum,helvetica,sans-serif;
  font-size: 18px;
  color: #535353;
  margin-bottom: 20px;
}

.main_content p {
  font: normal normal normal 14px/1.4em Arial,'ms pgothic','돋움',dotum,helvetica,sans-serif;
  text-align: justify;
  margin-bottom: 20px;
  color: #535353;
}

.main_content .bottom {
  color: #000;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.red {
  font-size: 40px;
  color: red;
  text-align: center;
}
/* Содержание главной - конец */

/* Подвал сайта - начало */
footer {
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 2px solid #5C5C5C;
  padding-bottom: 40px;
}

footer .soc_icons {
  display: inline-block;
  margin-top: 30px;
}

footer .soc_icons a {
 display: inline-block;
 width: 32px;
 height: 32px;
 background-repeat: no-repeat;
 transition: 0.3s ease;
}

footer .vk {
  background-image: url(../img/vk.png);
}

footer .instagram {
  background-image: url(../img/insta_2.png);
}

footer .soc_icons a:hover {
  opacity: 0.7;
}
/* Подвал сайта - конец */

/* Страница о компании - начало */
.head_about {
  color: #000000;
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 20px;
}

.about_content p {
  line-height: 1.3em;
  font: normal normal normal 17px/1.4em 'Open Sans',sans-serif;
  color: #000000;
  margin-top: 25px;
  text-align: justify;
}
/* Страница о компании - конец */

/* Страница контактов - начало */
.contacts .head_about {
  margin-bottom: 30px;
}

.contact_left {
  color: #535353;
  font-weight: bold;
  font-size: 16px;
}

.contact_map {
  margin-bottom: 30px;
}

.forma_obr_svyz input[type="text"],
.forma_obr_svyz input[type="email"] {
  display: block;
  width: 90%;
  height: 35px;
  border: 2px solid black;
  margin: 5px auto;
  padding-left: 10px;
}

.forma_obr_svyz textarea {
  display: block;
  width: 90%;
  height: 150px;
  border: 2px solid black;
  margin: 5px auto;
  padding-left: 10px;
  padding-top: 10px;
}

.btn_otziv {
  color: #000;
  background-color: rgba(249, 196, 2, 1);
  border: none;
  padding: 5px 15px;
  margin-top: 20px;
  transition: 0.3s ease;
}

.btn_otziv:hover {
  opacity: 0.7;
}

.contacts .head {
  color: #000000;
  font: 25px/1.4em "Open Sans",sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contacts .content,
.contacts .content a {
  color: #535353;
  font: 14px/1.4em Arial,"ms pgothic","돋움",dotum,helvetica,sans-serif;
  margin-bottom: 20px;
}
/* Страница контактов - конец */

.poprel_title {
  background-color: rgba(249, 196, 2, 1);
  color: #000;
}

#but_per {
  color: #000;
  background-color: rgba(249, 196, 2, 1);
  border: 1px solid rgba(249, 196, 2, 1);
}

/* Страница записи на примерку - начало  */
.main_content .head_article {
  font-size: 34px;
  width: 800px;
  display: block;
  text-align: center;
  margin: 20px auto;
}

.forma_zapis input[type="text"],
.forma_zapis input[type="email"] {
  display: block;
  width: 50%;
  height: 35px;
  border: 2px solid black;
  margin: 5px auto;
  padding-left: 10px;
}

.forma_zapis textarea {
  display: block;
  width: 50%;
  height: 150px;
  border: 2px solid black;
  margin: 5px auto;
  padding-left: 10px;
  padding-top: 10px;
}

.main_content .btn_otziv {
  display: block;
  margin: 15px auto;
}
/* Страница записи на примерку - конец */

/* Отправка сообщения снизу - начало */
.send_message {
  position: fixed;
  bottom: 0;
  right: 30px;
  display: block;
  height: 45px;
  width: 220px;
  background-image: url(../img/send_message.png);
  background-repeat: no-repeat;
  background-position: -2px 0px;
  background-color: #676a6b;
  color: #fff;
  border-radius: 24px;
  border-bottom: 3px solid #8fd600;
  padding: 10px 0 0 53px;
  transition: 0.3s ease;
  cursor: pointer;
  display: none;
}

.send_message:hover {
  color: #fff;
  text-decoration: none;
  bottom: -3px;
}
/* Отправка сообщения снизу - конец */

/* Плитка товаров - начало */
.no_padding.text_center {
  margin-left: -20px;
  margin-right: -20px;
}

.goods_block {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.img_goods {
  display: block;
  width: 300px;
  height: 450px;
  margin: 0 auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  z-index: 1;
  position: relative;
}

.img_front_wrapper,
.img_back_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 450px;
  opacity: 1;
  transition: 0.7s ease;
  overflow: hidden;
}

.img_front_wrapper_2 {
  position: relative;
  height: 100%;
}

.img_front_wrapper img,
.img_back_wrapper img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  margin: auto;
}

.img_back_wrapper {
  opacity: 0;
}

.img_goods:hover .img_front_wrapper {
  opacity: 0;
}

.img_goods:hover .img_back_wrapper {
  opacity: 1;
}

.fast_show {
  width: 320px;
  display: block;
  position: absolute;
  padding: 20px 0;
  bottom: 95px;
  left: 0;
  text-transform: uppercase;
  background-color: rgba(255,255,255,0.8);
  color: rgba(0,0,0,0.9);
  text-align: center;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 0;
}

.goods_block:hover .fast_show {
  color: rgba(0,0,0,0.9);
  text-decoration: none;
  opacity: 1;
  z-index: 10;
}

.goods .head_article {
  font-size: 36px;
  margin: 30px 0;
}

.goods_name {
  text-align: left;
  color: #646464;
  font-size: 16px;
  margin: 10px 0 0;
  transition: 0.3s ease;
  display: block;
  height: 45px;
  overflow: hidden;
  color: #000;
}

.goods_name:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}
/* Плитка товаров - конец */

/* Отдельный товар - начало */
.single_goods {
  padding-top: 50px;
}

.single_goods .name_goods {
  color: #000;
  font-size: 24px;
}

.desc_goods {
  margin-top: 30px;
  color: #000000;
  font-size: 18px;
}

.har_head {
  color: #333;
  margin-top: 15px;
  margin-bottom: 5px;
}

.single_goods select,
.fastshow_forma select {
  padding: 5px;
  width: 200px;
  border: 1px solid #ABABAB;
  box-shadow: 0px 0px 2px 0px #ABABAB;
}

.goods_foto_big {
  max-height: 664px
}
/* Отдельный товар - конец */

/* Быстрый просмотр товара - начало */

.fastshow_forma {
  display: none;
  width: 1000px;
  height: 900px;
  position: fixed;
  top: 6%;
  left: 24%;
  z-index: 101;
  overflow: auto;
}

.close_forma {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('../img/close_callback.png');
  background-repeat: no-repeat;
  background-position: 5px 5px;
  position: absolute;
  top: 10px;
  right: 40px;
  transition: 0.3s all;
}

.close_forma:hover {
  opacity: 0.7;
}

.fastshow_forma_box {
  height: 170px;
  width: 280px;
  padding: 20px;
  position: relative;
  color: #373737;
}

.single_goods_show_fast {
  width: 970px;
  background-color: #fff;
  padding: 20px;
}

.call_us_fast {
  display: inline-block;
  background-color: #C0C0C0;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  font-size: 22px;
  margin-top: 20px;
}

.more {
  color: #FAC57F;
}

.more:hover {
  color: #FAC57F;
  opacity: 0.6;
}
/* Быстрый просмотр товара - конец */

.main_content .goods_block {
  margin-top: 40px;
}

.goods_block_main a {
  width: 280px;
  height: 420px;
}

.goods_block_main .img_front_wrapper,
.goods_block_main .img_back_wrapper {
  width: 280px;
  height: 420px;
}

.item_color {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #7A7A7A;
  margin-right: 10px;
  transition: 0.3s ease;
}

.item_color:hover, .item_color_active {
  cursor: pointer;
  border: 1px solid black;
}

.color_white {
  background-color: #fff;
}

.color_aivori {
  background-color: #fffddf;
}

.color_aivori {
  background-color: #fffddf;
}

.color_kapuchino {
  background-color: #f9cb9c;
}

.goods_block .price {
  margin-bottom: 20px;
  color: #515151;
  font-size: 14px;
  height: 20px;
  font-weight: bold;
}

.right_block_goods .price_goods {
  margin: 20px 0;
}

/* Пагинация - начало */
.pagination {
}

.pages_number {
  border: 1px solid #ccc;
  color: #333;
  display: inline-block;
  margin-left: 5px;
  padding: 7px 5px;
  text-align: center;
  text-decoration: none;
  width: 35px;
  background-color: #FFECD7;
  transition: 0.3s ease;
}

.pages_number:hover,
.pages_number_hover {
  background-color: #F8B88E !important;
  text-decoration: none;
  color: #000;
}
/* Пагинация - конец */

/* Дизайнерские изделия - начало */
.diz_izd {
  padding: 30px 0;
}

.mini_img_goods {
  margin-right: 10px;
}

.item_diz_izd .img_wrapper {
  height: 200px;
  overflow: hidden;
  display: block;
  margin: 10px auto;
  transition: 0.3s ease;
}

.item_diz_izd {
  margin-bottom: 40px;
}

.item_diz_izd .head a, .item_diz_izd .head {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  opacity: 1;
  transition: 0.3s ease;
  height: 40px;
}

.item_diz_izd .head a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.item_diz_izd .img_wrapper img {
 border: 2px solid #fff;
}

.item_diz_izd .img_wrapper img:hover {
 border: 2px solid #FBB859;
}

.item_diz_izd .img_wrapper:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.8;
}

/* Дизайнерские изделия - конец */

/* Галерея - начало */
.gallery .mini{position:relative;display: inline-block;}

.gallery .mini .item{cursor:pointer;position:relative;display: inline-block;margin-top: 10px; margin-right: 10px;}
.gallery .mini .item:first-child{margin-top:0;}
.gallery .mini .item .border{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events: none;}
.gallery .mini .item.active .border{border:3px solid #F8B88E;}
.gallery .mini img{display:inline-block;height: 100px;}
.gallery .img{width:auto; display:inline-block;position:relative;}
.gallery .img img{width:auto;display:none;}
.gallery .img img:first-child{display:block;}
/* Галерея - конец */

.header_address {
  color: #535353;
  text-decoration: none;
  display: block;
  margin-top: 100px;
  font-size: 16px;
  line-height: 1;
}

.header_address:hover {
  color: #535353;
  text-decoration: none;
}

/* Поправки - начало */
.top_cat .head {
  font-size: 32px !important;
}

.top_cat .center {
  font-size: 20px !important;
  color: #F00534 !important;
  margin: 10px 0 20px;

}

.top_cat .bottom {
  font-size: 18px !important;
}

.contact_font {
  font-size: 32px !important;
  font-weight: normal !important;
}

.main_btn {
  display: inline-block !important;
  margin: 20px 0 !important;
}

.hits {
  color: #F00534;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 2;
  width: 125px;
  height: 30px;
}

.main_margin {
  margin-top: 0px;
}
/* Поправки - конец */

.email span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -2px;
  margin-left: -52px;
  color: #535353;
}

.galery_text_bot {
  font-weight: bold;
  font-size: 18px;
}

/* Дизайнерские изделия новое - начало */
.galery_text {
  font-size: 34px;
  margin: 20px 0 40px;
}

.cat_galery {
  color: #4F4D4D;
  text-decoration: none;
  font-size: 16px;
  transition: 0.2s ease;
  height: 40px;
  display: block;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

.cat_galery:hover {
  text-decoration: none;
  color: #fac57f;
}

.galery_block {
  position: relative;
  height: 280px;
  width: 280px;
  margin-bottom: 170px;
  margin-right: 10px;
  padding: 0;
}

.text_galery {
  margin-top: 10px;
  margin-left: 5px;
}

.galery_block .img_galery {
  height: 280px;
  width: 280px;
  display: block;
  margin: 0 auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  z-index: 1;
  position: relative;
}

.galery_block  .img_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  opacity: 1;
  transition: 0.3s ease;
  overflow: hidden;
  border: 5px solid #fff;
}

.galery_block .img_wrapper img {
  min-height: 280px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.galery_block  .img_wrapper:hover {
  opacity: 0.7;
  border: 5px solid #fac57f;
}

.text_top {
  margin-bottom: 30px;
  text-align: justify;
  font-size: 16px;
}

.text_botton {
  margin-top: 30px;
  text-align: justify;
  font-size: 16px;
}

.galery_block_img {
  margin-bottom: 30px;
}

.galery_block_img .img_galery {
  display: block;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  position: relative;
  opacity: 1;
  transition: 0.3s ease;
}

.galery_block_img .img_galery:hover {
  opacity: 0.7;
}

.galery_block_img .img_galery img {
  height: 280px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* Дизайнерские изделия новое - конец */

.goods_block .price span {
  margin-left: 30px;
  text-decoration: line-through;
}

/* Хлебные крошки - начало */
.histor {
  font-size: 14px;
  color: #ECA345;
  margin: 40px 0 20px;
}

.arror_right {
  color: #474a4c !important;
}

.histor li {
  display: inline-block;
  list-style-type: circle !important;
  list-style: square outside;
  margin-left: 0px;
  padding-left: 0px;
}

.histor ol {
  padding: 0px;
  margin-top: -14px;
}

.histor a {
  font-size: 14px;
  color: #474a4c;
  text-decoration: none;
  position: relative;
  transition: 0.5s all;
  padding-bottom: 3px;
}

.histor a:hover {
  text-decoration: none;
  color: #ECA345;
}

.histor a:before {
  content: '';
  position: absolute;
  transition: transform .5s ease;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ECA345;
  transform: scaleX(0);
}
.histor a:hover:before {
  transform: scaleX(1);
}

/* Хлебные крошки - конец */

.single_goods {
  padding-top: 0px;
}

h1, h2 {
	font-weight: bold;
}

.about_content .img_wrapper {
  margin-right: 20px;
  margin-bottom: 20px;
}

ul, ol {
  font-size: 17px;
}

/* Изменения 29.08.2016 - начало */
.fason {
  margin-top: 5px;
  margin-bottom: 5px;
}

.desc_goods_head {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.desc_goods {
  margin-top: 5px;
}

.price_goods {
  font-weight: bold;
  font-size: 20px;
}

.right_block_goods .price_goods {
  margin: 10px 0;
}

.right_block_goods .button {
  font-size: 20px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.slider a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.close_forma_callback:hover {
  background-color: #fcc5a2;
  background-image: url('/img/close_new.png');
}

.forma_zayavka {
  display: none;
  height: 450px;
  width: 400px;
  background-color: #fff;
  text-align: center;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -200px;
  font-size: 15px;
  line-height: 21px;
  color: #333;
  z-index: 1200;
}

.forma_zayavka label {
    font-size: 12px
}

.forma_zayvka_box {
  height: 390px;
  width: 400px;
}

.forma_zayavka input[type=text],
.forma_zayavka input[type=email],
.forma_zayavka textarea {
  text-align: left;
  margin-bottom: 5px;
  width: 100%;
}

.forma_zayavka textarea {
  height: 90px;
}

.success {
  font-size: 22px;
  line-height: 1.5;
}

.main_content {
  padding-top: 30px;
}

.btn_zayavka_main {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
/* Изменения 29.08.2016 - конец */

/* Изменения 05.09.2016 - начало */
.zayavka_img {
  max-height: 150px;
  display: inline-block;
  margin-bottom: 10px;
  float: left;
}

.forma_callback_box-content {
  text-align: left;
}

.name_img {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  max-width: 210px;
}

.footer_menu nav a {
  margin: 15px 24px;
}

.item_news-name a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  display: block;
  transition: 0.3s ease;
}

.item_news-name a:hover {
  text-decoration: underline;
  color: #FAC57F;
}

.news_more {
  text-decoration: underline;
  color: #FCA532;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s ease;
}

.news_more:hover {
  opacity: 0.5;
  text-decoration: underline;
  color: #FCA532;
}

.item_news {
  margin-bottom: 30px;
}

.item_news-date {
  margin-bottom: 10px;
  font-style: italic;
}
/* Изменения 05.09.2016 - конец */

/* Изменения 03_12_2016 - начало */
.with_item {
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}

.my_hide {
  background-color: #FFFFFF;
  position: absolute;
  opacity: 0;
  z-index: 0px;
  padding: 0;
  margin: 0;
  transition: 0.5s all;
  top: 40px;
  border: 1px solid #000;
  width: 150px;
}

.with_item_wrapper {
  position: relative;
  display: block;
  float: left;
}

.with_item_wrapper:hover > .my_hide {
  opacity: 1;
  z-index: 10;
}

.my_hide a {
  display: block !important;
  float: none;
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 0 !important;
  padding: 6px !important;
}

.my_hide a:last-child {
  border-bottom: none;
}

.my_hide > ul > li > a:hover {
  color: #fac57f !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
/* Изменения 03_12_2016 - конец */

.slider_mobile {
  margin-top: 30px;
}

.slick-prev, .slick-next {
  color: transparent;
  background-color: transparent;
  width: 50px;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: 0.3s ease;
  border: none;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  position: absolute;
}

.slick-list {
  width: 100%;
}

.item_plitka:focus,
.slick-slide:focus,
.slick-prev:focus,
.slick-next:focus,
.item_plitka:active,
.slick-slide:active,
.slick-prev:active,
.slick-next:active {
  outline: 0 !important;
}

.slick-prev::after,
.slick-next::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  transition: 0.3s ease;
}

.slick-prev::after {
  border-left: 4px solid #fcc5a2;
  border-bottom: 4px solid #fcc5a2;
  left: 4px;
}

.slick-next::after {
  border-right: 4px solid #fcc5a2;
  border-top: 4px solid #fcc5a2;
  right: 4px;
}

.slick-prev {
  left: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.slick-next {
  right: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.slider_mobile a {
  display: block;
  width: 100%;
  height: 100%;
}