@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/SegoeUI-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold Italic.ttf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../font/FuturaPT-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url("../font/FuturaPT-Light.ttf") format("opentype");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../font/FuturaPT-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
.wrapper {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.adwrapper {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background: #F4F4F4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
}

section {
  padding: 0 30px;
}
@media (max-width: 1020px) {
  section {
    padding: 0 20px;
  }
}

main {
  padding-top: 94px;
}
@media (max-width: 1020px) {
  main {
    padding-top: 62px;
  }
}

.hidden_popup footer {
  display: none;
}

.wrapper_product {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.get_phone_bay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 100;
}
.get_phone_bay .content_bay {
  max-width: 415px;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  position: relative;
}
.get_phone_bay .content_bay .close_bay {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
}
.get_phone_bay .content_bay .close_bay svg {
  width: 24px;
  height: 24px;
  display: block;
}
.get_phone_bay .content_bay .content_bay_title {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}
.get_phone_bay .content_bay .content_bay_description {
  display: block;
  color: #9E9E9E;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
.get_phone_bay .content_bay .bay_forms {
  margin-bottom: 25px;
  max-width: 335px;
  width: 100%;
}
.get_phone_bay .content_bay .bay_forms .bay_label {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 11px;
}
.get_phone_bay .content_bay .bay_forms .bay_form {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  max-width: 340px;
  width: 100%;
  box-sizing: border-box;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #DADADA;
  background: #FFF;
}
.get_phone_bay .content_bay .bay_forms .bay_form::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.get_phone_bay .content_bay .bay_forms .bay_form::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.get_phone_bay .content_bay .bay_forms .bay_form:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.get_phone_bay .content_bay .bay_forms .bay_form:-webkit-autofill, .get_phone_bay .content_bay .bay_forms .bay_form:-internal-autofill-selected, .get_phone_bay .content_bay .bay_forms .bay_form:focus-visible, .get_phone_bay .content_bay .bay_forms .bay_form:-webkit-autofill:hover, .get_phone_bay .content_bay .bay_forms .bay_form:-webkit-autofill:focus, .get_phone_bay .content_bay .bay_forms .bay_form:-webkit-autofill:focus-visible, .get_phone_bay .content_bay .bay_forms .bay_form:-webkit-autofill, .get_phone_bay .content_bay .bay_forms .bay_form:-webkit-autofill:hover, .get_phone_bay .content_bay .bay_forms .bay_form:-webkit-autofill:focus, .get_phone_bay .content_bay .bay_forms .bay_form:-webkit-autofill, .get_phone_bay .content_bay .bay_forms .bay_form::selection, .get_phone_bay .content_bay .bay_forms .bay_form:-webkit-autofill:hover, .get_phone_bay .content_bay .bay_forms .bay_form:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.get_phone_bay .content_bay .bay_forms .errrrrr {
  display: none;
  margin-top: 5px;
  border-radius: 4px;
  background: rgba(255, 86, 86, 0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 5px 12px;
  color: #FF5656;
  font-family: "Segoe UI", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.get_phone_bay .content_bay .form_body_err .errrrrr {
  display: block;
}
.get_phone_bay .content_bay .tele_body_services {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.get_phone_bay .content_bay .tele_body_services .country_tel_banners {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  max-width: 130px;
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  height: 42px;
  border-radius: 4px;
}
.get_phone_bay .content_bay .tele_body_services .country_tel_banners::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.get_phone_bay .content_bay .tele_body_services .country_tel_banners::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.get_phone_bay .content_bay .tele_body_services .country_tel_banners:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.get_phone_bay .content_bay .tele_body_services .country_tel_banners:-webkit-autofill, .get_phone_bay .content_bay .tele_body_services .country_tel_banners:-internal-autofill-selected, .get_phone_bay .content_bay .tele_body_services .country_tel_banners:focus-visible, .get_phone_bay .content_bay .tele_body_services .country_tel_banners:-webkit-autofill:hover, .get_phone_bay .content_bay .tele_body_services .country_tel_banners:-webkit-autofill:focus, .get_phone_bay .content_bay .tele_body_services .country_tel_banners:-webkit-autofill:focus-visible, .get_phone_bay .content_bay .tele_body_services .country_tel_banners:-webkit-autofill, .get_phone_bay .content_bay .tele_body_services .country_tel_banners:-webkit-autofill:hover, .get_phone_bay .content_bay .tele_body_services .country_tel_banners:-webkit-autofill:focus, .get_phone_bay .content_bay .tele_body_services .country_tel_banners:-webkit-autofill, .get_phone_bay .content_bay .tele_body_services .country_tel_banners::selection, .get_phone_bay .content_bay .tele_body_services .country_tel_banners:-webkit-autofill:hover, .get_phone_bay .content_bay .tele_body_services .country_tel_banners:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.get_phone_bay .content_bay .tele_body_services .bay_form {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  padding: 11px 19px;
  border-radius: 4px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  height: 42px;
}
.get_phone_bay .content_bay .tele_body_services .bay_form::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.get_phone_bay .content_bay .tele_body_services .bay_form::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.get_phone_bay .content_bay .tele_body_services .bay_form:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.get_phone_bay .content_bay .tele_body_services .bay_form:-webkit-autofill, .get_phone_bay .content_bay .tele_body_services .bay_form:-internal-autofill-selected, .get_phone_bay .content_bay .tele_body_services .bay_form:focus-visible, .get_phone_bay .content_bay .tele_body_services .bay_form:-webkit-autofill:hover, .get_phone_bay .content_bay .tele_body_services .bay_form:-webkit-autofill:focus, .get_phone_bay .content_bay .tele_body_services .bay_form:-webkit-autofill:focus-visible, .get_phone_bay .content_bay .tele_body_services .bay_form:-webkit-autofill, .get_phone_bay .content_bay .tele_body_services .bay_form:-webkit-autofill:hover, .get_phone_bay .content_bay .tele_body_services .bay_form:-webkit-autofill:focus, .get_phone_bay .content_bay .tele_body_services .bay_form:-webkit-autofill, .get_phone_bay .content_bay .tele_body_services .bay_form::selection, .get_phone_bay .content_bay .tele_body_services .bay_form:-webkit-autofill:hover, .get_phone_bay .content_bay .tele_body_services .bay_form:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.get_phone_bay .content_bay .bay_login {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  background: #DF2040;
  max-width: 340px;
  width: 100%;
  padding: 11px 22px;
  border: 1px solid #DF2040;
  box-sizing: border-box;
}
.get_phone_bay .content_bay .bay_login span {
  color: #ffffff;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
}
.get_phone_bay .content_bay .bay_login:hover {
  background: #BF112E;
  border: 1px solid #BF112E;
}
@media (max-width: 715px) {
  .get_phone_bay .content_bay {
    padding: 30px 20px;
  }
  .get_phone_bay .content_bay .bay_forms {
    max-width: 715px;
  }
  .get_phone_bay .content_bay .bay_forms .bay_form {
    max-width: 715px;
  }
  .get_phone_bay .content_bay .bay_login {
    max-width: 715px;
  }
}

.get_body_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

/*# sourceMappingURL=popup-phone.css.map */
