.m-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  min-height: 60px;
  padding: 0;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  background: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.m-button:hover {
  color: #fff;
}
.page-wrapper {
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.position-absolute {
  position: absolute;
}
.container {
  max-width: 1170px;
}
.container-fullhd {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.pageheight-full {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 10;
}
.success span {
  margin: auto;
  color: #000;
  font-size: 27px;
  letter-spacing: 0.3px;
}
.success ~ * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.success.active ~ * {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.header {
  position: relative;
  padding: 24px 0;
  z-index: 2;
}
.header_container {
  position: relative;
}
.header_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_logo_img {
  display: block;
  max-width: 100%;
  width: 160px;
}
.header_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  -webkit-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.header_tel svg {
  position: relative;
  top: 2px;
  margin-right: 10px;
  width: 25px;
  fill: #fff;
  -webkit-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.header_tel:hover {
  color: #42e8e0;
}
.header_tel:hover svg {
  fill: #42e8e0;
}
.isscreen {
  padding: 50px 0 100px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.isscreen_col:nth-child(2) {
  padding-top: 30px;
}
.isscreen_content {
  position: relative;
  z-index: 1;
}
.isscreen_title {
  margin: 0 0 15px;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
}
.isscreen_desc {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 29px;
}
.isscreen_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isscreen_titlelist {
  text-transform: uppercase;
  font-weight: 500;
  opacity: 1;
  margin-bottom: 15px;
}
.isscreen_listdesc {
  opacity: 0.8;
  font-size: 16px;
}
.isscreen_list {
  margin-top: 25px;
  padding-left: 20px;
  letter-spacing: 0.6px;
  font-size: 16px;
  list-style-type: circle;
}
.isscreen_list_itm {
  opacity: 0.8;
  margin-bottom: 8px;
}

.isscreen_list_itm a {
  color: #1bdcd3;
}

.isscreen_list_itm:last-child {
  margin-bottom: 0;
}
.isscreen_mainimg {
  position: absolute;
  right: 104px;
  top: -45px;
  width: 440px;
}
.isscreenfail .isscreen_desc a:hover {
  color: #42e8e0;
}
.isscreenreview {
  padding: 30px 0 75px;
}
.isscreen_colmob {
  display: none;
}
.review_carousel {
  position: relative;
  height: 600px;
}
.reviewslider {
  position: relative;
  height: 100%;
}
.reviewslider_itm_image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.reviewslider_pagin {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  z-index: 1;
}
.reviewslider_pagin .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.685);
}
.reviewslider_pagin .swiper-pagination-bullet-active {
  background: #fff;
}
.reviewslider_arrow {
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.685);
  z-index: 10;
}
.reviewslider_arrow-prev {
  left: -30px;
}
.reviewslider_arrow-next {
  right: -30px;
}
.neon_button {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 246px;
  padding: 20px 30px;
  color: #42e8e0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
  overflow: hidden;
}
.neon_button:hover {
  background-color: #42e8e0;
  color: #261c6e;
  -webkit-box-shadow: 0 0 5px #42e8e0, 0 0 25px #42e8e0, 0 0 50px #42e8e0,
    0 0 200px #42e8e0;
  box-shadow: 0 0 5px #42e8e0, 0 0 25px #42e8e0, 0 0 50px #42e8e0,
    0 0 200px #42e8e0;
}
.neon_button span {
  position: absolute;
  display: block;
}
.neon_button span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(#42e8e0)
  );
  background: -o-linear-gradient(left, transparent, #42e8e0);
  background: linear-gradient(90deg, transparent, #42e8e0);
  -webkit-animation: animate1 2s linear infinite;
  animation: animate1 2s linear infinite;
}
.neon_button span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#42e8e0)
  );
  background: -o-linear-gradient(top, transparent, #42e8e0);
  background: linear-gradient(180deg, transparent, #42e8e0);
  -webkit-animation: animate2 2s linear infinite;
  animation: animate2 2s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.neon_button span:nth-child(3) {
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(transparent),
    to(#42e8e0)
  );
  background: -o-linear-gradient(right, transparent, #42e8e0);
  background: linear-gradient(270deg, transparent, #42e8e0);
  -webkit-animation: animate3 2s linear infinite;
  animation: animate3 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.neon_button span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    to(#42e8e0)
  );
  background: -o-linear-gradient(bottom, transparent, #42e8e0);
  background: linear-gradient(360deg, transparent, #42e8e0);
  -webkit-animation: animate4 2s linear infinite;
  animation: animate4 2s linear infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.neon_button_other {
  margin-top: 30px;
  margin-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 246px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
  overflow: hidden;
  background-color: #42e8e0;
  color: #261c6e;
}
.neon_button_other:hover {
  color: #261c6e;
  background-color: #42e8e0ef;
  -webkit-box-shadow: 0 0 5px #42e8e0, 0 0 25px #42e8e0, 0 0 50px #42e8e0,
    0 0 100px #42e8e0;
  box-shadow: 0 0 5px #42e8e0, 0 0 25px #42e8e0, 0 0 50px #42e8e0,
    0 0 100px #42e8e0;
}
.isscreen_mainimg_mob {
  display: none;
}
@-webkit-keyframes animate1 {
  0% {
    left: -100%;
  }
  100%,
  50% {
    left: 100%;
  }
}
@keyframes animate1 {
  0% {
    left: -100%;
  }
  100%,
  50% {
    left: 100%;
  }
}
@-webkit-keyframes animate2 {
  0% {
    top: -100%;
  }
  100%,
  50% {
    top: 100%;
  }
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  100%,
  50% {
    top: 100%;
  }
}
@-webkit-keyframes animate3 {
  0% {
    right: -100%;
  }
  100%,
  50% {
    right: 100%;
  }
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  100%,
  50% {
    right: 100%;
  }
}
@-webkit-keyframes animate4 {
  0% {
    bottom: -100%;
  }
  100%,
  50% {
    bottom: 100%;
  }
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  100%,
  50% {
    bottom: 100%;
  }
}
.footer {
  position: relative;
  z-index: 1;
}
.footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 20px;
}
.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_link {
  margin-right: 25px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
}
.footer_link:hover {
  color: #42e8e0;
}
.footer_bottom {
  position: relative;
  padding: 15px 0;
}
.footer_copyright {
  position: relative;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.popup {
  max-width: 560px;
  margin: 30px auto;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.popup .mfp-close {
  display: none;
}
.porder {
  padding: 10px;
}
.porder_callback {
  position: relative;
  padding: 50px 55px 50px 55px;
}
.porder_form {
  position: relative;
}
.porder_form input,
.porder_form textarea {
  border: #666 1px solid;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.porder_form input:focus:required:invalid,
.porder_form textarea:focus:required:invalid {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.porder_form input:required:valid,
.porder_form textarea:required:valid {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.porder_form_title {
  margin-bottom: 3px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.porder_form_desc {
  margin-bottom: 35px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  color: #1a1a1a;
}
.porder_form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  padding: 10px 34px;
  margin-bottom: 8px;
  background: #f6f8fb;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.porder_form_box img {
  margin-right: 24px;
}
.porder_form_box input,
.porder_form_box textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2d2d2e;
}
.porder_form_box input::-webkit-input-placeholder,
.porder_form_box textarea::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #757582;
}
.porder_form_box input::-moz-placeholder,
.porder_form_box textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #757582;
}
.porder_form_box input:-ms-input-placeholder,
.porder_form_box textarea:-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #757582;
}
.porder_form_box input::-ms-input-placeholder,
.porder_form_box textarea::-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #757582;
}
.porder_form_box input::placeholder,
.porder_form_box textarea::placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #757582;
}
.porder_form_box input:focus::-webkit-input-placeholder,
.porder_form_box textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.porder_form_box input:focus::-moz-placeholder,
.porder_form_box textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.porder_form_box input:focus:-ms-input-placeholder,
.porder_form_box textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.porder_form_box input:focus::-ms-input-placeholder,
.porder_form_box textarea:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.porder_form_box input:focus::placeholder,
.porder_form_box textarea:focus::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.porder_form_box textarea {
  resize: none;
}
.porder_form_boxarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 140px;
  padding: 20px 34px 10px 34px;
}
.porder_form_boxarea img {
  position: relative;
  top: 8px;
}
.porder_form_send {
  width: 100%;
  min-height: 82px;
  margin-top: 20px;
  background: #1bdcd3;
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  color: #0e0933;
}
.porder_form_send:hover {
  background-color: #42e8e0;
  color: #0e0933;
}
.porder_form_politica {
  margin: 16px 0 0 0;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  line-height: 25px;
  color: #2e394a;
}
.porder_form_politica a {
  display: inline-block;
  font-weight: 400;
  border-bottom: 1px solid;
  line-height: 1;
  color: #2e394a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.porder_form_politica a:hover {
  border-color: transparent;
}
.polpopup {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.polpopup .mfp-close {
  right: 0 !important;
  top: 0 !important;
}
.polpopup_container {
  height: 88vh;
  overflow-y: scroll;
  padding: 50px 30px 20px;
}
.polpopup_container_title {
  margin-bottom: 40px;
  font-size: 36px;
  color: #000;
}
.polpopup_container_desc {
  color: #000;
}
.polpopup_container h4 {
  font-size: 20px;
}
.polpopup_container_txt {
  margin-bottom: 20px;
  font-size: 18px;
}
.polpopup_container_txt:last-child {
  margin-bottom: 0;
}
.paypopup {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  color: #111;
}
.paypopup .mfp-close {
  right: 0 !important;
  top: 0 !important;
}
.paypopup_container {
  padding: 20px;
}
.conpopup {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  color: #111;
}
.conpopup .mfp-close {
  right: 0 !important;
  top: 0 !important;
}
.conpopup_container {
  padding: 20px;
}
.listpopup {
  max-width: 600px;
  margin: 20px auto;
  border: none;
  background: -o-linear-gradient(315deg, #121035 10%, #50d5cb 100%);
  background: linear-gradient(135deg, #121035 10%, #50d5cb 100%);
  color: #fff;
}
.listpopup .mfp-close {
  right: 0 !important;
  top: 0 !important;
}
.listpopup_container {
  padding: 30px 30px 25px;
}
.popup_blckinfo_title {
  margin-bottom: 15px;
  font-size: 22px;
}
.popup_blckinfo_item {
  margin-bottom: 6px;
  font-size: 18px;
}
.popup_blckinfo_item:last-child {
  margin-bottom: 0;
}
.popup_blckinfo_link {
  display: inline-block;
  color: #111;
  border-bottom: 1px solid;
  -webkit-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.popup_blckinfo_link:hover {
  color: #111;
  border-color: transparent;
}
@media only screen and (min-width: 1920px) and (min-height: 1200px) {
  .container {
    max-width: 1333px;
  }
  .isscreen {
    padding: 180px 0 120px;
  }
  .isscreen_title {
    margin: 0 0 25px;
    font-size: 82px;
    line-height: 87px;
  }
  .isscreen_desc {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 2000px) {
  .isscreen {
    padding: 180px 0 100px;
  }
}
@media (min-width: 3000px) {
  .isscreen {
    padding: 240px 0 100px;
  }
  .isscreen_title {
    font-size: 90px;
    line-height: 96px;
  }
  .isscreen_desc {
    font-size: 26px;
    line-height: 38px;
  }
  .footer_link {
    font-size: 18px;
  }
  .container {
    max-width: 1450px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .isscreen {
    padding: 75px 0 60px;
  }
  .isscreen_col:nth-child(2) {
    padding-top: 21px;
  }
  .isscreen_list_itm {
    font-size: 16px;
  }
  .isscreen_title {
    font-size: 57px;
    line-height: 68px;
  }
  .isscreen_desc {
    font-size: 18px;
    line-height: 27px;
  }
  .isscreen_mainimg {
    right: 0;
    top: -48px;
    width: 390px;
  }
  .review_carousel {
    height: 495px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .header_logo_img {
    width: 140px;
  }
  .header_tel {
    font-size: 20px;
  }
  .header_tel svg {
    width: 19px;
    top: 1px;
  }
  .isscreen_title {
    font-size: 45px;
    line-height: 53px;
  }
  .isscreen_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .neon_button_other {
    margin-right: 0;
    margin-top: 12px;
    margin-bottom: 25px;
    padding: 18px 20px;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .neon_button {
    padding: 18px 20px;
    margin-top: 10px;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .isscreen_col:nth-child(2) {
    padding-top: 15px;
  }
  .isscreen_titlelist {
    font-size: 16px;
  }
  .isscreen_list {
    margin-top: 10px;
    letter-spacing: 0.2px;
  }
  .isscreen_mainimg {
    right: 0;
    top: -10px;
    width: 340px;
  }
  .isscreensucccess .isscreen_desc br {
    display: none;
  }
  .isscreenfail .isscreen_title {
    font-size: 44px;
  }
  .isscreenfail .isscreen_desc br {
    display: none;
  }
  .review_carousel {
    height: 430px;
  }
  .reviewslider_pagin {
    margin-top: 0;
  }
  .footer_links {
    padding: 16px 0 14px;
  }
  .footer_link {
    margin-right: 15px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .isscreen_mainimg_pc {
    display: none;
  }
  .isscreen_mainimg_mob {
    display: block;
    position: relative;
    right: 43px;
    bottom: 0;
    top: 0;
    margin: 0 auto 0;
    width: 310px;
  }
  .isscreen {
    padding: 55px 0 60px;
  }
  .isscreen_col {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .isscreen_title {
    font-size: 58px;
    line-height: 69px;
  }
  .neon_button_other {
    margin: 0 10px 0 0;
  }
  .neon_button {
    margin: 0;
    padding: 18px 20px;
    font-size: 14px;
  }
  .isscreen_links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .isscreen_col:nth-child(2) {
    padding-top: 60px;
  }
  .isscreen_titlelist {
    font-size: 22px;
  }
  .isscreen_list_itm {
    font-size: 20px;
  }
  .isscreenreview .isscreen_desc,
  .isscreenreview .isscreen_title {
    text-align: center;
  }
  .isscreenreview .isscreen_content .isscreen_desc,
  .isscreenreview .isscreen_content .isscreen_links {
    display: none;
  }
  .isscreenreview .isscreen_links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .isscreenreview .isscreen_col:nth-child(2) {
    padding-top: 26px;
    margin-bottom: 80px;
  }
  .isscreen_colmob {
    display: block;
  }
  .reviewslider_pagin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .reviewslider_arrow-prev {
    left: -10px;
  }
  .reviewslider_arrow-next {
    right: -10px;
  }
  .footer_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_links {
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer_link {
    margin-right: 21px;
    font-size: 11px;
  }
  .porder_form_title {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .success span {
    font-size: 20px;
  }
  .isscreen_mainimg_mob {
    right: 36px;
  }
  .isscreen {
    padding: 35px 0 50px;
  }
  .isscreen_title {
    font-size: 50px;
    line-height: 58px;
    text-align: center;
  }
  .isscreen_desc {
    text-align: center;
  }
  .isscreen_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .neon_button_other {
    margin: 0 auto 20px;
    width: 288px;
  }
  .neon_button {
    display: block;
    text-align: center;
    width: 288px;
    margin: 0 auto;
  }
  .isscreen_content_list {
    padding: 0 30px;
  }
  .footer_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 20px;
  }
  .footer_link {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .footer_link:last-child {
    margin-bottom: 0;
  }
  .porder .porder_callback {
    padding: 40px 38px 38px 38px;
  }
  .porder .porder_form_title {
    font-size: 48px;
  }
  .porder .porder_form_box {
    height: 85px;
    padding: 10px 25px;
  }
  .porder .porder_form_send {
    min-height: 85px;
  }
  .porder .porder_form_politica {
    margin: 21px 0 0 0;
    font-size: 13px;
    line-height: 25px;
  }
  .polpopup .polpopup_container {
    padding: 30px 16px 20px;
  }
  .polpopup .polpopup_container_title {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .polpopup .polpopup_container h4 {
    font-size: 16px;
  }
  .polpopup .polpopup_container_txt {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .isscreen {
    padding: 35px 0 20px;
  }
  .isscreen_mainimg_mob {
    right: 16px;
  }
  .isscreen_title {
    font-size: 38px;
    line-height: 47px;
  }
  .isscreen_mainimg_mob {
    width: 230px;
  }
  .isscreenreview .isscreen_desc br {
    display: none;
  }
  .review_carousel {
    height: 480px;
    padding: 0 15px;
  }
  .popup .mfp-close {
    display: block;
    right: 10px;
    top: 10px;
  }
  .porder .porder_callback {
    padding: 37px 26px 25px 25px;
    background-image: none;
  }
  .porder .porder_form_title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .porder .porder_form_desc {
    margin-bottom: 22px;
    font-size: 12px;
  }
  .porder .porder_form_box {
    height: 68px;
    padding: 10px 18px;
    margin-bottom: 10px;
  }
  .porder .porder_form_box img {
    margin-right: 12px;
  }
  .porder .porder_form_box input,
  .porder textarea {
    font-size: 15px;
  }
  .porder .porder_form_box input::-webkit-input-placeholder,
  .porder textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
  .porder .porder_form_box input::-moz-placeholder,
  .porder textarea::-moz-placeholder {
    font-size: 15px;
  }
  .porder .porder_form_box input:-ms-input-placeholder,
  .porder textarea:-ms-input-placeholder {
    font-size: 15px;
  }
  .porder .porder_form_box input::-ms-input-placeholder,
  .porder textarea::-ms-input-placeholder {
    font-size: 15px;
  }
  .porder .porder_form_box input::placeholder,
  .porder textarea::placeholder {
    font-size: 15px;
  }
  .porder .porder_form_send {
    min-height: 68px;
    margin-top: 25px;
    font-size: 16px;
  }
  .porder .porder_form_politica {
    margin: 18px 0 0 0;
    font-size: 12px;
    line-height: 20px;
  }
  .popup_blckinfo_item {
    margin-bottom: 6px;
    font-size: 15px;
  }
  .popup_blckinfo_title {
    margin-bottom: 13px;
    font-size: 20px;
  }
  .listpopup_container {
    padding: 26px 10px 20px;
  }
}
@media (max-width: 425px) {
  .header_logo_img {
    width: 110px;
  }
  .header_tel {
    font-size: 16px;
  }
  .header_tel svg {
    width: 14px;
    top: 0;
  }
  .isscreenreview .isscreen_col:nth-child(2) {
    padding-top: 10px;
  }
  .review_carousel {
    height: 350px;
  }
}
@media (max-width: 414px) {
  .isscreen {
    padding: 22px 0 30px;
  }
  .isscreen_mainimg_mob {
    width: 210px;
  }
  .isscreen_titlelist {
    font-size: 18px;
  }
  .isscreen_content_list {
    padding: 0 16px;
  }
  .isscreen_list_itm {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .porder .porder_callback {
    padding: 40px 20px 20px 20px;
  }
}
@media (max-width: 375px) {
  .isscreen_title {
    font-size: 35px;
    line-height: 46px;
  }
  .isscreen_desc {
    font-size: 15px;
    line-height: 25px;
  }
  .porder .porder_form_title {
    margin-bottom: 4px;
  }
  .porder .porder_form_desc {
    margin-bottom: 23px;
    font-size: 11px;
  }
  .porder .porder_form_politica {
    margin: 18px 0 0 0;
    font-size: 10px;
    line-height: 18px;
  }
}
@media (max-width: 350px) {
  .header_logo_img {
    width: 90px;
  }
  .isscreen {
    padding: 10px 0 20px;
  }
  .isscreen_title {
    font-size: 31px;
    line-height: 46px;
  }
  .neon_button_other {
    width: 233px;
    padding: 18px 22px;
    font-size: 15px;
  }
  .neon_button {
    width: 233px;
    padding: 18px 22px;
    font-size: 16px;
  }
  .isscreen_mainimg_mob {
    width: 190px;
  }
  .isscreen_content_list {
    padding: 0 5px;
  }
  .isscreen_titlelist {
    font-size: 16px;
  }
  .isscreen_list_itm {
    font-size: 14px;
  }
  .isscreenreview .isscreen_col:nth-child(2) {
    margin-bottom: 70px;
  }
  .footer_link {
    margin-bottom: 14px;
    font-size: 13px;
  }
  .footer_copyright {
    font-size: 14px;
  }
  .porder .porder_form_title {
    margin-bottom: 3px;
    font-size: 18px;
  }
  .porder .porder_form_desc {
    margin-bottom: 22px;
  }
  .porder .porder_form_politica {
    margin: 18px 0 0 0;
    font-size: 9px;
    line-height: 18px;
  }
  .porder .porder_form_box {
    height: 58px;
    padding: 10px 10px;
  }
  .porder .porder_form_send {
    min-height: 60px;
    margin-top: 20px;
    font-size: 14px;
  }
}
