@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
menu {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --primary-black-dark: #0D1D4A;
  --primary-iwnt-noraml: #758bcb;
  --primary-black-meduim: #93A1C8;
  --primary-black-normal: #E3E8F2;
  --primary-black-light: #F1F4F9;
  --primary-white: #FFFFFF;
  --primary-orange: #FF4D26;
  --primary-orange-light: #FFCABE;
}
body {
  color: var(--primary-black-dark);
}
.po-b {
  background-color: var(--primary-orange);
}
@font-face {
  font-family: "Stolzl";
  src: url("/wp-content/themes/gptonline/assets/webfonts/font/stolzl_book.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("/wp-content/themes/gptonline/assets/webfonts/font/stolzl_regular.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Stolzl", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
h1 {
  font-family: "Stolzl", system-ui, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 68px;
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 1140px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 672px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
h2 {
  font-family: "Stolzl", system-ui, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 1140px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 672px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
h3 {
  font-family: "Stolzl", system-ui, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 1140px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 672px) {
  h3 {
    font-size: 16px;
    line-height: normal;
  }
}
h4 {
  font-family: "Stolzl", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 1140px) {
  h4 {
    font-size: 16px;
    line-height: normal;
  }
}
ol, ul {
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}
@media (max-width: 672px) {
  ol, ul {
    margin-bottom: 16px;
  }
}
.title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  color: var(--primary-black-dark);
}
.title h2 span {
  color: var(--primary-orange);
}
@media (max-width: 1140px) {
  .title h2 {
    font-size: 40px;
    line-height: normal;
    font-weight: 500;
  }
}
@media (max-width: 672px) {
  .title h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
  }
}
.title-white h2 {
  font-weight: 400;
  color: var(--primary-white);
}
.title-white h2 span {
  color: var(--primary-white);
  font-weight: 500;
}
.title-pb56 {
  margin-bottom: 56px;
}
@media (max-width: 672px) {
  .title-pb56 {
    margin-bottom: 24px;
  }
}
.text-big {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1140px) {
  .text-big {
    font-size: 14px;
    line-height: 22px;
  }
}
.container {
  max-width: 1288px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1288px) {
  .container {
    padding-right: 88px;
    padding-left: 88px;
  }
}
@media (max-width: 1140px) {
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 672px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container--scrolling {
  overflow: visible;
}
@media (max-width: 1264px) {
  .container--scrolling {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 1140px) {
  .container--scrolling {
    padding: 0px;
  }
}
.container--scrolling .wrapper {
  padding: 16px;
}
@media (max-width: 1140px) {
  .container--scrolling .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 672px) {
  .container--scrolling .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container--cropp {
  max-width: 876px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1140px) {
  .container--cropp {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 672px) {
  .container--cropp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.space-top {
  margin-top: 96px;
}
@media (max-width: 991px) {
  .space-top {
    margin-top: 72px;
  }
}
.wrapper {
  display: flex;
  justify-content: space-between;
}
.wrapper--scrolling {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wrapper--scrolling::-webkit-scrollbar {
  display: none;
}
@media (max-width: 480px) {
  .wrapper--scrolling.nomob {
    overflow-x: inherit;
    flex-flow: column;
    -webkit-overflow-scrolling: inherit;
  }
}
.wrapper--scrolling.nomob::-webkit-scrollbar {
  display: inherit;
}
.wrapper.rs {
  justify-content: flex-start;
}
@media (max-width: 672px) {
  .wrapper.rs-column {
    flex-flow: column;
  }
}
.wrapper.cs {
  flex-flow: column;
  align-items: flex-start;
}
@media (max-width: 672px) {
  .wrapper.cs-column {
    flex-flow: column;
  }
}
.wrapper.ce {
  flex-flow: column;
  align-items: flex-end;
}
.wrapper.cc {
  align-items: center;
}
a {
  text-decoration: none;
}
ul.ui-ul {
  display: grid;
  grid-template-rows: auto;
  gap: 28px;
  margin-top: 32px;
  padding-left: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1140px) {
  ul.ui-ul {
    gap: 18px;
  }
}
ul.ui-ul.ul-check li {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 1140px) {
  ul.ui-ul.ul-check li {
    font-size: 14px;
    line-height: 22px;
  }
}
ul.ui-ul.ul-check li:before {
  background-image: url(/wp-content/themes/gptonline/assets/img/icon/icon-check-circle-gray.svg);
}
ul.ui-ul.ul-check-2 {
  gap: 16px;
  margin-top: 0px;
}
ul.ui-ul.ul-check-2 li {
  align-items: flex-start;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1140px) {
  ul.ui-ul.ul-check-2 li {
    font-size: 14px;
    line-height: 22px;
  }
}
ul.ui-ul.ul-check-2 li:before {
  background-image: url(/wp-content/themes/gptonline/assets/img/icon/icon-check-orange.svg);
}
ul.ui-ul.ul-cross li {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1140px) {
  ul.ui-ul.ul-cross li {
    font-size: 14px;
    line-height: 22px;
  }
}
ul.ui-ul.ul-cross li:before {
  background-image: url(/wp-content/themes/gptonline/assets/img/icon/icon-close.svg);
}
ul.ui-ul li {
  display: flex;
  align-items: center;
}
ul.ui-ul li:before {
  content: "";
  min-width: 28px;
  min-height: 28px;
  display: block;
  margin-right: 16px;
  background-size: contain;
}
@media (max-width: 672px) {
  ul.ui-ul li:before {
    min-width: 20px;
    min-height: 20px;
  }
}
.primary-link {
  color: var(--primary-orange) !important;
}
.button {
  max-height: 48px;
  padding: 13px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.button[disabled] {
  opacity: 0.5;
}
.button--big {
  padding: 19px 32px;
  max-height: 64px;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1140px) {
  .button--big {
    padding: 12px 24px;
    max-height: 48px;
  }
}
.button--outline {
  border: 2px solid var(--primary-orange);
  color: var(--primary-orange);
  background: none;
}
.button--outline:hover {
  background-color: var(--primary-orange);
  color: var(--primary-white);
}
.button--outline:hover img {
  filter: contrast(0) brightness(5);
}
.button--link {
  color: var(--primary-black-dark);
}
.button--link:hover {
  color: var(--primary-orange);
}
.button--link-reset {
  color: var(--primary-black-dark);
  border: 0px;
  background: none;
  text-decoration: underline;
  padding: 0px;
  cursor: pointer;
}
.button--link-reset:hover {
  color: var(--primary-orange);
}
.button--fill {
  background-color: var(--primary-black-dark);
  color: var(--primary-white);
  border: 2px solid var(--primary-black-dark);
}
.button--fill img {
  filter: contrast(0) brightness(5);
}
.button--fill:hover {
  background-color: transparent;
  color: var(--primary-black-dark);
}
.button--fill:hover img {
  filter: invert(1);
}
.button--fill-orange {
  background-color: var(--primary-orange);
  color: var(--primary-white);
  border: 2px solid var(--primary-orange);
}
.button--fill-orange:hover {
  background-color: transparent;
  border: 2px solid var(--primary-orange);
  color: var(--primary-orange);
}
.button--fill-orange:hover img {
  filter: invert(1);
}
.button--fill-gray {
  background-color: var(--primary-black-light);
  color: var(--primary-black-dark);
  border: 2px solid var(--primary-black-light);
}
.button--fill-gray:hover {
  background-color: var(--primary-black-dark);
  border: 2px solid var(--primary-black-dark);
  color: var(--primary-white);
}
.button--fill-gray:hover img {
  filter: invert(1);
}
.button--disable {
  pointer-events: none;
  opacity: 0.4;
}
.button--fill-white {
  color: var(--primary-orange);
  background-color: var(--primary-white);
  border: 2px solid var(--primary-white);
}
.button--fill-white:hover {
  background-color: transparent;
  border: 2px solid var(--primary-white);
  color: var(--primary-white);
}
.button--icon img {
  max-width: 64px;
  width: 100%;
}
.button--icon-l img {
  margin-right: 14px;
}
.button--icon-r img {
  margin-left: 14px;
}
.fake-checkbox {
  border-radius: 4px;
  background: var(--primary-black-light);
  min-width: 42px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 16px;
}
@media (max-width: 480px) {
  .fake-checkbox {
    min-width: 28px;
    min-height: 28px;
    font-size: 15px;
    margin-right: 8px;
  }
}
.input {
  padding: 4px 24px 4px 24px;
  grid-gap: 24px;
  gap: 24px;
  height: 56px;
  background: var(--white);
  border-radius: 48px;
}
@media (max-width: 1024px) {
  .input {
    height: 48px;
  }
}
.checkbox-label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-label.checkbox--filter {
  font-size: 16px;
  line-height: 24px;
  color: var(--black-light);
  font-weight: 600;
}
.checkbox-label input {
  position: absolute !important;
  opacity: 0;
  left: 0px;
  bottom: 0px;
  cursor: pointer;
  box-sizing: inherit !important;
  height: 100% !important;
}
.checkbox-label input:checked {
  color: var(--black);
}
.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: var(--blue-ultralight);
  border: 1px solid var(--green-ultralight);
  border-radius: 4px;
}
.checkbox-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/gptonline/assets/img/icon/icon-check-black.svg");
}
.checkbox-label:hover input ~ .checkmark {
  background-color: #ced8f0;
}
.checkbox-label:hover {
  color: var(--black);
}
.lw {
  text-transform: lowercase;
}
input:focus {
  outline: none !important;
}
@media (max-width: 672px) {
  ._desctop {
    display: none;
  }
}
@media (min-width: 672px) {
  ._mobile {
    display: none;
  }
}
.dialog {
  margin-top: 16px;
  padding: 18px 32px;
  border-radius: 4px;
  border: 1px solid var(--primary-black-normal, #e3e8f2);
  background: var(--primary-black-white, #fff);
}
.dialog--orange {
  border: 0px;
  background: rgba(255, 77, 38, 0.1);
}
@media (max-width: 672px) {
  .dialog {
    padding: 12px 16px;
  }
}
.policy {
  color: var(--primary-black-meduim, #93a1c8);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 480px) {
  .policy {
    font-size: 11px;
    line-height: 1.8;
    hyphens: auto;
  }
}
.policy a {
  color: var(--primary-orange);
}
.last-req .loading {
  background-image: url("/wp-content/themes/gptonline/assets/img/loading.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  width: 28px;
  min-height: 28px;
  top: -2px;
  position: relative;
  border-radius: 40px;
}
.loading-button {
  position: relative;
}
.loading-button:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/gptonline/assets/img/loading.svg);
  background-position: center center;
  background-color: #fff;
  background-repeat: no-repeat;
}
.modal-dialog.modal-fullscreen {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
}
.mobilemenu-body {
  position: relative;
  padding: 24px;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
.texts-profile {
  display: flex;
  flex-flow: column;
  margin-bottom: 16px;
}
.texts-profile a {
  color: inherit;
  padding: 8px 16px;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #f7f7f7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobilemenu-limit button {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
.mobilemenu-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.mobilemenu-title img {
  margin-right: 8px;
  width: 16px;
}
.mobilemenu-texts {
  padding: 24px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  margin-bottom: 24px;
}
.mobilemenu-body .limit-profile {
  width: 100%;
  margin-bottom: 16px;
}
.mobilemenu-body .user-logout {
  margin-top: 16px;
  border-top: 1px solid #eee;
  padding-top: 32px;
}
.redirectMessage button {
  border: 0px;
  background: none;
  font-size: inherit;
  padding: 0px;
  margin: 0px;
  text-decoration: underline;
}
.padding-48-24 {
  padding: 48px;
}
@media (max-width: 1140px) {
  .padding-48-24 {
    padding: 32px;
  }
}
@media (max-width: 761px) {
  .padding-48-24 {
    padding: 24px;
  }
}
.padding-48-16 {
  padding: 48px;
}
@media (max-width: 1140px) {
  .padding-48-16 {
    padding: 32px;
  }
}
@media (max-width: 761px) {
  .padding-48-16 {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .padding-48-16 {
    padding: 16px;
  }
}
.step-by-step .item {
  display: flex;
}
.step-by-step .item:first-child .number {
  color: var(--primary-orange);
  background: #ffede9;
}
.step-by-step .item:first-child .text-block {
  color: var(--primary-black-meduim);
}
.step-by-step .item .number {
  font-size: 24px;
  background: var(--primary-orange);
  margin-right: 16px;
  padding: 5px;
  border-radius: 4px;
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}
.step-by-step .item:not(:last-child) .number:after {
  content: "";
  width: 4px;
  height: 70px;
  background: #ffede9;
  position: absolute;
  bottom: -70px;
}
.step-by-step .item .text-block {
  text-align: left;
}
.step-by-step .item .text-block .step-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 20px;
}
.step-by-step .item .text-block .text {
  font-size: 14px;
  padding-bottom: 24px;
}
.step-by-step .text {
  font-size: 16px;
  /* Adjust as necessary */
  line-height: 1.5;
  /* Adjust line height as necessary */
}
.privacy-form {
  margin-top: 16px;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}
.privacy-form a {
  color: var(--primary-black-dark);
  text-decoration: underline;
}
.section-content table, .section-content tr, .section-content td {
  border: 1px solid #eee;
  padding: 11px;
}
.section-content table {
  margin-top: 24px;
  margin-bottom: 24px;
}
.section-content h3 {
  margin-bottom: 18px;
  margin-top: 24px;
}
span.or-span {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  color: #a2a2a2;
}
.modal-content.loading {
  position: relative;
}
.modal-content.loading:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/gptonline/assets/img/loading.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98px;
  z-index: 2;
  border-radius: 24px;
}
.modal-content.loading.send:before {
  display: none;
}
.modal-content.loading.send .tg-mananger-send {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 76px;
  border-radius: 24px;
}
.modal-content.loading.send .tg-mananger-send span {
  max-width: 400px;
}
.modal-content.loading.send .tg-mananger-send span:first-child {
  font-weight: 500;
}
.modal-content.loading.send .tg-mananger-send span + span {
  margin-top: 6px;
}
.modal-content.loading form {
  display: none;
}
.tg-button {
  background: #1da3f3;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  display: flex;
  margin-top: 8px;
  font-weight: 500;
}
.tg-button:hover {
  background: #139cee;
}
h1.wp-block-heading, .blog-content h1 {
  margin-bottom: 32px;
}
@media (max-width: 672px) {
  h1.wp-block-heading, .blog-content h1 {
    margin-top: 24px;
  }
}
h2.wp-block-heading, .blog-content h2 {
  margin-bottom: 32px;
}
@media (max-width: 672px) {
  h2.wp-block-heading, .blog-content h2 {
    margin-top: 24px;
  }
}
p + h2.wp-block-heading, .blog-content p + h2 {
  margin-top: 32px;
}
@media (max-width: 672px) {
  p + h2.wp-block-heading, .blog-content p + h2 {
    margin-top: 24px;
  }
}
h3.wp-block-heading, .blog-content h3 {
  margin-bottom: 32px;
}
@media (max-width: 672px) {
  h3.wp-block-heading, .blog-content h3 {
    margin-top: 24px;
  }
}
p + h3.wp-block-heading, .blog-content p + h3 {
  margin-top: 32px;
}
@media (max-width: 672px) {
  p + h3.wp-block-heading, .blog-content p + h3 {
    margin-top: 24px;
  }
}
h4.wp-block-heading, .blog-content h4 {
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 32px;
}
blockquote.wp-block-quote {
  border-radius: 24px;
  background: var(--primary-black-white, #FFF);
  /* Shadow Small */
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  display: flex;
  padding: 32px;
  margin-top: 32px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote {
    flex-flow: column;
    align-items: center;
    padding: 24px;
  }
}
blockquote.wp-block-quote p {
  padding-right: 24px;
}
blockquote.wp-block-quote:before {
  content: "“";
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 148px;
  color: var(--primary-black-meduim, #93A1C8);
  padding-right: 18px;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote:before {
    line-height: 90px;
    font-size: 110px;
    display: flex;
    align-items: center;
    margin-bottom: -35px;
  }
}
blockquote.wp-block-quote figure.wp-block-image {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: flex-start;
  text-align: center;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote figure.wp-block-image {
    margin-top: 26px;
  }
}
blockquote.wp-block-quote figure.wp-block-image figcaption {
  color: var(--primary-black-dark, #0D1D4A);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-top: 12px;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote figure.wp-block-image figcaption {
    margin-bottom: 0px;
  }
}
.limit-message {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.limit-message .button {
  margin-top: 24px;
  width: 100%;
  max-width: 270px;
}
.limit-message h2 {
  font-weight: 600;
}
.limit-message h2 span {
  color: var(--primary-orange);
}
.limit-message p {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  max-width: 500px;
}
@media (max-width: 672px) {
  .limit-message p {
    font-size: 15px;
    margin-bottom: 0px;
  }
}
.limit-message p span {
  font-weight: 500;
}
.form_message_error {
  text-align: center;
  margin-top: 7px;
  background: #ffe6e6;
  border-radius: 3px;
  font-size: 14px;
}
.loader {
  display: none;
}
.loader.active {
  display: block;
}
.loader .loader-svg svg {
  width: 72px;
  height: 72px;
}
.loader .loader-title {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
.loader .loader-answer {
  font-size: 20px;
  margin-top: 16px;
  font-weight: 400;
}
.loader .wrapper {
  justify-content: flex-start;
  align-items: center;
}
.contain-sc .modal-dialog {
  max-width: 1264px;
}
.limitModal-button {
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  #addPhotoModal .modal-sm {
    max-width: 690px;
  }
}
.modal-content {
  border-radius: 24px;
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  border: 0px;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  justify-content: flex-end;
}
.modal-pr-section .modal-header {
  justify-content: flex-end;
}
.modal-pr-section .modal-body {
  padding: 0 56px 32px 56px;
}
@media (max-width: 480px) {
  .modal-pr-section .modal-body {
    padding: 20px;
  }
}
.modal-pr-section .modal-body .modal-pr-block {
  text-align: center;
  margin-bottom: 24px;
}
.modal-pr-section .modal-body .modal-pr-block .modal-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .modal-pr-section .modal-body .modal-pr-block .modal-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.modal-pr-section .modal-body .modal-pr-block img {
  margin-bottom: 24px;
  max-width: 280px;
}
@media (max-width: 480px) {
  .modal-pr-section .modal-body .modal-pr-block img {
    max-width: 124px;
    margin-bottom: 16px;
  }
}
.modal-pr-section .modal-body .modal-pr-block p {
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .modal-pr-section .modal-body .modal-pr-block p {
    font-size: 12px;
    line-height: 22px;
  }
}
.modal-pr-section .modal-body .select-limit-block {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.modal-pr-section .modal-body .select-limit-block .button {
  margin-top: 24px;
}
.modal-pr-section .modal-body .select-limit-block .select-limit {
  box-shadow: 0 0 15px 0 rgba(13, 29, 74, 0.11);
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-wrap: wrap;
}
.modal-pr-section .modal-body .select-limit-block .select-limit .option {
  min-width: 50%;
}
.modal-pr-section .modal-body .select-limit-block .select-limit .option label {
  display: flex;
  align-items: baseline;
}
.modal-pr-section .modal-body .select-limit-block .select-limit .option label .details {
  max-width: 160px;
  display: flex;
  flex-flow: column;
}
.modal-pr-section .modal-body .select-limit-block .select-limit .option label .details .amount {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}
.modal-pr-section .modal-body .select-limit-block .select-limit .option label .details .amount strong {
  color: var(--primary-orange);
}
.modal-pr-section .modal-body .select-limit-block .select-limit .option label .details .price {
  color: var(--primary-black-medium);
}
.modal-pr-section .modal-body .select-limit-block .select-limit .option label input {
  margin-right: 16px;
  margin-left: 0px;
}
.modal-pr-section .modal-body .select-limit-block .select-limit .option:first-child {
  width: 100%;
  margin-bottom: 24px;
}
.modal-pr-section .modal-body .select-limit-block .select-limit .option:first-child label .details {
  max-width: 100%;
}
.modal-pr-section .modal-body form {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.modal-pr-section .modal-body form input:not([type="submit"]) {
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .modal-pr-section .modal-body form input:not([type="submit"]) {
    margin-bottom: 8px;
  }
}
.modal-pr-section .modal-body form .button {
  max-width: max-content;
  margin-top: 8px;
  display: initial;
  line-height: 18px;
}
@media (max-width: 480px) {
  .modal-pr-section .modal-body form .button {
    max-width: inherit;
    width: 100%;
  }
}
.modal-pr-section .modal-body .pr-about-block {
  margin-top: 24px;
}
.modal-pr-section .modal-body .pr-about-block .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .modal-pr-section .modal-body .pr-about-block .wrapper {
    grid-template-columns: 1fr;
  }
}
.modal-pr-section .modal-body .pr-about-block .wrapper + .wrapper {
  margin-top: 24px;
}
.modal-pr-section .modal-body .pr-about-block .wrapper .pr-about-item {
  display: flex;
}
.modal-pr-section .modal-body .pr-about-block .wrapper .pr-about-item .pr-about-em {
  min-width: 42px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f4f9;
  margin-right: 8px;
}
.modal-pr-section .modal-body .pr-about-block .wrapper .pr-about-item .pr-about-text {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}
#pricelistModal .modal-body {
  padding: 0px;
}
#pricelistModal .modal-body .container {
  padding-left: 0px;
  padding-right: 0px;
}
#pricelistModal .modal-body .container .wrapper--scrolling {
  padding: 32px;
}
#pricelistModal .modal-body .container .wrapper--scrolling .container {
  padding-left: 32px;
  padding-right: 32px;
}
#subsActive .modal-pr-block p {
  margin-bottom: 12px;
}
.file-modal-about {
  display: flex;
  justify-content: center;
  padding: 0px 24px;
  margin-bottom: 24px;
}
.file-modal-about-text {
  display: flex;
  align-items: center;
}
.modal-pr-section .modal-body .modal-pr-block .file-modal-about-text img {
  margin: 0px 8px 0px 0px;
}
.modal-pr-block .file-upload {
  border: 1px dashed #ccc;
}
.modal-pr-section .modal-body .modal-pr-block .file-upload img {
  margin-bottom: 0px;
}
.file-modal-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.file-modal-about-item + .file-modal-about-item {
  margin-left: 46px;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 18px 16px;
  max-height: 64px;
  background: url("/wp-content/themes/gptonline/assets/scss/../../assets/img/icon/icon-arrow-to-bottom.svg") no-repeat right 10px center;
  border-radius: 4px;
  border: 1px solid var(--primary-black-normal);
}
select:active, select:focus, select:focus-visible, select:target {
  border: 1px solid var(--primary-black-meduim) !important;
  outline: none;
}
.ui_radio {
  margin-bottom: 10px;
}
.ui_radio input[type=radio] {
  display: none;
}
.ui_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  line-height: 18px;
  user-select: none;
}
.ui_radio label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 100px;
  outline: 1px solid #e3e8f2;
}
/* Checked */
.ui_radio input[type=radio]:checked + label:before {
  background: #ff4e26;
  border: 4px solid #fff;
}
/* Disabled */
.ui_radio input[type=radio]:disabled + label:before {
  filter: grayscale(100%);
}
input[type="text"], input[type="tel"], input[type="password"], input[type="number"], input[type="email"], textarea {
  padding: 18px 16px;
  max-height: 64px;
  height: 64px;
  border: 1px solid var(--primary-black-normal);
  border-radius: 4px;
}
@media (max-width: 1140px) {
  input[type="text"], input[type="tel"], input[type="password"], input[type="number"], input[type="email"], textarea {
    padding: 12px 24px;
    max-height: 48px;
  }
}
input[type="text"]:active, input[type="text"]:focus, input[type="text"]:focus-visible, input[type="text"]:target, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"]:focus-visible, input[type="tel"]:target, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:focus-visible, input[type="password"]:target, input[type="number"]:active, input[type="number"]:focus, input[type="number"]:focus-visible, input[type="number"]:target, input[type="email"]:active, input[type="email"]:focus, input[type="email"]:focus-visible, input[type="email"]:target, textarea:active, textarea:focus, textarea:focus-visible, textarea:target {
  border: 1px solid var(--primary-black-meduim) !important;
  outline: none;
}
.field-label {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin: 8px 0px;
}
.field-label > * {
  width: 100%;
  display: flex;
  text-align: left;
}
.field-label label {
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--primary-black-dark);
}
.ui-form {
  position: relative;
}
.ui-form label.error {
  position: absolute;
  font-size: 11px;
  background: #ff4e26;
  color: #fff;
  border-radius: 3px;
  padding: 0 8px;
  bottom: -10px;
  left: 10px;
  width: auto !important;
  text-align: center;
}
.form-checkbox {
  display: flex;
  align-items: flex-start;
  position: relative;
}
/* Hide the default checkbox */
.checkbox {
  display: none;
}
/* Create a custom checkbox */
.t-checkbox {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  border: 1px solid var(--primary-black-normal);
  /* Checkbox border color */
  border-radius: 3px;
  background-color: var(--primary-black-normal);
  margin-right: 16px;
  top: 3px;
  /* Spacing between the custom checkbox and the text */
}
/* Customize the appearance of the custom checkbox when checked */
.checkbox:checked + .t-checkbox {
  background-image: url("/wp-content/themes/gptonline/assets/img/icon/icon-check-white.svg");
  background-color: var(--primary-orange);
  background-repeat: no-repeat;
  background-position: center center;
}
label.label-checkbox {
  color: var(--primary-black-meduim);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.radio-button {
  margin-bottom: 8px;
  margin-top: 8px;
  margin-right: 8px;
  min-width: max-content;
}
@media (max-width: 672px) {
  .radio-button {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 8px;
  }
}
.radio-button input[type="radio"] {
  display: none;
}
.radio-button label {
  padding: 8px 12px;
  align-items: flex-start;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid transparent;
  background: var(--primary-black-light, #f1f4f9);
  display: flex;
  min-width: max-content;
}
.radio-button label:hover {
  border: 1px solid var(--primary-black-meduim);
  background-color: white;
  color: var(--primary-orange);
}
@media (max-width: 672px) {
  .radio-button label {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.radio-button input[type="radio"]:checked + label {
  border: 1px solid var(--primary-orange);
  background-color: white;
  color: var(--primary-orange);
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--primary-black-meduim, #93a1c8);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--primary-black-meduim, #93a1c8);
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--primary-black-meduim, #93a1c8);
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--primary-black-meduim, #93a1c8);
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--primary-black-meduim, #93a1c8);
}
::placeholder {
  /* Most modern browsers support this now. */
  color: var(--primary-black-meduim, #93a1c8);
}
.editorjs {
  width: 100%;
  min-height: 150px;
  border: 1px solid var(--primary-black-normal);
  border-radius: 5px;
  padding: 16px;
}
form#a24orderAbout {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
form#a24orderAbout .button {
  width: 100%;
  margin-top: 16px;
}
#previewImgBlock {
  display: none;
}
#previewImgBlock .remove-button {
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 8px;
  background: #eee;
  margin: 5px;
}
#previewImgBlock .remove-button img {
  width: 16px;
}
.file-upload {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  border-top: 1px dashed #ccc;
  text-align: center;
  font-size: 12px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0px;
}
@media (max-width: 576px) {
  .file-upload {
    line-height: 1.5;
  }
}
.file-upload .file-label {
  display: flex;
  padding: 8px 16px;
  cursor: pointer;
  align-items: center;
}
@media (max-width: 480px) {
  .file-upload .file-label {
    flex-flow: column;
    width: 100%;
  }
}
.file-upload .file-label .icon {
  width: 32px;
  /* Задайте размер иконки по вашему усмотрению */
  height: 32px;
  margin-right: 10px;
  /* Расстояние между текстом и иконкой */
  vertical-align: middle;
}
.file-upload .file-label .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* Скрываем стандартный элемент ввода файла */
  cursor: pointer;
}
.file-upload .file-preview {
  max-width: 174px;
  position: relative;
  padding: 8px;
  margin: 8px;
  border: 1px solid #eee;
}
.file-upload .file-preview #previewImage {
  max-width: 100%;
  /* Ограничиваем ширину загруженного изображения */
  height: auto;
}
.section--pricelist {
  padding-bottom: 88px;
}
@media (max-width: 1140px) {
  .section--pricelist {
    padding-bottom: 40px;
  }
}
.section--pricelist .title {
  padding-bottom: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1140px) {
  .section--pricelist .title {
    padding-bottom: 40px;
  }
}
@media (max-width: 672px) {
  .section--pricelist .title {
    flex-flow: column;
    align-items: flex-start;
  }
  .section--pricelist .title h2 {
    margin-bottom: 24px;
  }
}
.selector-calc {
  display: flex;
  align-items: center;
  background: #f1f4f9;
  padding: 6px;
  border-radius: 8px;
}
.selector-calc .button {
  background: none;
  border: 0px;
  margin: 0px;
  position: relative;
}
@media (max-width: 420px) {
  .selector-calc .button {
    font-size: 13px;
  }
}
.selector-calc .button.active {
  background: #0d1d4a;
  color: #fff;
}
.selector-calc [data-tab-id="calc-sub"]:before {
  content: "✌ Выгода 10%";
  position: absolute;
  top: -20px;
  left: -30px;
  background: #ffe5de;
  color: #ff4d26;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  padding: 4px 8px 4px 8px;
  border-radius: 8px;
  transform: rotate(-11deg);
}
@media (max-width: 672px) {
  .selector-calc [data-tab-id="calc-sub"]:before {
    left: 0px;
    bottom: -20px;
    top: inherit;
    transform: rotate(0deg);
    width: max-content;
  }
}
.pricelist {
  display: flex;
}
.pricelist .pricelist-item {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 48px;
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  border-radius: 24px;
  background: #fff;
  max-width: 100%;
  flex: 1;
}
.pricelist .pricelist-item .hit {
  margin-left: auto;
  font-size: 14px;
  border: 2px solid var(--primary-orange);
  padding: 0px 14px;
  border-radius: 7px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .pricelist .pricelist-item .hit {
    border-radius: 7px;
    margin-right: auto;
    margin-left: inherit;
  }
}
.pricelist .pricelist-item:first-child {
  max-width: 460px;
}
.pricelist .pricelist-item:first-child .pricelist-text, .pricelist .pricelist-item:first-child .pricelist-option {
  opacity: 0.6;
}
@media (max-width: 672px) {
  .pricelist .pricelist-item:not(.calculator) {
    display: none;
  }
}
.pricelist .pricelist-item + .pricelist-item {
  margin-left: 32px;
}
@media (max-width: 672px) {
  .pricelist .pricelist-item + .pricelist-item {
    margin-left: 0px;
  }
}
.pricelist .pricelist-item.calculator {
  background: var(--primary-orange);
}
.pricelist .pricelist-item.calculator .calc-wrapper {
  width: 100%;
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .pricelist .pricelist-item.calculator .calc-wrapper {
    padding: 16px;
  }
}
.pricelist .pricelist-item.calculator .calc-price {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.pricelist .pricelist-item.calculator .price-block {
  font-size: 50px;
  font-weight: 400;
  line-height: 68px;
  text-align: left;
  color: #fff;
}
@media (max-width: 991px) {
  .pricelist .pricelist-item.calculator .price-block {
    font-size: 34px;
    line-height: 34px;
  }
}
.pricelist .pricelist-item.calculator .price-block.price-block-old {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  text-decoration: line-through;
  opacity: 0.5;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .pricelist .pricelist-item.calculator .price-block.price-block-old {
    font-size: 28px;
    line-height: 30px;
  }
}
.pricelist .pricelist-item.calculator .calc-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.pricelist .pricelist-item.calculator .calc-limit-block {
  font-family: Stolzl;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .pricelist .pricelist-item.calculator .calc-limit-block {
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
  }
}
.pricelist .pricelist-item.calculator .calc-limit-block img {
  margin-left: 8px;
  margin-right: 8px;
}
.pricelist .pricelist-item.calculator span.calc-limit {
  margin-right: 8px;
}
.pricelist .pricelist-item.calculator .pricelist-bottom-text {
  text-align: center;
  width: 100%;
  margin-top: 16px;
  opacity: 0.5;
  color: #fff;
}
@media (max-width: 1140px) {
  .pricelist .pricelist-item {
    padding: 24px;
    min-width: 300px;
    max-width: inherit;
  }
  .pricelist .pricelist-item:first-child {
    max-width: 360px;
  }
}
@media (max-width: 1140px) {
  .pricelist .pricelist-item {
    min-width: 250px;
  }
}
.pricelist .pricelist-item.logged {
  width: 100%;
  max-width: 100%;
}
.pricelist .pricelist-item.item--popular {
  background: var(--primary-orange);
}
.pricelist .pricelist-item.item--popular .pricelist-price, .pricelist .pricelist-item.item--popular .pricelist-text, .pricelist .pricelist-item.item--popular .pricelist-option {
  color: #fff;
}
.pricelist .pricelist-item.item--popular ul.ui-ul.ul-check-2 li:before {
  background-image: url(/wp-content/themes/gptonline/assets/img/icon/icon-check-white.svg);
}
.pricelist .pricelist-item.item--popular .pricelist-cashback {
  background: var(--primary-black-dark, #0d1d4a);
  color: #fff;
}
.pricelist .pricelist-cashback {
  display: flex;
  border-radius: 100px;
  background: var(--primary-black-normal, #e3e8f2);
  padding: 10px 16px;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .pricelist .pricelist-cashback {
    flex-flow: column;
    padding: 9px;
    border-radius: 4px;
  }
}
.pricelist .pricelist-cashback .pricelist-cashback-price {
  font-size: 21px;
  font-weight: 500;
  margin-right: 16px;
}
@media (max-width: 480px) {
  .pricelist .pricelist-cashback .pricelist-cashback-price {
    margin-right: 0px;
    font-size: 16px;
  }
}
.pricelist .pricelist-cashback .pricelist-cashback-label {
  flex: 1;
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .pricelist .pricelist-cashback .pricelist-cashback-label {
    font-size: 11px;
    text-align: center;
  }
}
.pricelist .pricelist-option {
  margin-bottom: 24px;
}
.pricelist:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1140px) {
  .pricelist:not(:last-child) {
    margin-right: 16px;
  }
}
@media (max-width: 480px) {
  .pricelist:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
.pricelist .pricelist-text {
  margin-bottom: 24px;
}
.pricelist .pricelist-price {
  color: var(--primary-orange);
  font-size: 42px;
  font-weight: 500;
  line-height: 68px;
  margin-bottom: 24px;
}
@media (max-width: 1140px) {
  .pricelist .pricelist-price {
    font-size: 32px;
    line-height: 32px;
  }
}
.pricelist .pricelist-button-block {
  margin-top: auto;
  width: 100%;
}
.pricelist .pricelist-button-block .button {
  width: 100%;
}
.pricelist .pricelist-limit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: #f1f4f9;
  border-radius: 100px;
  margin-bottom: 32px;
}
@media (max-width: 1140px) {
  .pricelist .pricelist-limit {
    padding: 8px;
  }
}
.pricelist .pricelist-limit span {
  font-weight: 500;
  margin-right: 10px;
}
.site-footer {
  padding-bottom: 88px;
  padding-top: 88px;
}
.site-footer.orange-footer {
  background: var(--primary-orange);
  margin-top: -120px;
  padding-top: 170px;
}
.site-footer.orange-footer .wrapper p {
  color: #fff !important;
}
.site-footer.orange-footer .wrapper a {
  color: #fff !important;
  text-decoration: underline;
}
.site-footer.orange-footer .wrapper a.email-footer {
  color: #fff !important;
  text-decoration: underline;
}
.site-footer.orange-footer .wrapper img {
  filter: brightness(2);
}
@media (max-width: 1140px) {
  .site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991) {
  .site-footer {
    padding-top: 30px;
  }
}
@media (max-width: 1288px) {
  .site-footer .wrapper {
    flex-wrap: wrap;
  }
}
.site-footer .wrapper .footer-left {
  width: 300px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 1288px) {
  .site-footer .wrapper .footer-left {
    flex: 1;
  }
}
@media (max-width: 991px) {
  .site-footer .wrapper .footer-left {
    width: 100%;
    flex: inherit;
    text-align: center;
  }
}
.site-footer .wrapper .footer-left a, .site-footer .wrapper .footer-left p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  color: var(--primary-black-dark);
  font-family: sans-serif;
}
.site-footer .wrapper .footer-left a.email-footer, .site-footer .wrapper .footer-left p.email-footer {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--primary-orange);
}
.site-footer .wrapper .footer-left a.work-hour, .site-footer .wrapper .footer-left p.work-hour {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 16px 0px;
}
@media (min-width: 991px) {
  .site-footer .wrapper .footer-left a.copyright, .site-footer .wrapper .footer-left p.copyright {
    margin-right: 16px;
  }
}
.site-footer .wrapper .footer-menu {
  padding: 0px 16px;
  flex: 1;
}
@media (max-width: 991px) {
  .site-footer .wrapper .footer-menu {
    flex: inherit;
    padding: 0px;
    order: -1;
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
  }
}
.site-footer .wrapper .footer-menu h3.widget-title {
  color: var(--primary-black-dark, #0D1D4A);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 16px;
}
.site-footer .wrapper .footer-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.site-footer .wrapper .footer-menu ul li a {
  color: var(--primary-black-dark, #0D1D4A);
}
@media (max-width: 991px) {
  .site-footer .wrapper .footer-menu ul li a {
    font-size: 14px;
    line-height: 32px;
  }
}
.site-footer .wrapper .footer-right {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
}
@media (min-width: 1288px) {
  .site-footer .wrapper .footer-right {
    margin-top: 0px;
    flex-flow: column;
    align-items: flex-start;
    width: 300px;
  }
}
@media (max-width: 991px) {
  .site-footer .wrapper .footer-right {
    flex-flow: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.site-footer .wrapper .footer-right p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.site-footer .wrapper .footer-right .wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .site-footer .wrapper .footer-right .wrapper {
    margin-top: 16px;
    align-items: center;
    justify-content: center;
  }
}
.site-footer .wrapper .footer-right .wrapper img {
  max-height: 30px;
  margin: 6px;
}
.notification {
  text-align: center;
  padding: 5px;
  background: var(--primary-black-normal);
  position: sticky;
  width: 100%;
  top: 0px;
  z-index: 999;
}
.page-template-profile-template header {
  padding-top: 24px;
  padding-bottom: 24px;
}
header {
  padding-top: 32px;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  header {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
header .user-menu-block .user-menu {
  border: 0px;
  box-shadow: 0px 0px 15px 0px #0d1d4a1c;
  padding: 24px;
  border-radius: 24px 0px 24px 24px;
  min-width: 330px;
}
@media (max-width: 380px) {
  header .user-menu-block .user-menu {
    min-width: inherit;
  }
}
header .user-menu-block .user-menu .user-menu-item .profile-empty-result {
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #93a1c8;
  align-items: center;
}
header .user-menu-block .user-menu .user-menu-item .profile-empty-result img {
  width: 27px;
  margin-right: 16px;
}
header .user-menu-block .user-menu .user-menu-item.profile {
  max-width: 300px;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  header .user-menu-block .user-menu .user-menu-item.profile {
    max-width: 230px;
  }
}
header .user-menu-block .user-menu .user-menu-item.profile a {
  display: flex;
  align-items: center;
}
header .user-menu-block .user-menu .user-menu-item.profile a:hover span {
  color: var(--primary-orange);
}
header .user-menu-block .user-menu .user-menu-item.profile a span {
  font-size: 14px;
  margin-left: 12px;
  font-weight: 500;
  color: var(--primary-black-dark);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .user-menu-block .user-menu .user-menu-item.profile a img {
  width: 32px;
}
header .user-menu-block .user-menu .user-menu-item.how-limit {
  margin-top: 16px;
  border-top: 1px solid #eee;
  padding-top: 16px;
}
header .user-menu-block .user-menu .user-menu-item.how-limit .limit-profile {
  width: 100%;
}
header .user-menu-block .user-menu .user-menu-item.how-limit > .label {
  font-weight: 500;
  color: var(--primary-black-dark);
  margin-bottom: 6px;
  font-size: 14px;
}
header .user-menu-block .user-menu .user-menu-item.works {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
header .user-menu-block .user-menu .user-menu-item.works .label {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-black-dark);
  margin-bottom: 6px;
}
header .user-menu-block .user-menu .user-menu-item.works .texts-profile a {
  font-size: 12px;
  width: 100%;
}
header .user-menu-block .user-menu .user-menu-item.works .button--link {
  margin-bottom: 8px;
}
header .user-menu-block .user-menu .user-menu-item.works .texts-profile {
  margin-bottom: 0px;
}
header .user-menu-block .how-limit-more {
  margin-top: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}
header .user-menu-block .how-limit-more .label {
  color: #93a1c8;
  font-size: 14px;
  font-weight: 400;
}
header .user-menu-block .how-limit-more-item {
  display: flex;
  justify-content: space-between;
}
header .user-menu-block .how-limit-more-item span {
  font-size: 14px;
}
header .user-menu-block .how-limit-more-item span.count {
  font-weight: 500;
}
header .user-menu-block.show .dropdown-menu-open {
  border-radius: 16px 16px 0px 0px;
}
header .user-menu-block.show .dropdown-menu-open .close-menu {
  display: block;
}
header .user-menu-block.show .dropdown-menu-open .menu-open {
  display: none;
}
header .user-menu-block .dropdown-menu-open {
  border: 0px;
  width: 64px;
  height: 64px;
  background: var(--primary-orange);
  padding: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
}
@media (max-width: 1288px) {
  header .user-menu-block .dropdown-menu-open {
    margin-left: 24px;
  }
}
header .user-menu-block .dropdown-menu-open .close-menu {
  display: none;
}
header .user-menu-block .dropdown-menu-open .menu-open {
  display: block;
}
@media (max-width: 767px) {
  header.logged .header-auth .header-top--button {
    display: none;
  }
}
header .header-mobilemenu .mobilemenu-button {
  display: none;
  border: 0px;
  width: 64px;
  height: 64px;
  background: var(--primary-orange);
  padding: 16px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  header .header-mobilemenu .mobilemenu-button {
    display: block;
  }
}
header .header-mobilemenu .mobilemenu-modal .modal-dialog {
  margin: 0px;
}
header .header-mobilemenu .mobilemenu-modal .modal-dialog .modal-content {
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
}
header .header-mobilemenu .mobilemenu-modal .modal-dialog .mobilemenu-header {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 0px;
  align-items: center;
}
header .header-mobilemenu .mobilemenu-modal .modal-dialog .mobilemenu-header a img {
  width: 64px;
}
header .header-logo {
  display: flex;
  align-items: center;
}
header .header-logo picture {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-logo picture img {
  width: 240px;
}
@media (max-width: 1140px) {
  header .header-logo picture img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  header .header-logo picture img {
    width: 64px;
  }
}
header.header-auth-page {
  display: flex;
  align-items: center;
}
@media (max-width: 1140px) {
  header.header-auth-page img {
    width: 200px;
  }
}
header .header-auth .wrapper.cc._mobile a {
  padding-left: 10px;
  padding-right: 10px;
}
header .header-auth a:first-child {
  margin-right: 8px;
}
header .header-auth .header_cashback {
  display: flex;
  align-items: center;
}
header .header-auth .header_cashback .header_cashback--label {
  display: flex;
  align-items: center;
  padding: 0px 8px;
  border-radius: 8px 0 0 8px;
  background-color: #ffe4df;
  color: var(--primary-orange);
  font-size: 14px;
}
@media (max-width: 1288px) {
  header .header-auth .header_cashback .header_cashback--label {
    display: none;
  }
}
header .header-auth .header_cashback .header_cashback--label img {
  width: 16px;
  margin-right: 5px;
}
header .header-auth.auth-logged .avatar-profile {
  margin-right: 40px;
}
@media (max-width: 1140px) {
  header .header-auth.auth-logged .avatar-profile {
    margin-right: 8px;
  }
}
header .header-auth.auth-logged .avatar-profile img {
  width: 48px;
}
header .header-auth.auth-logged .button--link {
  padding: 0px;
}
@media (max-width: 1140px) {
  header .header-auth.auth-logged .button--link span {
    display: none;
  }
}
header .header-auth.auth-logged .limit-profile {
  font-weight: 500;
}
header .header-auth.auth-logged .limit-profile.token-out {
  border: 2px solid var(--primary-black-meduim);
  color: var(--primary-black-meduim);
}
header .header-auth.auth-logged .limit-profile.token-out:hover {
  background-color: var(--primary-black-meduim);
  color: var(--primary-white);
}
.gpt-request-form {
  border-radius: 24px;
  background: var(--primary-white);
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  padding: 48px;
  counter-reset: section;
}
@media (max-width: 1140px) {
  .gpt-request-form {
    padding: 32px;
  }
}
@media (max-width: 672px) {
  .gpt-request-form {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .gpt-request-form {
    padding: 16px;
  }
}
.gpt-request-form .show-more {
  cursor: pointer;
  width: 100%;
  background: var(--primary-black-light);
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-top: 6px;
  margin-bottom: 16px;
}
.gpt-request-form .last-req {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  margin-top: 28px;
  padding: 14px 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.gpt-request-form.fail h3 {
  display: none;
}
.gpt-request-form.fail .last-req {
  display: none;
}
.gpt-request-form.loading h3 {
  display: none;
}
.gpt-request-form.loading .last-req {
  display: none;
}
.gpt-request-form #chat-form.disable {
  display: none;
}
.gpt-request-form .gpt-form--type {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.gpt-request-form .gpt-form--type.show-more-active .radio-button.hidden {
  display: block;
}
.gpt-request-form .gpt-form--type.show-more-active .show-more {
  transform: rotate(180deg);
}
.gpt-request-form .gpt-form--type .radio-button.first {
  order: -1;
}
.gpt-request-form .gpt-form--type .radio-button.hidden {
  display: none;
}
.gpt-request-form .gpt-form--submit {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  .gpt-request-form .gpt-form--submit {
    align-items: flex-start;
  }
}
@media (max-width: 672px) {
  .gpt-request-form .gpt-form--submit {
    flex-flow: column;
    justify-content: space-between;
    align-items: inherit;
  }
}
.gpt-request-form .gpt-form--submit .result-checkbox {
  display: flex;
  align-items: center;
  padding-right: 16px;
}
@media (max-width: 1140px) {
  .gpt-request-form .gpt-form--submit .result-checkbox {
    align-items: flex-start;
  }
}
@media (max-width: 1140px) {
  .gpt-request-form .gpt-form--submit .result-checkbox {
    margin-bottom: 16px;
  }
}
.section--banner .gpt-form--action-with-topic {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1140px) {
  .gpt-form--action-with-topic {
    display: flex;
    flex-flow: column;
  }
}
@media (max-wdith: 672px) {
  .gpt-form--action-with-topic {
    margin-bottom: 16px;
  }
}
.gpt-form--action-with-topic .input-border-icon {
  display: flex;
  border: 1px solid var(--primary-black-normal);
  flex-flow: column;
  position: relative;
  border-radius: 4px;
}
.gpt-form--action-with-topic .input-border-icon textarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 170px;
  padding: 16px;
  width: 100%;
  font-family: inherit;
  border: 0;
  resize: none;
}
.gpt-form--action-with-topic .input-border-icon textarea:focus, .gpt-form--action-with-topic .input-border-icon textarea:focus-visible, .gpt-form--action-with-topic .input-border-icon textarea :focus-within {
  border: 0px !important;
  outline: 0 !important;
}
.gpt-form--action-with-topic .input-border-icon .question-topic {
  height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 8px;
}
.gpt-form--action-with-topic .input-border-icon input {
  border: 0px !important;
  width: 100%;
}
@media (max-width: 1140px) {
  .gpt-form--action-with-topic .input-border-icon input {
    padding: 12px 0px 12px 18px;
  }
}
.button-group.filters-button-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (max-width: 672px) {
  .button-group.filters-button-group {
    display: none;
  }
}
.button-group.filters-button-group .button {
  display: flex;
  padding: 8px 18px;
  border-radius: 22px;
  border: 2px solid var(--primary-black-normal, #e3e8f2);
  background: #ffffff;
  margin-bottom: 8px;
  margin-right: 8px;
  color: #93a1c8;
}
.button-group.filters-button-group .button.is-checked {
  z-index: 2;
  color: var(--primary-orange);
  box-shadow: 0px -8px 16px -8px rgba(13, 29, 74, 0.11);
  background: #fff;
  border-color: var(--primary-orange);
}
.button-group-mobile {
  display: none;
}
.button-group-mobile h4 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 16px;
}
@media (max-width: 672px) {
  .button-group-mobile {
    display: flex;
  }
}
.button-group-mobile .mobile-filter-select {
  width: 100%;
  background-color: var(--primary-black-white, #fff);
  max-height: 48px;
  padding: 14px;
}
.button-group-type {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.button-group-container {
  display: flex;
  width: 100%;
  flex-flow: column;
  margin-top: 16px;
}
@media (max-width: 672px) {
  .button-group-container {
    padding: 16px;
    border-radius: 16px;
    background: var(--primary-black-white, #fff);
    box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
    margin-bottom: 16px;
  }
}
.gpt-request-form h4 {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-black-dark);
  display: flex;
  align-items: center;
  width: 100%;
}
.gpt-request-form h4:before {
  counter-increment: section;
  content: counter(section);
  background: var(--primary-black-normal);
  display: flex;
  width: 20px;
  height: 20px;
  color: var(--primary-iwnt-noraml);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 12px;
}
.work-type__hidden-more {
  position: relative;
  width: 100%;
  padding: 16px;
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  border-radius: 16px;
}
.work-type__hidden-more.show {
  overflow: auto;
  max-height: 100%;
}
button.work-type__show-all {
  margin-top: 8px;
}
.work-type__show-all.button--link-reset {
  background: url("/wp-content/themes/gptonline/assets/img/icon/icon-arrow-to-bottom.svg") no-repeat right 8px center;
  border: 1px solid #e3e8f2;
  padding: 12px 36px 12px 16px;
  border-radius: 4px;
  text-decoration: none;
  color: var(--primary-orange);
}
.show + .work-type__show-all.button--link-reset {
  background: url("/wp-content/themes/gptonline/assets/img/icon/icon-arrow-to-top.svg") no-repeat right 8px center;
}
.gpt-form--type .radio-button {
  margin-bottom: 4px;
  margin-top: 4px;
}
.gpt-form--type .radio-button label {
  padding: 6px 10px;
  font-size: 13px;
}
button.button.button--tabs.new:before {
  content: "new";
  position: absolute;
  right: -15px;
  top: 2px;
  font-size: 10px;
  background: #ff4e26;
  color: #fff;
  line-height: 1;
  padding: 2px 17px;
  transform: rotate(45deg);
}
button.button.button--tabs.new {
  position: relative;
  overflow: hidden;
}
.gpt-form--submit-tg {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.gpt-form--submit-tg p {
  flex: 1;
  padding-right: 11px;
  margin-bottom: 15px;
}
.type-element.radio-button.visible_item {
  display: none;
}
.button-group.filters-button-group .button.exp-pr {
  background: var(--primary-orange);
  color: #fff;
  border-color: var(--primary-orange);
}
/* banners */
/* Horizontal in profile */
.profile_request_tab.load .info-bn-horizontal {
  display: flex;
}
.info-bn-horizontal {
  margin-top: 16px;
  padding: 48px;
  border-radius: 24px;
  background: var(--primary-black-dark);
  color: white;
  display: none;
  align-items: center;
}
@media (max-width: 991px) {
  .info-bn-horizontal {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .info-bn-horizontal .info-bn-img {
    margin-bottom: 24px;
  }
}
.info-bn-horizontal .info-bn-text {
  display: flex;
  flex-wrap: wrap;
  padding-left: 28px;
}
@media (max-width: 991px) {
  .info-bn-horizontal .info-bn-text {
    flex-flow: column;
    align-items: center;
    text-align: center;
    padding: 0px;
  }
}
.info-bn-horizontal .info-bn-text p:not(.text-big) {
  max-width: 360px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .info-bn-horizontal .info-bn-text p:not(.text-big) {
    margin-bottom: 16px;
  }
}
.info-bn-horizontal .info-bn-text p.text-big {
  max-width: 570px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .info-bn-horizontal .info-bn-text p.text-big {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
}
.request-page .info-bn-horizontal {
  display: flex;
  background: var(--primary-orange);
}
.request-page .info-bn-horizontal .info-bn-text {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .request-page .info-bn-horizontal .info-bn-text {
    padding-left: 0px;
  }
}
.request-page .info-bn-horizontal .info-bn-text p:not(.text-big) {
  margin-bottom: 16px;
  max-width: 100%;
}
/* popup */
#modalPartnr .modal-header, #modalPartnrMenu .modal-header {
  justify-content: flex-end;
}
#modalPartnr .modal-body, #modalPartnrMenu .modal-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 40px 18px 40px;
}
#modalPartnr .modal-body img, #modalPartnrMenu .modal-body img {
  max-width: 100%;
}
@media (max-width: 762px) {
  #modalPartnr .modal-body, #modalPartnrMenu .modal-body {
    padding: 0px 24px 16px 24px;
  }
}
#modalPartnr .modal-body p, #modalPartnrMenu .modal-body p {
  font-size: 14px;
}
@media (max-width: 762px) {
  #modalPartnr .modal-body p, #modalPartnrMenu .modal-body p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }
}
#modalPartnr .modal-body .modal-title, #modalPartnrMenu .modal-body .modal-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (max-width: 762px) {
  #modalPartnr .modal-body .modal-title, #modalPartnrMenu .modal-body .modal-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
}
#modalPartnr .modal-body .wpcf7, #modalPartnrMenu .modal-body .wpcf7 {
  text-align: center;
  width: 100%;
  margin-top: 16px;
}
#modalPartnr .modal-body .wpcf7 .submitting .wpcf7-spinner, #modalPartnrMenu .modal-body .wpcf7 .submitting .wpcf7-spinner {
  display: inline-block;
}
#modalPartnr .modal-body .wpcf7 .wpcf7-spinner, #modalPartnrMenu .modal-body .wpcf7 .wpcf7-spinner {
  display: none;
}
#modalPartnr .modal-body .wpcf7 span.wpcf7-form-control-wrap, #modalPartnrMenu .modal-body .wpcf7 span.wpcf7-form-control-wrap {
  margin-bottom: 16px;
  display: block;
  width: 100%;
}
#modalPartnr .modal-body .wpcf7 input[type="text"], #modalPartnrMenu .modal-body .wpcf7 input[type="text"] {
  width: 100%;
}
#modalPartnr .modal-body .wpcf7 .button, #modalPartnrMenu .modal-body .wpcf7 .button {
  max-width: 230px;
  margin: 16px auto;
}
@media (max-width: 762px) {
  #modalPartnr .modal-body .wpcf7 .button, #modalPartnrMenu .modal-body .wpcf7 .button {
    width: 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=https://test.study24.ai/wp-content/build/scss_library/2e4640ef3fad97e431a0c54a5b5ca58907c5ec21.css.map */