/*Баннер График загрузки отеля*/
.banner-attendance {
	position: absolute;
    top: 153px;
    left: 19%;
    z-index: 99;
    width: 500px;
    height: 135px;
    text-align: center;
    background: url(/public/img/new_header/banner-attendance.png) center no-repeat;
    background-size: 100%;
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
}
@media only screen and (max-width: 1200px) {
    .banner-attendance {
        left: 5.6%;
    }
}
@media only screen and (max-width: 992px) {
    .banner-attendance {
        left: 1%;
    }
}
@media only screen and (max-width: 840px) {
    .banner-attendance {
        left: 2%;
    }
}
@media only screen and (max-width: 768px) {
    .banner-attendance {
        display: none;
    }
}
.attendance__inner-border {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #fff;
    border-radius: 3px;
    width: 432px;
    height: 121px;
    margin-top: 7px;
    -webkit-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    transform: skewX(-21deg);
}
.attendance__title {
	width: 100%;
	text-align: center;
	font-family: 'bebas_neue_regularregular';
	color: #fff;
	text-transform: uppercase;
	font-size: 31px;
    margin-top: 18px;
    -webkit-transform: skewX(21deg);
    -ms-transform: skewX(21deg);
    transform: skewX(21deg);
    
}
a.attendance__request-link {
	display: inline-block;
	width: 199px;
	height: 38px;
	background-color: #fff;
	font-family: 'robotomedium';
	font-size: 18px;
    border-radius: 2px;
    line-height: 38px;
    margin-top: 18px;
    -webkit-transform: skewX(21deg);
    -ms-transform: skewX(21deg);
    transform: skewX(21deg);
    cursor: pointer;
}
a.attendance__request-link,
a.attendance__request-link:hover {
	text-decoration: none;
	color: #000;
}
/*Баннер График загрузки отеля*/

/*Форма Заказать График загрузки отеля*/
.request-attendance {
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .35);
}
.request-attendance-form {
    width: 720px;
    background: #fff;
    position: relative;
    margin: 150px auto;
    z-index: 11;
    border-radius: 3px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .35);
}
 @media only screen and (max-width: 800px) {
    .request-attendance-form {
        width: 78%;
    }
}
  @media only screen and (max-width: 720px) {
    .request-attendance-form {
        width: 94%;
    }
  }
  .form-attendance-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .request-attendance-form__top {
    text-align: center;
    padding: 44px 119px;
    line-height: 40px;
    margin-bottom: 0;
    background: url(/public/img/new_header/form-banner-attendance.jpg) center 17%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .request-attendance-form__top p:first-child {
    font-size: 40px;
    font-family: 'robotomedium';
    color: #fff;
    line-height: 55px;
    margin-bottom: 11px;
  }
  .request-attendance-form__top p:nth-child(2) {
    font-size: 22px;
    font-family: 'robotolight';
    font-style: normal;
    color: #fff;
    line-height: 32px;
  }
    @media only screen and (max-width: 620px) {
        .request-attendance-form__top {
            padding-left: 87px;
            padding-right: 87px;
        }
        .request-attendance-form__top p:first-child {
            font-size: 38px;
            line-height: 50px;
        }
        .request-attendance-form__top p:nth-child(2) {
            font-size: 21px;
            line-height: 28px;
        }
    }
    @media only screen and (max-width: 520px) {
        .request-attendance-form__top {
            padding-left: 47px;
            padding-right: 47px;
        }
    }
    @media only screen and (max-width: 440px) {
        .request-attendance-form__top {
            padding-left: 26px;
            padding-right: 26px;
        }
        .request-attendance-form__top p:first-child {
            font-size: 34px;
            line-height: 46px;
        }
        .request-attendance-form__top p:nth-child(2) {
            font-size: 19px;
            line-height: 26px;
        }
    }
  .attendance__form {
    padding: 43px 39px 46px 56px;
    border: 1px solid #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 0;
  }
  @media only screen and (max-width: 620px) {
    .attendance__form {
        padding: 30px 46px 44px 46px;
    }
  }
  .request-attendance-form__bottom__block {
    display: inline-block;
    vertical-align: middle;
    width: 201px;
    padding-right: 0;
    margin-right: 10px;
    font-size: 24px;
    letter-spacing: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-top: 0;
  }
  @media only screen and (max-width: 800px) {
      .request-attendance-form__bottom__block {
        display: block;
        width: 70%;
        margin: 0;
        margin: 15px auto;
        text-align: center;
        }
  }

  @media only screen and (max-width: 620px) {
    .request-attendance-form__bottom__block {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
  }
  .request-attendance-form__bottom__block-personald {
    width: 402px;
    margin-top: 20px;
    margin-bottom: 9px;
  }
  @media only screen and (max-width: 800px) {
      .request-attendance-form__bottom__block-personald {
        width: 70%;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 15px;
      }
  }
  @media only screen and (max-width: 620px) {
      .request-attendance-form__bottom__block-personald {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        }
  }
  @media only screen and (max-width: 380px) {
      .request-attendance-form__bottom__block-personald {
        max-width: 250px;
      }
  }
  .request-attendance-form__bottom__block:nth-child(3) {
    padding-right: 0;
  }
  @media only screen and (min-width: 801px) {
      .request-attendance-form__bottom__block:nth-child(3) {
        margin-right: 0;
      }
  }
  .request-attendance-form__bottom__block input[type="text"] {
    border: 1px solid #bababa;
    box-sizing: border-box;
    border-radius: 2px;
    height: 38px;
    outline: 0;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'robotolight';
    color: #585858;
  }
  .request-attendance-form__bottom__block input[type="text"], .request-attendance-form__bottom__block button {
    width: 100%;
    max-width: 250px;
  }

    .request-attendance-form__block__ttl {
        width: 100%;
        text-align: left;
        font-family: 'robotomedium';
        color: #525252;
        font-size: 16px;
        padding-bottom: 8px;
      }
    @media only screen and (max-width: 800px) {
        .request-attendance-form__block__ttl {
            padding-bottom: 6px;
        }
    }

  .request-attendance-form__bottom__block-last {
    float: right;
    margin-top: 15px;
    margin-right: 0;
  }
  @media only screen and (max-width: 800px) {
    .request-attendance-form__bottom__block-last {
        display: block;
        width: 70%;
        margin: 0;
        margin: 0 auto;
        margin-bottom: 15px;
        float: initial;
      }
  }
    @media only screen and (max-width: 620px) {
      .request-attendance-form__bottom__block-last {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        }
  }
  .request-attendance-form__bottom__block button {
    width: 100%;
    line-height: 36px;
    border-radius: 2px;
    background-color: #a8c12e;
    font-size: 16px;
    font-family: 'robotobold';
    outline: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
  }
  .request-attendance-form__bottom__block .personal-data-info__t {
    font-size: 14px;
    line-height: 20px;
    color: #626060;
    font-family: 'robotolight';
    font-weight: normal;
    letter-spacing: 0.2px;
  }
  .personal-data-info__link,
  a.personal-data-info__link_color {
    color: #626060;
  }
  .request-attendance-form .personal-data-info {
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
  }
    @media only screen and (max-width: 800px) {
        .request-attendance-form .personal-data-info {
            margin-top: 15px;
            max-width: 100%;
            margin: 0 auto;
        }
    }
    @media only screen and (max-width: 800px) {
        .request-attendance-form__bottom__block input[type="text"], .request-attendance-form__bottom__block button {
            max-width: 100%;
        }
    }

/*Форма Заказать График загрузки отеля*/

 /*Форма подписаться на новости и спец. предложения*/
 .popup-answer-wrap {
	display: none;
	position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    margin: auto;
    overflow: auto;
    z-index: 9999;
}
.popup-answer {
	width: 720px;
	background: url(/public/img/new_header/form-banner-attendance.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, .35);
    position: relative;
    margin: 153px auto 0;
    margin-top: 10%;
    margin-bottom: 10%;
    overflow: auto;
    z-index: 10000;
    padding: 42px 67px 72px;
    border-radius: 3px;
}
@media screen and (max-width: 820px) {
	.popup-answer {
		width: 720px;
		padding: 88px 90px 58px;
	}
}
@media screen and (max-width: 720px) {
	.popup-answer {
		width: 94%;
		padding: 38px 70px 68px;
	}
}
@media screen and (max-width: 480px) {
	.popup-answer {
		width: 88%;
		padding: 68px 40px;
	}
}
.popup-answer__title {
	font-family: 'robotomedium', sans-serif;
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
    margin-top: 0px;
}
@media screen and (max-width: 480px) {
    .popup-answer__title {
        font-size: 36px;
    }
}
.popup-answer__text {
	font-family: 'robotolight', sans-serif;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 34px;
}
@media screen and (max-width: 480px) {
    .popup-answer__text {
        font-size: 18px;
        line-height: 26px;
    }
}
.popup-download {
	display: block;
    width: 208px;
    font-family: 'robotolight', sans-serif;
    font-size: 16px;
    color: #ffd200;
    text-align: center;
    margin: 0 auto;
    margin-top: 28px;
    text-decoration: underline;
}
.popup-download:before {
	content: url(/public/img/new_header/download_icon.png);
	width: 16px;
	height: 19px;
	display: inline-block;
	margin-right: 7px;
}
.popup-download:hover,
.popup-download:focus,
.popup-download:visited {
	font-family: 'robotolight', sans-serif;
    font-size: 16px;
    color: #ffd200;
}
@media screen and (max-width: 480px) {
    .popup-download {
        font-size: 15px;
        margin-top: 24px;
    }
}

.popup-answer__bottom {
	margin-top: 38px;
	text-align: center;
}
@media screen and (max-width: 800px) {
    .popup-answer__bottom {
        width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 480px) {
    .popup-answer__bottom {
        margin-top: 28px;
    }
}
@media screen and (max-width: 404px) {
    .popup-answer__bottom {
        width: 100%;
    }
}
.request-attendance__submit-subscribe {
    width: 201px;
    line-height: 38px;
    background-color: #a8c12e;
    border-radius: 2px;
    outline: 0;
    border: 0;
    color: #fff;
    font-family: 'robotobold', sans-serif;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
}
@media screen and (max-width: 800px) {
	.request-attendance__submit-subscribe {
		width: 100%;
	}
}
/*@media screen and (max-width: 480px) {
    .request-attendance__submit-subscribe {
        font-size: 14px;
        line-height: 34px;
    }
}*/

.popup-answer__input-wrap {
	width: 249px;
    display: inline-block;
	margin-right: 19px;
}
@media screen and (max-width: 800px) {
	.popup-answer__input-wrap {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
    .popup-answer__input-wrap {
        margin-bottom: 26px;
    }
}
.popup-answer__input::-webkit-input-placeholder {font-family: 'robotolight', sans-serif; color: #fff; font-size: 18px;}
.popup-answer__input::-moz-placeholder {font-family: 'robotolight', sans-serif; color: #fff; font-size: 18px;}
.popup-answer__input:-moz-placeholder {font-family: 'robotolight', sans-serif; color: #fff; font-size: 18px;}
.popup-answer__input:-ms-input-placeholder {font-family: 'robotolight', sans-serif; color: #fff; font-size: 18px;}

/*@media screen and (max-width: 480px) {
    .popup-answer__input::-webkit-input-placeholder {font-size: 14px;}
    .popup-answer__input::-moz-placeholder {font-size: 14px;}
    .popup-answer__input:-moz-placeholder {font-size: 14px;}
    .popup-answer__input:-ms-input-placeholder {font-size: 14px;}
}*/
.popup-answer__input {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 2px;
	background-color: transparent;
	font-size: 16px;
	font-family: 'robotolight', sans-serif;
	color: #fff;
	line-height: 34px;
}
input.popup-answer__input {
	padding-left: 10px;

}
/*@media screen and (max-width: 480px) {
    .popup-answer__input {
        line-height: 30px;
        font-size: 14px;
    }
}*/
.popup-answer__hide-btn {
	position: absolute;
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
    background: url(/public/img/new_header/cancel-attendance-form.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}
 /*Форма подписаться на новости и спец. предложения*/