.wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 25px;
  max-width: 1170px;
  overflow: hidden;
}

+ pseudo {
  position: relative;
}
+ pseudo:before, + pseudo:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url("/css/Roboto-Bold.eot#iefix") format("efmbedded-opentype"), url("/css/Roboto-Bold.woff") format("woff"), url("/css/Roboto-Bold.ttf") format("truetype"), url("/css/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans';
  src: url("/font/PTSans/PTSans-Regular.eot#iefix") format("embedded-opentype"), url("/font/PTSans/PTSans-Regular.woff") format("woff"), url("/font/PTSans/PTSans-Regular.ttf") format("truetype"), url("/font/PTSans/PTSans-Regular.svg#PTSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans';
  src: url("/font/PTSans/PTSans-Bold.eot#iefix") format("embedded-opentype"), url("/font/PTSans/PTSans-Bold.woff") format("woff"), url("/font/PTSans/PTSans-Bolds.ttf") format("truetype"), url("/font/PTSans/PTSans-Bold.svg#PTSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Tinos';
  src: url("/font/Tinos/Tinos.eot#iefix") format("embedded-opentype"), url("/font/Tinos/Tinos.woff") format("woff"), url("/font/Tinos/Tinos.ttf") format("truetype"), url("/font/Tinos/Tinos.svg#Tinos") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'PTSans',sans-serif;
}
.header  .container.of {
    overflow: inherit;
}
.header:not(.home-page) .header__top {
  height: 76px;
}
.header:not(.home-page) .logo {
  text-align: center;
}

.header:not(.home-page) .logo img {
  max-width: 66%;
  display: inline-block;
}
.header:not(.home-page) .header__top .btn {
    top: 85px;
}
.header__top {
    height: 100px;
    position: relative;
    font-size: 15px;
    color: #7d7066;
}

.header__top .addr {
    font-size: 15px;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.header__top .mail {
    position: absolute;
    left: 15px;
    font-size: 15px;
    bottom: 2px;
}
.header__top .mail:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -14px;
  width: 11px;
  height: 9px;
  background: url(/img/icon-mail.png) no-repeat;
}
.header__top .phone {
    position: absolute;
    right: 0;
    bottom: 2px;
}
.header__top .phone .min {
    font-size: 15px;
}
.header__top .phone:before {
  content: '';
  position: absolute;
  height: 11px;
  width: 9px;
  top: 10px;
  left: -10px;
  background: url(/img/icon-phone.png) no-repeat;
}
.header__top .phone .big {
  font-size: 20px;
}
.header__top .logo {
    position: absolute;
    left: 50%;
    margin-left: -147px;
    bottom: 8px;
}


.btn {
  border: none;
  box-shadow: none;
  outline: none;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #e9530f;
  padding: 11px 25px;
  transition: background .22s;
}
.header .form-wrap .container {
    overflow: initial;
}

.btn:hover {
    background: #fa5205;
}
.header__top .btn {
    position: absolute;
    right: 0;
    top: 111px;
}
.header__nav {
    padding-top: 8px;
    background: #7e7067;
    color: #fff;
    margin-bottom: -20px;
}
.header__nav .menu-nav li.line:nth-of-type(1) {
  display: none;
}

/*
.header__nav li {
    height: 22px;
}
*/
.header__nav .navbar-toggle {
    display: none;
}
.header__nav .menu-nav {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    text-align: justify;
    text-justify: newspaper;
    zoom: 1;
    text-align-last: justify;
    padding: 12px 0;
    padding-right: 230px;
    
 max-height: 72px;

}

.header__nav .menu-nav li {
    display: inline-block;
    vertical-align: middle;
}
.header__nav .sub-menu li {
    height: auto;
    display: block;
}
.header__nav .menu-nav li.line {
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #b9b2ad;
    margin-top: -5px;
    position: relative;
}
.header__nav .menu-nav:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}   
.header__nav .menu-item {
  display: inline-block;
  position: relative;
  transition: box-shadow .22s;
  position: relative;
  z-index: 30;
  margin-top: 2px;
}
.header__nav .menu-item a.menu-n-item  {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  z-index: 30;
  display: inline-block;
  margin-top: -10px;
  line-height: 1.33em;
  padding: 5px 12px;
}
.header__nav .menu-item a.menu-n-item:hover,
#menu-n-item-sub-js.hover,
.menu-item.active a.menu-n-item {
    background: #e9530f;
}
.header__nav .sub-menu {
    position: absolute;
      top: 26px;
    padding: 15px;
    padding-top: 19px;
    z-index: -10;
    display: none;
    display: inline-block;
    background: #fff;
    width: auto;
    border-bottom: 5px solid #e8530f;
    display: none;
    left: 50%;
    margin-left: -100px;
    padding-right: 30px;
}
.header__nav .sub-menu:hover {
    display: inline-block;
}
.header__nav .sub-menu-item {
    display: inline-block;
    width: 170px;
    padding: 8px 5px;
    transition: .2s;
    vertical-align: middle;
    text-align: left;
    text-align-last: start;
}
.header__nav .sub-menu-item:hover > a {
    color: #e8530f;
}
.header__nav .sub-menu-item a {
    text-decoration: none;
    color: #000;
    margin-right: -12px;
}
@media screen and (min-width: 768px) {
    .header__nav .menu-item:hover a + .sub-menu {
        display: inline-block;
    }
    .menu-n-item-sub-js .sub-menu {
        display: none!important;
    }
    .menu-n-item-sub-js:hover .sub-menu {
        display: block!important;
    }
    
}



.sl-1 {
    position: relative;
    min-width: 100%;
    height: auto;
    
}
.sl-1 .sl-slide {
    min-height: 600px;
    background-size: cover;
    background-position: 100% 50%;
}

.sl-2 {
    min-height: 415px;
    padding: 0 50px;
}


.sl-1 button.slick-arrow,
.sl-2 button.slick-arrow,
.sl-rooms button.slick-arrow {
    position: absolute;
    top: 38%;
    margin-top: -25px;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
}
.sl-rooms button.slick-arrow {
    top: 52%;
}
.sl-1 .slick-next,
.sl-2 .slick-next,
.sl-rooms .slick-next  {
    z-index: 10;
    position: relative;
    font-size: 0;
    right: 20px;
}

.sl-1 .slick-prev,
.sl-2 .slick-prev,
.sl-rooms .slick-prev {
    left: 20px;
}

.sl-2 .slick-next {
    z-index: 10;
    position: relative;
    font-size: 0;
}

.sl-1 .slick-next,
.sl-1 .slick-prev,
.sl-2 .slick-next, 
.sl-2 .slick-prev,
.sl-rooms .slick-next, 
.sl-rooms .slick-prev,
.inner-gallery .slick-arrow  {
    content: '';
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 3px;
    background: url(/img/sl-arrow.png) no-repeat center center rgba(255, 255, 255, 0.65);
    z-index: 10;
}
.sl-1 .slick-next,
.sl-2 .slick-next,
.sl-rooms .slick-next,
.inner-gallery .slick-arrow.slick-next {
  background: url(/img/sl-arrow-next.png) no-repeat center center rgba(255, 255, 255, 0.65);
}
.sl-rooms .slick-next, 
.sl-rooms .slick-prev,
.inner-gallery .slick-arrow {
    width: 36px;
    height: 36px;
}
.inner-gallery .slick-arrow  {
    opacity: 0.8;
}
.sl-1 .slick-prev,
.sl-2 .slick-prev,
.inner-gallery .slick-arrow {
    box-shadow: -3px 3px 18px 1px #c4c4c4; 
}

.sl-1 .slick-next, 
.sl-2 .slick-next {
    box-shadow: -3px -3px 18px 1px #c4c4c4; 
}


.sl-1 .slick-next,
.sl-2 .slick-next,
.sl-rooms .slick-next {
    right: 0px;
    opacity: .8;
}
.sl-1 .slick-prev,
.sl-2 .slick-prev,
.sl-rooms .slick-prev {
    left: 0px;
    opacity: .8;
}

.sl-wrap {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    max-height: 778px;
}
.sl-wrap .slider-nav {
    position: absolute;
    bottom: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sl-wrap .slider-nav li {
    display: inline-block;
    padding: 6px;
    border-radius: 50%;
    outline: none;
    font-size: 0;
    background: #fff;
    transition: .5s;
    margin: 0 8px ;
}
.sl-wrap .slider-nav li.slick-active,
.sl-wrap .slider-nav li:hover {
    background: #e8530f;
    cursor: pointer;
}
.sl-wrap .slider-nav li button {
    display: none;
}
.form-wrap .container {
    position: relative;
    
}
.form-wrap form {
    display: inline-block;
    position: absolute;
    z-index: 29;
    top: 90px;
    right: 70px;
    /* width: 300px; */
    width: 275px;
   /*  height: 400px; */
    height: 250px;
    background: #fff;
    padding: 23px;
    padding-top: 0;
    border-bottom: 5px solid #e8530f;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5);
}
.form-wrap-popup {
   position: relative;
    max-width: 265px;
    width: 100%;
    margin: 0 auto;
}
.form-wrap-popup .mfp-close {
    position: absolute;
    top: -50px;
    right: -50px;
    display: inline-block;
    color: #fff;
}

.form-wrap-popup form {
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 23px;
    padding-top: 0;
    border-bottom: 5px solid #e8530f;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5);
}

.form-wrap form:before,
.form-wrap-popup form:before {
    content: '';
    position: absolute;
    z-index: -10;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -17px;
    border: 1px solid #e8530f;
}
/* .form-wrap form:after,
.form-wrap-popup form:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 324px;
    bottom: -18px;
    left: -12px;
    background: #e8530f;
} */
.form-wrap form .title,
.form-wrap-popup form .title {
    background: #f1ece3;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 15px;
    margin: 0 -23px;
    margin-bottom: 25px;
}
.form-wrap form input,
.form-wrap-popup form input {
    border-radius: 0;
    border-color: #b6b6b6;
    padding: 7px;
    padding-left: 30px;
    margin-bottom: 16px;
    position: relative;
    height: 36px;
}
.form-wrap form input[disabled],
.form-wrap-popup form input[disabled] {
  background: #f1ece3;
  cursor: not-allowed;
}
.form-wrap form input:focus,
.form-wrap-popup form input:focus {
    box-shadow: none;
    border: 1px solid #b6b6b6;
}
.form-wrap form .at:before,
.form-wrap form .for:before,
.form-wrap-popup form .at:before,
.form-wrap-popup form .for:before {
    content: '';
    position: absolute;
    background: url(/img/1.png) no-repeat center center;
    width: 13px;
    height: 13px;
    top: 13px;
    left: 8px;
    z-index: 10;
}
.form-wrap form label,
.form-wrap-popup form label {
    position: relative;
}
.form-wrap form label[for="grown"]:before,
.form-wrap-popup form label[for="grown"]:before {
    content: '';
    position: absolute;
    background: url(/img/2.png) no-repeat center center;
    width: 14px;
    height: 14px;
    top: 11px;
    left: 8px;
    z-index: 10;
}
.form-wrap form label[for="child"]:before,
.form-wrap-popup form label[for="child"]:before {
    content: '';
    position: absolute;
    background: url(/img/3.png) no-repeat center center;
    width: 14px;
    height: 14px;
    top: 11px;
    left: 8px;
    z-index: 10;
}
.form-wrap form .btn,
.form-wrap-popup form .btn {
    width: 100%;
}
.main__desc {
    padding-top: 100px;
    padding-bottom: 80px;
    background: #f9f9f9;
    margin-top: -5px;
}

.main__desc .decor-border:before {
    z-index: 5;
    top: 15px;
    left: 15px;
    bottom: -15px;
    right: -15px;
}

.tac {
    text-align: center;
}
.main__title {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Tinos', serif;
    position: relative;
    margin-bottom: 70px;
    padding: 0 15px;
    display: inline-block;
}
.main__title .decor {
    position: relative;
    font-size: 0;
    display: inline-block;
    width: 100%;
}
.main__title .decor:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 295px;
    height: 59px;
    background: url(/img/section-decor.png) no-repeat;
    left: 50%;
    margin-left: -148px;
    bottom: -35px;  
}

.main__title:before,
.main__title:after  {
   content: '';
    position: absolute;
    width: 88px;
    height: 4px;
    top: 22px;
    background: url(/img/title-decor.png);
}
.main__title:before {
    left: -95px;
}
.main__title:after {
    right: -95px;
}
.main__desc p {
    margin-bottom: 22px;
    line-height: normal;
    font-size: 18px;
}
.main__desc img.border {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    z-index: 10;
    box-shadow: 2px 2px 10px 0px rgba(11, 52, 94, 0.22);
}
.main__desc img.border:before {
    content: '';
    position: absolute;
    width: 435px;
    height: 368px;
    top: 20px;
    left: 20px;
    background: url(/img/border-img.png);
    z-index: 10;
/*
    background: #e9530f;
    border: 1px solid #e9530f;
*/
}

.main__benefit {
    padding-top: 100px;
    padding-bottom: 40px;
    background: url(/img/benefit-petern.png);
    margin-bottom: 3px;
     box-shadow: 0 1px 0 0 #eae6e4,
            0 2px 0 0 #cbbeb4,
            0 3px 0 0 #f2e8e8 ;
}
.main__benefit .benefit-list {
    list-style-type: none;
    margin: 20px -15px 48px;
    font-size: 0;
}
.main__benefit .benefit-list li {
    float: none; 
    display: inline-block;  
    vertical-align: top;
    position: relative;
    padding: 15px;
    padding-left: 98px;
    margin-bottom: 48px;
    margin-left: 16px;
    margin-right: -16px;
}
.main__benefit .benefit-list li span {
    display: inline-block;
    width: 72px;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 6px 3px 25px 0px rgba(134, 140, 146, 0.22);
}
.main__benefit .benefit-list .title {
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Tinos', serif;
    margin-bottom: 20px;
    position: relative;
    border-left: 1px solid #60605f;
    padding-left: 15px;
    margin-left: -15px;
}
.main__benefit .benefit-list .title:before {

}
.main__benefit .benefit-list .desc {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    margin-left: -15px;
    border-left: 1px solid #60605f;
}
.main__benefit .benefit-list .desc:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 0px;
    left: -3px;
    background: #60605f;
}
.main__benefit .benefit-list a {
    color: #e9530f;
    cursor: pointer;
}

.main__sentence {
    background: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 60px;
}
.main__sentence .sl2-slide-content {
    max-width: 300px;
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: 2px 2px 10px 0px rgba(11, 52, 94, 0.22);
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    margin-bottom: 60px;
}
.main__sentence .sl2-slide .img {
    max-width: 720px;
    width: 100%;
    height: 167px;
    -webkit-background-size: cover;
    background-size: cover;
}
.main__sentence .sl2-slide .desc {
    padding: 15px;
    padding-left: 40px;
    font-size: 20px;
    width: 100%;
    color: #fff;
    text-align: left;
    background: #77695f;
    border-bottom: 5px solid #e9530f;
}
.main__sentence .sl2-slide .desc .content {
    border-left: 1px solid #fff;
    padding-left: 13px;
    margin-left: -15px;    
}
.main__sentence .sl2-slide .desc .border {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: -10px; 
}
.main__sentence .btn-wrap {
    display: block;

}

.main__sentence .btn-wrap a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 11px 20px;
    margin-top: 25px;
    border: 1px solid #fff;
    border-radius: 1px;
    transition: .2s;
}
.main__sentence .btn-wrap a:hover {
    cursor: pointer;
    background: #e9530f;
    border-color: #e9530f;
}


.main__reviews {
    padding-top: 100px;
    padding-bottom: 80px;
}
.main__reviews .review-list {
    font-size: 0;
    list-style-type: none;
}
.main__reviews .review-list li {
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    padding: 0 25px;
    margin: 50px 0 30px;
}

.main__reviews .review-list span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    height: 130px;
}
.main__reviews .review-list li:nth-of-type(2) img {
    margin-top: -32px
}
.main__reviews .review-list li:nth-of-type(3) img {
    margin-top: -14px
}
.main__reviews .desc {
    font-size: 15px;
    color: #363636;
    line-height: 1.43em;
    padding: 25px;
    padding-top: 55px;
    background: #f6f4f4;
    position: relative;
    box-shadow: -3px 2px 12px 0px rgba(11, 52, 94, 0.22);
    border-bottom: 5px solid #e75310;
}
.main__reviews .desc:before {
    content: '';
    position: absolute;
    height: 27px;
    width: 36px;
    background: url(/img/icon-mesadge.png) no-repeat;
    top: 22px;
    left: 50%;
    margin-left: -18px;
}
.main__reviews .desc:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -40px; 
    border: 20px solid transparent; 
    border-bottom: 20px solid #f6f4f4; 
}
.main__reviews .desc i {
  display: block;
  text-align: right;
}
.main__contacts {
    background: #f9f9f9;
    padding-bottom: 60px;
}
.main__contacts .main__contacts_bg {
    background: url(/img/contacts/h-promo.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
}
.main__bg {
     height: 450px;   
}
.main__contacts .main__title {
    margin-bottom: 100px;
}
.main__contacts .logo {
    margin-top: 40px;
    height: 190px;
    max-width: 450px;
    width: 100%;
    background: no-repeat center center #fff;
    display: inline-block;
    border-bottom: 4px solid #e75310;
    box-shadow: -6px 8px 14px 0px rgba(0, 0, 0, 0.2);
}
.main__contacts .logo-wrap {
    max-width: 500px;
    width: 100%;
    display: inline-block;
}
.main__contacts .addr {
    position: relative;
    margin: 40px 0 70px;
    padding-left: 30px;
}
.main__contacts .addr:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 7px;
    height: 22px;
    width: 16px;
    background: url(/img/contacts/map.png) no-repeat center center;
}
.main__contacts .inner__section {
    margin-bottom: 62px;
}
.main__contacts .inner__section p,
.main__contacts .inner__section b {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 20px;
}


.main__newlyweds .main__newlyweds_bg {
    background: url(/img/newlyweds/newlyweds_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.main__newlyweds .desc {
    font-size: 18px;
    line-height: 1.43em;
    margin-bottom: 40px;
}
.main__newlyweds .newlyweds-list li {
    padding: 25px;
}
.main__newlyweds .newlyweds-list .desc {
    text-align: center;
    margin: 0 -15px;
    
}
.main__newlyweds .newlyweds-list .title {
    text-transform: uppercase;
    font-family: 'Tinos', serif;
    font-size: 20px;
    color: #e9530f;
    text-align: center;
    margin-bottom: 22px;
}
.main__newlyweds .newlyweds-list .img-wrap {
    height: 210px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 50px;
    box-shadow: 2px 2px 10px 0px rgba(11, 52, 94, 0.42);
    position: relative;
}
.main__newlyweds .newlyweds-list .img-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/img/newlyweds/i-rings.png) no-repeat center center rgba(233, 83, 15, 0.50);
    opacity: 0;
    transition: .333s;
}
.main__newlyweds .newlyweds-list .img-wrap:after {
    content: 'Посмотреть';
    position: absolute;
    font-size: 18px;
    left: 50%;
    top: 67%;
    margin-left: -46px;
    opacity: 0;
    transition: .333s;
    color: #fff;
    font-weight: bold;
}
.main__newlyweds .newlyweds-list .img-wrap:hover:before,
.main__newlyweds .newlyweds-list .img-wrap:hover:after {
    opacity: 1;
    cursor: pointer;
}


.main__newlyweds .newlyweds-list .decor-border:before {
    top: 15px;
    left: 15px;
    bottom: -15px;
    right: -15px;
}
.main__newlyweds .newlyweds-list {
    margin-bottom: 50px;
}
.main__newlyweds b.title,
.main__newlyweds b {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 28px;
}
.article-list {
    margin-bottom: 32px;
}
.article-list li {
    padding-left: 12px;
    margin-bottom: 8px;
    position: relative;
}
.article-list li:before {
    position: absolute;
    content: '';
    height: 12px;
    width: 5px;
    background: url(/img/newlyweds/list-item.png) no-repeat center center;
    top: 5px;
    left: 0;
}


.main__services .main__services_bg {
    background: url(/img/services/main__services_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.main__services .services-list li {
    position: relative;
}
.main__services .services-list .dt-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.main__services .services-list .dtc {
    display: table-cell;
    vertical-align: middle;
    min-height: 104px;
    max-width: 103px;
}
.main__services .services-list .dtc.desc {
  max-width: none;
  width: 100%;
}
.main__services .img-wrap {
    width: 102px;
    height: 104px;
    background: no-repeat;
    background-position: center center;
    border-radius: 50%;
    box-shadow: -6px 6px 20px 0px rgba(134, 140, 146, 0.42);
}
.main__services .desc {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Tinos', serif;
    font-size: 20px;
    padding-left: 15px;
}
.main__services .services-list {
    font-size: 0;
    margin: 40px 0 70px;
}
.main__services li {
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: 16px; 
    margin-bottom: 70px;
}

.main__services .services-list li a {
    color: #e9530f;
    transition: .32s;
}
.main__services .services-list li a:hover {
    text-decoration: none;
}
.main__services .services-list li:nth-of-type(7) .desc {
    margin-right: -11px;
}

.main__hotel p {
    margin-bottom: 22px;
    font-size: 18px;
}
.main__hotel .main__hotel_bg {
    background: url(/img/hotel/main__hotel_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.main__hotel .img-wrap {
    height: 280px;
    max-width: 95%;
    margin-bottom: 50px;
    background: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 3px 3px 17px 0px rgba(1, 1, 1, 0.27);
    background-position: center center;
}

.main__hotel .list-hotel-inner .decor-border:before {
    z-index: -10;
    top: -15px;
    left: 15px;
    bottom: -15px;
    right: 8px; 
}
.main__hotel .list-hotel-inner .decor-border.r0:before {
    right: 0px; 
}
.main__hotel .list-hotel-inner li:nth-of-type(1) .img-wrap
{
    margin-top: 40px;
}
.main__hotel .list-hotel-inner li:nth-of-type(1) .text {
    padding-right: 50px;
} 
.main__hotel .list-hotel-inner li:nth-of-type(2) .img-wrap
{
    margin-top: -20px;
}
.main__hotel .list-hotel-inner li:nth-of-type(2) .text
{
    margin-top: 50px;
    padding-left: 50px;
}
.main__hotel .list-hotel-inner li:nth-of-type(3) .img-wrap
{
    height: 210px;
}
.main__hotel .list-hotel-inner li:nth-of-type(3) .text
{
    margin-top: 30px;
}
.main__hotel .list-hotel-inner li:nth-of-type(3) .col-md-4:nth-of-type(2),
.main__hotel .list-hotel-inner li:nth-of-type(3) .col-md-4:nth-of-type(3) {
    padding-left: 40px;
}
.main__hotel .list-hotel-inner li:nth-of-type(3) .img-wrap
{
    margin-top: 80px;
}

.main__hotel .list-hotel-inner {
    font-size: 0;
    margin-bottom: 60px;
}
.main__hotel .list-hotel-inner li {
    font-size: 16px;
}
.main__hotel .list-hotel-inner .text {
    display: inline-block;
    vertical-align: middle;
}
.main__hotel .list-hotel-inner .img {
    display: inline-block;
    vertical-align: middle;
}
.main__hotel .inner-list li.block {
    margin-bottom: 48px;
}

.main__hotel .min-list.p-l li {
    padding-left: 20px;
    margin-bottom: 8px;
}
.main__hotel p.map {
    height: auto;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    font-size: 22px;
}
.main__hotel .inner-list p.map {
    margin-top: 50px;
}
.main__hotel p.map:before {
    content: '';
    position: absolute;
    height: 19px;
    width: 14px;
    background: url(/img/hotel/i-map.png);
    top: 3px;
    left: 0;
}
.main__hotel .inner-list a {
    color: #e9530f;
    transition: .32s;
}
.main__hotel .inner-list a:hover {
    text-decoration: none;
}


.main__rooms .main__rooms_bg {
    background: url(/img/rooms/main__rooms_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.sl-rooms .slick-slide {
    height: 313px;
}
.sl-rooms {
    margin-left: -20px;
    margin-right: 20px;
    margin-bottom: -3px;
}
.main__rooms .list-rooms {
    margin: 50px 0;
}
.main__rooms .list-rooms li {
    margin-bottom: 150px;
    font-size: 0;
}
.main__rooms .list-rooms .text-wrap {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 40px;
    padding-left: 10px;
}
.main__rooms .list-rooms .img-sl-wrap {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    height: 350px;
    position: relative;
}
.main__rooms .list-rooms .img-sl-wrap:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -20px;
  right: 20px;
  bottom: -29px;
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.36);
}
.main__rooms .list-rooms .img-sl-wrap .title-wrap {
    display: inline-block;
    color: #fff;
    background: #77695f;
    width: 100%; 
    max-width: 550px;
    text-align: center;
    padding: 15px 0;
    margin-left: -20px;
    border-top: 5px solid #e9530f;
}
.main__rooms .list-rooms .title-wrap .title {
    display: inline-block;
    font-size: 30px;
    font-family: 'Tinos', serif;
    position: relative;
    text-transform: uppercase;
}
.main__rooms .list-rooms .title-wrap .title:before,
.main__rooms .list-rooms .title-wrap .title:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background: #fff;
    top: 7px;   
}
.main__rooms .list-rooms .title-wrap .title:before {
    left: -10px;
}
.main__rooms .list-rooms .title-wrap .title:after {
    left: -14px;
}
.main__rooms .list-rooms .img-wrap {
    max-height: 310px;
    height: 100%;
    width: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 2px 2px 10px 0px rgba(11, 52, 94, 0.22);
}
.main__rooms .list-rooms .decor-border:before {
    top: 20px;
    left: 45px;
    bottom: -35px;
    right: -20px;
    border-bottom: 6px solid #e7dece;
    box-shadow: 0 1px 0 0 #e9530f;
}

.main__rooms .list-rooms .desc {
    font-size: 18px;
}
.main__rooms .list-rooms p {
    margin-bottom: 18px;
}
.main__rooms .list-rooms .price-one-person,
.main__rooms .list-rooms .price-two-person {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.main__rooms .list-rooms .price-one-person:before,
.main__rooms .list-rooms .price-two-person:before  {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
}
.main__rooms .list-rooms .price-one-person:before {
    background: url(/img/rooms/i-one-man.png);
}
.main__rooms .list-rooms .price-two-person:before {
    background: url(/img/rooms/i-two-man.png);
}
.main__rooms .list-rooms .btn {
    font-size: 18px;
}
.main__rooms .list-rooms {
    margin: 40px 0;
}

.main__special-offer .main__special-offer_bg {
    background: url(/img/special-offer/main__offer_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.main__special-offer .img-wrap {
    height: 230px;
    width: 100%;
    box-shadow: 2px 2px 10px 0px rgba(11, 52, 94, 0.22);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.main__special-offer .list-offer li {
    margin-bottom: 80px;
    position: relative;
}
.main__special-offer .list-offer .text {
    padding-left: 30px;
}
.main__special-offer .list-offer li p {
    margin-bottom: 22px;
    line-height: 1.43em;
    font-size: 18px;
}
.main__special-offer .list-offer .decor-border:before {
    z-index: -10;
    top: -20px;
    left: 20px;
    bottom: -20px;
    right: -20px;
}
.main__special-offer .list-offer .title {
    color: #e9530f;
    margin-bottom: 30px;
    font-size: 32px;
    padding-left: 18px;
    font-family: 'Tinos', serif;
    position: relative;
    padding-top: 8px;
    line-height: 1.33em;
}
.main__special-offer .list-offer .title:before,
.main__special-offer .list-offer .title:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e9530f;
    top: 8px;
}
.main__special-offer .list-offer .title:before {
    left: 0px;
}
.main__special-offer .list-offer .title:after {
    left: 5px;
}
.main__special-offer .title {
    margin-top: -22px;
}
.main__special-offer .border-bottom {
    font-size: 0;
    margin-bottom: 90px;
}
.main__special-offer .border-left {
    display: inline-block;
    height: 1px;
    width: 46%;
    background: #7c7c7c;
    margin-right: 3%;
    margin-left: 1%;
    position: relative;
}
.main__special-offer .border-right {
    display: inline-block;
    height: 1px;
    width: 46%;
    background: #7c7c7c;
    margin-left: 3%;
    margin-right: 1%;
    position: relative;
}
.main__special-offer .border-left:before,
.main__special-offer .border-right:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7c7c7c;
}
.main__special-offer .border-left:before {
    right: 0;
    top: -2px;
}
.main__special-offer .border-right:before {
    left: 0;
    top: -2px;
}
.main__gallery .list-photo-gallery {
  margin-bottom: 50px;
  list-style-type: none;
}
.main__gallery .list-photo-gallery li {
  margin-bottom: 70px;
}
.main__gallery .list-photo-gallery .title {
  font-size: 30px;
  margin-bottom: 44px;
}
.main__gallery .inner-gallery {
  list-style-type: none;
  font-size: 0;
  margin: 0 -7px;
}
.main__gallery .inner-gallery .inner-g-item {
  display: inline-block;
  vertical-align: top;
  width: 14.2%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}

.main__gallery .inner-gallery .img-wrap {
  height: 150px;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.inner__title,
p.inner__title {
    padding-left: 16px;
    font-size: 30px;
    font-family: 'Tinos', serif;
    margin-bottom: 38px;
    position: relative;
}
.inner__title:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #77695f;
    top: 3px;
    left: 0;
}
.inner__title:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #77695f;
    top: 3px;
    left: 6px;
}
.decor-border {
    position: relative;
}

 .decor-border:before {
    content: '';
    position: absolute;
    display: inline-block;
    z-index: -10;
    top: -45px;
    left: 0;
    bottom: -53px;
    right: -42px;
    border: 1px solid #e75310;
}


.sl-2 .decor-border:before {
    top: 15px;
    left: 15px;
    bottom: -15px;
    right: -15px;
}


.footer {
    background: #f5f3f4;
    font-size: 15px;
    padding: 10px 0 50px;
    position: relative;
    margin-top: 40px;
}
.footer .container {
    overflow: initial;
}
.footer span.br {
    display: inline-block;
}

.footer .decor-border:before {
    top: 0px;
}
.footer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 70%;
  height: 1px;
  width: 30%;
  background: #77695f;
}
.footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 70%;
  height: 1px;
  width: 30%;
  background: #77695f;
}
.footer .before-after {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
}
.footer .before-after:before,
.footer .before-after:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #83776d;
    border-radius: 50%;  
    z-index: 100;
}
.footer .before-after:before {
    top: -27px;
    left: 70%;
}
.footer .before-after:after {
    top: -27px;
    right: 70%;
}



.footer span {
    font-size: 20px;
    font-weight: 600;
}
.footer .logo {
    text-align: center;
    background: #fff;
    position: relative;
    margin-top: -34px;
    padding: 30px 0 30px;
    border-bottom: 5px solid #e75310;
    margin-bottom: -90px;
    z-index: 15;
    box-shadow: -3px 2px 12px 0px rgba(11, 52, 94, 0.22);
}
.footer .logo:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 360px;
    height: 10px;
    background: #fff;
    z-index: 20;
}
.footer .decor-border:before {
    top: 0px;
    left: 15px;
    bottom: -15px;
    right: -15px;
    z-index: 10;
    border-top: 1px solid transparent;
}
.footer .addr,
.footer .phone {
    position: relative;
    padding-left: 15px;
}
.footer .phone {
    margin-left: 60px;
}
.footer .addr:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 14px;
    background: url(/img/icon-f-map.png) no-repeat;
    top: 2px;
    left: 0;
}
.footer .phone:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 13px;
    background: url(/img/icon-f-phone.png) no-repeat;
    top: 7px;
    left: 2px;
}
.map {
    height: 350px;
}
.copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    color: #aeaeae;
    padding: 15px;
}
.copyright a {
    text-decoration: none;
    font-weight: bold;
    color: #e8530f;
    cursor: pointer;
}
.menu-btn-wrap {
    display: none;
}

.footer.footer-inner-page {
  background: #f5f3f4;
}
.footer.footer-inner-page .decor-border:before {
    top: 10px;
    left: 10px;
    bottom: -10px;
    right: -10px;
    z-index: 10;
    border-top: 1px solid #e9530f;
}

.footer.footer-inner-page .logo:before,
.footer.footer-inner-page .logo:after {
  display: none;
}
.footer.footer-inner-page  .before-after:before,
.footer.footer-inner-page  .before-after:after {
    top: -27px;
    right: 70%;
}

.B_crumbBox {
  padding: 15px 0;
  background: #f6f4f5;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #000;
  margin-bottom: 100px;
}
.B_crumbBox li {
  display: inline-block;
  margin-right: 7px;
}
.B_homeCrumb,
.B_crumbBox li a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 920px;
    }
    .main__title {
        font-size: 36px;
    }
    .header__nav .menu-nav li a {
        font-size: 18px;
    }
    .header__nav .menu-nav {
        padding-right: 0;
    }
    .header__nav .menu-nav li {
        text-align-last: center
    }
    .header__top .phone {
        top: 18px;
    }
    .header__top .btn {
        top: 50px;
        padding: 10px 22px;
    }
    .header__top .addr {
      bottom: 27px;
    }
    .header__top .addr .br {
      display: block;
    }
    .header__top .mail {
      bottom: 8px;
    }
    .header__top .logo img {
        max-width: 80%;
    }
    .form-wrap form {
       right: 80px;
    }
    
    .main__reviews .review-list {
        text-align: center;
    }
    
    .main__services .desc {
        font-size: 18px;
    }
    
    .main__hotel .list-hotel-inner li:nth-of-type(1) {
        margin-bottom: 50px;
    }
    .main__hotel .list-hotel-inner .decor-border:before {
        right: 0px;
    }
    .main__rooms .list-rooms li {
        padding: 25px;
    }
    .main__rooms .list-rooms .img-wrap,
    .main__rooms .list-rooms .text-wrap {
        display: block;
        width: 100%;
        margin: 0;
    }
    .main__rooms .list-rooms .img-sl-wrap .title-wrap {
        margin: 0;
        max-width: 100%;
    }
    
    .main__rooms .list-rooms .img-sl-wrap {
        width: 100%;
    }
    .main__rooms .list-rooms .text-wrap {
        padding-top: 50px;
        padding-left: 80px;
    }
    .main__rooms .list-rooms .decor-border:before {
        top: 30px;
        left: 30px;
        bottom: -30px;
        right: -26px;
    }
    .main__rooms .list-rooms li {
        margin-bottom: 80px;
    }
    .main__rooms .list-rooms .btn {
        position: absolute;
        right: 80px;
        bottom: 5px;
    }
    .main__rooms .list-rooms li {
        margin-bottom: 42px;
        font-size: 0;
    }
    .footer span.br {
        display: block;
    }
    
    .sl-rooms {
        margin-left: 0px; 
        margin-right: 0px; 
    }
    .main__rooms .list-rooms .img-sl-wrap:before {
        top: 0px;
        left: -0px;
        right: 0px;
        bottom: -29px;
    }
    .sl-1 .sl-slide {
      background-position: 40% 50%;
    }
    body .header .pravki form {
      left: 8%;
  }
  .header:not(.home-page) .header__top .btn {
      top: 30px;
  }
  .header:not(.home-page)  .header__top .phone {
      top: 3px;
  }
  .main__gallery .inner-gallery .inner-g-item {
    width: 16.6%;
  }

    
}

@media screen and (max-width: 920px) {
    .container {
        max-width: 768px;
    }
    .header__top .addr .br {
        display: block;
    }
    .header__top .logo {
        margin-left: -134px;
    }
    .header__nav .menu-nav li.line {
        display: none;
    }
    .header__nav .menu-item a.menu-n-item {
        padding: 5px 4px;
    }
    .main__reviews .main__title {
        font-size: 34px;
        line-height: 40px;
    }
    

    .main__contacts .main__title {
        margin-bottom: 0px;
        padding-bottom: 60px;
    }
    .main__contacts .addr {
        margin: 35px 0 40px;
    }
    .main__contacts .inner__section {
        margin-bottom: 44px;
    }
    
    
    
    .inner__title, p.inner__title {
        margin-bottom: 30px;
    }
    
    .main__hotel .list-hotel-inner .decor-border {
        margin: 0;
    }
    .main__hotel .list-hotel-inner .decor-border:before {
        display: none;
    }
    
    .main__services .services-list li {
        margin-bottom: 45px;
    }
    
    .main__hotel .list-hotel-inner li:nth-of-type(3) .col-md-8 .img-wrap {

    }
    .main__hotel .list-hotel-inner li:nth-of-type(3) .col-md-8 .img-wrap {
         margin: 15px 0 30px;
    }
    .main__hotel .list-hotel-inner li:nth-of-type(3) .text {
        margin-top: 15px;
    }
    .main__hotel .list-hotel-inner li:nth-of-type(3) .col-md-8:nth-of-type(2) {
       margin: 0;
    }
    
    .main__hotel .list-hotel-inner {
        margin-bottom: 38px;
    }
    .main__rooms .list-rooms .decor-border:before {
        display: none;
    }
    .main__rooms .list-rooms .decor-border {
        margin: 0;
        padding: 0;
    }
    .main__rooms .list-rooms .text-wrap {
        padding-left: 0;
        padding-top: 95px;
    }
   .main__rooms .list-rooms .btn {
        position: absolute;
        right: 20px;
        bottom: 5px;
    }
    
    .footer .logo img {
        max-width: 71%;
    }
    .main__rooms .list-rooms .img-sl-wrap {
        height: 300px;
    }
    
    .main__sentence .sl2-slide-content {
      max-width: 270px;
    }
    .header__nav .menu-nav {
          margin: 0 -4px;
    }
    .main__rooms .list-rooms .img-sl-wrap:before {
        top: 0px;
        left: -0px;
        right: 0px;
        bottom: -79px;
    }
    
    .sl-1 .sl-slide {
        background-position: 58% 50%;
    }
      .header:not(.home-page) .logo {
      text-align: left;
  }
  
  .main__gallery .inner-gallery .inner-g-item {
    width: 25%;
  }
    
}
@media screen and (min-width: 768px) {
    .header__nav .menu-nav {
        display: inline-block !important;
    }
}
@media screen and (max-width: 768px) {
    .container {
        max-width: 480px;
    }
    .main__title:before,
    .main__title:after {
        display: none;
    }
    .header__top .logo {
        top: 18px;
        left: 0;
        margin-left: 0;
    }

    .header__top .logo img {
        max-width: 56%;
    }
    .header__top .addr {
        top: 70px;
    }
    .header__top {
        height: 113px;
    }
    .header__top .btn {
        top: 66px;
    }
    .header__top .phone {
        top: 10px;
    }
    .header__top .mail {
        left: 233px;
        top: 38px;
    }
    .header__nav .menu-nav  {
        display: none;
    }
    .header__nav .menu-nav li {
        display: block;
        margin: 8px 0;
    }
    .header__nav .menu-item a.menu-n-item {
        padding: 5px 12px;
    }
    .menu-btn-wrap  {
        display: inline-block;
        width: 100%;
        text-align: right;
        padding-top: 10px;
        padding-bottom: 7px;
    }
    .menu-btn-wrap .menu {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 22px;
        padding-right: 12px;
        display: inline-block;
        vertical-align: bottom;
    }
    .menu-btn-wrap .button-menu {
        height: 28px;
        width: 35px;
        display: inline-block;
        border: 1px solid #fff;
        vertical-align: bottom;
        border-radius: 2px;
        padding: 4px;
        padding-top: 6px;
        cursor: pointer;
    }
    .menu-btn-wrap .button-menu span {
        display: block;
        width: 100%;
        margin-bottom: 4px;
        height: 2px;
        background: #fff;
        transition: .333s;
    }
    .header__nav .menu-nav li.line {
        display: none;
    }
    .header__nav .menu-nav li {
        position: relative;
    }
    .header__nav .sub-menu {
        position: static;
        display: block;
        top: 0;
        left: 0;
        padding: 5px 8px;
        width: 80%;
        border-bottom: none;
        display: none;
    }
    .header__nav .sub-menu li {
        margin: 0 5px;
        width: 100%;
    }

   
    .header__nav .rotate.menu-n-item-sub-js .menu-n-item:before {
        transform: rotate(180deg);
    }
    .header__nav .menu-item a + .sub-menu {
        display: block;
        opacity: 1;
        margin: 0 auto;
    }
    .header__nav {
        padding: 0;
        padding-bottom: 22px;
    }
   /*  .header__nav .menu-nav li.menu-item:last-child {
       margin-bottom: -4px;
   } */
    
    .button-menu.active {
        position: relative;
    }
    .button-menu.active .i-2 {
        opacity: 0;
    }
    .button-menu.active .i-1 {
        /* position: absolute;
        top: 12px;left: 2px;
        width: 28px;
        transform: rotate(30deg); */
        transform: rotate(35deg) translate(4px, 5px);
    }
        
    .button-menu.active .i-3 {
        /* position: absolute;
        top: 12px;
        left: 2px;
        width: 28px;
        transform: rotate(-30deg); */
        transform: rotate(-35deg) translate(3px, -5px);
    }
    .form-wrap form {
        right: 50%;
        top: 40px;
        margin-right: -150px;
    }
    .sl-1 .sl-slide {
        height: 600px;
        max-height: 600px;
    }
    .sl-1 .slick-list.draggable {
        max-height: 600px;
    }
    
    .main__desc img.border  {
        margin: 0;
    }
    
    
    .sl-1 button.slick-arrow {
       top: 93%;
    }
    
    .sl-1 .slick-prev {
        left: 10%;
    }
    .sl-1 .slick-next {
        right: 10%;
    }
    

    .main__desc {
        padding: 50px 0;
    }
    .main__title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 58px;
    }
    
    .main__reviews main_title {
        font-size: 28px;
    }
    
/*
    .sl2-slide {
        padding: 0px 40px;
        text-align: center;
    }  
*/
    .sl-2 .slick-prev {
        left: -5px;
    }
    .sl-2 .slick-next {
        right: -5px;
    }
    
    
    .main__desc p {
        font-size: 15px;
    }
    .main__desc .decor-border:before {
        top: 15px;
        left: 15px;
        bottom: -15px;
        right: -15px;
    }
    
    
    .main__reviews .main__title {
        font-size: 28px;
        margin-bottom: 5px;
    }
    
    
   
    .main__benefit .main__title {
        margin-bottom: 50px;
    }    
    .main__benefit .benefit-list .desc {
        font-size: 15px;
    }
    
    .main__contacts {
        padding-bottom: 50px;
    }
    .main__bg {
        height: 300px;
    }
    .main__contacts .logo-wrap .logo {
        background: url('/img/logo.png') no-repeat center center!important;
       box-shadow: -2px 5px 25px 3px rgba(0, 0, 0, 0.2);
        margin-top: 27px;
        height: 128px;
        max-width: 300px;
    }
     .main__contacts .main__title {
        margin-bottom: 62px;
    }
    
    .main__contacts .inner__title {
        font-size: 24px;
    }
    .main__newlyweds .desc {
        margin-bottom: 28px;
    }
    .main__newlyweds .newlyweds-list .img-wrap {
        margin-bottom: 42px;
    }
    .main__newlyweds .newlyweds-list .desc {
        font-size: 16px;
    }
    .main__services .services-list {
        margin: 30px 0 45px;
    }
    
    .main__hotel p {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.32em;
    }
    
    .main__hotel .list-hotel-inner li:nth-of-type(2) .text {
        margin-top: 50px;
        padding-left: 0px; 
    }
    .main__hotel .list-hotel-inner li:nth-of-type(1) .text {
        padding-right: 0px; 
    }
    .main__hotel .list-hotel-inner li:nth-of-type(1) .img-wrap {
        margin-top: 6px;
    }
    .main__hotel .img-wrap {
        margin-bottom: 20px;
    }
    .main__hotel .list-hotel-inner li:nth-of-type(2) .text {
        margin-top: 30px;
    }
    .main__hotel .list-hotel-inner li:nth-of-type(3) .text {
        margin: 40px -15px 0;
    }
    .main__hotel  p.inner__title {
        font-size: 30px;
        margin-bottom: 38px;
    }
    .main__hotel  .main__title .decor:before {
        bottom: -32px;
    }
    .main__hotel .list-hotel-inner li:nth-of-type(3) .img-wrap {
        height: 158px;
    }
    .main__rooms .list-rooms .btn {
        right: 0px;
        bottom: -60px;
        width: 100%;
    }
    .main__rooms .list-rooms li {
        margin-bottom: 90px;
        padding: 0;
    }
    .main__rooms .list-rooms .text-wrap {
        padding-top: 120px;
    }
    .main__rooms .list-rooms li .col-xs-12 {
        padding: 0;
    }
    .main__rooms .list-rooms .img-sl-wrap {
        height: 270px;
    }
    
    .main__special-offer li {
      margin-bottom: 0;
    }
    .main__special-offer .list-offer .title {
        margin-top: 50px;
    } 
    .main__special-offer .list-offer li {
        margin-bottom: 40px;
    }
    
    .footer .before-after {
        display: none;
    }
    .footer:before,
    .footer:after {
        display: none;
    }
    .footer .decor-border:before {
        display: none;
    }
    .footer .logo {
        box-shadow: none;
        border: none;
        background: transparent;
        padding: 15px 0 15px;
        top: 21px;
        left: 0px;
        position: absolute;
    }
    .footer {
        padding: 15px 0;
        height: 120px;
        overflow: hidden;
    }
    .footer .logo img {
        max-width: 100%;
    }
    .footer .addr, .footer .phone {
        position: absolute;
        padding-left: 15px;
        top: 73px;
        left: 19px;
    }
    .footer .phone {
        margin-left: 0px;
        position: absolute;
        top: 45px;
        left: 18px;
    }
    .footer .phone .br {
        display: inline-block;
    }
    .header__nav .menu-nav {
      max-height: none;
  }
  .main__rooms .list-rooms .img-sl-wrap:before {
      bottom: -109px;
  }
  /* .js-arrow {
    display: none;
  } */
  .footer .logo:after {
    display: none;
  }
  
  .footer .addr, .footer .phone {
    position: absolute;
    padding-left: 15px;
    top: 70px;
    left: 19px;
  }
  .footer .social {
    padding-top: 105px;
    padding-left: 5px;
  }
  .footer .logo {
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 15px 0 15px;
    top: -116px;
    left: 0px;
    position: absolute;
  }
  .footer .phone {
    margin-left: 0px;
    position: absolute;
    top: -52px;
    left: 18px;
    padding-left: 15px;
  }
  .footer {
    height: 167px;
  }
  .header:not(.home-page) .logo {
      text-align: left;
  }
  .header:not(.home-page) .header__top {
      height: 113px;
  }
  .header:not(.home-page) .header__top .btn {
      top: 67px;
  }
  .header:not(.home-page) .header__top .mail {
      right: 0;
      left: initial;
      top: 38px;
  }
  .header:not(.home-page) .header__top .phone {
      top: 12px;
  }
  .header:not(.home-page) .logo img {
    max-width: 57%;
    display: inline-block;
}
.main__gallery .inner-gallery .inner-g-item {
    width: 33.33333%;
  }
  .header__nav .menu-nav {
      margin: 0 -4px -26px;
  }
  .header__nav .sub-menu li {
    text-align: center;
    margin: 0;
  }
  .header__nav .sub-menu-item a {
    font-size: 16px;
    margin: 0;
  }
  .header__nav .sub-menu {
        padding: 10px;
  }
}

@media screen and (max-width: 480px) {
    .container {
        max-width: 320px;
    }
    .decor-border:before {
        display: none;
    }
    .header__top,
    .header:not(.home-page) .header__top {
        height: 225px; 
    }
    .header__top .btn,
    .header:not(.home-page) .header__top .btn {
        top: 160px;
        left: 0;
        text-align: center;
        font-weight: bold;
        padding: 15px;
        font-size: 21px;
    }
    .header__top .mail,
    .header:not(.home-page) .header__top .mail {
        top: 110px;
        left: 14px;
    }
    .header__top .phone,
    .header:not(.home-page) .header__top .phone {
        top: 130px;
        left: 12px;
    }
    .header__top .btn,
    .header:not(.home-page) .header__top .btn {
        font-size: 20px;
    }
    .header__top .logo img,
    .header:not(.home-page) .header__top .logo img {
      max-width: 68%;
  }
    .header .form-wrap form:before,
    .header .form-wrap form:after {
        display: none;
    }
    
   .main__benefit .benefit-list .desc {
        border: none;
        margin-left: -100px;
       padding-top: 12px;
    }
    .main__benefit .benefit-list .desc:before {
        display: none;
    }
    
        
    .main__benefit .benefit-list .title {
        font-size: 18px;
        padding-left: 3px;
        margin-left: -15px;
        border: none;
        margin-bottom: 15px;
    }
    .main__benefit .benefit-list li:nth-of-type(1) .title {
/*
        margin-top: -10px;
        margin-bottom: 30px;
*/
    }
    .main__benefit .benefit-list li:nth-of-type(1) .desc {
/*        padding-top: 4px;*/
    }
    .main__benefit .benefit-list {
       margin: 20px -15px 0px;
    }
    .main__benefit .main__title {
        font-size: 23px;
        line-height: 28px;
    }
     .main__benefit .main__title .decor:before {
        bottom: -40px;
    }
    .main__benefit {
        padding-top: 60px;
        padding-bottom: 1px;
    }
    
    .sl-2 {
        padding: 0px;
    }
    .sl-2 button.slick-arrow {
        top: 90%;
    }
    
    .main__sentence {
        padding-top: 60px;
        padding-bottom: 38px;
    }
    .main__sentence .decor-border:before {
       display: none;
    }
    .main__sentence .main__title {
        font-size: 27px;
        line-height: 29px;
    }
    .main__title .decor:before {
        bottom: -40px;
    }
    .main__sentence .sl2-slide-content {
        margin: 0;
    }
    
    
    .main__reviews {
        padding-top: 60px;
        padding-bottom: 38px;
    }
    .main__reviews .desc {
        padding: 54px 7px 12px;
    }
    .main__reviews .main__title {
        font-size: 23px;
        line-height: 28px;
    }
    .main__reviews .main__title .decor:before {
        bottom: -40px;
    }
    

    .main__bg {
        height: 162px;
    }
    .main__contacts {
        padding-bottom: 44px;
    }
    .main__contacts .inner__title {
        font-size: 20px;
    }
    
    .main__newlyweds .newlyweds-list .img-wrap {
        margin-bottom: 22px;
    }
    .main__newlyweds .newlyweds-list {
        margin-bottom: 28px;
    }
    .main__services .services-list {
        margin: 26px 0 32px;
    }
    
    .main__hotel .img-wrap {
        height: 200px;
    }
    .main__rooms .list-rooms p {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.33em;
    }
    
    .main__special-offer .list-offer .title {
        font-size: 23px;
    }
    .main__special-offer .list-offer .title {
        margin-top: 20px;
    }
    .main__special-offer .list-offer .text {
        padding-left: 0;
    }
    .main__special-offer .list-offer li p {
        margin-bottom: 12px;
        line-height: 1.33em;
        font-size: 16px;
    }
    .main__special-offer .border-bottom {
        margin-bottom: 58px;
    }
    .footer .logo img {
        max-width: 180%;
    }
    .footer {
        height: 140px;
    }
   .main__rooms .list-rooms .img-sl-wrap:before {
        bottom: -109px;
    }
  .footer {
    height: 183px;
  }
  .footer .social {
    padding-top: 120px;
  }
  .footer .logo {
    top: -134px;
  }
  .header .pravki form {
      /* right: 50%; */
      top: 74px;
      width: 226px;
  }
  .main__gallery .inner-gallery .inner-g-item {
    width: 50%;
  }

.footer.footer-inner-page .logo {

    box-shadow: none;
  }
  .inner-gallery {
    position: relative;
    padding: 0px;
    margin: 0;
  }
  .inner-gallery .slick-arrow {
    outline: none;
    border: none;
    display: inline-block;
    box-shadow: none;
/*     background: transparent url(/img/sl-arrow-g.png) no-repeat center center;
height: 40px;
width: 22px; */
    position: absolute;
    top: 50%;
    margin-top: -20px;
  }
  .inner-gallery .slick-prev {
    left: -9px;
  }
  .inner-gallery .slick-next {
    right: -9px;
  }
  .inner-gallery .slick-prev {
      left: 7px;
  }
  .inner-gallery .slick-next {
      right: 7px;
  }
  .header__nav .menu-nav {
      margin: 0 -4px -27px;
  }
  .header__nav .menu-item a.menu-n-item {
    font-size: 15px;
  }
  .main__services .img-wrap {
    width: 51px;
    height: 52px;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media screen and (max-width: 320px) {
    .container {
        max-width: 310px;
    }
}

.footer .social span {
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  margin-top: 15px;
}
.footer .social a {
  display: inline-block;
  margin: 0 2px;
}
.footer .social img {
    border-radius: 3px;
}
.footer .social a:hover {
  cursor: pointer;
}

.js-arrow {
    display: inline-block;
    width: 40px;
    height: 32px;
    vertical-align: top;
    margin-top: -6px;
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
}

.js-arrow:before {
    content: '';
    position: absolute;
    display: inline-block;
      top: 5px;
    right: 14px;
    width: 23px;
    height: 23px;
    background: url(/img/trinangle.png) no-repeat center center;
    transition: .333s;
    
}
.js-arrow.rotate:before {
  transform: rotate(180deg);
}

.num-edit {
}
.num-edit {
  content: '';
  position: absolute;
  height: 10px;
  width: 17px;
  background: #f1f1f1 url(/img/calendar-arrow.png) no-repeat center center;
  transition: background .2s;
  z-index: 10;
}
.plus {
  top: 7px;
  right: 18px;
}
.minus {
  top: 20px;
  right: 18px;
  transform: rotate(180deg);
}
.plus:hover,
.minus:hover {
  background-color: #d2d2d2;
  cursor: pointer;
}
body .header .pravki {
    float: right;
    padding-top: 46px;
    padding-right: 130px;
    margin-bottom: -45px;
}
body .header .pravki form {
    float: right;
    position: none;
    top: 110px;
    right: 7%;
    margin: -52px 0% 0px;
}
 @media screen and (max-width: 1200px) {
  body .header .pravki form {
    right: 11%;
  }
  body .header .pravki form {
    margin: -52px 5% 0px;
  }
  
} 

@media screen and (max-width: 768px) {
  body .header .pravki form {
    right: 42%;
  }
}
@media screen and (max-width: 480px) {    
    body .header .pravki form  {
        right: 50%;
        top: 100px;
        min-width: 260px;
        margin: -10px 0 0;
        padding: 15px;
    }
    body .header .pravki form .title {
      margin: 0 -15px 25px;
    }
    
}
#popup-action, #thanks, #sber-system-popup {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  background: #f5f3f4;
  border: 4px solid #e75525;
}

#popup-action .cont-wrap, #thanks .cont-wrap, #sber-system-popup .cont-wrap {
  padding: 25px;
}
#popup-action .border-wrap, #thanks .border-wrap {
  border: 2px dashed #c7c7c7;
  padding: 30px 5px 20px;
}
#sber-system-popup .border-wrap {
  border: 2px dashed #c7c7c7;
  padding: 30px 25px 20px;
}
#popup-action .title-h1, #thanks .title-h1, #sber-system-popup .title-h1 {
  text-transform: uppercase;
  color: #757575;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
}
#sber-system-popup .title-h1 {
  font-size: 32px;
  margin-bottom: 12px;
}
#sber-system-popup p {
  line-height: 1.4em;
  font-size: 17px;
}
#popup-action .title-h2 {
  color: #acacac;
  font-size: 24px;
  text-align: center;
  margin-bottom: 26px;
}
#popup-action ul,
#popup-action ol {
  margin-bottom: 25px;
}
#popup-action ul {
  padding-left: 10px;

}
#popup-action ol {
  counter-reset: myCounter;
}
#popup-action ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  position: absolute;
  top: -3px;
  left: 0;
  color: white;
  background: #ffb884;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
}
#popup-action ol li {
  padding-left: 60px;
  position: relative;
  list-style: none;
  min-height: 42px;
}
#popup-action ul li {
  padding-left: 15px;
  position: relative;
}
#popup-action ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #e75525;
}
#popup-action li {
  margin-bottom: 15px;
  color: #1a1a1a;
}
#popup-action .btn-wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#popup-action form button {
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px 28px;
  text-align: center;
  margin: 5px 0;
}
#popup-action form input {
  border-radius: 0;
  border: 1px solid #acacac;
  transition: border-color .3s;
  display: inline-block;
  margin-top: 4px;
}
#popup-action form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: brown;
}  
#popup-action form label {
  font-size: 16px;
  display: inline-block;
  text-align: left;
}
#popup-action p {
  padding-left: 2px;
}
#popup-action .input-wrap {
  display: none;
}
#popup-action form .g-recaptcha > div {
  display: inline-block;
  width: 218px !important;
  height: 50px !important;
  overflow: hidden;
  border: 1px solid #acacac;
}
#popup-action form .g-recaptcha > div > div {
  margin: -12px 0 0 -1px;
}
#popup-action, #sber-system-popup {
  position: relative;
}
#popup-action .mfp-close, #thanks .mfp-close, #sber-system-popup .mfp-close {
  font-size: 30px;
  top: -5px;
  right: -5px;
}


/*
     */
/*
*/