/**
 *		Block	
 */
.block {
  margin-bottom: 24px; }
.block--interior {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 12px; }
.block--half {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }
.block--doubled {
  -webkit-flex-basis: 67%;
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
  max-width: 67%; }
.block--halved {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  max-width: 33%; }
.block__shaded {
  background-color: #f2f2f2; }
.block__noindentation {
  margin-bottom: 0; }
.block__increased {
  margin-bottom: 40px; }

.block__news-all {
  margin-bottom: 45px; }


.block--wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 634px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom right }
.block--wrapper p {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.6; }
.block--wrapper .block--text {
  padding: 0 95px; }
.block--wrapper__welcome {
  background-color: #f4f4f6;
  background-image: url(../img/bg-1.jpg); }
.block--wrapper__welcome .block--text {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  -webkit-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  transform: translate(0, -55%); }
.block--wrapper__welcome p {
  max-width: 525px; }
.block--wrapper__shop {
  background-color: #f3f4f9;
  background-image: url(../img/bg-3.jpg); }
.block--wrapper__shop .block--text {
  padding-top: 88px; }
.block--wrapper__shop h2 {
  max-width: 380px;
  margin-bottom: 47px; }
.block--wrapper__shop p {
  max-width: 330px; }
.block--wrapper__wedding {
  background-color: #dfccd3;
  background-image: url(../img/bg-2.jpg); }
.block--wrapper__wedding .block--text {
  padding-top: 88px; }
.block--wrapper__wedding h2 {
  max-width: 380px;
  margin-bottom: 47px; }
.block--wrapper__wedding h2 span {
  display: block;
  width: 100%;
}
.block--wrapper__wedding p {
  max-width: 440px; }
.block--wrapper__wedding .button {
  padding: 16px 28px; }
.block--wrapper__our-shop {
  position: relative;
  background-color: #f6e6d0;
  background-image: url(../img/bg-4.jpg); }
.block--wrapper__our-shop .block--text {
  padding-top: 88px; }
.block--wrapper__our-shop h2 {
  margin-bottom: 83px; }
.block--wrapper__our-shop ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.block--wrapper__our-shop ul .slick-list {
  width: 100%; }

.block--wrapper__our-shop ul li {
  position: relative;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  min-height: 298px;
  padding-right: 20px;
  padding-bottom: 50px; }
.block--wrapper__our-shop ul li p {
  margin: 0 0 5px;
  font-family: 'ChronicleDisp-R', Times New Roman, serif; }
.block--wrapper__our-shop ul li p.title {
  font-size: 48px;
  font-family: 'Reforma', Times New Roman, serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 6.1px;
  line-height: 52px;
}
.block--wrapper__our-shop ul li a {
  display: inline-block;

  font-family: 'ChronicleDisp-R', Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #3D0B20; }

// .block--wrapper__our-shop ul li a.button {
   //    position: absolute;
   //    left: 0;
   //    bottom: 0;
   // }
.block--wrapper__our-shop ul li .button {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'ChronicleDisp', Times New Roman, serif;
  font-weight: 700;
  font-size: 14px;
  color: #231f20;
}
.block--wrapper__our-shop ul li .button:hover {
  color: white
}
.block--wrapper__our-shop ul .arrow {
  position: absolute;
  top: 50px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(209, 131, 22, 0.6);
  cursor: pointer; }
.block--wrapper__our-shop ul .arrow span {
  display: inline-block;
  width: 12px;
  height: 22px;
  background-image: url(../img/arow-dark.png);
  background-repeat: no-repeat; }
.block--wrapper__our-shop ul .arrow__prev {
  left: -25px; }
.block--wrapper__our-shop ul .arrow__prev span {
  margin-top: 3px;
  margin-left: -3px;
  background-position: center left; }
.block--wrapper__our-shop ul .arrow__next {
  right: -25px; }
.block--wrapper__our-shop ul .arrow__next span {
  margin-top: 3px;
  margin-left: -3px;
  background-position: center right; }
.block--wrapper__blog {
  background-color: #00bdd3;
  background-image: url(../img/bg-5.jpg); }
.block--wrapper__blog .block--text {
  padding-top: 88px; }
.block--wrapper__blog h2 {
  max-width: 190px;
  margin-bottom: 47px; }
.block--wrapper__blog p {
  max-width: 420px;
  margin-bottom: 67px;
  color: #fff; }

@media screen and (min-width: 1341px) {
  .block--wrapper__our-shop .slick-track {
    width: 100% !important; }
  .block--wrapper__our-shop ul li {
    width: 100% !important; } }
/**
 *		Media	
 */
@media screen and (max-width: 1600px) {
  .block--wrapper .block--text {
    padding-left: 75px;
    padding-right: 75px; }
  .block--wrapper__our-shop .block--text {
    padding-right: 25px; }
  .block--wrapper__our-shop ul li p,
  .block--wrapper__our-shop ul li a {
    font-size: 18px; } }
@media screen and (max-width: 1340px) {
  .block--doubled {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%; }

  .block--halved {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%; }

  .block--wrapper p {
    font-size: 18px; }
  .block--wrapper .block--text {
    padding-left: 50px;
    padding-right: 50px; }
  .block--wrapper__our-shop ul {
    padding: 0 50px; } }
@media screen and (max-width: 960px) {
  .events-box-text {
    position: static !important;
  }
  .block--wrapper p {
    font-size: 20px; }
  .block--wrapper .block--text {
    padding-left: 95px;
    padding-right: 50px; }
  .block--wrapper__welcome {
    background-position: center left; }
  .block--wrapper__welcome .block--text {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 76px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .block--wrapper__welcome .block--text h2 {
    margin-bottom: 30px;
    line-height: 97px; }
  .block--wrapper__welcome .block--text h2 span {
    display: block; }
  .block--wrapper__our-shop ul {
    padding: 0 30px; }
  .block--wrapper__our-shop ul li p,
  .block--wrapper__our-shop ul li a {
    font-size: 20px; }
  .block--wrapper__our-shop ul .arrow__prev {
    left: -70px; }
  .block--wrapper__our-shop ul .arrow__next {
    right: -16px; }
  .block--half {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 24px; }
  .block--half:last-child {
    margin-bottom: 0; }
  .block--doubled {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 24px; }
  .block--halved {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
@media screen and (max-width: 630px) {
  .block--wrapper {
    height: 535px; }
  .block--wrapper__blog p {
    margin-bottom: 40px; }
  .block--wrapper__blog h2 {
    margin-bottom: 25px; }
  .block--wrapper__blog .block--text {
    padding-top: 65px; }
  .block--wrapper__our-shop h2 {
    margin-bottom: 45px; }
  .block--wrapper__our-shop ul li {
    height: 170px;
    padding-right: 0; }
  .block--wrapper__our-shop ul li a,
  .block--wrapper__our-shop ul li p {
    font-size: 18px; }
  .block--wrapper__our-shop ul li p.title {
    font-size: 48px; }
  .block--wrapper__our-shop ul .arrow__prev {
    left: -40px; }
  .block--wrapper__our-shop ul .arrow__next {
    right: -15px; }
  .block--wrapper__our-shop .block--text {
    padding-top: 65px; }
  .block--wrapper__shop .block--text, .block--wrapper__wedding .block--text {
    padding-top: 65px; }
  .block--wrapper__welcome .block--text {
    padding-top: 65px; }
  .block--wrapper__welcome .block--text h2 {
    line-height: 36px; }
  .block--wrapper .block--text {
    padding-left: 55px;
    padding-right: 30px; }
  .block--wrapper p {
    font-size: 16px;
    line-height: 1.3; } }
@media screen and (max-width: 480px) {
  .block--wrapper {
    height: 425px; }
  .block--wrapper p {
    margin-bottom: 35px;
    font-size: 14px; }
  .block--wrapper__welcome .block--text, .block--wrapper__shop .block--text, .block--wrapper__our-shop .block--text, .block--wrapper__blog .block--text, .block--wrapper__wedding .block--text {
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 25px; }
  .block--wrapper__our-shop ul .arrow {
    width: 45px;
    height: 45px; }
  .block--wrapper__our-shop ul li {
    height: 145px; }
  .block--wrapper__our-shop ul li a,
  .block--wrapper__our-shop ul li p {
    font-size: 15px; }
  .block--wrapper__our-shop ul .arrow__prev {
    left: -25px; }
  .block--wrapper__our-shop ul .arrow__next {
    right: -8px; }
  .block--wrapper__our-shop h2 {
    margin-bottom: 30px; } }
/**
 *		Bottom info	
 */
.bottom-info {
  padding: 38px 0; }
.bottom-info--wrapper {
  padding: 42px 0 37px;
  border-bottom: 1px solid #3D0B20; }

.bottom-info--wrapper .row {
  margin: 0;
}
.bottom-info--wrapper .line-size {
  padding: 0;
}

.bottom-info--wrapper .phone {
  font-family: 'Reforma';
  font-weight: 300;
  font-size: 56px;
  line-height: 44px;
  letter-spacing: 5px; }
.bottom-info--wrapper p.title {
  margin-bottom: 17px;
  font-family: 'Reforma';
  font-weight: 300;
  font-size: 36px;
  color: #3D0B20;
  letter-spacing: 3px;
  text-transform: uppercase; }
.bottom-info--wrapper p.title--big-indent {
  margin-bottom: 33px; }
.bottom-info--wrapper .button {
  padding: 12px 26px;
  letter-spacing: 1.25px; }
.bottom-info--wrapper:last-child {
  border-bottom: 0; }
.bottom-info--list {
  padding: 0;
  margin: 0; }
.bottom-info--item a {
  font-family: 'ChronicleDisp-R', Times New Roman, serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: color .25s;
  transition: color .25s; }
.bottom-info--item a:hover {
  color: #3D0B20; }
.bottom-info--item-social {
  display: inline-block;
  margin: 0 11px;
  vertical-align: middle; }
.bottom-info--item-social:first-child {
  margin-left: 0; }
.bottom-info--item-social:last-child {
  margin-right: 0; }
.bottom-info--item-social a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3D0B20;
  background-image: url(../img/social.png);
  background-repeat: no-repeat;
  -webkit-transition: background-color .25s;
  transition: background-color .25s; }
.bottom-info--item-social a:hover {
  background-color: #e79118; }
.bottom-info--item-social a.fb {
  background-position: left center; }
.bottom-info--item-social a.tw {
  background-position: -40px center; }
.bottom-info--item-social a.in {
  background-position: -80px center; }

/**
 *		Media	
 */
@media screen and (max-width: 960px) {
  .bottom-info--item a {
    font-size: 18px;
    line-height: 1.7; }
  .bottom-info--wrapper {
    position: relative;
    padding: 42px 0 4px; }
  .bottom-info--wrapper .row {

    max-width: 560px;
    margin: auto; }
  .bottom-info--wrapper .line-size {
    margin-bottom: 45px; }
  .bottom-info--wrapper p.title {
    margin-bottom: 15px; }
  .bottom-info--wrapper:nth-child(2) {
    padding: 56px 0 22px; }
  .bottom-info--wrapper:nth-child(2) p.title {
    margin-bottom: 30px; }
  .bottom-info--wrapper:nth-child(2):before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 185px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3D0B20; }
  .bottom-info--wrapper:nth-child(2) .line-size:nth-child(1),
  .bottom-info--wrapper:nth-child(2) .line-size:nth-child(3) {
    margin-bottom: 115px; }
  .bottom-info--wrapper:nth-child(2) .line-size:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;

    margin-bottom: 0; } }

@media screen and (max-width: 630px) {
  .bottom-info--item a {
    font-size: 16px;
    line-height: 1.45; }
  .bottom-info--item-social {
    margin: 0 5px; }
  .bottom-info--wrapper p.title {
    margin-bottom: 10px;
    font-size: 26px;
    letter-spacing: 2px; }
  .bottom-info--wrapper .phone {
    font-size: 42px;
    line-height: 34px;
    letter-spacing: 3px; }
  .bottom-info--wrapper:nth-child(2) {
    padding: 30px 0 22px; }
  .bottom-info--wrapper:nth-child(2):before {
    bottom: 145px; }
  .bottom-info--wrapper:nth-child(2) .line-size:nth-child(1),
  .bottom-info--wrapper:nth-child(2) .line-size:nth-child(3) {
    margin-bottom: 75px; }
  .bottom-info--wrapper:nth-child(2) p.title {
    margin-bottom: 20px; } }
@media screen and (max-width: 480px) {
  .bottom-info {
    padding: 20px 0; }

  .bottom-info--wrapper .line-size {
    padding: 0 5px; }

  .bottom-info--wrapper:nth-child(2):before {
    bottom: 178px; }
  .bottom-info--wrapper:nth-child(2) .line-size {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .bottom-info--wrapper:nth-child(2) .line-size:nth-child(1) {
    margin-bottom: 20px; }
  .bottom-info--wrapper:nth-child(2) .line-size:nth-child(3) {
    margin-bottom: 40px; } }
/**
 *		Events photo	
 */
.events-photo-item {
  position: relative;
  display: block;
  overflow: hidden; }
.events-photo-item img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform .6s ease-out;
  transition: transform .6s ease-out; }
.events-photo-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.events-box-text {
  position: absolute;
  left: 0;
  bottom: 63px;
  width: 100%;
  max-width: 450px;
  max-height: 265px;
  padding: 20px 40px 27px 117px;
  background: #fff; }
.events-box-text h2 {
  position: relative;
  margin-bottom: 30px; }
.events-box-text h2.orange:before {
  background-color: #3D0B20; }
.events-box-text h2:before {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0;
  display: inline-block;
  width: 34px;
  height: 2px;
  background-color: #E24285; }
.events-box-text p {
  font-size: 14px;
  font-weight: 700;

  text-transform: uppercase; }


/**
 *		Media	
 */
@media screen and (max-width: 1600px) {
  .events-box-text {
    max-height: 250px;
    padding: 20px 40px 27px 100px; } }
@media screen and (max-width: 1340px) {
  .events-box-text {
    max-width: 350px;
    padding: 18px 20px 22px 60px; }
  .events-box-text h2 {
    font-size: 58px;
    line-height: 46px;
    letter-spacing: 4.1px; } }
@media screen and (max-width: 960px) {
  .events-box-text {
    max-width: 457px;
    padding: 20px 20px 23px 124px; }
  .events-box-text h2 {
    font-size: 72px;
    line-height: 58px;
    letter-spacing: 6.1px; } }
@media screen and (max-width: 630px) {
  .events-box-text {
    max-width: 390px;
    padding: 20px 30px 20px 85px; } }
@media screen and (max-width: 480px) {
  .events-box-text {

    max-width: 100%;

    padding: 20px 10px 20px 30px;
    bottom: 35px; } }
/**
 *		Footer	
 */
footer {
  padding: 35px 0;
  background-color: #231f20; }
footer a,
footer p {
  font-family: 'ChronicleDisp-R', Times New Roman, serif;
  font-size: 16px;
  color: #fff; }

.footer-wrapper__right {
  text-align: right; }

@media screen and (max-width: 630px) {
  footer {
    padding: 25px 0; }
  footer a,
  footer p {
    font-size: 14px; }
  footer .line-size {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  footer .line-size:last-child .footer-wrapper {
    margin-bottom: 0; }
  footer .footer-wrapper {
    margin-bottom: 15px;
    text-align: center; } }
/**
 *		Fullpage slider	
 */
.block-slider {
  position: relative; }
.block-slider .arrow {
  z-index: 2;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(35, 31, 32, 0.6);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer; }
.block-slider .arrow span {
  display: inline-block;
  width: 12px;
  height: 22px;
  background-image: url(../img/arow-white.png);
  background-repeat: no-repeat; }
.block-slider .arrow__prev {
  left: 24px; }
.block-slider .arrow__prev span {
  margin-top: 3px;
  margin-left: -3px;
  background-position: center left; }
.block-slider .arrow__next {
  right: 24px; }
.block-slider .arrow__next span {
  margin-top: 3px;
  margin-left: -3px;
  background-position: center right; }
.block-slider .slider-list {
  position: relative; }
.block-slider .scroll-bottom,
.photo-list .scroll-bottom {
  position: absolute;
  left: 50%;
  bottom: 45px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
.block-slider .scroll-bottom p,
.photo-list .scroll-bottom p {
  margin-bottom: 8px;
  font-family: 'ChronicleDisp', Times New Roman, serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #fff; }
.block-slider .scroll-bottom a.button,
.photo-list .scroll-bottom a.button{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: rgba(35, 31, 32, 0.6);
  cursor: pointer; }
.block-slider .scroll-bottom a.button span,
.photo-list .scroll-bottom a.button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 22px;
  height: 12px;
  background-image: url(../img/arow-white-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.slider-item {
  position: relative;
  width: 100%;
  height: 783px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden; }
.slider-item img {
  width: 100%; }
.slider-item h2 {
  margin-bottom: 13px; }
.slider-item h2 span {
  color: #fff; }

.slider-info {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  max-width: 750px;
  max-height: 271px;
  padding: 40px 30px 40px 117px;
  background-color: rgba(35, 31, 32, 0.6);
  color: #fff; }
.slider-info--number {
  margin-bottom: 10px; }
.slider-info--number span {
  display: inline-block;
  margin: 0 5px;
  font-family: 'ChronicleDisp', Times New Roman, serif;
  font-size: 22px;
  color: #fff;
  vertical-align: middle; }
.slider-info--number span.number {
  font-weight: 700;
  font-style: italic; }
.slider-info--number span.pret {
  font-style: italic; }
.slider-info a {
  font-family: 'ChronicleDisp', Times New Roman, serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.4px;
  text-transform: uppercase; }

/**
 *		Media	
 */
@media screen and (max-width: 1580px) {
  .block-slider .arrow {
    top: 18%; }
  .block-slider .scroll-bottom,
  .photo-list .scroll-bottom {
    bottom: 23px; }
  .slider-item {
    height: 550px; }
  .slider-info {
    bottom: 140px; } }
@media screen and (max-width: 630px) {
  .block-slider .arrow {
    top: 15%; }

  .slider-item {
    height: 450px; }

  .slider-info {
    max-width: 390px;
    padding: 20px 30px 20px 85px; }
  .slider-info a {
    font-size: 12px; }
  .slider-info--number span {
    font-size: 18px; } }
@media screen and (max-width: 480px) {
  .block-slider .arrow {
    top: 13%; }

  .slider-item {
    height: 450px; }
  .slider-item h2 {
    font-size: 36px; }
  .slider-item h2 span {
    font-size: 36px; }

  .slider-info {
    top: 120px;
    bottom: auto;
    max-width: 100%;
    padding: 20px 10px 20px 30px; } }
/**
 *		Header	
 */
header {

  z-index: 101;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background-color: #fff; }
header.fixed {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .45);
  position: fixed; }


.header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.header-logo a {
  display: block; }
.header-logo a img {
  max-height: 57px;
  max-width: 233px;
}
.header-link {
  text-align: right; }
.header-link .header-link-list {
  padding: 0;
  margin: 38px 0 37px; }
.header-link .header-link-item {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  margin-left: -4px; }
.header-link .header-link-item span {
  font-size: 14px;
  margin: 0 13px;
  font-style: italic; }
.header-link .header-link-item_active span{ color:#3D0B20;}
.header-link .header-link-item a:not(.button) {
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  transition: color .3s; }
.header-link .header-link-item a:not(.button):hover {
  color: #3D0B20; }
.header-link .header-link-item a:not(.button) span {
  margin: 0;
  text-transform: initial;
  font-style: italic; }
.header-link .header-link-item a span.number {
  margin: 0 -1px 0 3px; }
.header-link .header-link-item:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #918f8f;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
.header-link .header-link-item:first-child {
  padding-left: 0; }
.header-link .header-link-item:last-child {
  padding-right: 0; }
.header-link .header-link-item:last-child:before {
  display: none; }

.header-nav .open-menu {
  position: relative;
  padding: 0 10px 0 47px;
  margin: 37px 0 37px -10px;

  cursor: pointer; background-color:transparent;}

.header-nav .open-menu span {
  font-size: 14px;
  font-family: 'ChronicleDisp', Times New Roman, serif;
  text-transform: uppercase;
  letter-spacing: 1.4px; }
.header-nav .open-menu .icon {
  top: 50%;
  left: 50%;
  margin: -2px 0 0 0; }
.header-nav .open-menu .icon:before,
.header-nav .open-menu .icon:after {
  content: ''; }
.header-nav .open-menu .icon,
.header-nav .open-menu .icon:before,
.header-nav .open-menu .icon:after {
  left: 0;
  width: 24px;
  height: 4px;
  background-color: #231f20;
  position: absolute; }
.header-nav .open-menu .icon {
  left: 10px; }
.header-nav .open-menu .icon:after {
  top: -8px;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }
.header-nav .open-menu .icon:before {
  bottom: -8px;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right; }

/**
 *		Media	
 */
@media screen and (max-width: 1340px) {
  .header-link .header-link-list {
    margin: 30px 0; }
  .header-link .header-link-item {
    display: block;
    padding: 0;
    margin: 0; }
  .header-link .header-link-item:before {
    display: none; } }
@media screen and (max-width: 630px) {
  header {
    height: 72px; }

  .header-nav .open-menu {
    margin: 27px 0 27px -10px; }

  .header-logo a {
    width: 125px; }
  .header-logo a img {
    width: 100%; } }
@media screen and (max-width: 480px) {
  .header-nav .open-menu {
    margin: 36px 0 36px -10px; }
  .header-nav .open-menu span {
    display: none; }
  .header-nav .open-menu span.icon {
    display: block; } }
/**
 *		Fonts	
 */
@font-face {
  font-family: "ChronicleDisp-B";
  src: url("../fonts/ChronicleDisp-Black.eot");
  src: url("../fonts/ChronicleDisp-Blackd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ChronicleDisp-Black.woff") format("woff"), url("../fonts/ChronicleDisp-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "ChronicleDisp";
  src: url("../fonts/ChronicleDisp-Semibold.eot");
  src: url("../fonts/ChronicleDisp-Semiboldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ChronicleDisp-Semibold.woff") format("woff"), url("../fonts/ChronicleDisp-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "ChronicleDisp";
  src: url("../fonts/ChronicleDisp-Light.eot");
  src: url("../fonts/ChronicleDisp-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ChronicleDisp-Light.woff") format("woff"), url("../fonts/ChronicleDisp-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "ChronicleDisp";
  src: url("../fonts/ChronicleDisp-LightItal.eot");
  src: url("../fonts/ChronicleDisp-LightItald41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ChronicleDisp-LightItal.woff") format("woff"), url("../fonts/ChronicleDisp-LightItal.ttf") format("truetype");
  font-style: italic;
  font-weight: 300; }
@font-face {
  font-family: "ChronicleDisp";
  src: url("../fonts/ChronicleDisp-Bold.eot");
  src: url("../fonts/ChronicleDisp-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ChronicleDisp-Bold.woff") format("woff"), url("../fonts/ChronicleDisp-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "ChronicleDisp";
  src: url("../fonts/ChronicleDisp-BoldItal.eot");
  src: url("../fonts/ChronicleDisp-BoldItald41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ChronicleDisp-BoldItal.woff") format("woff"), url("../fonts/ChronicleDisp-BoldItal.ttf") format("truetype");
  font-style: italic;
  font-weight: 700; }
@font-face {
  font-family: "ChronicleDisp";
  src: url("../fonts/ChronicleDisp-SemiboldItal.eot");
  src: url("../fonts/ChronicleDisp-SemiboldItald41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ChronicleDisp-SemiboldItal.woff") format("woff"), url("../fonts/ChronicleDisp-SemiboldItal.ttf") format("truetype");
  font-style: italic;
  font-weight: normal; }
@font-face {
  font-family: "ChronicleDisp-R";
  src: url("../fonts/ChronicleDisp-Roman.eot");
  src: url("../fonts/ChronicleDisp-Romand41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ChronicleDisp-Roman.woff") format("woff"), url("../fonts/ChronicleDisp-Roman.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Reforma";
  src: url("../fonts/RFG49.eot");
  src: url("../fonts/RFG49d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/RFG49.woff") format("woff"), url("../fonts/RFG49.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "Reforma";
  src: url("../fonts/RFG69.eot");
  src: url("../fonts/RFG69d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/RFG69.woff") format("woff"), url("../fonts/RFG69.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none; }

html {
  font-size: 100%;
  font-family: 'ChronicleDisp', Times New Roman, serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

body {
  color: #231f20;
  background-color: #fff; }
body.menu-open {
  overflow: hidden; }

.wrapper {
  min-width: 320px;
  overflow: hidden; }
.wrapper .wrapper-menu .nav {
  z-index: 60;
  position: fixed;
  top: 0;
  left: 0;
  width: 480px;
  height: 100vh;
  padding-bottom: 60px;
  background-color: #231f20;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
.wrapper .wrapper-menu .nav .header-nav-top-panel {
  padding: 6px 0;

  margin-bottom: 35px;

  background-color: #E24285;
  text-align: center;
  letter-spacing: 1.6px; }
.wrapper .wrapper-menu .nav .header-nav-top-panel p {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase; }
.wrapper .wrapper-menu .nav .close-menu {
  display: inline-block;
  margin: 0 24px 47px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; background-color:transparent;}

.wrapper .wrapper-menu .nav .close-menu .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  background-image: url(../img/nav-icon-close.png);
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s; }

.wrapper .wrapper-menu .nav .close-menu .icon:hover {

  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.wrapper .wrapper-menu .nav .close-menu.is-visible {
  opacity: 1; }
.wrapper .wrapper-menu .nav .nav-list {
  position: relative;
  padding: 15px 0;
  margin: 0; }
.wrapper .wrapper-menu .nav .nav-list:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 24px;
  width: 200px;
  height: 1px;
  background-color: #4f4c4d; }
.wrapper .wrapper-menu .nav .nav-list .nav-item {
  position: relative; }
.wrapper .wrapper-menu .nav .nav-list .nav-item:hover:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 13px;
  background-color: #E24285; }
.wrapper .wrapper-menu .nav .nav-list .nav-item:hover > a {
  color: #E24285; }
.wrapper .wrapper-menu .nav .nav-list .nav-item__dropdown > a:before,
.wrapper .wrapper-menu .nav .nav-list .nav-item__dropdown > a:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff; }
.wrapper .wrapper-menu .nav .nav-list .nav-item__dropdown > a:before {
  top: 17px;
  right: 0;
  width: 13px;
  height: 3px; }
.wrapper .wrapper-menu .nav .nav-list .nav-item__dropdown > a:after {
  top: 12px;
  right: 5px;
  width: 3px;
  height: 13px; }
.wrapper .wrapper-menu .nav .nav-list .nav-item.is-active:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 13px;
  background-color: #E24285; }
.wrapper .wrapper-menu .nav .nav-list .nav-item.is-active > a {
  color: #E24285; }
.wrapper .wrapper-menu .nav .nav-list .nav-item.is-open.nav-item__dropdown > a:before {
  background-color: #E24285; }
.wrapper .wrapper-menu .nav .nav-list .nav-item.is-open.nav-item__dropdown > a:after {
  display: none; }
.wrapper .wrapper-menu .nav .nav-list .nav-item a {
  position: relative;
  display: inline-block;
  padding: 11px 30px 13px 24px;
  font-family: 'ChronicleDisp', Times New Roman, serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.4px;
  color: #fff;
  text-transform: uppercase; }
.wrapper .wrapper-menu .nav .nav-list__extra:before {
  display: none; }
.wrapper .wrapper-menu .nav .nav-list__extra .nav-item {
  font-size: 18px; }
.wrapper .wrapper-menu .nav .nav-list__extra .nav-item a {
  font-family: 'ChronicleDisp', Times New Roman, serif;
  font-style: italic;
  text-transform: inherit; }
.wrapper .wrapper-menu .nav .nav-list__inserted {
  display: none;
  padding: 0; }
.wrapper .wrapper-menu .nav .nav-list__inserted .nav-item a {
  padding: 13px 44px 15px 44px;
  font-size: 14px; }
.wrapper .wrapper-menu .nav .nav-list__inserted:before {
  display: none; }
.wrapper .wrapper-menu .nav .nav-list__inserted.is-active {
  display: block; }
.wrapper .wrapper-menu .wrapper-substrate {
  content: '';
  z-index: 55;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.8);
  cursor: pointer; }
.wrapper.menu-open .wrapper-menu .nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.wrapper-content {
  z-index: 1;
  position: relative; }

.container {

  max-width: 1920px;

  padding: 0 24px;
  margin: 0 auto; }
.container__nopadding {
  padding: 0; }
.container__narrow {
padding: 0px 40px 20px; }
.container__increased {
  max-width: 2560px; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: wrap;
  -ms-flex-direction: wrap;
  flex-direction: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px; }
.row__block {
  margin: 0 -12px; }
.row__nomargin {
  margin: 0; }
.row__nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.title-block {
  padding: 32px 0 27px;
  margin-bottom: 61px;
  text-align: center; }
.title-block h2 {
  margin: 0;
  font-family: 'Reforma', Times New Roman, serif;
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 5px; }

.line-size {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 5px; }
.line-size__nopadding {
  padding: 0; }

.line-xs-full {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.line-xs-1of2 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.line-xs-1of3 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.line-xs-1of4 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.line-xs-1of6 {
  -webkit-flex-basis: 16.666%;
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
  max-width: 16.666%; }

.line-xs-4of6 {
  -webkit-flex-basis: 66.666%;
  -ms-flex-preferred-size: 66.666%;
  flex-basis: 66.666%;
  max-width: 66.666%; }

@media only screen and (min-width: 960px) {
  .lind-sm-full {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .line-sm-1of2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .line-sm-1of3 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .line-sm-1of4 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .line-sm-1of6 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }

  .line-sm-4of6 {
    -webkit-flex-basis: 66.666%;
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%; } }
@media only screen and (min-width: 1340px) {
  .lind-md-full {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .line-md-1of2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .line-md-1of3 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .line-md-1of4 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .line-md-1of6 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }

  .line-md-4of6 {
    -webkit-flex-basis: 66.666%;
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%; } }
@media only screen and (min-width: 1600px) {
  .lind-lg-full {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .line-lg-1of2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .line-lg-1of3 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .line-lg-1of4 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .line-lg-4of6 {
    -webkit-flex-basis: 66.666%;
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%; }

  .line-lg-1of6 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; } }
h2 {
  margin: 0 0 40px;
  font-family: 'Reforma', Times New Roman, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 58px;
  text-transform: capitalize; }
h2.white {
  color: #fff; }
h2 span {
  font-family: 'Reforma', Times New Roman, serif;
  font-size: 72px;
  letter-spacing: 6.1px;
  text-transform: uppercase;
  font-weight: 500; }
h2 span.turquoise {
  color: #E24285; }
h2 span.orange {
  color: #3D0B20; }
h2 span.white {
  color: #fff; }

p,
a,
span,
li {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #231f20; }

p {
  font-size: 20px;
  color: #231f20;
  line-height: 32px;
}

a {
  text-decoration: none; }

ul,
ol {
  list-style-type: none; }

input {
  display: inline-block;
  width: 100%;
  height: 40px;
  max-width: 360px;
  padding: 10px 13px;
  margin-right: 7px;
  color: #231f20;
  font-family: 'ChronicleDisp-R', Times New Roman, serif;
  font-size: 16px;

  background-color:transparent;

  border-radius: 0;
  border: 1px solid #231f20;
  vertical-align: top; }

input::-webkit-input-placeholder {
  color: #231f20;
  font-size: 16px;
  font-family: 'ChronicleDisp-R', Times New Roman, serif; }

input::-moz-placeholder {
  color: #231f20;
  font-size: 16px;
  font-family: 'ChronicleDisp-R', Times New Roman, serif; }

input:-moz-placeholder {
  color: #231f20;
  font-size: 16px;
  font-family: 'ChronicleDisp-R', Times New Roman, serif; }

input:-ms-input-placeholder {
  color: #231f20;
  font-size: 16px;
  font-family: 'ChronicleDisp-R', Times New Roman, serif; }

textarea::-webkit-input-placeholder {
  color: #231f20;
  font-size: 16px;
  font-family: 'ChronicleDisp-R', Times New Roman, serif; }

textarea::-moz-placeholder {
  color: #231f20;
  font-size: 16px;
  font-family: 'ChronicleDisp-R', Times New Roman, serif; }

textarea:-moz-placeholder {
  color: #231f20;
  font-size: 16px;
  font-family: 'ChronicleDisp-R', Times New Roman, serif; }

textarea:-ms-input-placeholder {
  color: #231f20;
  font-size: 16px;
  font-family: 'ChronicleDisp-R', Times New Roman, serif; }

button,
a {
  background-color: inherit;
  border: 0;
  border-radius: 0; }
button.button,
a.button {
  display: inline-block;
  padding: 16px 23px;
  font-family: 'ChronicleDisp', Times New Roman, serif;
  font-weight: 700;
  font-size: 14px;
  color: #231f20;
  letter-spacing: 1.3px;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .25s;
  transition: all .25s;
  text-align: center; }
button.button__transparent,
a.button__transparent {
  border: 1px solid #231f20; background-color:transparent; }
button.button__transparent-turquoise:hover,
a.button__transparent-turquoise:hover {
  color: #fff;
  border-color: #E24285;
  background-color: #E24285; }
button.button__transparent-orange:hover,
a.button__transparent-orange:hover {
  color: #fff;
  border-color: #3D0B20;
  background-color: #3D0B20; }
button.button__turquoise,
a.button__turquoise {
  color: #fff;
  background-color: #E24285; }
button.button__turquoise:hover,
a.button__turquoise:hover {
  background-color: #f273a8; }
button.button__orange,
a.button__orange {
  color: #fff;
  background-color: #3D0B20; }
button.button__orange:hover,
a.button__orange:hover {
  background-color: #f273a8; }
button.button__white,
a.button__white {
  color: #E24285;
  border: 1px solid #fff;
  background-color: #fff; }
button.button__white:hover,
a.button__white:hover {
  color: #fff;
  background-color: inherit; }
button.button__wide,
a.button__wide {
  padding: 16px 59px; }
button.button__fb,
a.button__fb {
  color: #fff;
  background-color: #3c5a96; }

button.button__fb:hover,
a.button__fb:hover {
  background-color: #4364a6; }
button.button__tw,
a.button__tw {
  color: #fff;
  background-color: #2aa4f0; }

button.button__tw:hover,
a.button__tw:hover {
  background-color: #27acff; }

.button-wrapper__center {
  text-align: center; }
.button-wrapper__left {
  text-align: left; }

main {
  padding-top: 92px; }

/**
 *		Media	
 */
@media screen and (max-width: 1600px) {
  h2 span {
    font-size: 64px; } }
@media screen and (max-width: 1340px) {
  h2 {
    font-size: 64px;
    line-height: 46px;
    letter-spacing: 5.1px; }
  h2 span {
    font-size: 64px; }

  input {
    max-width: 280px; }

  .container__product-custom {
    max-width: 860px; }

  .title-block h2 {
    font-size: 48px;
    letter-spacing: 4px; } }
@media screen and (max-width: 960px) {
  h2 {
    font-size: 72px;
    line-height: 58px;
    letter-spacing: 6.1px; }
  h2 span {
    font-size: 72px; }

  input {
    max-width: 355px; }


  .wrapper .wrapper-menu .nav .close-menu .icon:hover {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); } }
@media screen and (max-width: 630px) {
  h2 {
    font-size: 48px;
    line-height: 36px;
    letter-spacing: 4.1px; }
  h2 span {
    font-size: 48px; }

  input {
    max-width: 280px; }

  .container {
    padding: 0 15px; }
  .container__nopadding {
    padding: 0; }

  .wrapper .wrapper-menu .nav {
    width: 295px; }
  .wrapper .wrapper-menu .nav .nav-list .nav-item.is-active:before {
    top: 8px; }
  .wrapper .wrapper-menu .nav .nav-list .nav-item__dropdown > a:before {
    top: 13px; }
  .wrapper .wrapper-menu .nav .nav-list .nav-item__dropdown > a:after {
    top: 8px; }
  .wrapper .wrapper-menu .nav .nav-list .nav-item a {
    padding: 8px 30px 10px 24px;
    font-size: 16px;
    letter-spacing: 1.2px; }

  main {
    padding-top: 72px; } }
@media screen and (max-width: 480px) {
  h2 {
    font-size: 42px; }
  h2 span {
    font-size: 42px; }

  input {
    max-width: 100%;
    margin-bottom: 10px; } }
/**
 *		Top panel	
 */
.top-panel {
  background-color: #E24285; }
.top-panel a,
.top-panel p {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase; }

.text-wrapper {
  padding: 6px 0;
  letter-spacing: 1.6px; }
.text-wrapper__message {
  text-align: center; }
.text-wrapper__phone {
  text-align: right; }
.text-wrapper__phone p {
  letter-spacing: 1.2px;
  white-space: nowrap; }
.text-wrapper__phone a {
  letter-spacing: 1px; }

/**
 *		Media	
 */
@media screen and (max-width: 960px) {
  .text-wrapper {
    letter-spacing: 1.2px; }
  .text-wrapper__phone {
    display: none; }
  .text-wrapper__mail {
    display: none; } }
@media screen and (max-width: 630px) {
  .top-panel a,
  .top-panel p {
    font-size: 11px !important;
    line-height: 11px !important; } }



input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*sign-in-popup*/
.hidden{ display:none;}
.sign-in{ display:inline; position:relative;}
.sign-in-popup{ display:none; position:absolute;right: -10px;  top: 35px; width: 369px; padding:38px 36px 18px; background:#fff;  box-shadow: 0px 0px 20px 0px rgba(12, 5, 13, 0.15); text-align:left;}
.sign-in-popup::after, .sign-in-popup::before {
  content: '';
  position: absolute;
  background: #fff;
  right: 36px; top: -5px;
  width: 20px; height: 20px;
  box-shadow: 0px 0px 20px 0px rgba(12, 5, 13, 0.15); /* Добавляем тень для уголка */
  z-index: -1; /* Прячем за основным блоком */
  transform: rotate(45deg); /* Поворачиваем на 45º */
  -webkit-transform: rotate(45deg);

}
.sign-in-popup::before {

  z-index: 1; /* Накладываем поверх, чтобы скрыть следы тени */
  box-shadow: none; /* Прячем тень */
}

.header-link-item a{ position:relative;}

.sign-in-close{ position:absolute; display:block; background:url(../img/icon-close.png) no-repeat center center; width:18px; height:18px; top:20px; right:15px; cursor:pointer;top: 18px; right: 20px;}
.sign-in-title{ font-size:14px; text-transform:uppercase;font-weight:700;    padding-bottom: 15px;    letter-spacing: 1.5px;}
.sign-form-col{ width:100%;    padding: 17px 0px 7px 0px;}
.sign-buttons{    padding-bottom: 15px;letter-spacing: 1.5px;}
.sign-form-label{ font-size:14px;   font-family: 'ChronicleDisp-R', Times New Roman, serif; text-transform:uppercase;     padding-bottom: 10px;display:block;     letter-spacing: 0px;    letter-spacing: 1.4px;}
.sign-form-input{ width:100%; margin:0; max-width:100%; }
.sign-form-input{ height:36px;}
.sign-form-row .button{ width:100%; display:block; margin-bottom:0;top: -5px;    padding-top: 11px;}
.header-link .header-link-item a.sign-form-link{text-transform: none;  letter-spacing: 1px;    top: -8px;}
.sign-in-hr{ height:1px; background:#c5c5c5;margin: 7px 0 23px;}
.header-link .header-link-item a.button__transparent-orange:hover{ color:#fff;}
.button__login{    padding-top: 13px; padding-bottom: 13px; font-size:14px;height: 40px; padding-top: 12px;}
.sign-in-title p{ padding-bottom:10px;}
.sign-form-row  .button-register{top: -10px;  height: 41px;  padding-top: 13px;}
.popup .sign-in-popup{ display:block !important;position: relative; top: 0; left: 0;}
.popup .sign-in-popup::after,.popup  .sign-in-popup::before{ display:none;}
#sign-in-popup{ padding:0;}
.popup-wrapper{    padding: 34px 36px 18px;width: 369px; background: #fff;}

.popup-title{ font-size:14px; text-transform:uppercase;font-weight:700;    padding-bottom: 15px;    letter-spacing: 1.5px;}
.popup-text{    padding: 17px 0 20px;font-family: 'ChronicleDisp-R', Times New Roman, serif;}
.popup-buttons .button{ display:block; width:100%; padding-top: 14px; padding-bottom: 14px;margin-bottom: 18px;}
.popup-buttons .button.button__transparent{    padding-top: 13px; padding-bottom: 12px;}

@media screen and (max-width: 425px) {
  .sign-in-popup{ max-width:300px;padding-left: 15px; padding-right: 15px;}
  .popup-wrapper{ max-width:300px;padding-left: 15px; padding-right: 15px;}
}



/*sign-in-popup*/
