html { height: 100%; }
body {
    padding: 0;
    margin: 0;font-family: 'Roboto', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh; 
}
a {
    text-decoration: none;
}
textarea {
    font-family: 'Roboto', sans-serif;
}
select {
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
}
button {
    font-family: 'Roboto', sans-serif;
}

button[type="submit"] {
    cursor: pointer;
}

li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul {
    margin: 0;
    padding: 0;
}
hr, .hr {
    border-color: #306FB4;
    opacity: 0.5;
}
h1 {
    display: flex;
    justify-content: center;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #306FB4;
}

.btn {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.bodyfirst {
    background-color: #EDF2F5;
}

.container {
    max-width: 1024px;
    margin: auto;
    width: 100%;
}

body > .container {
    padding: 60px 15px;
}

.first__logo {
    margin-top: 120px;
}

.bg {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: -1;
}

form[action='checklist'] {
    padding-bottom: 200px;
}

.first__text {
    margin-top: 40px;
    font-size: 23px;
    font-weight: 500;
    color: #1F2325;
    max-width: 770px;
    margin-bottom: 80px;
}

.start-page {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.start-btn {
    display: block;
    background: #306FB4;
    border-radius: 4px;
    padding: 23px 85px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    border: none;
}

a.start-btn:hover {
    text-decoration: none;
}

.first__btn a,
.first__btn .btn {
    display: inline-flex;
    background: #306FB4;
    border-radius: 4px;
    padding: 23px 85px;
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 50px;
    font-weight: 500;
    border: none;
}
.btn-outline-primary {
    color: #306FB4;
    border-color: #306FB4;
}
.flex {
    display: flex;
}
.content-center {
    justify-content: center;
}
.reg__logo {
    margin-top: 65px;
    text-align: center;
}
.container__content {
    margin-left: 50px;
    margin-right: 50px;
}
.reg__title {
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    color: #4295D2;
    margin-top: 80px;
    margin-bottom: 60px;

}
.form__item {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.form__item input {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #A6B1B8;
    border-radius: 4px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #A6B1B8;
    padding: 17px 20px 17px 50px;
}
::placeholder {
    font-family: 'Roboto', sans-serif;  
}
.form__item img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left:15px;
}
.form__btn {
    background: #4295D2;
    border-radius: 4px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;  
    border: 0;
    font-weight: 500;
    padding: 20px 0px;
    width: 100%;
    color: #FFFFFF;
    outline: none;
}
.form__item input {
    box-sizing: border-box;
}
.form__reset {
    display: block;
    margin-top: 10px;
    color: #4295D2;
    font-size: 18px;
    font-weight: 400;
}
.hello__title {
    margin-top: 100px;
}
.hello__wrap {
    margin-left: 40px;
    margin-top: 40px;
    margin-right: 40px;
}
.exit__btn a {
    align-items: center;
    display: inline-flex;
}
.exit__btn a svg {
    margin-right: 30px;
}
.choose__title{
    display: flex;
    align-items: center;
    color: #306FB4;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}
.choose__title svg {
    margin-right: 12px;
}
.hello__header{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.exit__btn a {
    background-color: transparent;
    color: #306FB4;
    font-size: 18px;
    padding: 10px 20px;
    border: 1px solid #306FB4;
    font-weight: 400;

}
.hello__title {
    font-size: 29px;
    font-weight: 700;
    color: #306FB4;

}
.hello__title span {
    display: block;
}

.hello__name {
    margin-top: 40px;
    color: #306FB4;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 90px;
}

label.cont,
.checkbox label,
.radio label {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
  
  .checkmark {
    margin-top: 5px;
  }
  
  /* Hide the browser's default radio button */
  .cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #4295D2;
    border-radius: 50%;
    box-sizing: content-box;
  }
  
  .check__list .checkmark {
      top: 10px;
  }
  
  [type="checkbox"] + .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #4295D2;
    border-radius: 4px;
  }  
 
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .cont input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .cont .checkmark:after {
      top: 5px;
      left: 5px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #4295D2;
  }
  
  .cont [type="checkbox"]:checked + .checkmark:after {
      top: -1px;
      left: -1px;
    border-radius: 4px;
    border-color: #306FB4;
    background-color: #306FB4;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid rgba(0, 66, 105, 0.28);
    border-radius: 4px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  
  .fancybox-content .custom-checkbox {
      padding-left: 0;
  }

  body::-webkit-scrollbar {
    width: 10px;
  }
  
  body::-webkit-scrollbar-track {
    
    background-color: #EDF2F5;
  }
  body::-webkit-scrollbar-thumb:window-inactive {
   background: #41617D !important; 
 }
  body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #EDF2F5;
    background-color: #B3CCE9;
  }
@media (pointer: fine) {
		body::-webkit-scrollbar {
    width: 10px;
  }
  
  body::-webkit-scrollbar-track {
    
    background-color: #EDF2F5;
  }
  body::-webkit-scrollbar-thumb:window-inactive {
   background: #41617D !important; 
 }
  body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #EDF2F5;
    background-color: #B3CCE9;
  }
}
.choose__submit {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #FFFFFF;
    border-top: 1px solid #B3CCE9;
    backdrop-filter: blur(10px);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose__submit a {
    display: inline-flex;

    background-color: #4295D2;
    padding: 23px 160px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}

.info__item {
    margin-bottom: 30px;
}
.info__wrap{
    margin-top: 50px;
}
.info__item-title {
    font-size: 20px;
    font-weight: 400;
    color: #A6B1B8;
    margin-bottom: 4px;
}
.info__item-name {
    font-size: 36px;
    font-weight: 700;
    color: #1A4491;
    max-width: 570px;
    
}
.inof__more a {
    color: #306FB4;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.inof__more a svg {
    margin-right: 16px;
}
.info__bg {
    position: absolute;
    right: 0;
    bottom: 5%;
}

.choose__submit {
    left: 0;
}

.choose__submit a {
    border-radius: 4px;
}

.choose__submit a,
.choose__submit [type="submit"] {
    display: inline-flex;
    background-color: #4295D2;
    padding: 23px 100px;
    color: #FFFFFF;
    font-size: 20px;
    outline: none;
    border: none;
    font-weight: 500;
    white-space: nowrap;
}

.choose__submit2 {
    background-color: #EDF2F5;
    border-top: 0px;
}

.test__header {
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px 0px 10px;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 99990;
}

.test__header--buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.header__test{
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    border-bottom: 4px solid #DEE4E8;
}

.header__test-progress {
    bottom: -4px;
    left: 0;
    width: 0;
    position: absolute;
    border-bottom: 4px solid #306FB4;
}

.test__time {
    font-size: 29px;
    font-weight: 700;
    color: #4295D2;
}

.test__userinfo {
    font-weight: bold;
    text-align: center;
}

.hello__wrap2 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.checklist-form__wrap {
    padding-top: 20px;
}

.check__list-title {
    display: flex;
}
.check__title-count {
    color: #306FB4;
    font-size: 23px;
    font-weight: 500;
}
.check__title-name {
    font-size: 23px;
    font-weight: 500;
    color: #306FB4;
}
.check__id-wrap {
    display: flex;
    flex-wrap: wrap;
}
.check__wrap-text {
    flex: 0 0 70%;
}
/*.check__wrap-btn {
    flex: 0 0 20%;
}*/
.check__id-wrap {
    justify-content: space-between;
}
.check__wrap-btn {
    background-color: #fff;
    border: 1px solid #4295D2;
    border-radius: 4px;
    font-size: 13px;
    color: #4295D2;
    display: block;
    text-align: center;
    padding: 7px 16px;
}
.check__wrap-btn.active {
    border: 1px solid #D6622A;
    color: #D6622A;
}

.check__list .btn {
    font-size: 13px;
    max-width: 120px;
    white-space: break-spaces;
    display: inline-flex;
    align-items: center;
}

[data-timer-btn].check__wrap-btn.active {
    opacity: 0.5;
    cursor: not-allowed;
}

.check__id {
    margin-top: 0px;
}

.check__id + textarea {
    margin-top: 24px;
}


.check__list-title {
    margin-top: 25px;
    margin-bottom: 25px;
}
.check__id-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.check__id-btn .cont {
    margin-bottom: 0px;
}
.check__id-btn .choose__item label {
    padding-right: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.check__id-btn {
    margin-top: 24px;
}

.check__id-btn .cont {
    font-size: 18px;
}
.check__id-btn .checkmark {
    margin-top: 0px;
}
.check__wrap-btn {
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}
.check__list {
    border-bottom: 1px solid #B3CCE9;
    padding: 25px 10px;
    position: relative;
}

.check__list--no-border {
    border: none;
}

.check__list--timer {
    color: #306FB4;
    font-size: 23px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    background-color: #ffffff;
    z-index: 5;
    padding: 5px;
}

.choose__item p {
    margin-bottom: 12px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid rgba(0, 66, 105, 0.28);
    border-radius: 4px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}


/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::before {
    border-color: #306FB4;
    background-color: #306FB4;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:disabled+span::before {
    background-color: #306FB4;
}
  
.fine {
    padding-top: 40px;
    margin-top: 20px;
    border-top: 2px solid #D6622A;
}

.fine .checkbox {
    max-width: none;
}

.check__list:last-of-type {
    border-bottom: 0px;
}
.check__list.last {
    border-bottom: 0px;
}
.fine__title {
    font-size: 29px;
    font-weight: 700;
    color: #D6622A;
    margin-bottom: 40px;
}
.custom-checkbox>span {
    font-size: 18px;
    font-weight: 400;
    color: #002033;
}
.checkbox {
    max-width: 530px;
}

.custom__check {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #B3CCE9;
}
.list__check {
    border-bottom: 2px solid #306FB4;
    margin-bottom: 40px;
}
.check__list:last-of-type {
    margin-bottom: 0px;
}
.list__check.last {
    border-bottom: 0px;
}
.list__button {
    background-color: #4295D2;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 30px;
    display: inline-block;
}

.list__button.active {
    background: #D6622A;
}

.list__btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.list__btn {
    margin-left: 40px;
    margin-right: 40px;
}
.topbtn {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.finebtn {
    transform: rotate(180deg);
    cursor: pointer;
}

.list__btn-bg {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #EDF2F5;
    z-index: 99;
}
.list__btn {
    backdrop-filter: blur(10px);
    padding: 20px 0px;
}
.list__btn-bg {
    border-top: 1px solid #4295D2;
}
.custom__check:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}
#hidden {
    box-shadow: 0px 8px 8px rgba(0, 32, 51, 0.04), 0px 12px 28px rgba(0, 32, 51, 0.12);
    border-radius: 4px;
    padding: 40px 30px;
}
.pup__title{
    font-size: 23px;
    color: #306FB4;
    font-weight: 500;
    margin-bottom: 20px;
}
.pup__text {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
}
#hidden form {
    max-width: 100%;
}
.pup__input select,
.pup__input textarea,
.pup__input input[type="text"],
.pup__input input[type="number"],
.pup__input input[type="email"],
.pup__input input[type="password"] {
    resize: none;
    font-family: 'Roboto', sans-serif;
    color: #1F2325;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    height: 150px;
    padding: 10px;
    outline: none;
    border: 1px solid rgba(0, 66, 105, 0.28);
    border-radius: 4px;
}
.pup__input select,
.pup__input input[type="text"],
.pup__input input[type="number"],
.pup__input input[type="email"],
.pup__input input[type="password"] {
    height: auto;
}
.pup__input select {
    background: #FFFFFF;
}
.pup__input select {
    color: #306FB4;
    height: 50px;
}
.fancybox-inner .pup__input select {
    text-align: center;
}
.pup__input textarea::placeholder {
    color: rgba(0, 32, 51, 0.35);
    font-size: 20px;
    font-weight: 400;
}
.pup__btn {
    width: 100%;
    background-color: #D6622A;
    text-align: center;
    padding: 16px 0px;
    cursor: pointer;
    outline: none;
    border: none;
    margin-top: 50px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}
.popup__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.popup__line {
    margin-top: 40px;
}
.popup__no {
    color: #D6622A;
    font-size: 23px;
    font-weight: 500;
}
.popup__yes {
    color: #0F9946;
    font-size: 23px;
    font-weight: 500;
}
.popup__line-btn {
    flex: 0 0 48%;
}
.popup__line-end {
    flex: 0 0 48%;
}
.popup__btn-full {
    flex: 0 0 100%;
}
.end__title {
    font-size: 36px;
    color: #0F9946;
    font-weight: 700;
    margin-bottom: 30px;
}
.end__item {
    margin-bottom: 30px;
}
.end__item-title {
    font-size: 20px;
    font-weight: 400;
    color: #A6B1B8;
    margin-bottom: 4px;
}
.end__item-name {
    font-size: 29px;
    font-weight: 700;
    color: #306FB4;
}
.end__flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.end__flex-item {
    margin-right: 60px;
}
.end__flex-title {
    font-size: 20px;
    font-weight: 400;
    color: #A6B1B8;
}
.end__flex-text {
    font-size: 29px;
    font-weight: 700;
    color: #306FB4;
    margin-top: 4px;
}
.green {
    color: #0F9946;
}
.red {
    color: #D6622A;
}
.bonus__item {
    display: flex;
    flex-wrap: wrap;
}
.bonus__item .choose__item {
    margin-right: 40px;
}
.bonus {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid #306FB4;
    max-width: 500px;
}
.bonus__title {
    font-size: 18px;
    font-weight: 400;
    color: #002033;
    margin-bottom: 25px;
}
.bonus textarea {
    background-color: transparent;
}
.kick__title {
    color: #D6622A;
    font-size: 36px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 30px;
}
.choose__submit3 {
    position: unset;
}
.pup__input textarea {
    box-sizing: border-box  ;
}
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%;
  }
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
  .custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    width: 100%;
    padding: 17px 15px;
    font-size: 18px;
    font-weight: 400;
    color: #002033;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #306FB4;
    border-radius:4px;
    cursor: pointer;
  }
  .opened .custom-select-trigger {
    border-width: 1px;
  }
    .custom-select-trigger:after {
      position: absolute;
      display: block;
      content: '';
      width: 10px; height: 10px;
      top: 50%; right: 25px;
      margin-top: -3px;
      border-bottom: 1px solid #306FB4;
      border-right: 1px solid #306FB4;
      transform: rotate(45deg) translateY(-50%);
      transition: all .4s ease-in-out;
      transform-origin: 50% 0;
    }
    .custom-select.opened .custom-select-trigger:after {
      margin-top: 3px;
      transform: rotate(-135deg) translateY(-50%);
    }
.custom-select-trigger:hover {
    border-color: #306FB4;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%; left: 0; right: 0;
  min-width: 100%;
  margin: 0px 0;
  border: 1px solid #306FB4;
  box-sizing: border-box;
  background: #EDF2F5;
  border-top: 0px;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

  .option-hover:before {
    background: transparent;
  }
  .custom-option {
    position: relative;
    display: block;
    padding:17px 15px;
    text-transform: uppercase;
    
    font-size: 18px;
    font-weight: 400;
    color: #306FB4;
  
    cursor: pointer;
    transition: all .4s ease-in-out;
  }
  .custom-option:hover {
    color: #095381;
  }

.custom-select.opened .custom-select-trigger {
    border-bottom: 0px;
    border-color: #306FB4;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}  
      
.custom-option:last-child {
    padding-bottom: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
} 
.custom-option:hover {
    background-color: transparent;
}
.custom-select.opened .custom-options {
    z-index: 9999;
}
.info__bg {
    z-index: -1;
}
.check__id-wrap {
    align-items: flex-start;
}
.popup__btn {
    display: flex;
    justify-content: center;
    background: #D6622A;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    padding: 16px 0px;
    margin-top: 50px;
    font-weight: 400;
    align-items: center;
}
.popup__btn.disabled {
    background: #EDF2F5;
    color: #A6B1B8;
    pointer-events: none;
}

.fancybox-content {
    max-width: 1280px;
    max-height: 100%;
}

.fancybox-content .custom__check .cont {
    margin-bottom: 0;
}

.fancybox-close-small svg path {
    fill: #1A4491!important;
}

#finish .popup__btn {
    margin-top: 0;
    color:#306FB4;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #306FB4;
}

#finish .popup__btn.disabled {
    background: #EDF2F5;
    color: #A6B1B8;
    pointer-events: none;
}

#finish .popup__line {
    margin-top: 20px;
}

#finish [data-fancybox-close] {
    display: none;
}

.result-list > .row:last-child .hr {
    display: none;
}

.result-list .btn {
    margin-top: 10px;
}

.fancybox-content {
    padding: 30px;
}

.fancybox-content .fine__title {
    margin-bottom: 20px;
}

.fancybox-content .bonus__title {
    margin-bottom: 20px;
}

.fancybox-content > .fine__title {
    margin-bottom: 0px;
}

.fancybox-content > .bonus__title {
    margin-bottom: 0px;
}

.fancybox-content .check__id-btn {
    margin-top: 0;
}

.fancybox-content .custom__check {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.fancybox-content .custom__check:last-child {
    margin-bottom: 0px;
}

.fancybox-content .custom__check .checkbox {
    margin-bottom: 0px;
}

.fancybox-content .custom__check .check__id-btn {
    gap: 10px;
}

.fancybox-content .custom__check .check__id-btn .choose__item label {
    padding-top: 0px;
    padding-bottom: 0px;
}

.fancybox-content .custom__check .check__id-btn .choose__item .checkmark {
    top: 0;
}

.fancybox-content .custom__check .custom-checkbox {
    margin-bottom: 0px;
}

.fancybox-content .custom__check .form__item {
    margin-bottom: 0px;
}

.fancybox-content .custom__check .custom-checkbox + .form__item {
    margin-top: 20px;
}

.fancybox-content .popup__btn {
    margin-top: 20px;
}

.fancybox-content .pup__input textarea {
    height: 100px;
}

.fancybox-content .form__item input {
    padding: 10px;
}


@media screen and (min-width: 790px) {
    .bg {
        bottom: -25%;
    }
    .bonus .pup__input {
        max-width: 100%;
    }
    .bonus {
        max-width: 100%;
    }
}

@media screen and (max-width: 790px) {
    
    .bodyfirst .bg {
        bottom: -30%;
    }
    
    .info__bg {
        bottom: -45%;
    }
    
    .list__btn {
        max-height: 210px;
        overflow: scroll;
    }
    
    .list__button {
        padding: 10px;
        white-space: nowrap;
    }
    
    .topbtn {
        position: fixed;
        z-index: 999;
        right: 0px;
        bottom: 0px;
        transform: scale(0.8);
    }
    
    .check__id-btn {
        
    }
    
    .first__btn a, .first__btn .btn {
        padding: 20px;
    }
    
    /*.check__id-btn .choose__item {
        margin-left: 0;
        width: 100%;
    }*/
}

@media screen and (max-width: 490px) {
    .test__header--buttons {
        width: 100%;
    }
    
    .list__button {
        width: 100%;
    }
}

@media print {
    /* здесь будут стили для печати */
    body {
        font-size: 10px;
    }
    
    br {
        display: none;
    }

    .fine__title,
    .choose__title,
    .check__list-title,
    .check__title-name {
        font-size: 14px;
        margin: 3mm 0;
    }
    
    .check__id-btn .cont {
        font-size: 12px;
    }
    
    .check__list--timer {
        font-size: 12px;
    }
    
    .check__list__item {
        padding-top: 2mm!important
    }
    
    .timer-place {
        display: none;
    }
    
    .fine, .padding {
        margin: 5mm 0;
        padding-top: 0;
    }
    
    .checkmark {
        width: 3mm;
        height: 3mm;
        margin: 0;
    }
    
    .cont .checkmark:after {
        top: 0.4mm;
        left: 0.35mm;
    }
    
    .form__item input {
        height: 2mm;
        padding: 5mm 0;
    }
    
    label.cont, .checkbox label, .radio label {
        margin-bottom: 0;
    }
    
    .check__id-btn {
        margin-top: 2mm;    
    }
    
    .check__list {
        padding: 2mm;
    }
    
    .check__list .btn, .popup__btn {
        display: none!important;
    }
    
    .header__test, .list__btn-bg {
        display: none;
    }
    
    .check__wrap-text {
        flex: 0 0 100%;
    }
    
    .hello__wrap2 {
        margin: 1cm;
    }
    
    .custom-checkbox {
        padding: 0!important;
        margin: 3mm 0!important;
    }
    
    .custom__check {
        padding: 0!important;
        margin: 0!important;
    }
    
    .custom-checkbox>span {
        font-size: 3mm;
    }
    
    #fine, #bonus, #innovation {
        display: block!important;
    }
    
    textarea {
        display: none;
    }
    
    input, select {
        border: none!important;
        border-radius: 0!important;
        font-size: 3mm!important;
        background: transparent;
    }
    
    .bonus {
        margin: 0;
        padding: 0;
    }
    
    .bonus__title, label.cont, .checkbox label, .radio label {
        font-size: 4mm;
        margin: 4mm 0;
    }
    
    .topbtn {
        display: none;
    }
}

