html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; 
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(5, 5, 5, 0.55);
  backdrop-filter: blur(10px);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: transparent;
  transition: 0.3s ease all;
  z-index: 2;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.remodal-close:focus,
.remodal-close:hover {
  background: transparent;
}
.remodal-close:hover path {
  fill: #b52d2b;
}
.remodal-close path {
  fill: #333333;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 320px) {
	.remodal {
		max-width: 500px;
		text-align: left;
		position: relative;
		z-index: 2;
	}


  .modalSubscribe {
    max-width: 520px;
    text-align: center;
    background-color: #F8F7F7;
    box-shadow: 0 15px 90px -10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 73px 30px 0 30px;
  }

}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}

.modalSubscribe__title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #333; 
}
.modalSubscribe__text {
  margin-top: 10px;
}
.modalSubscribe__text p {
  font-family: "Roboto", sans-serif;
  font-size: 13px; 
  line-height: 1.53;
  color: #333;
  margin-bottom: 0;
}
.modalSubscribe__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
  margin-bottom: 38px;
}
.modalSubscribe__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #b52d2b;
  transition: 0.3s ease all;
  text-decoration: none;
  font-size: 0;
  margin: 14px;
}
.modalSubscribe__social a path {
  fill: #fff;
}
.modalSubscribe__social a:hover {
  background: rgb(220 45 43);
}
.boxCheck {
  box-sizing: border-box;
  background: #2f2f2f;
  padding: 3px 15px;
  margin-left: -30px;
  margin-right: -30px;
}
.boxCheck label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100%;
  position: relative;
  margin: 0;
  line-height: 1;
  text-align: left;
  text-transform: initial;
  font-size: initial;
}
.boxCheck input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.boxCheck .check-text {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.73;
  color: #fff;
  position: relative;
  top: 1px;
  font-weight: normal;
}
.boxCheck .check-radio {
  -webkit-box-flex: 0;-ms-flex: none;flex: none;
  border: 1px solid #767676;
  border-radius: 2px;
  width: 13px;
  height: 13px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  margin-right: 6px;
}
.boxCheck .check-radio:before {
  opacity: 1;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0px 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease all;
}
.boxCheck input:checked + .check-radio {
  background: #b52d2b;
  border-color: #b52d2b;
}
.boxCheck input:checked + .check-radio:before {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease all;
}
@media screen and (max-width: 510px) {
  .modalSubscribe {
    padding: 40px 15px 0 15px;
  }
  .boxCheck {
    margin-left: -15px;
    margin-right: -15px;
  }
  .modalSubscribe__title {
    font-size: 24px;
  }
  .modalSubscribe__social {
    margin-top: 16px;
    margin-bottom: 26px;
  }
}
