
:root {
    --member-color: #5172AEDB;
    --leader-color: #309BAA;
    --curator-color: #2A4E8E;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.333;
    min-width: 320px;
    position: relative;
    background: #000;
    max-width: 3000px;
    margin: auto;
    color: #000;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

header, section {
    margin: auto;
}

.support-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    left: 60px;
    box-shadow: 2px 2px 10px 0 #a8a8a8;
}

footer {
    margin: 0 -15px -80px;
    background-color: #fff;
}

.tc-container {
    max-width: 1185px;
    margin: auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.tc-container > div {
    margin: 5px 0;
}

footer a {
    border-bottom: 1px solid #026BBB;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, button {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

figure {
    margin: 0;
}

figure img {
    width: auto;
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

p, a {
    color: #000;
    margin: 0;
}

input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.content-width {
    width: 1185px;
    margin: auto;
}

.content-width-expand {
    width: 100%;
    padding: 30px;
    margin: auto;
}

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input, textarea, button {
    outline: none !important;
}

/*---------------------------------FIRST-PAGE----------------------------------*/
.wrap-team {
    width: 100%;
    min-height: 100vh;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-line {
    background: #000;
    padding: 10px 0;
}

.top-line .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.top-line .content-width .left {
    width: 70%;
    position: relative;
    top: -10px;
}

.top-line .content-width .left p {
    font-size: 30px;
    font-family: 'Futura', sans-serif;
    color: white;
    font-weight: bold;
    line-height: 0.667;
}

.top-line .content-width .right {
    width: 30%;
    text-align: right;
}

.top-line .content-width .right .logo {
    float: right;
    display: inline-block;
}

.logo img {
    width: 300px;
    height: auto;
    margin: 0;
}

.top-line .content-width .right .logo p {
    font-size: 60px;
    font-family: 'Futura', sans-serif;
    color: white;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}

.top-line .content-width .right .logo p span {
    color: #026bbb;
}

.first-page {
    padding: 50px 0 30px;
    background: #fff;
    width: 1180px;
    margin: auto;
}

.first-page .content-width {
    max-width: 820px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.first-page p {
    margin: 0 0 15px;
}

.block-diagnostics {
    margin: 25px 0 0;
}

.block-diagnostics ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.block-diagnostics ol li {
    list-style: none;
    counter-increment: li;
    position: relative;
    background: #000;
    height: 52px;
    border-radius: 26px;
    padding-left: 65px;
    width: 42%;
    margin: 0 0 20px;
}

.block-diagnostics ol li:before {
    position: absolute;
    top: 0;
    left: 32px;
    font-size: 22px;
    color: white;
    font-weight: bold;
    line-height: 52px;
    content: counter(li);
}

.block-diagnostics ol li span {
    display: block;
    height: 52px;
    border-radius: 26px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
    line-height: 52px;
    position: relative;
    left: 1px;
}

.select-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 45px;
    position: relative;
    margin: 0 0 50px;
}

.select-block .radio {
    display: inline-block;
    /*width: 120px;*/
    width: 56px;
    margin: 0 8px;
}

.select-block .radio input[type=radio] {
    margin: 0;
    display: none;
}

.select-block .radio label {
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.select-block .radio input[type="radio"] + span {
    display: block;
    position: relative;
    padding: 55px 0 0;
}

.select-block .radio input[type="radio"] + span:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid rgba(0, 161, 176, 0.2);
    z-index: 2;
}

.select-block .radio input[type="radio"] + span:after {
    position: absolute;
    top: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(0, 161, 176, 0.2);
    z-index: 2;
}

.select-block .radio input[type="radio"] + span b {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #161616;
    display: block;
    text-align: center;
    position: relative;
}

.select-block .radio input[type="radio"]:checked + span:before {
    border-color: #fd5e75 !important;
}

.select-block .radio input[type="radio"]:checked + span:after {
    background: #fd5e75 !important;
}

.select-block .radio input[type="radio"]:checked + span b:before {
    position: absolute;
    top: -65px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: '';
    background: rgba(253, 96, 117, 0.2);
    border-radius: 100%;
    width: 46px;
    height: 46px;
}

.select-block .radio .answer-legend.desktop-legend {
    display: flex;
    font-size: 12px;
    line-height: 1.2em;
    margin-top: 7px;
    transform: translateX(-4px);
}

.select-block .radio-3 .answer-legend.desktop-legend, .select-block .radio-7 .answer-legend.desktop-legend {
    transform: translateX(-18px);
}

.answer-legend.mobile-legend {
    display: none;
}

.select-block .radio-1 input[type="radio"]:checked + span b {
    color: #d74e36 !important;
}

.select-block .radio-2 input[type="radio"]:checked + span b {
    color: #d74e36 !important;
}

.select-block .radio-3 input[type="radio"]:checked + span b {
    color: #d74e36 !important;
}

.select-block .radio-4 input[type="radio"]:checked + span b {
    color: #d74e36 !important;
}

.select-block .radio-5 input[type="radio"]:checked + span b {
    color: #d74e36 !important;
}

.select-block .radio-6 input[type="radio"]:checked + span:before {
    border-color: #f2cc45 !important;
}

.select-block .radio-6 input[type="radio"]:checked + span:after {
    background: #f2cc45 !important;
}

.select-block .radio-6 input[type="radio"]:checked + span b:before {
    background: rgba(241, 223, 97, 0.2) !important;
}

.select-block .radio-6 input[type="radio"]:checked + span b {
    color: #f2cc45 !important;
}

.select-block .radio-7 input[type="radio"]:checked + span:before {
    border-color: #f2cc45 !important;
}

.select-block .radio-7 input[type="radio"]:checked + span:after {
    background: #f2cc45 !important;
}

.select-block .radio-7 input[type="radio"]:checked + span b:before {
    background: rgba(241, 223, 97, 0.2) !important;
}

.select-block .radio-7 input[type="radio"]:checked + span b {
    color: #f2cc45 !important;
}


.select-block .radio-8 input[type="radio"]:checked + span:before {
    border-color: #c0cd46 !important;
}

.select-block .radio-8 input[type="radio"]:checked + span:after {
    background: #c0cd46 !important;
}

.select-block .radio-8 input[type="radio"]:checked + span b:before {
    background: rgba(72, 228, 72, 0.2) !important;
}

.select-block .radio-8 input[type="radio"]:checked + span b {
    color: #c0cd46 !important;
}

.select-block .radio-9 input[type="radio"]:checked + span:before {
    border-color: #c0cd46 !important;
}

.select-block .radio-9 input[type="radio"]:checked + span:after {
    background: #c0cd46 !important;
}

.select-block .radio-9 input[type="radio"]:checked + span b:before {
    background: rgba(72, 228, 72, 0.2) !important;
}

.select-block .radio-9 input[type="radio"]:checked + span b {
    color: #c0cd46 !important;
}


/*-----BLUE-----*/
.select-block .radio-10 input[type="radio"]:checked + span:before {
    border-color: #88c5ec !important;
}

.select-block .radio-10 input[type="radio"]:checked + span:after {
    background: #88c5ec !important;
}

.select-block .radio-10 input[type="radio"]:checked + span b:before {
    background: rgba(19, 107, 180, 0.2) !important;
}

.select-block .radio-10 input[type="radio"]:checked + span b {
    color: #88c5ec !important;
}


/*  .select-block .radio-4 input[type="radio"]:checked + span:before {
    border-color: #bbcd49!important; }
  .select-block .radio-4 input[type="radio"]:checked + span:after {
    background: #bbcd49!important; }
  .select-block .radio-4 input[type="radio"]:checked + span b:before {
    background: rgba(187, 205, 73, 0.2)!important; }
  .select-block .radio-4 input[type="radio"]:checked + span b {
    color: #bbcd49!important; }*/
/*  .select-block .radio-5 input[type="radio"]:checked + span:before {
    border-color: #48e448!important; }
  .select-block .radio-5 input[type="radio"]:checked + span:after {
    background: #48e448!important; }
  .select-block .radio-5 input[type="radio"]:checked + span b:before {
    background: rgba(72, 228, 72, 0.2)!important; }
  .select-block .radio-5 input[type="radio"]:checked + span b {
    color: #48e448!important; }*/
.select-block .info {
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(90%, 0);
    transform: translate(90%, 0);
    display: inline-block;
    width: 100px;
    text-align: center;
}

.select-block .info img {
    vertical-align: top;
}

.select-block .info .wrap {
    margin: 0 0 10px;
    text-align: center;
}

.select-block .info p {
    text-align: center;
    font-size: 13px;
    line-height: 10px;
    font-weight: 700;
    font-style: italic;
    color: #026bb8;
}

.btn-wrap {
    margin-top: 20px;
    text-align: center;
}

.btn-default {
    display: inline-block;
    cursor: pointer;
    border: none;
    min-width: 310px;
    height: 68px;
    background-color: #026bbb;
    border-radius: 34px;
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    line-height: 68px;
    font-weight: 700;
    color: #ffffff;
}

.btn-default.lavender {
    background-color: #805CE5;
    font-size: 15px;
}

.btn-default:hover {
    background: #00a1b0;
}

/*--------------------------------END-FIRST-PAGE----------------------------------*/
/*--------------------------------CARD-PAGE----------------------------------*/
.wrap-slider {
    width: 1180px;
    padding: 43px 0 40px;
    background: #fff;
    margin: auto;
}

.card-slider {
    max-width: 820px;
    position: relative;
    height: 100%;
}

.card-slider .wrap-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 60px;
}

.card-slider .wrap-top .title {
    width: calc(100% - 100px);
    font-family: 'Futura', sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #026bbb;
    margin: 0 0 20px;
}

.card-slider .wrap-top .title span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #026bbb;
    position: relative;
    top: 0;
    left: 2px;
}

.card-slider .wrap-progress {
    width: 74px;
    height: 74px;
    position: relative;
}

.card-slider .wrap-progress .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #212121;
    font-weight: 400;
}

.card-slider .wrap-progress .pie_progress__number {
    font-size: 26px;
    line-height: 20px;
    font-weight: 700;
    color: #026bbb;
    position: relative;
    top: -4px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    transform: none;
}

.card-slider .wrap-progress .pie_progress__label {
    font-size: 18px;
    color: #212121;
    font-weight: 400;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
}

.card-slider .swiper-slide .wrap {
    padding: 0 7%;
}

.card-slider .swiper-slide p.top, #norm-name {
    font-family: 'Futura', sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    color: #026bbb;
    text-align: center;
    margin: 0 0 30px;
}

.card-slider .swiper-slide .number-wrap {
    margin: 0 0 15px;
    text-align: center;
}

.card-slider .swiper-slide .number-wrap p {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #212121;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 100%;
}

.card-slider .swiper-slide .question-wrap {
    margin: 0 0 50px;
}

.card-slider .swiper-slide .question-wrap p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #212121;
}

.card-slider .swiper-slide .question-wrap p.question {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #212121;
}

.card-slider .swiper-slide .question-wrap p.question strong {
    font-weight: 800;
}

.card-slider .wrap-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 10px; /* Ира внесла правки*/
    left: 0;
    right: 0;
    z-index: 100;
}

.pie_progress {
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    display: inline-block;
    cursor: pointer;
    border: none;
    min-width: 152px;
    height: 55px;
    background-color: #026bbb;
    border-radius: 34px;
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    line-height: 55px;
    font-weight: 700;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.7;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-done {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.swiper-button-next.swiper-button-disabled {
    display: none;
}

.swiper-button-next.swiper-button-disabled + .swiper-button-done {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    cursor: pointer;
    pointer-events: inherit;
}

.key-2 .wrap-top .title {
    color: rgba(209, 154, 92, 1);
}

.key-2 .wrap-top .title span {
    color: #d19a5c;
}

.key-2 .wrap-progress .pie_progress__number, .key-2 .swiper-slide p.top {
    color: #d19a5c;
}

.key-2 .swiper-button-next, .key-2 .swiper-button-prev {
    background: #d19a5c;
}

.key-3 .wrap-top .title {
    color: rgba(0, 161, 174, 1);
}

.key-3 .wrap-top .title span {
    color: #00a1ae;
}

.key-3 .wrap-progress .pie_progress__number, .key-3 .swiper-slide p.top {
    color: #00a1ae;
}

.key-3 .swiper-button-next, .key-3 .swiper-button-prev {
    background: #00a1ae;
}

.key-4 .wrap-top .title {
    color: rgba(159, 72, 135, 1);
}

.key-4 .wrap-top .title span {
    color: #9f4887;
}

.key-4 .wrap-progress .pie_progress__number, .key-4 .swiper-slide p.top {
    color: #9f4887;
}

.key-4 .swiper-button-next, .key-4 .swiper-button-prev {
    background: #9f4887;
}


.key-5 .wrap-top .title {
    color: rgba(146, 148, 201, 1);
}

.key-5 .wrap-top .title span {
    color: #9294c9;
}

.key-5 .wrap-progress .pie_progress__number, .key-5 .swiper-slide p.top {
    color: #9294c9;
}

.key-5 .swiper-button-next, .key-5 .swiper-button-prev {
    background: #9294c9;
}

.key-6 .wrap-top .title {
    color: rgba(239, 126, 139, 1);
}

.key-6 .wrap-top .title span {
    color: #ef7e8b;
}

.key-6 .wrap-progress .pie_progress__number, .key-6 .swiper-slide p.top {
    color: #ef7e8b;
}

.key-6 .swiper-button-next, .key-6 .swiper-button-prev {
    background: #ef7e8b;
}

.mob-btn {
    display: none;
}

.key-2 .select-block .radio input[type="radio"] + span:before {
    border: 3px solid rgba(209, 154, 92, 0.2);
}

.key-2 .select-block .radio input[type="radio"] + span:after {
    background-color: rgba(209, 154, 92, 0.2);
}

.key-3 .select-block .radio input[type="radio"] + span:before {
    border: 3px solid rgba(0, 161, 174, 0.2);
}

.key-3 .select-block .radio input[type="radio"] + span:after {
    background-color: rgba(0, 161, 174, 0.2);
}

.key-4 .select-block .radio input[type="radio"] + span:before {
    border: 3px solid rgba(159, 72, 135, 0.2);
}

.key-4 .select-block .radio input[type="radio"] + span:after {
    background-color: rgba(159, 72, 135, 0.2);
}

.key-5 .select-block .radio input[type="radio"] + span:before {
    border: 3px solid rgba(146, 148, 201, 0.2);
}

.key-5 .select-block .radio input[type="radio"] + span:after {
    background-color: rgba(146, 148, 201, 0.2);
}

.key-6 .select-block .radio input[type="radio"] + span:before {
    border: 3px solid rgba(239, 126, 139, 0.2);
}

.key-6 .select-block .radio input[type="radio"] + span:after {
    background-color: rgba(239, 126, 139, 0.2);
}

/*-------------------------------END-CARD-PAGE----------------------------------*/
/*-------------------------------REPORT-PAGE----------------------------------*/
.report-page .wrap-progress {
    width: 134px;
    height: 134px;
    margin: 0 auto 30px;
}

.report-page .wrap-progress .pie_progress__number {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #000000;
}

.report-page .text-wrap h6 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px;
}

.report-page .text-wrap p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 20px;
}

.report-page .form-default p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
}

.report-page .form-default p a {
    display: inline-block;
    color: #026bbb;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}

.report-page .form-default p a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    border-bottom: 1px solid #026bbb;
    height: 1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.report-page .form-default p a:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.form-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-default .left {
    width: 31%;
}

.form-default .left figure {
    width: 100%;
}

.form-default .left figure img {
    width: auto;
    vertical-align: top;
}

.form-default .right {
    width: 65%;
}

.form-default .input-wrap {
    position: relative;
    margin: 0 0 25px;
}

.form-default .input-wrap input {
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #026bbb;
    width: 100%;
}

.form-default .label-info {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    color: #212121;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.form-default .label-info.is-focus, .form-default .label-info.is-selected {
    top: -15px;
    font-size: 14px;
}

.form-default .input-wrap-submit {
    margin-top: 50px;
}

.form-default .btn-default {
    height: 68px;
    line-height: 68px;
    width: 350px;
}

.report-page {
    height: fit-content !important;
}

.swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.swiper-button-prev {
    display: inline-block !important;
}

/*.form-default .input-wrap:after {
                             content: "";
                             display: table;
                             clear: both;}*/
.form-default .input-wrap .nice-select {
    padding-left: 100px;
    position: relative;
    z-index: 101;
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: #212121;
    border-radius: 0;
    border-bottom: 1px solid #000;
    height: 40px;
    width: 100%;
}

/*.form-default .team-experience.input-wrap .nice-select {*/
/*    padding-left: 340px;*/
/*}*/
.form-default .input-wrap .nice-select .list {
    left: 100px;
    z-index: 200;
}

.form-default .input-wrap .nice-select.open {
    z-index: 300;
}

.form-default .input-wrap .nice-select + label {
    z-index: 100;
}

.form-default .input-wrap {
    min-height: 40px;
}

/*------------------------------END-REPORT-PAGE----------------------------------*/

/*# sourceMappingURL=styles.css.map */


/*-----------------------------REGISTRATION-PAGE---------------------------------*/

.registration-page-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 60px;
    min-height: calc(100vh - 80px - 75px - 60px - 64px);
}

/*.registration-wrapper {*/
/*    transform: translateY(-100px);*/
/*}*/

#registration-message {
    width: 100%;
    height: auto;
    max-width: 747px;
    margin: auto;
    padding: 28px 42px;
    color: #ffffff;
}

#registration-message.invalid_email, #registration-message.invalid_password, #registration-message.invalid_hash, #registration-message.invalid_checkbox {
    background-color: #BB1802;
}

#registration-message.email_exists {
    background-color: #026BBB;
}

.theteam-registration-widget {
    max-width: 380px;
    margin: 50px auto;
    background-color: white;
    border-radius: 18px;
}

#registration-widget, #forgot-widget {
    display: none;
}

#registration-widget.active, #forgot-widget.active {
    display: block;
}

.forgot-title {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.forgot-description {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.forgot-description {
    margin: 40px auto 25px;
}

.mb-15 {
    margin-bottom: 15px;
}

.theteam-registration-widget input {
    border: 1px solid rgba(2, 107, 187, 0.25);
    border-radius: 80px;
    height: 56px;
    width: 100%;
    padding: 20px;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
}

.checkbox-box {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    position: relative;
}

.checkbox-box img {
    position: absolute;
    top: 2px;
    left: 2px;
    display: none;
}

.checkbox-box img.checked {
    display: block;
}

.form-bottom-link {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-top: 40px;
}

.form-bottom-link span {
    text-decoration: underline;
    cursor: pointer;
}

.theteam-registration-widget input[type=checkbox] {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 8px;
    border: 1px solid rgba(2, 107, 187, 0.25);
    border-radius: 50%;
}

.theteam-registration-widget label[for=policy] {
    font-size: 14px;
}

.theteam-registration-widget label[for=policy] a {
    border-bottom: 1px solid #026BBB;
}

.theteam-submit-btn {
    width: 100%;
    height: 56px;
    background: #026BBB;
    color: #ffffff;
    border: 1px solid #026BBB;
    border-radius: 80px;
    cursor: pointer;
}

.form-header ul {
    display: flex;
    height: 52px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.form-header li {
    list-style-type: none;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 50%;
    cursor: default;
}

.form-header li > div {
    width: 200px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-header li:first-child, .form-header li:first-child > div {
    border-top-left-radius: 18px;
}

.form-header li:last-child, .form-header li:last-child > div {
    border-top-right-radius: 18px;
}

.form-header li.active {
    z-index: 2;
}

.form-header li.active > div {
    background-color: #ffffff;
}

.form-header li.active:first-child > div {
    border-top-right-radius: 18px;
    width: 190px;
}

.form-header li:not(.active):first-child > div > div {
    transform: translateX(-5px);
}

.form-header li:not(.active) > div {
    background-color: rgba(2, 107, 187, 0.25);
}

.form-header li.active:last-child > div {
    border-top-left-radius: 18px;
    width: 187px;
}

.form-header li:last-child:not(.active) > div {
    transform: translateX(-10px);
    width: 200px;
}

.form-header li:not(.active):last-child > div > div {
    transform: translateX(5px);
}

.form-body {
    padding: 26px 42px 30px;
}

.form-body-item, .js-switching-item {
    display: none;
}

.form-body-item.active, .js-switching-item.active {
    display: block;
}

/*---------------------------END-OF-REGISTRATION-PAGE----------------------------*/

/*------------------------------PROFILE-PAGE-------------------------------------*/
.body-profile {
    padding: 80px 15px;
}

.profile-page-wrapper, .report-page-wrapper {
    max-width: 1200px;
    width: 100%;
    min-height: calc(100vh - 60px - 80px - 75px - 64px);
    margin: 40px auto;
    padding: 30px 120px 80px;
    background-color: #ffffff;
}

.member-title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
}

.member-title img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.member-title a {
    display: flex;
    border-bottom: 1px solid;
}

.admin-link {
    transform: translate(25px, 3px);
    border-bottom: none !important;
}

.logout-link {
    /*transform: translate(50px, 3px);*/
    border-bottom: none !important;
    margin-left: 15px;
}

.profile-test-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.test-row-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
}

.link-to-team-report {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans';
    margin-bottom: 18px;
    border-bottom: 1px solid #026bbb;
    transition: .6s;
}

.link-to-team-report:hover {
    border-bottom-color: #9a1352;
}

.role-types-header ul li {
    display: inline-block;
}

.role-types-tab {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0 50px 40px 0;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    transition: .4s;
}

.member-color {
    color: var(--member-color);
}

.member-color.active {
    border-color: var(--member-color);
}

.leader-color {
    color: var(--leader-color);
}

.leader-color.active {
    border-color: var(--leader-color);
}

.curator-color {
    color: var(--curator-color);
}

.curator-color.active {
    border-color: var(--curator-color);
}

.tc-accordion-header {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    padding: 15px 30px;
    border: 1px solid;
    cursor: pointer;
    transition: .6s;
}

.tc-accordion-body {
    padding: 30px 30px 15px 30px;
    border-top: none;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    overflow: hidden;
    transition: ease-in-out .4s;
    transform: translateY(-2px);
}

.tc-accordion-header.member-color, .tc-accordion-body.member-color {
    border-color: var(--member-color);
}

.tc-tests-frame {
    padding: 30px 30px 15px 30px;
    border: 1px solid;
    border-radius: 6px;
}

.tc-tests-frame.leader-color {
    border-color: var(--leader-color);
}

.tc-tests-frame.curator-color {
    border-color: var(--curator-color);
}

.diagnostic-type-item :first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transform: translateY(1px);
}

.diagnostic-type-item :nth-child(2) {
    transform: translateY(1px);
}

.diagnostic-type-item .tc-accordion-body:not(:last-child) {
    border-bottom: none;
}

.diagnostic-type-item .tc-accordion-body:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tc-accordion-header:not(.active) span {
    opacity: .4;
}

.tc-accordion-header:hover {
    opacity: 1;
}

.tc-accordion-body:not(.active) {
    height: 0;
    padding: 0 30px 0 30px;
    border-bottom: none;
}

.accordion-triangle {
    display: inline-block;
}

.tc-accordion-header:not(.active) .accordion-triangle {
    transform: rotate(180deg);
}

.diagnostic-type-item :nth-last-child(2):not(.active) {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.diagnostic-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: 56px;
    padding: 0 30px;
    border-radius: 28px !important;
    color: #ffffff;
    cursor: pointer;
}

.diagnostic-btn.member-color {
    background-color: var(--member-color);
}

.see-report, .see-report:hover {
    text-decoration: underline;
}

.diagnostic-btn.leader-color {
    background-color: var(--leader-color);
}

.diagnostic-btn.curator-color {
    background-color: var(--curator-color);
}

.margin-auto {
    display: flex;
    margin: 0 auto;
}

.test-row-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #000000;
    max-width: 66%;
    display: inline-block;
}

/*------------------------------END-PROFILE-PAGE----------------------------------*/


/*------------------------------TEAM-REPORT-PAGE----------------------------------*/

.team-report-point {
    margin: 48px 0 10px 8px;
    font-weight: bold;
}

.team-report-table {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}

.team-report-header, .team-report-body {
    font-weight: 700;
    display: table;
}

.team-report-header, .team-report-row {
    display: table-row;
}

.team-report-row.notpassed {
    color: #E15151
}

.team-report-cell {
    display: table-cell;
    padding: 6px 8px;
    border-bottom: 1px solid #000000;
    width: 20%;
}

.fio-cell {
    min-width: 380px;
}

.email-cell {
    min-width: 260px;
}

.passed-cell {
    min-width: 120px;
    width: auto;
}

.team-report-header > div, .ream-report-body > div {
    padding: 10px;
}

/*------------------------------END-TEAM-REPORT-PAGE---------------------------*/


/*-------------------------------------404-PAGE--------------------------------*/
.mt-80 {
    margin-top: 20px;
}

.content-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 80px);
    color: #ffffff;
    margin-top: 60px;
}

.title-404 {
    font-family: 'Futura', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
}

.link-404 {
    margin: 54px auto 86px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-decoration: underline;
    color: #ffffff;
}

/*-----------------------------------END-404-PAGE------------------------------*/
@media screen and (max-width: 1200px) {
    .top-line .content-width .left p {
        font-size: 24px;
    }

    .logo img {
        width: 260px;
        height: auto;
        margin: 0 auto;
        transform: translateY(3px);
    }
}

@media screen and (max-width: 1024px){
    label[for=company] {
        top: -25px !important;
    }
}

@media screen and (max-width: 992px) {

    .profile-page-header, .logo {
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: 200px;
        height: auto;
        margin: 0 auto;
    }

    .logged-in .logo {
        text-align: right;
    }

    .logged-in .logo img {
        width: 220px;
        margin: 0 auto;
    }

    .slogan {
        color: #ffffff;
        font-size: 30px;
        font-weight: bold;
    }

    .logged-in .slogan {
        display: none;
    }

    #registration-message {
        padding: 15px;
        font-size: 16px;
        line-height: 1.4em;
    }

    .body-profile {
        padding: 0 20px;
    }

    .body-profile .content-width {
        padding: 0;
    }

    .profile-page-wrapper, .report-page-wrapper {
        margin: 0;
        padding: 30px 15px;
        min-height: calc(100vh - 50px - 88px);
    }

    .admin-link {
        transform: none;
        margin: 0 15px;
    }

    .logout-link {
        transform: none;
    }

    .profile-test-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
    }

    label[for=company] {
        top: -25px !important;
    }

    .test-row-title {
        margin-bottom: 15px;
    }

    .fio-cell {
        min-width: calc(100% - 80px);
        width: 100%;
    }

    .passed-cell {
        min-width: 80px;
        width: 80px;
    }

    .link-to-team-report {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .content-width {
        flex-direction: column-reverse;
        align-items: center !important;
    }

    .top-line .content-width .left, .top-line .content-width .right {
        width: 100%;
        text-align: center;
    }

    .top-line .content-width .left p {
        font-size: 30px !important;
        max-width: 560px;
        margin: 0 auto;
    }

    .top-line.logged-in .content-width .left p {
        display: none;
    }

    .logo img {
        width: 280px;
        height: auto;
        margin: 40px auto 60px;
    }
    
    footer {
        margin: 0 0 -80px;
    }

    .user-0 footer {
        margin: 0 -20px -80px;
    }
    .tc-container {
        flex-direction: column;
        padding: 15px 25px;
    }

    .support-icon-wrapper {
        width: 60px;
        height: 60px;
        bottom: 95px;
        left: 5px;
    }
    
    .support-icon-wrapper img {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 580px) {
    label[for=company] {
        top: -25px !important;
    }
}

@media screen and (max-width: 414px) {
    .form-header li.active:last-child > div {
        width: 170px;
    }
}

@media screen and (max-width: 380px) {
    .logo img {
        width: 280px;
        height: auto;
        margin: 30px auto 50px;
    }

    .top-line .content-width .left p {
        font-size: 26px !important;
        max-width: 560px;
        margin: 0 auto;
    }

    .form-header li > div {
        width: 180px;
    }

    .form-header li.active:first-child > div {
        width: 180px;
    }

    .form-header li:last-child:not(.active) > div {
        width: 180px;
    }

    .form-header li.active:last-child > div {
        width: 140px;
    }
}