* {
  box-sizing: border-box;
}

body {
  display: flex;

  align-items: center;

  justify-content: center;

  margin: auto;

  background-position: center;

  background-size: cover;

  width: 1440px;
}

@font-face {
  font-family: 'Montserrat-Regular';

  src: url('https://cloud.devtome.top/domains/common/fonts/Montserrat/montserrat-regular.ttf')
    format('truetype');
}

@font-face {
  font-family: 'Montserrat-Bold';

  src: url('https://cloud.devtome.top/domains/common/fonts/Montserrat/montserrat-bold.ttf')
    format('truetype');
}

@font-face {
  font-family: 'Montserrat-Medium';

  src: url('https://cloud.devtome.top/domains/common/fonts/Montserrat/montserrat-medium.ttf')
    format('truetype');
}

.przm-input-holder.error,
.przm-checkbox-label.error .checkbox {
  border: 1px solid red !important;

  animation: input_shake 0.3s 2;
}

.przm-checkbox-label.error {
  color: red;

  animation: input_shake 0.3s 2;
}

.error input[type='checkbox'] + label {
  color: red;

  animation: input_shake 0.3s 2;
}

.order-form__main {
  padding: 0 40px 23px;

  overflow: hidden;

  position: relative;
}

.order-form__input {
  width: 100%;

  position: relative;

  font-size: 16px;

  font-weight: 500;

  color: #3f3f3f;

  line-height: 1.5;

  padding: 9px 8px 7px;

  background: #ffffff;

  border: 1px solid #c8c8c8;

  box-sizing: border-box;

  border-radius: 3px;

  outline: none;

  font-family: inherit;
}

.order-form__input::placeholder {
  font-weight: 400;

  color: #595959;
}

.order-form__input.error {
  border: 1px solid #c60000;

  animation: error_shake 0.5s both;
}

.order-form__input.error::placeholder {
  color: #c60000;
}

a {
  color: black;

  text-decoration: none;

  cursor: pointer;
}
sup {
  font-size: 0.4rem;
  vertical-align: super;
}

.d-flex {
  display: flex;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.tac {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}
.nobr {
  white-space: nowrap;
}
.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.ma {
  margin: auto;
}

.reg {
  font-family: Montserrat-Regular;

  font-weight: 400;
}

.bold {
  font-family: Montserrat-Bold;

  font-weight: 700;
}

.med {
  font-family: Montserrat-Medium;

  font-weight: 500;
}

.f40 {
  font-size: 40px;
}

.f30 {
  font-size: 30px;
}

.f26 {
  font-size: 26px;
}

.f24 {
  font-size: 24px;
}

.f22 {
  font-size: 22px;
}

.f20 {
  font-size: 20px;
}

.f18 {
  font-size: 18px;
}

.f14 {
  font-size: 14px;
}

.f10 {
  font-size: 8px;
}

.bl {
  color: black;
}

.wh {
  color: white;
}

.ye {
  color: #fecb34;
}

.bly {
  color: #5a86ff;
}

.bu-green {
  width: 400px;

  height: 100px;

  padding: 15px 0px;

  justify-content: center;

  align-items: center;

  gap: 10px;

  flex-shrink: 0;

  border-radius: 5px;

  background: #53a660;

  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);

  color: white;

  margin-top: 30px;
}

.block-green {
  width: 100%;

  height: 79px;

  background: #53a660;
}

.bu-blue {
  display: flex;

  width: 600px;

  height: 90px;

  padding: 15px 0px;

  justify-content: center;

  align-items: center;

  gap: 10px;

  flex-shrink: 0;

  border-radius: 5px;

  background: #436ad7;

  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.b-comment {
  display: none;

  border-radius: 2px;

  border: 1px solid #d9d9d9;

  width: 700px;

  flex-shrink: 0;

  margin-bottom: 50px;

  padding: 11px 0px;
}

.popup_main {
  width: 600px;

  height: 900px;

  border-radius: 10px;

  border: 1px solid var(--01043-c, #01043c);

  background: #fff;

  padding: 50px 100px;
}

.popup_main_text_1 {
  width: 304px;
}

.popup_main_text_2 {
  width: 380px;
}

.lh20 {
  line-height: 20px;
}

.block_main {
  width: 600px;

  display: none;
}

.block_blye {
  background: #4b60b9;

  padding: 60px 30px;

  display: grid;

  grid-row-gap: 20px;
}

.quiz-header {
  display: grid;

  grid-row-gap: 25px;

  margin-top: 20px;

  margin-bottom: 100px;
}

#quiz-2 {
  display: none;
}

#quiz-3 {
  display: none;
}

#quiz-4 {
  display: none;
}

#quiz-5 {
  display: none;
}

#quiz-6 {
  display: none;
}

#quiz-7 {
  display: none;
}

.b-comment-b {
  border-radius: 2px;

  border: 1px solid #d9d9d9;

  width: 100%;

  display: flex;

  width: calc(100% - 22px);

  margin: auto;
}

.block-comment {
  display: flex;

  margin: 20px 11px;
}

.block-comment iframe {
  margin-right: 10px;
}

.block-smile {
  display: flex;

  margin: 20px;
}

.block-smile div {
  margin-right: 5px;
}

.main-comment {
  margin-top: 15px;
}

.main-comment-ti {
  margin-right: 11px;

  width: 100px;
}

.main-comment-av img {
  width: 30px;

  height: 30px;

  margin-left: 11px;

  margin-right: 17px;
}

.main-comment-text {
  width: 450px;

  margin-top: 10px;
}

.main-comment-text img {
  width: 242px;

  height: auto;
}

.main-comment-text div {
  width: 450px;
}

.m-comment {
  margin-left: 56px;

  display: flex;

  margin-top: 10px;
}

.m-comment div {
  margin-right: 7px;
}

.block-smile-m {
  display: flex;
}

.akz-bl {
  width: 700px;

  margin-bottom: 17px;
}

progress.styled {
  display: block;

  border-radius: 6px;

  width: 100%;

  height: 6px;

  margin-top: 25px;
}

progress.styled::-webkit-progress-bar {
  background-color: #868585;

  border-radius: 6px;
}

progress.styled::-webkit-progress-value {
  background-color: #4b60b9;

  background-image: #868585;

  border-radius: 6px;
}

progress.styled::-moz-progress-bar {
  background-color: #4b60b9;

  background-image: #868585;

  border-radius: 6px;
}

progress {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

.quiz-header-anime iframe {
  margin-right: 16px;
}

#t1 {
  margin-top: 12px;
}

#t2 {
  margin-top: 12px;
}

.quiz-header-anime {
  margin-top: 20px;

  margin-bottom: 250px;
}

.block-2 .form-group {
  margin-bottom: 1px;
}

.block-2 form {
  max-width: 450px;
}

.block-2 form label {
  font-size: 20px;

  font-weight: 600;
}

label {
  display: inline-block;

  margin-bottom: 0.5rem;
}

.form-control {
  display: block;

  width: 100%;

  height: calc(2.25rem + 2px);

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  line-height: 1.5;

  color: #495057;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #ced4da;

  border-radius: 0.25rem;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control {
  position: relative;

  display: block;

  min-height: 1.5rem;

  padding-left: 1.5rem;
}

.custom-control {
  padding-left: 0 !important;

  padding-top: 5px;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;

  padding: 0;
}

.custom-control-input {
  position: absolute;

  z-index: -1;

  opacity: 0;
}

.block-2 .custom-checkbox .label-checkbox {
  font-size: 15px;
}

.custom-control-label {
  position: relative;

  margin-bottom: 0;
}

input[type='checkbox'] {
  transform: scale(1.4);

  margin: 4px 10px 0 !important;
}

.btn {
  display: inline-block;

  font-weight: 400;

  text-align: center;

  white-space: nowrap;

  vertical-align: middle;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  border: 1px solid transparent;

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  line-height: 1.5;

  border-radius: 0.25rem;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-success {
  font-size: 30px;

  padding: 8px 80px 10px;

  color: #fff;

  background-color: #4b60b9;

  border-color: #4b60b9;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn {
  transition: initial;
}

.form-control:focus {
  color: #495057;

  background-color: #fff;

  border-color: #80bdff;

  outline: 0;

  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control {
  min-height: 54px;

  border: 3px solid #999999;

  border-radius: 10px;
}

.quiz-header-form {
  width: calc(100% - 144px);

  margin: auto;

  margin-top: 50px;
}

p.justify-content-center.modal-footer {
  margin: auto;

  width: 300px;
}

form.przm-form.przm-form-reg {
  display: grid;

  grid-row-gap: 15px;

  margin-bottom: 50px;
}

.popup__holder {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: grid;
  align-items: center;
  justify-items: center;
  opacity: 0;
  z-index: -10;
  overflow-y: scroll;
  transition: 0.5s opacity;
}
.popup__holder.active {
  opacity: 1;
  z-index: 100;
}
.popup__wrap {
  position: relative;
  padding: 20px 40px;
  max-width: 650px;
  background-color: #fff;
}
.popup__text {
  font-size: 1.5em;
  text-align: center;
}

@media screen and (max-width: 769px) {
  body {
    width: 100%;
  }

  .popup_main {
    width: 80%;

    padding: 20px 60px;

    height: auto;
  }

  .f40 {
    font-size: 3.5vw;
  }

  .f30 {
    font-size: 2.5vw;
  }

  .f26 {
    font-size: 2.25vw;
  }

  .f24 {
    font-size: 2.2vw;
  }

  .f22 {
    font-size: 2.15vw;
  }

  .f20 {
    font-size: 1.8vw;
  }

  .f18 {
    font-size: 1.6vw;
  }

  .f14 {
    font-size: 1.4vw;
  }

  .f10 {
    font-size: 1.2vw;
  }

  .popup_main_text_2 {
    width: auto;
  }

  .bu-green {
    width: auto;
  }

  .akz-bl {
    width: 80%;

    margin: auto;
  }

  .block-comment {
    align-items: center;
  }

  #t1 {
    align-items: center;
  }

  #t2 {
    align-items: center;
  }

  .b-comment {
    width: 80%;
  }

  .main-comment-text div {
    width: calc(100% - 40px);
  }
  .popup__wrap {
    max-width: calc(100% - 30px);
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .f40 {
    font-size: 5vw;
  }

  .f30 {
    font-size: 4vw;
  }

  .f26 {
    font-size: 3.25vw;
  }

  .f24 {
    font-size: 3.2vw;
  }

  .f22 {
    font-size: 3.15vw;
  }

  .f20 {
    font-size: 3vw;
  }

  .f18 {
    font-size: 2.6vw;
  }

  .f14 {
    font-size: 2.4vw;
  }

  .f10 {
    font-size: 2vw;
  }

  .popup_main {
    padding: 20px 17px;
  }

  .bu-green {
    height: 50px;
  }

  .block_main {
    width: 80%;
  }

  .bu-blue {
    width: 100%;

    height: 60px;
  }

  .main-comment-text img {
    width: 121px;

    height: 121px;
  }

  .main-comment-ti {
    width: 54px;
  }

  .main-comment-text {
    width: auto;
  }

  .quiz-header-form {
    width: 100%;

    margin-top: 20px;
  }

  .popup_main_text_1 {
    width: auto;
  }

  input.btn.btn-success.text-uppercase.btn-action.przm-btn-reg.ma {
    width: 100%;
  }

  .block_blye {
    padding: 20px 30px;
  }

  .block-green {
    height: 45px;
  }
}
