@font-face {
  font-family: 'Roboto Slab';
  src: url("font/RobotoSlab-Regular-webfont.eot");
  src: url("font/RobotoSlab-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/RobotoSlab-Regular-webfont.woff") format("woff"), url("font/RobotoSlab-Regular-webfont.ttf") format("truetype"), url("font/RobotoSlab-Regular-webfont.svg#roboto_slabregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url("font/RobotoSlab-Bold-webfont.eot");
  src: url("font/RobotoSlab-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/RobotoSlab-Bold-webfont.woff") format("woff"), url("font/RobotoSlab-Bold-webfont.ttf") format("truetype"), url("font/RobotoSlab-Bold-webfont.svg#roboto_slabbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
.wrapper {
  min-width: 1280px;
  overflow: hidden;
}
.wrapper header {
  height: 138px;
  background: #eeefef;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
  position: relative;
}
.wrapper header .inner {
  width: 1240px;
  margin: 0px auto;
  height: 100%;
  position: relative;
}
.wrapper header .inner .menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  height: 49px;
  padding: 14px 20px;
}
.wrapper header .inner .menu .block {
  display: none;
  width: 230px;
  background: #fff;
  padding: 40px 10px;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
}
.wrapper header .inner .menu .block .close_menu {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 14px;
  height: 14px;
  background: url(../img/close_menu.png) no-repeat 50% 50%;
  cursor: pointer;
}
.wrapper header .inner .menu .block .item {
  text-transform: uppercase;
  font: bold 14px/18px 'Roboto Slab';
  border-top: 1px solid #dadada;
  padding: 15px 10px;
}
.wrapper header .inner .menu .block .item:nth-child(1) {
  border-top: 0;
}
.wrapper header .inner .menu .block .item a {
  color: #3e4c59;
}
.wrapper header .inner .menu.hovered {
  background: #e6264c;
}
.wrapper header .inner .menu.hovered:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.wrapper header .inner .menu.hovered .block {
  display: block;
}
.wrapper header .inner .menu a.main {
  display: block;
  width: 28px;
  height: 20px;
}
.wrapper header .inner .menu a.main span {
  display: block;
  height: 4px;
  background: #fff;
  margin-top: 4px;
}
.wrapper header .inner .menu a.main span:nth-child(1) {
  margin-top: 0px;
}
.wrapper header .inner .icon_phone {
  display: none;
  background: url(../img/phone_icon.png) no-repeat 0 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 114px;
  left: 72px;
}
.wrapper header .inner .icon_phone:before {
  width: 1px;
  height: 29px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  position: absolute;
  left: -21px;
  top: -2px;
}
.wrapper header .inner .logo {
  height: 95px;
  position: absolute;
  top: 0;
  left: 0px;
}
.wrapper header .inner .logo a {
  display: block;
}
.wrapper header .inner .logo a img {
  height: 105px;
}
.wrapper header .inner .txt {
  position: absolute;
  bottom: 30px;
  left: 255px;
  max-width: 400px;
  font: bold 18px/25px 'Roboto Slab';
  color: #3e4c59;
  text-transform: uppercase;
  padding-left: 20px;
  border-left: 1px solid  #707e85;
}
.wrapper header .inner .phones {
  position: absolute;
  bottom: 30px;
  right: 290px;
  padding-right: 40px;
  border-right: 1px solid  #707e85;
  background: url(../img/icon_phone.png) no-repeat 0 6px;
  padding-left: 30px;
}
.wrapper header .inner .phones .org,
.wrapper header .inner .phones .adr {
  display: none;
}
.wrapper header .inner .phones span {
  display: block;
  font: bold 20px/25px 'Roboto Slab';
  color: #3e4c59;
  margin-top: 0;
}
.wrapper header .inner .phones span:nth-child(1) {
  margin-top: 0px;
}
.wrapper header .inner .social {
  position: absolute;
  bottom: 30px;
  right: 90px;
}
.wrapper header .inner .social a {
  display: block;
  float: left;
  margin-left: 10px;
  width: 50px;
  height: 50px;
}
.wrapper header .inner .social a:hover {
  opacity: 1;
}
.wrapper header .inner .social a:nth-child(1) {
  margin-left: 0px;
  background: url(../img/icon_vk.png) no-repeat 0 0;
}
.wrapper header .inner .social a:nth-child(2) {
  background: url(../img/icon_fb.png) no-repeat 0 0;
}
.wrapper header .inner .social a:nth-child(3) {
  background: url(../img/icon_tw.png) no-repeat 0 0;
}
.wrapper header .inner .feedback {
  position: absolute;
  right: 0px;
  bottom: 30px;
}
.wrapper header .inner .feedback a {
  display: block;
  background: url(../img/icon_feedback.png) no-repeat;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.wrapper .arrow_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.wrapper .arrow_top a {
  display: block;
  opacity: 0.7;
}
.wrapper .arrow_top a:hover {
  opacity: 1;
}
.wrapper .main_content {
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 3px;
}
.wrapper .main_content .spec {
  overflow: hidden;
  position: relative;
  height: 85px;
  width: 230px;
  margin: 0 auto;
}
.wrapper .main_content .spec a {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  border: 4px solid #fff;
  background: url(../img/spec_in.png) no-repeat 50% 180px #f3704a;
  height: 230px;
  width: 230px;
  display: block;
  font: bold 15px/18px 'Roboto Slab';
  color: #fff;
  text-transform: uppercase;
  padding-top: 155px;
  text-align: center;
  text-decoration: none;
}
.wrapper .main_content .spec a:hover {
  text-decoration: none;
}
.wrapper .main_content .spec a:hover span {
  border-bottom: 0;
}
.wrapper .main_content .spec a span {
  border-bottom: 2px solid #fff;
}
.wrapper .main_content .inner.main {
  width: 1120px;
  padding-top: 0;
}
.wrapper .main_content .inner.main .spec a {
  background: url(../img/spec.png) no-repeat 50% 180px #ffffff;
  color: #000;
}
.wrapper .main_content .inner.main .spec a:hover {
  text-decoration: none;
}
.wrapper .main_content .inner.main .spec a:hover span {
  border-bottom: 0;
}
.wrapper .main_content .inner.main .spec a span {
  border-bottom: 2px solid #f3704a;
}
.wrapper .main_content .inner {
  width: 1240px;
  margin: 0px auto;
  padding: 30px 0px;
}
.wrapper .main_content .inner .reviews .item:nth-child(1) {
  padding-top: 0px;
  border-top: 0px;
}
.wrapper .main_content .inner .reviews .item {
  padding: 30px 0px;
  border-top: 1px solid #cdcdcd;
}
.wrapper .main_content .inner .reviews .item .name {
  font: bold 17px/17px 'Roboto Slab';
  color: #000;
  margin-bottom: 15px;
  float: left;
  margin-right: 15px;
}
.wrapper .main_content .inner .reviews .item .date {
  font: 13px/17px 'Roboto Slab';
  border-left: 1px solid #3e4c59;
  float: left;
  padding-left: 15px;
  color: #3e4c59;
}
.wrapper .main_content .inner .reviews .item .txt {
  color: #000000;
  margin-bottom: 10px;
  font: 13px/17px 'Roboto Slab';
}
.wrapper .main_content .inner .reviews .item .url {
  font: 13px/15px 'Roboto Slab';
  color: #e7264d;
}
.wrapper .main_content .inner .reviews .item .url a {
  color: #e7264d;
}
.wrapper .main_content .inner .about_us {
  margin: -20px -10px 0 -10px;
}
.wrapper .main_content .inner .about_us .title {
  background: url('../img/about_us_title.jpg') no-repeat 50% 0%;
  height: 369px;
  padding-top: 70px;
}
.wrapper .main_content .inner .about_us .title h1 {
  color: #ffffff !important;
  text-align: center;
  font: bold italic 26px/28px 'Roboto Slab';
  float: none;
}
.wrapper .main_content .inner .about_us h2 {
  font: bold 18px/24px 'Roboto Slab';
  color: #000;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  text-align: center;
  padding: 0 60px;
}
.wrapper .main_content .inner .about_us .text {
  padding: 0 20px;
}
.wrapper .main_content .inner .about_us p {
  margin-bottom: 15px;
}
.wrapper .main_content .inner .about_us .block {
  padding: 10px 50px 0;
  height: 260px;
  background: #f6f7f7;
  position: relative;
  margin-bottom: 30px;
}
.wrapper .main_content .inner .about_us .block .item {
  border-radius: 45px 0 0 0;
  border-bottom: 4px solid #f3704a;
  background: #fff;
  font: 13px/16px 'Roboto Slab';
  position: absolute;
  bottom: 40px;
  left: 115px;
  width: 325px;
  padding: 2px 3px 0;
  min-height: 350px;
}
.wrapper .main_content .inner .about_us .block .item .title_block {
  padding: 25px 20px 0 100px;
  font: bold 12px/18px 'Roboto Slab';
  color: #000;
  text-transform: uppercase;
  border-radius: 45px 0 0 0;
  display: block;
  background: #ffbb32;
  height: 100px;
  position: relative;
}
.wrapper .main_content .inner .about_us .block .item .title_block:before {
  content: '';
  height: 78px;
  width: 78px;
  position: absolute;
  left: 10px;
  top: 10px;
  background-size: 100%;
  background: url(../img/block_about_img.png) no-repeat 50% 50%;
}
.wrapper .main_content .inner .about_us .block .item .text_block {
  padding: 10px 20px 0;
}
.wrapper .main_content .inner .about_us .block .item p {
  margin-bottom: 20px;
}
.wrapper .main_content .inner .about_us .block .item:nth-child(2) {
  border-radius: 0 45px 0 0;
  left: auto;
  right: 115px;
}
.wrapper .main_content .inner .about_us .block .item:nth-child(2) .title_block {
  padding: 25px 100px 0 20px;
  border-radius: 0 45px 0 0;
  background: #fa9126;
  text-align: right;
}
.wrapper .main_content .inner .about_us .block .item:nth-child(2) .title_block:before {
  left: auto;
  right: 10px;
  background: url(../img/block_about_img_2.png) no-repeat 50% 50%;
}
.wrapper .main_content .inner .main_sections {
  padding: 50px 0px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(1) .img span {
  background: #c3afcf;
}
.wrapper .main_content .inner .main_sections .item:nth-child(1) .img span img {
  margin-top: 10px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(1) .url a.main span:before {
  background: #c3afcf;
}
.wrapper .main_content .inner .main_sections .item:nth-child(1) .url a.main span img {
  margin-top: 10px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(2) .url a.main span:before {
  background: #62e6ff;
}
.wrapper .main_content .inner .main_sections .item:nth-child(2) .url a.main span img {
  margin-left: -12px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(2) .img span {
  background: #62e6ff;
}
.wrapper .main_content .inner .main_sections .item:nth-child(2) .img span img {
  margin-left: -12px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(3) {
  width: 280px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(3) .url a.main span:before {
  background: #ffbb32;
}
.wrapper .main_content .inner .main_sections .item:nth-child(3) .url a.main span img {
  margin-top: 10px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(3) .img span {
  background: #ffbb32;
}
.wrapper .main_content .inner .main_sections .item:nth-child(3) .img span img {
  margin-top: 10px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(4) .url a.main span:before {
  background: #1ab1e8;
}
.wrapper .main_content .inner .main_sections .item:nth-child(4) .url a.main img {
  margin-top: 15px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(4) .img span {
  background: #1ab1e8;
}
.wrapper .main_content .inner .main_sections .item:nth-child(4) .img span img {
  margin-top: 15px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(5) .url a.main span:before {
  background: #fa9126;
}
.wrapper .main_content .inner .main_sections .item:nth-child(5) .url a.main img {
  margin-top: -25px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(5) .img span {
  background: #fa9126;
}
.wrapper .main_content .inner .main_sections .item:nth-child(5) .img span img {
  margin-top: -25px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(6) {
  width: 280px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(6) .url a.main span:before {
  background: #62e6ff;
}
.wrapper .main_content .inner .main_sections .item:nth-child(6) .url a.main span img {
  margin-left: -5px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(6) .img span img {
  margin-left: -5px;
}
.wrapper .main_content .inner .main_sections .item {
  float: left;
  height: 140px;
  margin: 60px 0px 0px 50px;
  width: 370px;
  padding-left: 165px;
}
.wrapper .main_content .inner .main_sections .item:hover .url a.main span {
  background: #fff;
  opacity: 1;
}
.wrapper .main_content .inner .main_sections .item .img {
  position: relative;
  background: #dcf7ff;
  float: left;
  margin-right: 25px;
  display: none;
  width: 140px;
  height: 140px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0.8;
  text-align: center;
}
.wrapper .main_content .inner .main_sections .item .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -58px 0 0 -58px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
}
.wrapper .main_content .inner .main_sections .item .url {
  padding-top: 20px;
}
.wrapper .main_content .inner .main_sections .item .url a {
  display: block;
  font: 16px/22px 'Roboto Slab';
  color: #000;
  text-transform: lowercase;
}
.wrapper .main_content .inner .main_sections .item .url a:nth-child(2) {
  text-transform: none;
}
.wrapper .main_content .inner .main_sections .item .url a.main {
  display: block;
  margin-bottom: 10px;
  font: bold 16px/17px 'Roboto Slab';
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.wrapper .main_content .inner .main_sections .item .url a.main span {
  position: absolute;
  left: -165px;
  top: -10px;
  border: 2px solid #ffffff;
  background: #dcf7ff;
  padding: 10px 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: 0.8;
  text-align: center;
}
.wrapper .main_content .inner .main_sections .item .url a.main span:before {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -58px 0 0 -58px;
}
.wrapper .main_content .inner .main_sections .item .url a.main span img {
  position: relative;
}
.wrapper .main_content .inner .main_sections .item .url span {
  display: block;
  margin-bottom: 10px;
  font: bold 16px/17px 'Roboto Slab';
  color: #000;
  text-transform: uppercase;
}
.wrapper .main_content .inner .main_sections .item:nth-child(-n+3) {
  margin-top: 0px;
}
.wrapper .main_content .inner .main_sections .item:nth-child(3n+1) {
  margin-left: 0px;
}
.wrapper .main_content .inner .main_slider {
  position: relative;
  background: #ffffff;
  padding: 10px 15px;
  margin: 50px 0px;
}
.wrapper .main_content .inner .main_slider .main_slider_in .title {
  width: 135px;
  height: 115px;
  float: left;
  margin-top: 25px;
  margin-left: 15px;
  font: bold 16px/20px 'Roboto Slab';
  color: #d0001f;
  text-transform: uppercase;
  background: url(../img/str.png) no-repeat 0% 84%;
  position: relative;
}
.wrapper .main_content .inner .main_slider .main_slider_in .title:before {
  /*background: url(../img/icon.svg) no-repeat -231px -326px #4a6ca7;*/
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 20px;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay {
  margin-bottom: 0 !important;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay ul.slick-dots {
  display: none !important;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay .slick-arrow.slick-prev {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #d0001f;
  top: 150px;
  left: 15px;
  background: url(../img/arleft.png) no-repeat 50% 50%;
  text-indent: -9999px;
  opacity: .5;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay .slick-arrow.slick-prev:hover {
  opacity: 1;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay .slick-arrow.slick-next {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #d0001f;
  top: 150px;
  left: 52px;
  background: url(../img/arright.png) no-repeat 50% 50%;
  text-indent: -9999px;
  opacity: .5;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay .slick-arrow.slick-next:hover {
  opacity: 1;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo {
  float: left;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo:hover span.info {
  display: block;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo:hover span.name {
  display: none;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo a {
  display: block;
  height: 200px;
  float: right;
  position: relative;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo a:nth-child(1) {
  margin-left: 0px;
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo span.name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px 10px;
  font: 14px/18px 'Roboto Slab';
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo span.info {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 15px 15px 15px 15px;
  font: 13px/17px 'Roboto Slab';
  color: #ffffff;
  display: none;
  background: #f3704a;
}
.wrapper .main_content .inner .main_slider .carousel .carousel-inner .item .photo {
  float: right;
}
.wrapper .main_content .inner .main_slider .carousel .carousel-inner .item .photo a {
  display: block;
  float: left;
  width: 230px;
  height: 200px;
  background: #bf8c59;
  margin-left: 10px;
  position: relative;
}
.wrapper .main_content .inner .main_slider .carousel .carousel-inner .item .photo a span {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0px;
  background: #e6264d;
  padding: 5px 10px;
  font: 14px/20px 'Roboto Slab';
  color: #fff;
}
.wrapper .main_content .inner .main_slider .carousel .carousel-inner .item .photo a:nth-child(1) {
  margin-left: 0px;
}
.wrapper .main_content .inner .main_slider .carousel .carousel-inner .item .title {
  width: 135px;
  height: 115px;
  position: absolute;
  top: 25px;
  left: 15px;
  font: bold 17px/20px 'Roboto Slab';
  color: #d0001f;
  text-transform: uppercase;
  background: url(../img/str.png) no-repeat 0% 84%;
}
.wrapper .main_content .inner .main_slider .carousel a.left.carousel-control {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #d0001f;
  top: 150px;
  left: 15px;
  background: url(../img/arleft.png) no-repeat 50% 50%;
}
.wrapper .main_content .inner .main_slider .carousel a.right.carousel-control {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #d0001f;
  top: 150px;
  left: 52px;
  background: url(../img/arright.png) no-repeat 50% 50%;
}
.wrapper .main_content .inner .left_sidebar {
  float: left;
  width: 290px;
  margin-right: 35px;
}
.wrapper .main_content .inner .left_sidebar .left_banner img {
  max-width: 100%;
  height: auto;
}
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(1) .title a span,
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(1) .title .main span {
  background: #c3afcf;
}
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(2) .title a span,
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(2) .title .main span {
  background: #62e6ff;
}
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(2) .title a span img,
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(2) .title .main span img {
  margin-left: -12px;
}
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(3) .title a span,
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(3) .title .main span {
  background: #ffbb32;
}
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(3) .title a span img,
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(3) .title .main span img {
  margin-top: 5px;
  max-height: 63px;
}
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(4) .title a span,
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(4) .title .main span {
  background: #1ab1e8;
}
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(4) .title a span img,
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(4) .title .main span img {
  margin-top: 10px;
  max-height: 55px;
}
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(5) .title a span,
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(5) .title .main span {
  background: #fa9126;
}
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(5) .title a span img,
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(5) .title .main span img {
  margin-top: -6px;
  max-height: 70px;
}
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(6) .title a span,
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(6) .title .main span {
  background: #6ac3a3;
}
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(6) .title a span img,
.wrapper .main_content .inner .left_sidebar .menu .item:nth-child(6) .title .main span img {
  margin-left: -5px;
}
.wrapper .main_content .inner .left_sidebar .menu .item {
  margin-bottom: 20px;
}
.wrapper .main_content .inner .left_sidebar .menu .item.active .title {
  border-radius: 40px 0 0 0;
  border-bottom: 0;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title {
  background: #dcf7ff;
  border: 2px solid #ffffff;
  border-radius: 40px 0 0 40px;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu a {
  color: #3e4c59;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu a span {
  background: none;
  display: none;
  height: 0;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu .active {
  color: #f3704a;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu .active span {
  background: url(../img/left_menu_act_4.png);
}
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu a:hover {
  color: #f3704a;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu {
  background: #ffffff;
  padding: 10px 10px 15px 10px;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu a,
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu .active {
  margin: 10px 0 0 0 ;
  padding: 0 0 0 20px;
  height: auto;
  text-transform: none;
  display: block;
  font: bold 13px/15px 'Roboto Slab';
}
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu a {
  color: #3e4c59;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu a:nth-child(1),
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu .active:nth-child(1) {
  margin-top: 0px;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu .active {
  position: relative;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu .active span {
  background: url(../img/left_menu_act_4.png);
  position: absolute;
  margin: 0;
  top: 2px;
  left: 3px;
  width: 6px;
  height: 10px;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title a,
.wrapper .main_content .inner .left_sidebar .menu .item .title .main {
  display: block;
  font: bold 14px/32px 'Roboto Slab';
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-left: 100px;
  height: 88px;
  padding-top: 24px;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title a span,
.wrapper .main_content .inner .left_sidebar .menu .item .title .main span {
  position: absolute;
  text-align: center;
  background-size: auto 74px;
  height: 74px;
  width: 74px;
  border-radius: 50%;
  left: 4px;
  top: 50%;
  margin-top: -37px;
  background: #eaeaea;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title a span img,
.wrapper .main_content .inner .left_sidebar .menu .item .title .main span img {
  max-height: 74px;
  widows: auto;
}
.wrapper .main_content .inner .left_sidebar .menu .item .title a:hover {
  text-decoration: none;
}
.wrapper .main_content .inner .inner_content {
  overflow: hidden;
  background: #fff;
  padding: 25px 15px;
  font: 14px/18px 'Roboto Slab';
  color: #303b47;
}
.wrapper .main_content .inner .inner_content.content_404 {
  background: none;
  padding: 60px 0 0;
}
.wrapper .main_content .inner .inner_content.content_404 h1 {
  text-align: center;
  margin-bottom: 0;
}
.wrapper .main_content .inner .inner_content h1 {
  font: bold 22px/23px 'Roboto Slab';
  color: #000;
  margin: 0px 0px 20px 0px;
  float: left;
}
.wrapper .main_content .inner .inner_content .share {
  float: right;
}
.wrapper .main_content .inner .inner_content .contacts_form {
  background: #f5f6f6;
  padding: 20px;
}
.wrapper .main_content .inner .inner_content .contacts_form .item {
  margin-bottom: 20px;
  padding: 0px 200px 0px 100px;
}
.wrapper .main_content .inner .inner_content .contacts_form .item .name {
  float: left;
  width: 200px;
  font: 14px/34px 'Roboto Slab';
  color: #3e4c59;
}
.wrapper .main_content .inner .inner_content .contacts_form .item .name span {
  color: #f18d18;
  padding-left: 2px;
}
.wrapper .main_content .inner .inner_content .contacts_form .item .inp {
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .contacts_form .item .inp input[type=text] {
  width: 100%;
  padding: 0px 20px;
  border: 1px solid #a7a4a3;
  height: 34px;
}
.wrapper .main_content .inner .inner_content .contacts_form .item .inp textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #a7a4a3;
  height: 100px;
  resize: none;
}
.wrapper .main_content .inner .inner_content .contacts_form .submit {
  padding-left: 300px;
}
.wrapper .main_content .inner .inner_content .contacts_form .submit a {
  display: block;
  width: 210px;
  height: 40px;
  background: #f18d18;
  font: bold 18px/40px 'Roboto Slab';
  color: #fff;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
}
.wrapper .main_content .inner .inner_content .contacts_form .submit a:hover {
  background: #f17418;
}
.wrapper .main_content .inner .inner_content .sorting.rest .city select {
  width: 210px;
  margin-right: 15px;
}
.wrapper .main_content .inner .inner_content .sorting {
  padding: 10px 15px;
  background: #f5f6f6;
  margin-bottom: 20px;
}
.wrapper .main_content .inner .inner_content .sorting .city {
  float: left;
  margin-right: 30px;
}
.wrapper .main_content .inner .inner_content .sorting .city span {
  font: bold 16px/30px 'Roboto Slab';
  color: #3e4c59;
  display: block;
  float: left;
  margin-right: 10px;
}
.wrapper .main_content .inner .inner_content .sorting .city select {
  width: 275px;
  height: 30px;
  padding: 0px 15px;
  font: 13px/14px 'Roboto Slab';
  color: #3e4c59;
  border: 1px solid #656565;
  display: block;
  float: left;
}
.wrapper .main_content .inner .inner_content .sorting .props {
  float: left;
  padding-top: 5px;
}
.wrapper .main_content .inner .inner_content .sorting .props .item:nth-child(1) {
  margin-left: 0px;
}
.wrapper .main_content .inner .inner_content .sorting .props .item {
  float: left;
  margin-left: 23px;
}
.wrapper .main_content .inner .inner_content .sorting .props .item input {
  float: left;
  margin-right: 10px;
}
.wrapper .main_content .inner .inner_content .sorting .props .item label {
  display: block;
  float: left;
  font: bold 13px/20px 'Roboto Slab';
  color: #3e4c59;
}
.wrapper .main_content .inner .inner_content .sorting .props .item.active a {
  color: #e87800;
}
.wrapper .main_content .inner .inner_content .sorting .props .item.active a span.rec {
  background: url(../img/sort_1.png) no-repeat 0% 100%;
}
.wrapper .main_content .inner .inner_content .sorting .props .item.active a span.price {
  top: -7px;
  background: url(../img/sort_2.png) no-repeat 0% 100%;
}
.wrapper .main_content .inner .inner_content .sorting .props .item.active a span.sea {
  background: url(../img/sort_3.png) no-repeat 0% 100%;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item {
  margin-top: 55px;
  position: relative;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item:nth-child(1) {
  margin-top: 0;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .img {
  width: 400px;
  height: 280px;
  background: #eaeaea;
  float: left;
  margin-right: 30px;
  position: relative;
  border: 5px solid #efefef;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .img a img {
  width: 390px;
  height: 270px;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .img .like {
  background: url('../img/like.png') no-repeat 50% 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 11px;
  top: 8px;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc {
  overflow: hidden;
  position: relative;
  height: 280px;
  padding-bottom: 55px;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .name {
  font: bold 18px/20px 'Roboto Slab';
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .name a {
  color: #000;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .price {
  font: bold 16px/30px 'Roboto Slab';
  color: #e87800;
  margin-bottom: 5px;
  float: left;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .price span {
  font: bold 27px/30px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .city {
  display: block;
  font: 13px/16px 'Roboto Slab';
  color: #2f2f2f;
  padding: 10px 0px 10px 40px;
  float: left;
  margin: 0px 10px;
  background: url('../img/icon_city.png') no-repeat 0% 50%;
  position: relative;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .city:before {
  height: 17px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 19px;
  content: '';
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .kitchen {
  font: bold 13px/20px 'Roboto Slab';
  margin-bottom: 20px;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .kitchen span {
  color: #2f2f2f;
  font: bold 14px/20px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .kitchen a {
  color: #2f2f2f;
  text-decoration: underline;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .kitchen a:hover {
  text-decoration: none;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .txt {
  font: 12px/17px 'Roboto Slab';
  color: #303b47;
  margin-bottom: 10px;
  border-top: 1px solid #c9c9c9;
  padding-top: 20px;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url a {
  display: block;
  float: left;
  height: 40px;
  font: 13px/40px 'Roboto Slab';
  text-align: center;
  padding: 0px 20px;
  text-decoration: none;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url a.to_detail {
  background: #f3724c;
  color: #fff;
  margin-right: 6px;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url a.to_reviews {
  border: 1px solid #f3724c;
  color: #f3724c;
}
.wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url a:hover {
  background: #f44e1e;
  color: #fff;
}
.wrapper .main_content .inner .inner_content .hotel_list .item {
  margin-top: 55px;
  position: relative;
}
.wrapper .main_content .inner .inner_content .hotel_list .item:nth-child(1) {
  margin-top: 0;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .img {
  width: 400px;
  height: 280px;
  background: #eaeaea;
  float: left;
  margin-right: 30px;
  position: relative;
  border: 5px solid #efefef;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .img .like {
  background: url('../img/like.png') no-repeat 50% 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 11px;
  top: 8px;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .img a img {
  width: 390px;
  height: 270px;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .img .props {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 52px;
  padding: 0px 0 0 10px;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .img .props span {
  display: block;
  font: 13px/16px 'Roboto Slab';
  color: #fff;
  padding: 18px 0px 18px 40px;
  float: left;
  margin: 0px 10px;
  min-height: 100%;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .img .props span.city {
  background: url('../img/icon_city.png') no-repeat 0% 50%;
  position: relative;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .img .props span.city:before {
  height: 17px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 19px;
  content: '';
}
.wrapper .main_content .inner .inner_content .hotel_list .item .img .props span.sea {
  background: url('../img/icon_sea.png') no-repeat 0% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .img .price {
  position: absolute;
  top: 0px;
  left: 0px;
  font: bold 18px/50px 'Roboto Slab';
  color: #fff;
  padding-bottom: 5px;
  padding: 0px 15px;
  background: #e6264d;
  border-radius: 0 0 20px 0;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .img .price span {
  font: bold 30px/50px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc {
  overflow: hidden;
  position: relative;
  height: 280px;
  padding-bottom: 55px;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .name {
  font: bold 18px/20px 'Roboto Slab';
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .name a {
  color: #000;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .txt {
  font: 12px/17px 'Roboto Slab';
  color: #303b47;
  margin-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .title {
  font: 14px/18px 'Roboto Slab';
  color: #2f2f2f;
  margin-bottom: 7px;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .block .room {
  font: 13px/15px 'Roboto Slab';
  color: #2f2f2f;
  margin-top: 5px;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .block .room .name {
  float: left;
  width: 300px;
  margin: 0px 20px 0px 0px;
  font: 13px/15px 'Roboto Slab';
  text-transform: none;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .block .room .price {
  overflow: hidden;
  font: bold 13px/15px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .block .all {
  margin-top: 10px;
  background: url('../img/icon_all.png') no-repeat 100% 60%;
  float: left;
  padding-right: 15px;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .block .all a {
  font: bold 13px/15px 'Roboto Slab';
  text-decoration: none;
  color: #f17418;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .block .all a:hover {
  text-decoration: underline;
  border-bottom: 1px dashed #fff;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .block .room:nth-child(1) {
  margin-top: 0px;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .url {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .url a {
  display: block;
  float: left;
  height: 40px;
  font: 13px/40px 'Roboto Slab';
  text-align: center;
  padding: 0px 20px;
  text-decoration: none;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .url a.to_detail {
  background: #f3724c;
  color: #fff;
  margin-right: 6px;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .url a.to_reviews {
  border: 1px solid #f3724c;
  color: #f3724c;
}
.wrapper .main_content .inner .inner_content .hotel_list .item .desc .url a:hover {
  background: #f44e1e;
  color: #fff;
}
.wrapper .main_content .inner .inner_content .tour_list .item {
  margin-top: 40px;
  position: relative;
  padding: 5px 5px 25px;
  width: 425px;
  background: #f6f7f7;
  border: 1px solid #cdd4dd;
  float: left;
  margin-left: 34px;
  height: 500px;
}
.wrapper .main_content .inner .inner_content .tour_list .item:nth-child(3n+1) {
  margin-left: 0;
}
.wrapper .main_content .inner .inner_content .tour_list .item:nth-child(-n+2) {
  margin-top: 0;
}
.wrapper .main_content .inner .inner_content .tour_list .item .img {
  width: 415px;
  margin-right: 15px;
  position: relative;
}
.wrapper .main_content .inner .inner_content .tour_list .item .img .props {
  margin-top: 10px;
  background: #f5f6f6;
  border: 1px solid #6c7177;
  width: 314px;
  padding: 0px 10px;
  height: 42px;
}
.wrapper .main_content .inner .inner_content .tour_list .item .img .props span {
  display: block;
  font: 14px/16px 'Roboto Slab';
  color: #303b47;
  padding: 12px 0px 12px 40px;
  float: left;
  margin: 0px 10px;
}
.wrapper .main_content .inner .inner_content .tour_list .item .img .props span.city {
  background: url('../img/icon_city.png') no-repeat 0% 50%;
}
.wrapper .main_content .inner .inner_content .tour_list .item .desc {
  padding: 10px 20px 0;
}
.wrapper .main_content .inner .inner_content .tour_list .item .desc .name {
  font: bold 18px/24px 'Roboto Slab';
  color: #000;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  height: 84px;
}
.wrapper .main_content .inner .inner_content .tour_list .item .desc .name.str_1 {
  padding-top: 24px;
}
.wrapper .main_content .inner .inner_content .tour_list .item .desc .name.str_2 {
  padding-top: 12px;
}
.wrapper .main_content .inner .inner_content .tour_list .item .desc .txt {
  font: 12px/16px 'Roboto Slab';
  color: #000;
  margin-bottom: 25px;
  height: 80px;
}
.wrapper .main_content .inner .inner_content .tour_list .item .desc .url a {
  border: 1px solid #f3724c;
  display: block;
  height: 36px;
  font: bold 14px/36px 'Roboto Slab';
  color: #f3724c;
  padding: 0px 15px;
  background: #fff;
  width: 245px;
  margin: 0 auto;
  text-align: center;
}
.wrapper .main_content .inner .inner_content .tour_list .item .desc .url a:hover {
  text-decoration: none;
  color: #fff;
  background: #f3724c;
}
.wrapper .main_content .inner .inner_content .tour_list .item:nth-child(1) {
  margin-top: 0px;
}
.wrapper .main_content .inner .inner_content .reviews .menu {
  margin-bottom: 30px;
}
.wrapper .main_content .inner .inner_content .reviews .menu a:nth-child(1) {
  margin-left: 0px;
}
.wrapper .main_content .inner .inner_content .reviews .menu a {
  display: block;
  font: bold 13px/20px Georgia;
  color: #333;
  margin-left: 40px;
  text-transform: uppercase;
  float: left;
}
.wrapper .main_content .inner .inner_content .reviews .menu a.active {
  border-bottom: 2px solid #000;
  color: #000;
}
.wrapper .main_content .inner .inner_content .reviews .menu a:hover {
  text-decoration: none;
  color: #000;
}
.wrapper .main_content .inner .inner_content .reviews .block .item:nth-child(1) {
  border-top: none;
}
.wrapper .main_content .inner .inner_content .reviews .block .item {
  padding: 20px 0px;
  border-top: 2px dashed #333;
}
.wrapper .main_content .inner .inner_content .reviews .block .item .name {
  font: bold 14px/17px Georgia;
  color: #000;
  margin-bottom: 5px;
}
.wrapper .main_content .inner .inner_content .reviews .block .item .txt {
  background: #eaeaea;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.wrapper .main_content .inner .inner_content .special_detail .back {
  background: #f5f6f6;
  padding: 10px 15px;
  margin: 0 -15px 40px;
}
.wrapper .main_content .inner .inner_content .special_detail .back a {
  display: block;
  font: 14px/40px 'Roboto Slab';
  height: 40px;
  color: #f25916;
  text-decoration: none;
  padding-right: 25px;
  padding-left: 35px;
  background: #fefefe;
  border: 1px solid #c4c4c4;
  float: left;
}
.wrapper .main_content .inner .inner_content .special_detail .back a span {
  padding-right: 15px;
  background: url('../img/left_menu_act_4.png') no-repeat 98% 50%;
}
.wrapper .main_content .inner .inner_content .special_detail .back a:nth-child(1) {
  background: #f3704a;
  color: #fff;
  margin-right: 15px;
  border: 0;
}
.wrapper .main_content .inner .inner_content .special_detail .back a:nth-child(1) span {
  background: url('../img/left_menu_4.png') no-repeat 98% 50%;
}
.wrapper .main_content .inner .inner_content .special_detail .img {
  margin-bottom: 18px;
}
.wrapper .main_content .inner .inner_content .special_detail .img .img_main {
  border: 1px solid #c1c1c1;
  width: 885px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.wrapper .main_content .inner .inner_content .special_detail .img .img_main .info {
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 15px 20px 15px;
  width: 100%;
  background: #ffb922;
  text-align: center;
}
.wrapper .main_content .inner .inner_content .special_detail .img .img_main .info .type {
  font: bold 17px/26px 'Roboto Slab';
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.wrapper .main_content .inner .inner_content .special_detail .img .img_main .info .name {
  font: bold 16px/18px 'Roboto Slab';
  color: #000;
}
.wrapper .main_content .inner .inner_content .special_detail .img .img_main .info .price {
  padding: 15px 0 0 35px;
  width: 135px;
  height: 69px;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 10;
  height: 60px;
  background: #e6063c;
  border-radius: 15px 0 0 0;
  font: bold 12px/14px 'Roboto Slab';
  color: #fff;
}
.wrapper .main_content .inner .inner_content .special_detail .img .img_main .info .price span {
  font: bold 21px/26px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .special_detail .img .img_small a {
  display: block;
  float: left;
  width: 169px;
  height: 149px;
  margin-left: 9px;
  background: #eaeaea;
  margin-top: 9px;
}
.wrapper .main_content .inner .inner_content .special_detail .img .img_small a:nth-child(5n+1) {
  margin-left: 0px;
}
.wrapper .main_content .inner .inner_content .special_detail .img .img_small a:nth-child(-n+5) {
  margin-top: 0px;
}
.wrapper .main_content .inner .inner_content .special_detail .txt {
  font: 14px/17px 'Roboto Slab';
  color: #3e4c59;
  margin-bottom: 38px;
}
.wrapper .main_content .inner .inner_content .special_detail .props_block {
  margin-bottom: 40px;
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .title {
  font: bold 17px/25px 'Roboto Slab';
  color: #ffb922;
  margin-bottom: 15px;
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .props {
  margin-bottom: 20px;
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .props .item {
  padding: 5px 0px ;
  font: 14px/17px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .props .item a {
  color: #303b47;
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .props .item span {
  font: bold 14px/17px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .days .day:nth-child(1) {
  border-top: none;
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .days .day {
  padding: 10px 0px;
  border-top: 1px solid #eaeaea;
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .days .day .name {
  font: bold 16px/19px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .days .day .block {
  padding: 5px 10px;
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .days .day .block .time {
  font: 14px/17px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .days .day .block .time span {
  font: bold 14px/17px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .days .day .photos {
  padding: 5px 5px;
}
.wrapper .main_content .inner .inner_content .special_detail .props_block .block .days .day .photos a {
  display: block;
  margin: 5px;
  float: left;
}
.wrapper .main_content .inner .inner_content .special_detail .order_block {
  background: #f3f4f4;
  border: 1px solid #595e64;
  padding: 15px;
}
.wrapper .main_content .inner .inner_content .special_detail .order_block .add_order {
  float: left;
}
.wrapper .main_content .inner .inner_content .special_detail .order_block .add_order a {
  display: block;
  font: bold 16px/30px 'Roboto Slab';
  color: #d8033c;
  padding-left: 50px;
  background: url('../img/icon_order.png') no-repeat 0% 50%;
}
.wrapper .main_content .inner .inner_content .special_detail .order_block .back {
  float: right;
}
.wrapper .main_content .inner .inner_content .special_detail .order_block .back a {
  display: block;
  font: bold 16px/30px 'Roboto Slab';
  color: #303b47;
  padding-right: 50px;
  background: url('../img/back_arrow.png') no-repeat 100% 50%;
}
.wrapper .main_content .inner .inner_content .special_detail .special_form {
  background: #f5f6f6;
  padding: 20px;
  display: none;
}
.wrapper .main_content .inner .inner_content .special_detail .special_form .item {
  margin-bottom: 20px;
  padding: 0px 200px 0px 100px;
}
.wrapper .main_content .inner .inner_content .special_detail .special_form .item .name {
  float: left;
  width: 200px;
  font: 14px/34px 'Roboto Slab';
  color: #3e4c59;
}
.wrapper .main_content .inner .inner_content .special_detail .special_form .item .name span {
  color: #f18d18;
  padding-left: 2px;
}
.wrapper .main_content .inner .inner_content .special_detail .special_form .item .inp {
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .special_detail .special_form .item .inp input[type=text] {
  width: 100%;
  padding: 0px 20px;
  border: 1px solid #a7a4a3;
  height: 34px;
  display: block;
}
.wrapper .main_content .inner .inner_content .special_detail .special_form .item .inp textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #a7a4a3;
  height: 100px;
  resize: none;
  display: block;
}
.wrapper .main_content .inner .inner_content .special_detail .special_form .submit {
  padding-left: 300px;
}
.wrapper .main_content .inner .inner_content .special_detail .special_form .submit a {
  display: block;
  width: 210px;
  height: 40px;
  background: #f18d18;
  font: bold 18px/40px 'Roboto Slab';
  color: #fff;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
}
.wrapper .main_content .inner .inner_content .special_detail .special_form .submit a:hover {
  background: #f17418;
}
.wrapper .main_content .inner .inner_content .tour_detail .img {
  margin-bottom: 20px;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_main {
  width: 420px;
  height: 295px;
  margin-right: 16px;
  text-align: center;
  float: left;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_main img {
  width: 420px;
  height: 295px;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_small_5 {
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_small_5 a {
  display: block;
  float: left;
  width: 170px;
  height: 170px;
  margin-left: 7px;
  background: #eaeaea;
  margin-top: 7px;
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_small_5 a:nth-child(5n+1) {
  margin-left: 0px;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_small_5 a:nth-child(-n+5) {
  margin-top: 0px;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_small_5 a img {
  width: 100%;
  height: 100%;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_small {
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_small a {
  display: block;
  float: left;
  width: 69px;
  height: 69px;
  margin-left: 7px;
  background: #eaeaea;
  margin-top: 7px;
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(6n+1) {
  margin-left: 0px;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(-n+6) {
  margin-top: 0px;
}
.wrapper .main_content .inner .inner_content .tour_detail .img .img_small a img {
  width: 69px;
  height: 69px;
}
.wrapper .main_content .inner .inner_content .tour_detail .txt {
  font: 14px/17px 'Roboto Slab';
  color: #3e4c59;
  margin-bottom: 38px;
}
.wrapper .main_content .inner .inner_content .tour_detail .imp {
  background: #f5f5f5;
  padding: 20px 15px;
  margin: 0 -15px 30px;
}
.wrapper .main_content .inner .inner_content .tour_detail .imp .rec {
  float: left;
  margin-left: 145px;
  padding-left: 40px;
  position: relative;
  color: #2f2f2f;
  font: 13px/17px 'Roboto Slab';
  height: 17px;
}
.wrapper .main_content .inner .inner_content .tour_detail .imp .rec:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url('../img/icon_rec.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .tour_detail .imp .item {
  float: left;
  margin-left: 15px;
  padding-left: 40px;
  position: relative;
  color: #2f2f2f;
  font: 13px/17px 'Roboto Slab';
  height: 17px;
}
.wrapper .main_content .inner .inner_content .tour_detail .imp .item:nth-child(1) {
  margin-left: 0;
  padding-right: 15px;
  border-right: 1px solid #6c7177;
}
.wrapper .main_content .inner .inner_content .tour_detail .imp .item:nth-child(1):before {
  background: url('../img/icon_imp_1.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .tour_detail .imp .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  border: 1px solid #8f9ba1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}
.wrapper .main_content .inner .inner_content .tour_detail .imp .item:nth-child(2):before {
  background: url('../img/icon_imp_2.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .tour_detail .info {
  background: #f5f5f5;
  border-top: 1px solid #dbe0e0;
  padding: 30px 15px;
  margin: 0 -15px 25px;
}
.wrapper .main_content .inner .inner_content .tour_detail .info .item {
  float: left;
  margin-left: 55px;
  padding-left: 75px;
  position: relative;
  color: #2f2f2f;
  font: 13px/16px 'Roboto Slab';
  width: 249px;
}
.wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(1):before {
  background: url('../img/icon_cach.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(2):before {
  background: url('../img/icon_time.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(3):before {
  background: url('../img/icon_map.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .tour_detail .info .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #909ca1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.wrapper .main_content .inner .inner_content .tour_detail .info .item span {
  color: #2f2f2f;
  font: bold 15px/16px 'Roboto Slab';
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.wrapper .main_content .inner .inner_content .tour_detail .info .item span.price {
  font: bold 37px/37px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .tour_detail .info .item span.price span {
  display: inline;
  font: bold 16px/16px 'Roboto Slab';
  text-transform: none;
}
.wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(1) {
  margin-left: 0;
}
.wrapper .main_content .inner .inner_content .tour_detail .back {
  background: #f5f6f6;
  padding: 10px 15px;
  margin: 0 -15px 40px;
}
.wrapper .main_content .inner .inner_content .tour_detail .back a {
  display: block;
  font: 14px/40px 'Roboto Slab';
  height: 40px;
  color: #f25916;
  text-decoration: none;
  padding-right: 25px;
  padding-left: 35px;
  background: #fefefe;
  border: 1px solid #c4c4c4;
  float: left;
}
.wrapper .main_content .inner .inner_content .tour_detail .back a span {
  padding-right: 15px;
  background: url('../img/left_menu_act_4.png') no-repeat 98% 50%;
}
.wrapper .main_content .inner .inner_content .special_list .item {
  border: 1px solid #c1c1c1;
  margin-top: 30px;
  padding: 5px 10px 10px;
  background: #f6f7f7;
}
.wrapper .main_content .inner .inner_content .special_list .item .img {
  height: 271px;
  width: 603px;
  background: #eaeaea;
  text-align: center;
  position: relative;
  float: left;
}
.wrapper .main_content .inner .inner_content .special_list .item .img .info {
  position: absolute;
  left: 50%;
  bottom: 0px;
  padding: 10px 20px 15px;
  width: 323px;
  background: #ffb922;
  text-align: center;
  margin-left: -162px;
}
.wrapper .main_content .inner .inner_content .special_list .item .img .info .type {
  font: bold 17px/26px 'Roboto Slab';
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.wrapper .main_content .inner .inner_content .special_list .item .img .info .name {
  font: bold 16px/18px 'Roboto Slab';
  color: #000;
}
.wrapper .main_content .inner .inner_content .special_list .item .desc {
  background: #f5f6f6;
  padding: 70px 0 45px 15px;
  position: relative;
  padding-bottom: 60px;
  float: left;
  width: 260px;
  height: 271px;
}
.wrapper .main_content .inner .inner_content .special_list .item .desc .txt {
  font: 13px/16px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .special_list .item .desc .price {
  position: absolute;
  top: 0;
  left: -22px;
  background: url(../img/price_bg.png) 0 0 no-repeat;
  padding: 15px 0 0 35px;
  font: bold 12px/14px 'Roboto Slab';
  color: #fff;
  width: 135px;
  height: 69px;
}
.wrapper .main_content .inner .inner_content .special_list .item .desc .price span {
  font: bold 21px/26px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .special_list .item .desc .url {
  position: absolute;
  left: 15px;
  bottom: 0px;
}
.wrapper .main_content .inner .inner_content .special_list .item .desc .url a {
  border: 1px solid #f3704a;
  display: block;
  height: 36px;
  font: bold 14px/36px 'Roboto Slab';
  color: #f3704a;
  padding: 0px 15px;
  background: #fff;
}
.wrapper .main_content .inner .inner_content .special_list .item .desc .url a:hover {
  background: #f3704a;
  text-decoration: none;
  color: #fff;
}
.wrapper .main_content .inner .inner_content .special_list .item:nth-child(1) {
  margin-top: 0px;
}
.wrapper .main_content .inner .inner_content .show_all a {
  display: block;
  height: 50px;
  background: #e87800;
  font: bold 16px/50px 'Roboto Slab';
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.wrapper .main_content .inner .inner_content .show_all a span {
  padding-left: 10px;
}
.wrapper .main_content .inner .inner_content .show_all a:hover {
  text-decoration: none;
  background: #f17418;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .imp {
  background: #f3f4f4;
  border: 1px solid #595e64;
  padding: 15px;
  margin-bottom: 15px;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .imp .item {
  float: left;
  position: relative;
  padding-left: 40px;
  font: bold 14px/20px 'Roboto Slab';
  color: #303b47;
  margin-left: 20px;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .imp .item span {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -3px;
  left: 0px;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .imp .item:nth-child(1) {
  margin-left: 0px;
  border-right: 1px solid #595e64;
  padding-right: 20px;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .imp .item:nth-child(1) span {
  background: url('../img/icon_city.png') no-repeat;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .imp .item:nth-child(2) span {
  top: -5px;
  background: url('../img/icon_kitchen2.png') no-repeat 0% 50%;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .imp .item:nth-child(3) {
  padding-left: 35px;
  margin-left: 50px;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .imp .item:nth-child(3) span {
  background: url('../img/icon_rec.png') no-repeat;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .img {
  margin-bottom: 20px;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .img .img_big {
  width: 415px;
  height: 265px;
  background: #eaeaea;
  margin-right: 15px;
  float: left;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs {
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a {
  display: block;
  width: 68px;
  height: 68px;
  float: left;
  margin-left: 9px;
  margin-top: 10px;
  background: #eaeaea;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(6n+1) {
  margin-left: 0px;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(-n+6) {
  margin-top: 0px;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .txt {
  margin-bottom: 20px;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .main_props {
  margin: 0px -20px 20px -20px;
  background: #f3f4f4;
  padding: 0px 20px;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .main_props .item {
  padding: 15px 0px;
  margin-bottom: 2px;
  font: bold 16px/25px 'Roboto Slab';
  color: #f18d18;
  border-top: 2px solid #fff;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .main_props .item span {
  font: bold 20px/25px 'Roboto Slab';
  color: #000;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .main_props .item.price {
  border-top: none;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .main_props .item.price span {
  font: bold 25px/25px 'Roboto Slab';
  color: #f18d18;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .main_props .item.address span {
  font: 16px/25px 'Roboto Slab';
  color: #000;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .order_block {
  background: #f3f4f4;
  border: 1px solid #595e64;
  padding: 15px;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .order_block .add_order {
  float: left;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .order_block .add_order a {
  display: block;
  font: bold 16px/30px 'Roboto Slab';
  color: #d8033c;
  padding-left: 50px;
  background: url('../img/icon_order.png') no-repeat 0% 50%;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .order_block .back {
  float: right;
}
.wrapper .main_content .inner .inner_content .restaurant_detail .order_block .back a {
  display: block;
  font: bold 16px/30px 'Roboto Slab';
  color: #303b47;
  padding-right: 50px;
  background: url('../img/back_arrow.png') no-repeat 100% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .all_price_hidden {
  display: none;
  background: #f5f5f5;
  margin: 0 -15px 2px;
  padding: 25px 15px 20px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .all_price_hidden table p {
  margin: 0;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img {
  margin-bottom: 20px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_main {
  width: 420px;
  height: 295px;
  margin-right: 16px;
  text-align: center;
  float: left;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_main img {
  width: 420px;
  height: 295px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 {
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a {
  display: block;
  float: left;
  width: 84px;
  height: 84px;
  margin-left: 7px;
  background: #eaeaea;
  margin-top: 7px;
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a:nth-child(5n+1) {
  margin-left: 0px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a:nth-child(-n+5) {
  margin-top: 0px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a img {
  width: 100%;
  height: 100%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_small {
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a {
  display: block;
  float: left;
  width: 58px;
  height: 58px;
  margin-left: 7px;
  background: #eaeaea;
  margin-top: 7px;
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(7n+1) {
  margin-left: 0px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(-n+7) {
  margin-top: 0px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a img {
  width: 100%;
  height: 100%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .txt {
  font: 14px/17px 'Roboto Slab';
  color: #3e4c59;
  margin-bottom: 38px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .imp {
  background: #f5f5f5;
  padding: 20px 15px;
  margin: 0 -15px 30px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .imp .rec {
  float: left;
  margin-left: 145px;
  padding-left: 40px;
  position: relative;
  color: #2f2f2f;
  font: 13px/17px 'Roboto Slab';
  height: 17px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .imp .rec:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url('../img/icon_rec.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .imp .item {
  float: left;
  margin-left: 15px;
  padding-left: 40px;
  position: relative;
  color: #2f2f2f;
  font: 13px/17px 'Roboto Slab';
  height: 17px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .imp .item:nth-child(1) {
  margin-left: 0;
  padding-right: 15px;
  border-right: 1px solid #6c7177;
}
.wrapper .main_content .inner .inner_content .hotel_detail .imp .item:nth-child(1):before {
  background: url('../img/icon_imp_1.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .imp .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  border: 1px solid #8f9ba1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}
.wrapper .main_content .inner .inner_content .hotel_detail .imp .item:nth-child(2):before {
  background: url('../img/icon_imp_3.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .rooms {
  background: #f5f5f5;
  margin: 0px -15px 40px -15px;
  padding: 25px 15px 60px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .rooms .item:nth-child(3n+1) {
  padding-left: 0;
}
.wrapper .main_content .inner .inner_content .hotel_detail .rooms .item:nth-child(-n+2) {
  padding-top: 0px;
  border-top: 0;
}
.wrapper .main_content .inner .inner_content .hotel_detail .rooms .item {
  padding-top: 40px;
  float: left;
  width: 430px;
  padding-left: 25px;
  margin-top: 35px;
  border-top: 1px solid #dbe0e0;
}
.wrapper .main_content .inner .inner_content .hotel_detail .rooms .item .name {
  font: bold 15px/18px 'Roboto Slab';
  color: #2f2f2f;
  margin-bottom: 10px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .rooms .item .img_r {
  width: 170px;
  height: 115px;
  float: left;
  margin-right: 15px;
  background: #eaeaea;
}
.wrapper .main_content .inner .inner_content .hotel_detail .rooms .item .desc_r {
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .hotel_detail .rooms .item .desc_r .price {
  font: bold 16px/27px 'Roboto Slab';
  color: #e87800;
  margin-bottom: 5px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .rooms .item .desc_r .price span {
  font: bold 27px/27px 'Roboto Slab';
}
.wrapper .main_content .inner .inner_content .hotel_detail .rooms .item .desc_r .txt_r {
  font: 12px/16px 'Roboto Slab';
  color: #2f2f2f;
}
.wrapper .main_content .inner .inner_content .hotel_detail .price_order {
  background: #f5f5f5;
  margin: 0 -15px 2px;
  padding: 25px 10px 30px;
  text-align: center;
  border-top: 1px solid #dce0e0;
}
.wrapper .main_content .inner .inner_content .hotel_detail .add_order {
  display: inline-block;
  width: 230px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .add_order a {
  display: block;
  background: #f3704a;
  border: 1px solid #f3704a;
  font: 14px/35px 'Roboto Slab';
  color: #fff;
  padding: 0 25px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .add_order a:hover {
  text-decoration: none;
}
.wrapper .main_content .inner .inner_content .hotel_detail .add_order a span {
  padding-right: 15px;
  background: url('../img/left_menu_act_4.png') no-repeat 98% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .all_prices {
  display: inline-block;
  margin-right: 15px;
  width: 275px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .all_prices a {
  display: block;
  border: 1px solid #e87800;
  background: #e87800;
  font: 14px/35px 'Roboto Slab';
  color: #fff;
  padding: 0 25px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .all_prices a:hover {
  text-decoration: none;
  background: #f17418;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services {
  margin: 0px -15px 40px -15px;
  padding: 0 15px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .item:nth-child(3n+1) {
  padding-left: 75px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .item:nth-child(3n+1) .img_s {
  left: 0;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .item:nth-child(-n+2) {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .item:nth-child(-n+2) .img_s {
  top: 0;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .item {
  padding-top: 40px;
  float: left;
  width: 430px;
  padding-left: 100px;
  margin-top: 35px;
  border-top: 1px solid #dbe0e0;
  position: relative;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .item .img_s {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #859298;
  top: 40px;
  left: 15px;
  border-radius: 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .item .name {
  font: bold 16px/18px 'Roboto Slab';
  color: #303b47;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .ic1 .img_s {
  background: url('../img/icon_hotel_1.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .ic2 .img_s {
  background: url('../img/icon_hotel_2.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .ic3 .img_s {
  background: url('../img/icon_hotel_3.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .ic4 .img_s {
  background: url('../img/icon_hotel_4.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .ic5 .img_s {
  background: url('../img/icon_hotel_5.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .services .ic6 .img_s {
  background: url('../img/icon_hotel_6.png') no-repeat 50% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .back {
  background: #f5f6f6;
  padding: 10px 0;
  margin: 0 -15px 40px;
  text-align: center;
}
.wrapper .main_content .inner .inner_content .hotel_detail .back a {
  display: inline-block;
  font: 14px/40px 'Roboto Slab';
  height: 40px;
  color: #fff;
  text-decoration: none;
  padding-right: 25px;
  padding-left: 35px;
  background: #e87800;
  width: 230px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .back a span {
  padding-right: 15px;
  background: url('../img/left_menu_act_4.png') no-repeat 98% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .back a:nth-child(1) {
  background: #f3704a;
  color: #fff;
  margin-right: 15px;
  min-width: 275px;
  width: auto;
}
.wrapper .main_content .inner .inner_content .hotel_detail .back a:nth-child(1) span {
  background: url('../img/left_menu_4.png') no-repeat 98% 50%;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form {
  background: #f5f6f6;
  padding: 20px;
  display: none;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block {
  padding: 0px 200px 0px 100px;
  margin-bottom: 20px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block .item {
  float: left;
  margin-bottom: 0px;
  width: 50%;
  padding: 0px 0px 0px 20px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block .item .name {
  width: 150px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block .item .inp {
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block .item:nth-child(1) {
  padding: 0px 20px 0px 0px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .hr {
  height: 1px;
  background: #595e64;
  margin: 20px 0px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item {
  margin-bottom: 20px;
  padding: 0px 200px 0px 100px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item .name {
  float: left;
  width: 200px;
  font: 14px/34px 'Roboto Slab';
  color: #3e4c59;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item .name span {
  color: #f18d18;
  padding-left: 2px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item .inp {
  overflow: hidden;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item .inp input[type=text] {
  width: 100%;
  padding: 0px 20px;
  border: 1px solid #a7a4a3;
  height: 34px;
  display: block;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item .inp textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #a7a4a3;
  height: 100px;
  resize: none;
  display: block;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .submit {
  padding-left: 300px;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .submit a {
  display: block;
  width: 210px;
  height: 40px;
  background: #f18d18;
  font: bold 18px/40px 'Roboto Slab';
  color: #fff;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
}
.wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .submit a:hover {
  background: #f17418;
}
.wrapper footer {
  background: #e4e7e6;
  border-top: 9px solid #f3704a;
  padding-top: 40px;
}
.wrapper footer .inner {
  width: 1240px;
  margin: 0px auto;
}
.wrapper footer .inner .title {
  font: bold 18px/20px 'Roboto Slab';
  color: #3e4c59;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wrapper footer .inner .block {
  width: 725px;
  margin: 0px auto;
}
.wrapper footer .inner .block .social {
  float: left;
  padding-top: 8px;
  margin-right: 40px;
}
.wrapper footer .inner .block .social a {
  display: block;
  float: left;
  margin-left: 15px;
}
.wrapper footer .inner .block .social a:nth-child(1) {
  margin-left: 0px;
}
.wrapper footer .inner .block .search {
  margin: 0 auto 30px;
  border: 1px solid #a4a4a4;
  width: 555px;
  position: relative;
}
.wrapper footer .inner .block .search input[type="text"] {
  display: block;
  float: left;
  width: 473px;
  height: 50px;
  padding: 0px 30px;
  border: none;
  outline: none;
}
.wrapper footer .inner .block .search input[type="submit"] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 50px;
  font: 20px/22px 'Roboto Slab';
  color: #ffffff;
  text-transform: uppercase;
  background: url(../img/arrow.png) no-repeat 50% 50% #f3704a;
  border: none;
}
.wrapper footer .copy {
  text-align: center;
  border-top: 2px solid #d2d2d8;
  padding: 20px 0px;
}
.inp_error {
  border-color: #f04848!important;
  color: #f04848!important;
}
#mass {
  color: green;
  margin-bottom: 20px;
  margin-left: 300px;
}
@media (max-width: 1279px) {
  .wrapper {
    min-width: 960px;
  }
  .wrapper header .inner {
    width: 960px;
  }
  .wrapper header .inner .txt {
    font-size: 16px;
  }
  .wrapper header .inner .phones {
    right: 265px;
    padding-right: 20px;
    background-position: 0 4px;
  }
  .wrapper header .inner .phones span {
    font: bold 18px/25px 'Roboto Slab';
  }
  .wrapper header .inner .social {
    right: 70px;
  }
  .wrapper header .inner .logo a img {
    height: 75px;
  }
  .wrapper .main_content .inner {
    width: 960px;
  }
  .wrapper .main_content .inner .left_sidebar {
    width: 230px;
    margin-right: 20px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(2) .title a span img,
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(2) .title .main span img {
    margin-left: -9px;
    margin-top: 3px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(3) .title a span img,
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(3) .title .main span img {
    margin-top: 3px;
    max-height: 52px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(4) .title a span img,
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(4) .title .main span img {
    margin-top: 7px;
    max-height: 47px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(5) .title a span img,
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(5) .title .main span img {
    margin-top: -6px;
    max-height: 59px;
    margin-left: -4px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(6) .title a span img,
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(6) .title .main span img {
    margin-left: -1px;
    max-height: 61px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title a,
  .wrapper .main_content .inner .left_sidebar .menu .item .title .main {
    padding-left: 80px;
    padding-top: 20px;
    font-size: 12px;
    height: 73px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title a span,
  .wrapper .main_content .inner .left_sidebar .menu .item .title .main span {
    width: 62px;
    height: 62px;
    margin-top: -31px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title a span img,
  .wrapper .main_content .inner .left_sidebar .menu .item .title .main span img {
    max-height: 59px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .sub_menu a {
    padding-left: 20px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .sub_menu a span {
    left: 8px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .sub_menu .active {
    padding-left: 20px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .sub_menu .active span {
    left: 8px;
  }
  .wrapper .main_content .inner .inner_content .sorting {
    padding: 15px  15px 3px 15px;
  }
  .wrapper .main_content .inner .inner_content .sorting .city {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .wrapper .main_content .inner .inner_content .sorting .city select {
    width: 540px;
  }
  .wrapper .main_content .inner .inner_content .sorting .props {
    padding: 0;
    float: none;
    margin-left: 108px;
  }
  .wrapper .main_content .inner .inner_content .sorting.rest .city select {
    width: 263px;
    margin-right: 15px;
  }
  .wrapper .main_content .inner .inner_content .sorting.rest .city select:nth-child(3) {
    margin-right: 0;
  }
  .wrapper .main_content .inner .inner_content .contacts_form .item {
    padding: 0px 100px 0px 50px;
  }
  .wrapper .main_content .inner .inner_content .contacts_form .submit {
    padding-left: 290px;
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item {
    left: 30px;
    width: 300px;
    font: 12px/16px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item .title_block {
    font: bold 11px/16px 'Roboto Slab';
    height: 90px;
    padding: 23px 20px 0 95px;
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item .title_block:before {
    top: 8px;
    height: 76px;
    width: 70px;
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item:nth-child(2) {
    right: 30px;
    left: auto;
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item:nth-child(2) .title_block {
    padding: 23px 95px 0 20px;
  }
  .wrapper .main_content .inner .inner_content .about_us .text {
    font: 13px/16px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img {
    margin-bottom: 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_main {
    margin: 0 auto 25px;
    float: none;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 {
    padding: 0 63px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a {
    width: 84px;
    height: 84px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a:nth-child(5n+1) {
    margin-left: 7px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a:nth-child(-n+5) {
    margin-top: 7px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a:nth-child(6n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a:nth-child(-n+6) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a img {
    width: 84px;
    height: 84px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small {
    padding: 0 63px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a {
    width: 55px;
    height: 55px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(7n+1) {
    margin-left: 7px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(-n+7) {
    margin-top: 7px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(9n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(-n+9) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a img {
    width: 55px;
    height: 55px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .rooms {
    background: #f5f5f5;
    margin: 0px -15px 40px -15px;
    padding: 25px 15px 60px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .rooms .item:nth-child(3n+1) {
    padding-left: 0;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .rooms .item:nth-child(-n+2) {
    padding-top: 0px;
    border-top: 0;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .rooms .item {
    float: none;
    width: 100%;
    padding-left: 0;
    border-top: 0;
    position: relative;
    padding-top: 0;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .rooms .item .name {
    position: absolute;
    left: 185px;
    top: 0;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .rooms .item .desc_r {
    padding-top: 24px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .price_order {
    padding: 25px 85px 30px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .add_order a {
    display: block;
    font: 14px/35px 'Roboto Slab';
    padding: 0 25px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .add_order a span {
    padding-right: 15px;
    background: url('../img/left_menu_act_4.png') no-repeat 98% 50%;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .all_prices a {
    display: block;
    border: 1px solid #e87800;
    background: #e87800;
    font: 14px/35px 'Roboto Slab';
    color: #fff;
    padding: 0 25px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .all_prices a:hover {
    text-decoration: none;
    background: #f17418;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services {
    margin: 0px -15px 40px -15px;
    padding: 0 15px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item:nth-child(3n+1) {
    padding-left: 65px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item:nth-child(3n+1) .img_s {
    left: 0;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item {
    width: 50%;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item .img_s {
    width: 50px;
    height: 50px;
    top: 40px;
    left: 25px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item .name {
    font: bold 15px/18px 'Roboto Slab';
    margin-bottom: 5px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item .txt_s {
    font: 12px/16px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .ic1 .img_s {
    background: url('../img/icon_hotel_1.png') no-repeat 50% 50%;
    background-size: 27px 30px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .ic2 .img_s {
    background: url('../img/icon_hotel_2.png') no-repeat 50% 50%;
    background-size: 27px 30px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .ic3 .img_s {
    background: url('../img/icon_hotel_3.png') no-repeat 50% 50%;
    background-size: 30px 27px ;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .ic4 .img_s {
    background: url('../img/icon_hotel_4.png') no-repeat 50% 50%;
    background-size: 30px 30px ;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .ic5 .img_s {
    background: url('../img/icon_hotel_5.png') no-repeat 50% 50%;
    background-size: 27px 33px  ;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .ic6 .img_s {
    background: url('../img/icon_hotel_6.png') no-repeat 50% 50%;
    background-size: 30px 27px ;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form {
    background: #f5f6f6;
    padding: 20px;
    display: none;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block {
    padding: 0px 200px 0px 100px;
    margin-bottom: 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block .item {
    float: left;
    margin-bottom: 0px;
    width: 50%;
    padding: 0px 0px 0px 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block .item .name {
    width: 150px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block .item .inp {
    overflow: hidden;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block .item:nth-child(1) {
    padding: 0px 20px 0px 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .hr {
    height: 1px;
    background: #595e64;
    margin: 20px 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item {
    margin-bottom: 20px;
    padding: 0px 200px 0px 100px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item .name {
    float: left;
    width: 200px;
    font: 14px/34px 'Roboto Slab';
    color: #3e4c59;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item .name span {
    color: #f18d18;
    padding-left: 2px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item .inp {
    overflow: hidden;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item .inp input[type=text] {
    width: 100%;
    padding: 0px 20px;
    border: 1px solid #a7a4a3;
    height: 34px;
    display: block;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item .inp textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #a7a4a3;
    height: 100px;
    resize: none;
    display: block;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .submit {
    padding-left: 300px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .submit a {
    display: block;
    width: 210px;
    height: 40px;
    background: #f18d18;
    font: bold 18px/40px 'Roboto Slab';
    color: #fff;
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .submit a:hover {
    background: #f17418;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_main {
    width: auto;
    height: 307px;
    overflow: hidden;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_main img {
    max-width: 100%;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_main .info {
    padding: 10px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_main .info .type {
    font: bold 22px/24px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a {
    width: 163px;
    height: 144px;
    overflow: hidden;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a img {
    max-width: 100%;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a:nth-child(-n+5) {
    margin-top: 9px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a:nth-child(-n+4) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a:nth-child(5n+1) {
    margin-left: 9px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a:nth-child(4n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .special_form .item {
    padding: 0px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .special_form .submit {
    padding-left: 320px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .img_big {
    float: none;
    margin: 0px auto 20px auto;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs {
    padding: 0px 10px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(6n+1) {
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(8n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(-n+6) {
    margin-top: 10px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(-n+8) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_main {
    float: none;
    margin: 0 auto 30px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small_5 a {
    width: 130px;
    height: 130px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small_5 a img {
    width: 130px;
    height: 130px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(6n+1) {
    margin-left: 7px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(-n+9) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(9n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item {
    width: 180px;
    margin-left: 35px;
    padding-left: 60px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(1):before {
    background-size: auto  28px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(2):before {
    background-size: auto  36px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(3) {
    width: 250px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(3):before {
    background-size: auto  33px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:before {
    height: 50px;
    width: 50px;
    background-size: 40px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item span {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item span.price {
    font-size: 24px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item span.price span {
    font-size: 14px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item {
    min-height: 291px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .img {
    width: 294px;
    height: 291px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .img a img {
    width: 284px;
    height: 281px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc {
    height: 291px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .txt {
    font: 12px/14px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .kitchen {
    font: bold 12px/20px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .kitchen span {
    font: bold 13px/20px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url {
    left: 0px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url a.to_detail {
    margin-right: 15px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url a {
    height: 32px;
    font: 12px/32px 'Roboto Slab';
    padding: 0px 13px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item {
    min-height: 291px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img {
    width: 294px;
    height: 291px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img a img {
    width: 284px;
    height: 198px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img .price {
    font: 15px/40px 'Roboto Slab';
    padding: 0px 10px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img .price span {
    font: bold 25px/40px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img .props {
    width: 100%;
    height: 88px;
    background: #eeeeee;
    padding: 6px 10px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img .props span {
    color: #2f2f2f;
    padding: 10px 0px 10px 40px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img .props .city {
    float: none;
    margin: 0px;
    min-height: 50%;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img .props .city:before {
    display: none;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img .props .sea {
    float: none;
    margin: 0px;
    min-height: 50%;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc {
    height: 291px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .txt {
    font: 12px/14px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .block .room .name {
    width: 275px;
    margin-right: 5px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .all {
    margin-top: 5px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .all a {
    font: 12px/14px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .url {
    left: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .url a.to_detail {
    margin-right: 15px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .url a {
    height: 32px;
    font: 12px/32px 'Roboto Slab';
    padding: 0px 13px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item {
    width: 325px;
    margin-left: 25px;
    height: 437px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .img {
    width: 315px;
    height: 155px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .img a img {
    max-width: 100%;
    height: 155px;
    width: 315px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .desc .txt {
    font: 12px/14px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .special_list .item {
    height: 285px;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img {
    height: 272px;
    width: 350px;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img .info {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img img {
    height: 272px;
    width: 350px;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .desc {
    padding: 70px 0 60px 15px;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .desc .txt {
    padding-right: 0px;
  }
  .wrapper .main_content .inner .main_sections {
    width: 960px;
    margin: 0 -60px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(1) .url a.main span img {
    height: 83px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(1) .img span img {
    height: 83px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(2) .url a.main span img {
    margin-left: -8px;
    width: auto;
    height: 90px;
    margin-top: 5px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(2) .img span img {
    margin-left: -8px;
    width: auto;
    height: 90px;
    margin-top: 5px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(3) {
    width: 280px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(3) .url a.main span img {
    height: 80px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(3) .img span img {
    height: 80px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(4) .url a.main span img {
    height: 72px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(4) .img span img {
    height: 72px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(5) .url a.main span img {
    margin-top: -19px;
    height: 102px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(5) .img span img {
    margin-top: -19px;
    height: 102px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(6) {
    width: 280px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(6) .url a.main span img {
    height: 100px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(6) .img span img {
    height: 100px;
  }
  .wrapper .main_content .inner .main_sections .item {
    width: 333px;
    margin: 45px 0px 0px 25px;
    height: 120px;
  }
  .wrapper .main_content .inner .main_sections .item .img {
    width: 120px;
    height: 120px;
    margin-right: 10px;
  }
  .wrapper .main_content .inner .main_sections .item .img span {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }
  .wrapper .main_content .inner .main_sections .item .img span img {
    width: auto;
  }
  .wrapper .main_content .inner .main_sections .item .url span {
    font-size: 14px;
  }
  .wrapper .main_content .inner .main_sections .item .url a {
    font-size: 13px;
  }
  .wrapper .main_content .inner .main_sections .item .url a.main span {
    width: 120px;
    height: 120px;
  }
  .wrapper .main_content .inner .main_sections .item .url a.main span:before {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(3) {
    width: 240px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(6) {
    width: 240px;
  }
  .wrapper .main_content .inner .main_slider {
    padding: 10px;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .title {
    width: 100px;
    font-size: 14px;
  }
  .wrapper .main_content .inner .main_slider .carousel .carousel-inner .item .photo a:nth-child(4) {
    display: none;
  }
  .wrapper .main_content .inner .main_slider .carousel .carousel-inner .item .title {
    left: 10px;
    width: 220px;
  }
  .wrapper .main_content .inner .main_slider .carousel a.left.carousel-control {
    left: 10px;
  }
  .wrapper .main_content .inner .main_slider .carousel a.right.carousel-control {
    left: 47px;
  }
  .wrapper .main_content .inner.main {
    width: 850px;
  }
  .wrapper footer .inner {
    width: 960px;
  }
  .wrapper footer .inner .block .search {
    width: 500px;
  }
  .wrapper footer .inner .block .search input[type="text"],
  .wrapper footer .inner .block .search input[type="submit"] {
    height: 66px;
  }
  .wrapper footer .copy {
    padding: 35px 0px;
  }
}
@media (max-width: 999px) {
  .wrapper {
    min-width: 768px;
  }
  .wrapper header .inner {
    width: 768px;
  }
  .wrapper header .inner .txt {
    left: 250px;
    font-size: 14px;
  }
  .wrapper header .inner .feedback a {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
  }
  .wrapper header .inner .phones {
    right: 120px;
    font-size: 14px;
  }
  .wrapper header .inner .social {
    background: url(../img/icon_soc.png) 50% 50% no-repeat;
    width: 45px;
    height: 45px;
    right: 55px;
    cursor: pointer;
  }
  .wrapper header .inner .social a {
    display: none;
  }
  .wrapper .main_content .inner {
    width: 768px;
  }
  .wrapper .main_content .inner .left_sidebar {
    float: none;
  }
  .wrapper .main_content .inner .left_sidebar .left_banner {
    display: none;
  }
  .wrapper .main_content .inner .left_sidebar .menu {
    margin-bottom: 20px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item {
    display: none;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(4) .title a span,
  .wrapper .main_content .inner .left_sidebar .menu .item:nth-child(4) .title .main span {
    background: #98dcf5;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title {
    background: #1ab1e8;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title a,
  .wrapper .main_content .inner .left_sidebar .menu .item .title .main {
    color: #fff;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title a span,
  .wrapper .main_content .inner .left_sidebar .menu .item .title .main span {
    border: 1px solid #ffffff;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu {
    padding: 5px 10px ;
    width: 768px;
    background: #f5f6f6;
    border: 3px solid #ffffff;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu a {
    float: left;
    padding: 10px 20px 10px 24px;
    margin: 0px;
    height: auto;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu a span {
    border: none;
    background: none;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu .active {
    float: left;
    padding: 10px 20px 10px 24px;
    margin: 0px;
    height: auto;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu .active span {
    top: 12px;
    border: none;
    background: none;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item.active {
    display: block;
    margin-bottom: 0px;
  }
  .wrapper .main_content .inner .inner_content .sorting .city span {
    font-size: 14px;
  }
  .wrapper .main_content .inner .inner_content .sorting .city select {
    width: 600px;
  }
  .wrapper .main_content .inner .inner_content .sorting.rest .city select {
    width: 298px;
  }
  .wrapper .main_content .inner .inner_content .special_list .item {
    height: 289px;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img {
    height: 272px;
    width: 350px;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img .info {
    padding-top: 15px;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img .info .type {
    font-size: 15px;
    line-height: 16px;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img .info .name {
    font-size: 14px;
    line-height: 16px;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .desc .txt {
    font-size: 12px;
  }
  .wrapper .main_content .inner .inner_content .contacts_form .submit {
    padding-left: 320px;
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item {
    width: 335px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 {
    padding: 0 99px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small {
    padding: 0 60px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(9n+1) {
    margin-left: 7px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(-n+9) {
    margin-top: 7px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(10n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(-n+10) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_main {
    height: 334px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a {
    width: 169px;
    height: 149px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs {
    padding: 0px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(8n+1) {
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(9n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(-n+8) {
    margin-top: 10px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(-n+9) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small_5 a {
    width: 142px;
    height: 142px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small_5 a img {
    width: 142px;
    height: 142px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small {
    padding: 0 30px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(6n+1) {
    margin-left: 7px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(9n+1) {
    margin-left: 0;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item {
    width: 205px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item {
    width: 356px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .img {
    width: 345px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .img .props {
    top: 200px;
    width: 290px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .img a img {
    width: 345px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .desc .txt {
    font: 12px/14px 'Roboto Slab';
  }
  .wrapper .main_content .inner .main_sections {
    width: 768px;
    margin: 0;
  }
  .wrapper .main_content .inner .main_sections .item {
    width: 249px;
    margin: 10px 0px 0px 10px;
    height: 249px;
    padding-left: 0;
    padding-top: 135px;
  }
  .wrapper .main_content .inner .main_sections .item .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    float: none;
  }
  .wrapper .main_content .inner .main_sections .item .img span {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }
  .wrapper .main_content .inner .main_sections .item .img span img {
    width: auto;
  }
  .wrapper .main_content .inner .main_sections .item .url {
    text-align: center;
    padding: 20px 15px 0 15px;
  }
  .wrapper .main_content .inner .main_sections .item .url a {
    display: inline;
  }
  .wrapper .main_content .inner .main_sections .item .url a.main span {
    left: 50%;
    top: -140px;
    margin-left: -60px;
  }
  .wrapper .main_content .inner .main_slider {
    padding: 10px;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .title {
    width: 180px;
    height: auto;
    padding-bottom: 20px;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .autoplay .slick-arrow.slick-prev {
    top: 118px;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .autoplay .slick-arrow.slick-next {
    top: 118px;
  }
  .wrapper .main_content .inner .main_slider .carousel .carousel-inner .item .photo a:nth-child(3) {
    display: none;
  }
  .wrapper .main_content .inner .main_slider .carousel .carousel-inner .item .title {
    left: 10px;
  }
  .wrapper .main_content .inner .main_slider .carousel a.left.carousel-control {
    left: 10px;
  }
  .wrapper .main_content .inner .main_slider .carousel a.right.carousel-control {
    left: 47px;
  }
  .wrapper .main_content .inner.main {
    width: 768px;
  }
  .wrapper footer .inner {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    min-width: 320px;
  }
  .wrapper header {
    border-bottom: 50px solid #3e4c59;
    height: 152px;
  }
  .wrapper header .inner {
    width: 320px;
    position: relative;
    height: 103px;
  }
  .wrapper header .inner .logo {
    width: 165px;
  }
  .wrapper header .inner .logo img {
    max-width: 100%;
    height: auto;
  }
  .wrapper header .inner .txt {
    bottom: 24px;
    left: 175px;
    font: bold 12px/16px 'Roboto Slab';
    width: 140px;
  }
  .wrapper header .inner .feedback {
    display: block;
    bottom: -39px;
    right: 0px;
    background: none;
    width: auto;
    height: 30px;
  }
  .wrapper header .inner .feedback a {
    display: block;
    height: 30px;
    width: 30px;
    background-size: 30px;
  }
  .wrapper header .inner .menu {
    display: block;
  }
  .wrapper header .inner .icon_phone {
    display: block;
  }
  .wrapper header .inner .phones {
    display: none;
  }
  .wrapper header .inner .social {
    bottom: -39px;
    right: 50px;
    background: none;
    width: auto;
    height: 30px;
  }
  .wrapper header .inner .social a {
    display: block;
    height: 30px;
    width: 30px;
  }
  .wrapper header .inner .social a:nth-child(1),
  .wrapper header .inner .social a:nth-child(2),
  .wrapper header .inner .social a:nth-child(3) {
    background-size: 30px;
  }
  .wrapper .main_content {
    padding-top: 0;
  }
  .wrapper .main_content .spec {
    width: 100%;
    background: #f3704a;
    height: 58px;
    overflow: inherit;
  }
  .wrapper .main_content .spec a {
    bottom: auto;
    top: 0px;
    padding-top: 10px;
    left: 50%;
    height: 100%;
    margin-left: -115px;
    background: none;
    border: 0;
  }
  .wrapper .main_content .spec a:before {
    content: "";
    background: url(../img/spec_in.png) no-repeat 50% 50% #f3704a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 33px;
    position: absolute;
    left: 50%;
    top: 33px;
    margin-left: -29px;
  }
  .wrapper .main_content .inner {
    width: 320px;
  }
  .wrapper .main_content .inner .left_sidebar {
    width: 100%;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item {
    width: 100%;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu {
    padding: 10px;
    width: 100%;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu a {
    float: none;
    padding: 10px 20px 10px 24px;
    margin: 0px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu .active {
    float: none;
    padding: 10px 20px 10px 24px;
    margin: 0px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item .title .sub_menu .active span {
    top: 12px;
  }
  .wrapper .main_content .inner .left_sidebar .menu .item.active {
    display: block;
    margin-bottom: 0px;
  }
  .wrapper .main_content .inner .inner_content {
    font: 13px/17px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content img {
    max-width: 100%;
  }
  .wrapper .main_content .inner .inner_content h1 {
    font: bold 18px/20px 'Roboto Slab';
    margin: 0px 0px 20px 0px;
    text-align: center;
    float: none;
  }
  .wrapper .main_content .inner .inner_content .share {
    float: none;
    margin: 0px 0px 20px 0px;
  }
  .wrapper .main_content .inner .inner_content .sorting {
    margin: 0px -15px 15px -15px;
    padding-bottom: 20px;
  }
  .wrapper .main_content .inner .inner_content .sorting .city span {
    float: none;
    margin-bottom: 5px;
  }
  .wrapper .main_content .inner .inner_content .sorting .city select {
    float: none;
    width: 100%;
    height: 44px;
  }
  .wrapper .main_content .inner .inner_content .sorting .props {
    margin-left: 0;
  }
  .wrapper .main_content .inner .inner_content .sorting .props .item {
    float: none;
    margin: 5px 0px 0px 0px;
  }
  .wrapper .main_content .inner .inner_content .sorting .props .item a {
    padding-left: 30px;
  }
  .wrapper .main_content .inner .inner_content .sorting .props .item:nth-child(1) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .sorting.rest .city select {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .wrapper .main_content .inner .inner_content .contacts_form .item {
    padding: 0px;
  }
  .wrapper .main_content .inner .inner_content .contacts_form .item .name {
    float: none;
  }
  .wrapper .main_content .inner .inner_content .contacts_form .submit {
    padding-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .contacts_form .submit a {
    width: 100%;
  }
  .wrapper .main_content .inner .inner_content .about_us .title {
    height: 255px;
    background-size: auto 100%;
    padding: 34px;
  }
  .wrapper .main_content .inner .inner_content .about_us .title h1 {
    font: bold italic 16px/20px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .about_us .block {
    padding: 25px 10px 50px;
    height: auto;
    margin-bottom: 10px;
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item {
    width: 100%;
    margin-top: 25px;
    position: static;
    min-height: auto;
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item:nth-child(2) .title_block {
    border-radius: 0;
    padding: 23px 15px 0 90px;
    text-align: left;
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item:nth-child(2) .title_block:before {
    top: 15px;
    left: 10px;
    right: auto;
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item .title_block {
    border-radius: 0;
    padding: 23px 15px 0 90px;
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item .title_block:before {
    top: 15px;
    left: 10px;
    right: auto;
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
  .wrapper .main_content .inner .inner_content .about_us .block .item:nth-child(1) {
    margin-top: 0;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .imp {
    padding: 15px 20px 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .imp .item {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .imp .item:nth-child(1) {
    margin-top: 0;
    border-right: 0;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .imp .rec {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_main {
    float: none;
    margin: 0 auto 15px;
    width: 280px;
    height: 200px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_main img {
    max-height: 100%;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 {
    padding: 0 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a {
    width: 55px;
    height: 55px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a:nth-child(-n+10) {
    margin-top: 10px;
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a:nth-child(10n+1) {
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a:nth-child(-n+4) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small_5 a:nth-child(4n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small {
    padding: 0 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a {
    width: 55px;
    height: 55px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(-n+10) {
    margin-top: 10px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(10n+1) {
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(-n+4) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .img .img_small a:nth-child(4n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .order_block .add_order {
    float: none;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .order_block .back {
    float: none;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .price_order {
    padding: 30px 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .add_order {
    float: none;
    width: 100%;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .add_order a {
    padding: 0 40px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .all_prices {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .all_prices a {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .rooms {
    padding: 25px 15px 30px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .rooms .item:nth-child(1) {
    margin-top: 0;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .rooms .item .name {
    text-align: center;
    width: 100%;
    left: 0;
    top: 130px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .rooms .item .img_r {
    float: none;
    width: auto;
    margin: 0px 0px 20px 0px;
    background: none;
    text-align: center;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .rooms .item .desc_r {
    padding-top: 36px;
    text-align: center;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .back {
    padding: 20px;
    margin-bottom: 15px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .back a {
    margin: 0;
    width: 100%;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .back a:nth-child(1) {
    margin-bottom: 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item {
    border-top: 1px solid #dbe0e0;
    float: none;
    width: 100%;
    min-height: 72px;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 65px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item:nth-child(1) {
    min-height: 50px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item:nth-child(2) .img_s {
    top: 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item:nth-child(2) {
    border-top: 1px solid #dbe0e0;
    margin-top: 10px;
    padding-top: 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item .img_s {
    left: 0;
    top: 20px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .services .item .name {
    font: bold 14px/16px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .order_block .add_order {
    float: none;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .order_block .back {
    float: none;
    margin-top: 10px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block {
    margin: 0px;
    padding: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block .item:nth-child(1) {
    padding: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block .item {
    width: 100%;
    float: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .block .item .name {
    float: none;
    width: auto;
    margin: 0px 0px 5px 0px;
    font: 14px/18px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item {
    padding: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .item .name {
    float: none;
    width: auto;
    margin: 0px 0px 5px 0px;
    font: 14px/18px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .submit {
    padding-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_detail .hotel_form .submit a {
    width: 100%;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .imp .item {
    float: none;
    margin: 0px;
    margin-top: 15px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .imp .item:nth-child(1) {
    margin-top: 0px;
    border-right: 0px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .img_big {
    width: 290px;
    height: auto;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a {
    width: 65px;
    height: 65px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(9n+1) {
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(4n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(-n+9) {
    margin-top: 10px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .img .imgs a:nth-child(-n+4) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .order_block .add_order {
    float: none;
  }
  .wrapper .main_content .inner .inner_content .restaurant_detail .order_block .back {
    float: none;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_main {
    height: auto;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_main .info {
    text-align: center;
    position: relative;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a {
    width: 140px;
    height: 124px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a:nth-child(-n+4) {
    margin-top: 9px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a:nth-child(-n+2) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a:nth-child(4n+1) {
    margin-left: 9px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .img .img_small a:nth-child(2n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .order_block .add_order {
    float: none;
  }
  .wrapper .main_content .inner .inner_content .special_detail .order_block .back {
    float: none;
    margin-top: 10px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .special_form .item .name {
    float: none;
    width: auto;
  }
  .wrapper .main_content .inner .inner_content .special_detail .special_form .submit {
    padding-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .special_detail .special_form .submit a {
    width: 100%;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .imp {
    padding: 15px 20px 20px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .imp .item {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .imp .item:nth-child(1) {
    margin-top: 0;
    border-right: 0;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .imp .rec {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_main {
    float: none;
    margin: 0 auto 15px;
    width: 280px;
    height: 200px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_main img {
    max-height: 100%;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small_5 a {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small {
    padding: 0 20px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small a {
    width: 55px;
    height: 55px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(-n+9) {
    margin-top: 10px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(6n+1) {
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(9n+1) {
    margin-left: 10px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(-n+4) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .img .img_small a:nth-child(4n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item {
    width: 100%;
    margin-left: 0;
    padding-left: 70px;
    float: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid  #dbe0e0;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(1) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(1):before {
    background-size: auto  28px;
    top: 0;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(1) span {
    float: left;
    padding-top: 15px;
    margin-right: 10px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(1) span.price {
    padding-top: 2px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(1) span.price span {
    float: none;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(2):before {
    background-size: auto  36px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(3) {
    width: 250px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:nth-child(3):before {
    background-size: auto  33px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item:before {
    height: 50px;
    width: 50px;
    background-size: 40px;
    top: 20px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item span {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item span.price {
    font-size: 24px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .info .item span.price span {
    font-size: 14px;
  }
  .wrapper .main_content .inner .inner_content .tour_detail .back {
    padding: 10px 45px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item {
    padding-top: 30px;
    height: auto;
    padding-bottom: 90px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img {
    float: none;
    margin: 0px;
    width: 284px;
    height: 289px;
    margin-bottom: 10px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img a img {
    width: 274px;
    height: 191px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img .like {
    width: 40px;
    height: 40px;
    right: 9px;
    top: 8px;
    background-size: 40px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .img .price {
    padding: 5px 10px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc {
    position: static;
    height: auto;
    padding-bottom: 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .name {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .name a {
    font-size: 14px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .txt {
    padding-bottom: 15px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .block .room .name {
    position: static;
    width: 190px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .block .all {
    background: #f5f6f6;
    height: 48px;
    float: none;
    text-align: center;
    line-height: 48px;
    margin: 0;
    padding-right: 0;
    margin-top: 25px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .rooms .block .all a {
    background: url('../img/icon_all.png') no-repeat 100% 60%;
    padding-right: 15px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .url {
    width: 100%;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .url a {
    float: none;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .url a.to_detail {
    float: none;
    margin: 0px 0px 10px 0px;
  }
  .wrapper .main_content .inner .inner_content .hotel_list .item .desc .url a.to_reviews {
    float: none;
    margin: 0px 0px 0px 0px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item {
    padding-top: 30px;
    height: auto;
    padding-bottom: 74px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .img {
    float: none;
    margin: 0px;
    width: 284px;
    height: 289px;
    margin-bottom: 10px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .img a img {
    width: 274px;
    height: 279px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .img .like {
    width: 40px;
    height: 40px;
    right: 9px;
    top: 8px;
    background-size: 40px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .img .price {
    padding: 5px 10px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc {
    position: static;
    height: auto;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .name {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .name a {
    font-size: 14px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .txt {
    padding-top: 15px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .rooms .block .room .name {
    position: static;
    width: 190px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .rooms .block .all {
    background: #f5f6f6;
    height: 48px;
    float: none;
    text-align: center;
    line-height: 48px;
    margin: 0;
    padding-right: 0;
    margin-top: 25px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .rooms .block .all a {
    background: url('../img/icon_all.png') no-repeat 100% 60%;
    padding-right: 15px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url {
    width: 100%;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url a {
    float: none;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url a.to_detail {
    float: none;
    margin: 0px 0px 10px 0px;
  }
  .wrapper .main_content .inner .inner_content .restaurant_list .item .desc .url a.to_reviews {
    float: none;
    margin: 0px 0px 0px 0px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item {
    width: 290px;
    float: none;
    margin-left: 0;
    margin-top: 15px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item:nth-child(1) {
    margin-top: 0;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item:nth-child(2) {
    margin-top: 15px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .img {
    width: 280px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .img .props {
    top: 200px;
    width: 290px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .img a img {
    width: 280px;
    height: 150px;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .desc {
    padding: 15px 5px 0;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .desc .txt {
    margin-bottom: 15px;
    text-align: center;
  }
  .wrapper .main_content .inner .inner_content .tour_list .item .desc .url a {
    width: 100%;
  }
  .wrapper .main_content .inner .inner_content .special_list .item {
    height: auto;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img {
    height: 285px;
    width: 272px;
    overflow: hidden;
    text-align: center;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img img {
    max-width: 1000px;
    width: 272px;
    height: 218px;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img .info {
    padding: 14px;
    height: 68px;
    z-index: 20;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img .info .type {
    font: bold 16px/20px 'Roboto Slab';
    margin-bottom: 0;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .img .info .name {
    font: bold 14px/20px 'Roboto Slab';
  }
  .wrapper .main_content .inner .inner_content .special_list .item .desc {
    padding-bottom: 10px;
    padding-top: 20px;
    height: auto;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .desc .price {
    left: 0;
    top: -126px;
    z-index: 10;
    height: 60px;
    background: #e6063c;
    border-radius: 0 15px 0 0;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .desc .url {
    position: static;
    margin-top: 10px;
    text-align: center;
  }
  .wrapper .main_content .inner .inner_content .special_list .item .desc .url a {
    width: 225px;
    margin: 0 auto;
  }
  .wrapper .main_content .inner .inner_content .reviews .item .name {
    font: bold 15px/17px 'Roboto Slab';
  }
  .wrapper .main_content .inner .spec {
    width: 100%;
    background: #fff;
    height: 58px;
    overflow: inherit;
  }
  .wrapper .main_content .inner .spec a {
    bottom: auto;
    top: 0px;
    padding-top: 10px;
    left: 50%;
    height: 100%;
    margin-left: -115px;
    background: none;
  }
  .wrapper .main_content .inner .spec a:before {
    content: "";
    background: url(../img/spec.png) no-repeat 50% 50% #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 33px;
    position: absolute;
    left: 50%;
    top: 33px;
    margin-left: -29px;
  }
  .wrapper .main_content .inner .main_sections {
    width: 320px ;
    margin: 0px 0 110px;
    padding: 0;
    height: 486px;
  }
  .wrapper .main_content .inner .main_sections .item {
    width: 160px !important;
    margin: 0px;
    height: 162px !important;
    padding-top: 120px;
  }
  .wrapper .main_content .inner .main_sections .item:hover .img {
    background: none;
  }
  .wrapper .main_content .inner .main_sections .item:hover .url a.main span {
    background: none;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(1) {
    background: #c3afcf;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(2) {
    background: #62e6ff;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(2) .url a.main span img {
    margin-top: 10px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(2) .img span img {
    margin-top: 10px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(3) {
    background: #ffbb32;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(4) {
    background: #1ab1e8;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(5) {
    background: #fa9126;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(5) .url a.main span img {
    margin-top: 0;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(5) .img span img {
    margin-top: 0;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(6) {
    background: #6bc2a3;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(6) .url a.main span:before {
    background: none;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(6) .url a.main span img {
    margin-top: 7px;
  }
  .wrapper .main_content .inner .main_sections .item:nth-child(6) .img span img {
    margin-top: 7px;
  }
  .wrapper .main_content .inner .main_sections .item .img {
    background: none;
    border: 0;
    opacity: 1;
  }
  .wrapper .main_content .inner .main_sections .item .url {
    padding: 5px 0 0;
  }
  .wrapper .main_content .inner .main_sections .item .url a {
    display: none;
  }
  .wrapper .main_content .inner .main_sections .item .url a.main {
    display: block;
    color: #fff;
    padding: 0;
    font: bold 13px/16px 'Roboto Slab';
  }
  .wrapper .main_content .inner .main_sections .item .url a.main span {
    display: block;
    background: none;
    border: 0;
    opacity: 1;
    top: -120px;
  }
  .wrapper .main_content .inner .main_sections .item .url span {
    display: none;
  }
  .wrapper .main_content .inner .main_sections .item a {
    padding: 115px 10px 10px 10px;
    font: bold 12px/15px 'Roboto Slab';
  }
  .wrapper .main_content .inner .main_sections .item a span {
    top: 5px;
  }
  .wrapper .main_content .inner .main_slider {
    padding: 10px;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .title {
    position: absolute;
    top: -90px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 20px;
    left: 0;
    background: none;
    font-size: 16px;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo {
    margin: 0px;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo a {
    float: none;
    text-align: center;
    background: none;
    outline: none;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo a .name {
    left: 0px;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo a span {
    width: 100%;
    bottom: 0;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .autoplay .photo a img {
    display: inline-block;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .autoplay .slick-arrow.slick-prev {
    top: -40px;
    left: 110px;
    right: auto;
    background: url(../img/arleft.png) 50% 50% no-repeat #ffffff;
  }
  .wrapper .main_content .inner .main_slider .main_slider_in .autoplay .slick-arrow.slick-next {
    top: -40px;
    right: 110px;
    left: auto;
    background: url(../img/arright.png) 50% 50% no-repeat #ffffff;
  }
  .wrapper .main_content .inner .main_slider .carousel .carousel-inner .item .photo a:nth-child(2) {
    display: none;
  }
  .wrapper .main_content .inner .main_slider .carousel .carousel-inner .item .title {
    left: 10px;
  }
  .wrapper .main_content .inner .main_slider .carousel a.left.carousel-control {
    left: 10px;
  }
  .wrapper .main_content .inner .main_slider .carousel a.right.carousel-control {
    left: 47px;
  }
  .wrapper .main_content .inner.main {
    width: 320px;
  }
  .wrapper footer .inner {
    width: 320px;
  }
  .wrapper footer .inner .block {
    width: 320px;
  }
  .wrapper footer .inner .block .search {
    width: 320px;
    position: relative;
    height: 50px;
  }
  .wrapper footer .inner .block .search form {
    margin: 0px;
    padding: 0px;
  }
  .wrapper footer .inner .block .search input[type=text] {
    width: 100%;
    margin: 0px;
    padding-right: 60px;
    display: block;
    float: none;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 48px;
  }
  .wrapper footer .inner .block .search input[type=submit] {
    display: block;
    font-size: 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
