@font-face {
    font-family: 'Augustina';
    font-display: swap;
    src: local('Augustina'), url('fonts/Augustina-script.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    font-display: swap;
    src: url('fonts/Akrobat.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Akrobat';
    font-display: swap;
    src: url('fonts/AkrobatBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    font-display: swap;
    src: url('fonts/AkrobatBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    font-display: swap;
    src: url('fonts/AkrobatLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AkrobatSemi';
    font-display: swap;
    src: url('fonts/Akrobat-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: Akrobat;
    background-color: #f0f3f4;
    padding-top: 83px;
    font-size: 16px;
    color: #000;
}
.ml-1 {margin-left: 1rem;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

button:focus {
    outline: none;
}

a:hover, a:focus {
    color: unset;
    text-decoration: none;
}

.first-screen {
    margin-top: -82px;
}

.first-screen__slider {
    height: 80vh;
    min-height: 550px;

    padding: 0;
    margin: 0;
}

.first-screen__slider .item {
    height: 80vh;
    min-height: 550px;
}

.container {

    box-sizing: border-box;
}

.form-control {
    font-size: 17px;
}

.chleb, .breadcrumb {
    padding: 0;
    margin: 0;
    margin-top: 0px;
    /*margin-left: 170px;*/
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.chleb a, .breadcrumb li {
    text-decoration: none;
    font-family: Akrobat;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.chleb .active a, .breadcrumb li.active {
    font-weight: bold;
    font-family: AkrobatSemi;
}

.menu-overlay.show {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.navbar-default .navbar-nav li a {
    color: #000;
    font-family: Akrobat;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-default {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    border: none;
    height: 50px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    /*padding: 20px;*/
    background-color: #fff;
    width: 180px;
    /*box-shadow: 5px 0 6px rgba(0, 0, 0, 0.1), -5px 0 6px rgba(0, 0, 0, 0.1);*/
    /*box-sizing: content-box;*/
}

.navbar-default .navbar-nav li a.my-btn {
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0;
    width: 160px;
    height: 30px;
    box-sizing: border-box;

    background-color: #0099ff;
    color: #fff;
    border-radius: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.test__wrapper {
    margin-top: 38px;

}



.test__list {
    width: 100%;

    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}

.text-link {
    text-decoration: none;
}

.text-link:hover {
    text-decoration: none;
}

.test__item {
    width: 31.2%;
    box-sizing: border-box;
    margin: 0 10px;
    background-color: #fff;
    position: relative;
    margin-bottom: 40px;
}

.site-bar .test__item {
    margin-right: 0;
    margin-left: 0;
}

.test__price {
    margin: 0;
    font-family: Akrobat;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #000;
    text-align: center;
}

.test__price span {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.text__item-descript {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.test__info {
    padding: 5px 20px 17px 33px;
}

.test__variation {
    margin: 0;
    padding: 0;

    font-size: 14px;
    color: #000;
    font-family: Akrobat;
    font-weight: 300;
    text-transform: uppercase;
}

.test__image {
    width: 100%;
    height: auto;
}

.test__title {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 7px;

    font-family: Akrobat;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}

.test__descript {
    font-family: Akrobat;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    max-width: 85%;
    color: #000;
}

.max-quality-students {
    color: #0099ff;
}

.test__content {
    margin-bottom: 38px;
}

.text__more {
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    position: absolute;
    bottom: 0;
    padding: 5px 20px 17px 33px;
    width: 100%;
    left: 0;
}

.test__buy {
    width: 26px;
}

.test__more-info {
    padding-right: 37px;

    position: relative;

    font-family: Akrobat;
    font-weight: 300;
    color: #000;
}

.test__more-info::after {
    content: "";
    position: absolute;
    top: -4px;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../img/next.svg);
}

.test__alt {
    position: absolute;
    left: 50%;
    top: -22px;
    margin-left: -22px;
    min-width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Akrobat;
    font-weight: bold;
    font-size: 25px;
    padding: 10px;
}

/*2-ая страница*/
.value_test__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-top: 63px;
}

.main-test {
    width: 72%;
    max-width: 800px;
    box-sizing: border-box;

    position: relative;
}

.site-bar {
    width: 26%;
    max-width: 340px;
}

.site-bar__title {
    font-family: Akrobat;
    font-size: 25px;
    text-transform: uppercase;
    padding: 20px;

    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 34px;
}

.site-bar .test__item {
    width: 100%;
}

.site-bar .test__info {
    padding-left: 20px;
}

.site-bar .test__more-info {
    margin-left: auto;
    margin-right: 5%;
}

.value_test__content {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 25px 34px 60px;
    font-size: 1rem;
    background-color: #fff;
}

.value_test__title {
    margin: 0;
    font-family: AkrobatSemi;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}

.value_test__variation {
    margin: 0;
    font-family: Akrobat;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    font-size: 14px;
}

.value_test__info {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.value_test__info-table {
    width: 73%;
    max-width: 515px;

    font-family: Akrobat;
    font-weight: 300;
}

.value_test__info-table th {
    padding-left: 10px;
    background-color: #515252;
    color: #fff;
    font-size: 14px;
    height: 17px;
    font-weight: 300;
}

.value_test__info-table td {
    padding-left: 22px;
    background-color: #f0f3f4;
    color: #000;
    font-size: 30px;

    border-top: 4px solid #fff;
}

.value_test__info-table td span {
    font-size: 18px;
}

.value_test__price {
    margin: 0;
    font-family: Akrobat;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #000;
    text-align: center;
}

.value_test__price span {
    font-weight: bold;
    font-size: 23px;
    color: #000;
}

.my-btn {
    margin-top: 10px;
    padding: 0;
    width: 160px;
    height: 30px;
    box-sizing: border-box;

    background-color: #0099ff;
    color: #fff;
    border-radius: 30px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Akrobat;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}

.my-btn img {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.my-btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}

.value_test__descript {
    margin-top: 30px;
}

.value_test__descript-title {
    font-size: 20px;
    font-family: AkrobatSemi;
    font-weight: bold;
}

.value_test__descript-text {
    font-family: Akrobat;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.value_test__descript-quote {
    /*width: 68%;*/
    /*max-width: 500px;*/
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Akrobat;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-right: 20px;
    text-align: justify;

    position: relative;
}

.value_test__descript-quote::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 20px;
    height: 16px;
    /*background-image: url(/img/quote-1.svg);*/
    background-image: url(../img/quote-1.png);
}

.value_test__descript-quote::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 20px;
    height: 16px;
    /*background-image: url(/img/quote-2.svg);*/
    background-image: url(../img/quote-2.png);
}

.value_test__info-item--bottom {
    margin-top: 30px;
}

.value_test__info-item--bottom .value_test__price {
    text-align: left;
    padding-left: 20px;
}

.result {
    margin-top: 30px;
}

.result img {
    width: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

/*Footer*/
.main footer {
    margin-top: 0;
}
footer {
    margin-top: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

ul {
    list-style: none;
    padding: 0;
}

.footer-top .footer-top__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-top {
    padding: 25px 0 35px;
    background-color: #fff;
}

.footer-top,
.footer-top a {
    font-family: Akrobat;
    font-size: 16px;
    color: #000;
}

.footer-top span {
    font-weight: bold;
}

.footer__title {
    font-family: Akrobat;
    font-weight: bold;
    font-size: 16px;
}

.footer-tel {
    display: inline-grid;
}

.footer-bottom {
    padding-top: 16px;
    padding-bottom: 12px;
    background-color: #515252;
    color: #fff;
    font-size: 10px;
    font-family: Akrobat;
}

.footer-bottom .footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom .copyrait {
    width: 70%;
}

.footer-logo img {
    width: 123px;
}

.footer-logo p {
    margin: 0;
}

.footer__items img {
    width: 240px;
}

/*Авторизация*/

.check-in {
    margin: 0 auto;
    padding: 30px 50px;
    box-sizing: border-box;
    width: 420px;
    background-color: #fff;

    margin-bottom: 50px;
}

.form-horizontal .form-group {
    margin: 0;
}

.check-in .title {
    margin: 0;
    margin-bottom: 17px;
    font-family: Akrobat;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

.check-in .authorization__title-1 {
    color: #8f8f8f;
    margin-bottom: 0;
}

.check-in .authorization__title-2 {
    font-weight: bold;
}

span.label-oferta {
    margin-top: 3px;
    display: block;
    font-size: 12px;
}

.field-register-form-agreement label {
    font-size: 12px !important;
}

.check-in-items input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    border-color: #dadada;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    font-size: 15px !important;
}

.check-in-items::-webkit-input-placeholder {
    color: #dadada;
}

.check-in-items::-moz-placeholder {
    color: #dadada;
    opacity: 1;
}

.check-in-items:-ms-input-placeholder {
    color: #dadada;
    opacity: 1;
}

.link__wrapper {
    text-align: right;
    width: 100%;
}

.link {
    font-family: Akrobat;
    font-weight: 300;

    color: #1fa2f6;
    font-size: 12px;
    text-align: right;
}

.btn-white {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 30px;

    background-color: #fff;
    border: 1px solid #00adf2;
    border-radius: 30px;

    font-size: 16px;
    line-height: 1;
    font-family: Akrobat;
    font-weight: 600;
    text-transform: uppercase;
    color: #00adf2;

    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-content .btn-white2 {
    width: 385px;
    text-transform: none;
    color: black;
    font-weight: 600;
    border-radius: 30px;
    background-color: none;
    border: 2px #1FA2F6 solid;
    height: 30px;
    text-align: center;
    overflow: hidden
}


.btn-white2:hover {
    color: black;
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

#login-form .btn-block {
    height: 40px;
}

#registration-form .btn-active {
    height: 40px;
}

.form-group .btn-white {
    height: 40px;
}

.col-md-offset-3 h2 {
    font-size: 25px;
}


.btn-active {
    background-color: #1fa2f6;
    border-color: #1fa2f6;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.btn-active2 {
    background-color: #00C0B8;
    border-color: #00C0B8;
    color: #fff;
    cursor: pointer;
}

.btn-white:hover {
    color: #00adf2;
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.btn-disabled:hover {
    box-shadow: unset;
}

.btn-active:hover {
    color: #fff;
    text-decoration: none;
}

.btn-disabled {
    background: #f6f6f6;
    border-color: #ccc;
    font-weight: 600;
}

.btn-width {
    max-width: 200px;
    margin-left: auto;
}

.check-in .content {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 7px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-family: Akrobat;
    font-weight: 300;
}

/*.check-in .content--bold {
	font-weight: bold;
}*/

.input-wrapper {
    margin-bottom: 15px;
}

.ps {
    margin: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-family: Akrobat;
}

/*Оплата*/

.buy-test__list {
    /*width: 950px;*/
    margin-bottom: 0;
}

.buy-test__item {
    width: 100%;
    background-color: #fff;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.buy-test__img-wrapper {
    position: relative;
}

.test__info, .price {
    margin-top: 15px;
}

.price {
    width: 85px;
    flex-shrink: 0;

    margin-right: 34px;
    padding-bottom: 7px;
    box-sizing: content-box;

    /*border-bottom: 1px solid #fb0e5c;*/
}

.buy-test__item .test__info {
    padding: 0 43px 13px 28px;
    width: 100%;
}

.oplata__wrapper .test__title {
    margin: 0;
    padding: 0;
    font-family: Akrobat;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    line-height: 1;
}

.oplata__wrapper .test__variation {
    margin-bottom: 15px;
}

.oplata__wrapper .test__descript {
    line-height: 1.1;
}

.price .price__title {
    font-family: Akrobat;
    font-weight: 300;
    font-size: 12px;
    color: black;
    background-color: #f0f3f4;
    text-transform: uppercase;

    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price .value_test__price {
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 1px solid #fb0e5c;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.price .value_test__price span {
    font-size: 25px;
    line-height: 1.2;
}

.total__wrapper {
    /*margin-top: 15px;*/
    /*width: 950px;*/
    display: flex;
    /*justify-content: space-between;*/
    justify-content: left;
    align-items: end;
}

.students, .test-quality {
    width: 350px;
    height: 55px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Akrobat;
    font-weight: normal;
    font-size: 19px;
    line-height: 1;
    background-color: #fff;
    margin: 10px 0;
    position: relative;
    margin-right: 5px;
}

.students.klass-name {
    width: 400px;
}

.test-quality p,
.students p {
    margin: 0;
}

/*.students input {
	padding-left: 15px;
	width: 45px;
	box-sizing: border-box;
	height: 35px;
	border: 1px solid #00adf2;
}*/

.test-quality > .form-group input {
    padding-left: 15px;
    width: 70px;
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #00adf2;
    border-radius: 0;
}

.students > .form-group input {
    padding-left: 15px;
    width: 45px;
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #00adf2;
    border-radius: 0;
}

.test-quality > .form-group,
.students > .form-group {
    margin-bottom: 0px;
}

.test-quality > .form-group > p.help-block.help-block-error,
.students > .form-group > p.help-block.help-block-error {
    position: absolute;
    left: 6%;
    font-size: .7rem;
    top: 38px;
}

.total, .total-sum {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 20px;

}

.total-summ {
    display: flex;
    align-items: flex-end;
    border-top: 1px solid #ccc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.total-summ p,
.total p {
    margin: 0;
    margin-bottom: 5px;
    padding-left: 5px;
    font-family: Akrobat;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;

    border-left: 1px solid #fb0e5c;
}

.total-summ p {
    border-left: none;

}

.total-summ span,
.total span {
    font-family: Akrobat;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
}

.total-summ span {
    color: #fb0e5c;
}

.total-summ span b,
.total span b {
    font-size: 60px;
    font-weight: 300;
}

.summ-text,
.total-summ-text {
    margin-left: 10px;
}

.pay-section {
    margin-top: 55px;
    width: 816px;
}

.pay-section p {
    font-size: 25px;
    font-family: Akrobat;
    font-weight: bold;
}

/*
.pay-list {
	padding: 0;
	list-style: none;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pay-list li {
	width: 100px;
	height: 98px;
	margin: 10px;
	background-color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;
}
*/
.btn-white__wrapper {
    width: 195px;
    margin: 0 auto;
}

/*Вопрос*/
.back {
    display: block;
    padding-left: 78px;
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-family: Akrobat;
    font-size: 20px;
    font-weight: 300;
    color: black;
    position: relative;
}

.back::before {
    content: "";

    position: absolute;
    top: -7px;
    left: 12px;

    width: 44px;
    height: 44px;

    background-image: url(../img/back.svg);
    background-repeat: no-repeat;
}

.back:hover {
    text-decoration: none;
}

.vopros__wrapper, .start__wrapper, .finish__wrapper {
    margin: 0 auto;
    max-width: 815px;
    /*padding: 15px 20px 25px 53px;*/
    padding: 15px 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.start__wrapper {
    padding: 15px;
}

.questions {
    margin-bottom: 5rem;
}

.questions .images{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.questions .images img{
    max-height: 250px;
}

.questions .radio label,
.questions .checkbox label{
    padding: 0;
}

.answer-svg{
    height: 60px;
    width: 100px;
    background-color: #3a61a4;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: all .2s;
}

.answer-svg:hover{
    background-color: #5881e8;
}

.question .help-block.help-block-error {
    font-size: 15px !important;
    text-align: center;
}

.vopros__number {
    font-family: Akrobat;
    font-weight: 600;
    font-size: 20px;

    margin-bottom: 20px;
    color: #00adf2;

    text-align: center;
}

.vopros__text {
    font-family: Akrobat;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.vopros__items {
    margin-bottom: 35px;
    font-family: Akrobat;
    font-weight: 300;
    font-size: 20px;
}

.vopros__wrapper label {
    font-family: Akrobat;
    font-size: 20px;
    font-weight: 300;
}

.vopros__wrapper input {
    display: none;
}

.checkbox-indicator {
    display: inline-block;
    position: relative;

    width: 29px;
    height: 29px;

    top: 8px;
    margin-right: 18px;

    border: 1px solid #00adf2;
    border-radius: 50%;
}

.vopros__wrapper input[type="radio"]:checked + .checkbox-indicator::before {
    content: "";

    position: absolute;

    top: 6px;
    left: 6px;

    width: 15px;
    height: 15px;

    border-radius: 50%;
    background-color: #00adf2;
}

.vopros__wrapper .btn-active, .start__wrapper .btn-active, .finish__wrapper .btn-active {
    width: 178px;
    margin: 0 auto;
    height: 40px;
    position: relative;
    background-image: none;

}

.vopros__wrapper .btn-active::before {
    content: "";

    position: absolute;

    right: 11px;
    bottom: -6px;

    width: 50px;
    height: 50px;

    background-image: url(../img/next-small-wo.svg);
    background-repeat: no-repeat;

}

/*Кабинет*/

.kabinet__wrapper {
    margin-left: 15px;
    margin-bottom: 40px;
}

.Iread {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Iread .form-group {
    margin-bottom: 0;
}

.buy-test__list--items {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    padding: 13px 0;
}

.buy-test__list--items .btn-white {
    text-transform: none;
}

.buy-test__list--items li {
    width: 166px;
    margin-left: 10px;
}

.buy-test__list--items li:first-child {
    margin-left: 20px;
    margin-right: 0px;
    width: 207px;
}

.buy-test__list--items .card-toggle-link {
    margin-left: auto;

    width: auto;

    font-family: Akrobat;
    font-weight: 600;
    color: #000;

    cursor: pointer;
    position: relative;
}

.card-toggle-link:hover {
    text-decoration: none;
}

.buy-test__list--items .card-toggle {
    position: relative;
    padding-right: 65px;
    width: auto;
    margin-left: auto;
}

.buy-test__list--items .card-toggle:hover::before {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.buy-test__list--items .card-toggle--closed:hover::before {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.buy-test__list--items .card-toggle::before {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 36px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/Down.svg);
}

.buy-test__list--items .card-toggle--closed::before {
    background-image: url(../img/Top.svg);
}

.card-toggle--closed {
    display: none;
}

.card {
    display: none;
}

.card.open {
    display: block;
}

.buy-test__list--items-2 {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px 30px;
    margin: 0;
    padding-top: 0;
}

.buy-test__list--items-2 li {
    width: 49.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
}

.individ-test_list li:nth-child(even) {
    background-color: #f0f3f4;
}

.buy-test__list--items-2 .btn-white {
    width: 113px;
    text-transform: none;
}

.individ-test_list {
    flex-direction: column;
}

.individ-test_list li {
    width: 100% !important;

}

.uch_name {
    width: 50%;
    font-weight: 600;
}

span.rem-icon {
    width: 30px;
    text-align: right;
}
span.rem-icon:hover {
    color: red;
}
span.copy-icon {
    width: 25px;
    height: 25px;
    text-align: right;
}

.grey {
    background-color: #f0f3f4;
}

.btn-no-work {
    background-color: #7cc623;
    color: #fff;
    border: none;
    font-weight: 600;
}

.btn-no-work:hover {
    background-color: #7cc623;
    color: #fff;
    border: none;
    text-decoration: none;
    box-shadow: none;
}

.site-bar-left {
    width: 220px;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.site-bar-left-inner {
    background-color: #fff;
    padding: 15px 15px 30px;
    width: 100%;
    position: sticky;
    top: 70px;
}

.kabinet, .basket {
    display: flex;
    margin-top: 20px;
}

.kabinet .content-wrapper,
.basket .content-wrapper {
    margin-top: 0;
}

.buy-test__img {
    width: 320px;
    height: 160px;
}

.basket__wrapper {
    margin-left: 20px;
}

.empty_wrapper {
    padding: 10px 20%;
    background: #fff;
    margin: auto;
    width: 100%;
    font-size: large;
}

.empty_wrapper .btn-active {
    width: 250px;
    margin: auto;
}

.congratulation {
    font-size: 2rem;
    color: #09f;
    font-weight: bolder;
}

.site-bar-left__title {
    font-family: Akrobat;
    font-weight: bold;
    font-size: 20px;
}

.site-bar__menu {
    display: block;
    font-family: Akrobat;
    font-weight: 400;
    font-size: 17px;
    color: #000;

    margin-bottom: 5px;
    padding-left: 6px;

    position: relative;
}

li.site-bar__menu a:hover {
    color: #1fa2f6;
    text-decoration: none;
}

li.site-bar__menu a {
    color: #000;

}

li.site-bar__menu.active a {
    color: #1fa2f6;
}

li.site-bar__menu.active {
    border-left: 1px solid #fa407d;
}

.site-bar__menu--active::before {
    content: "";

    position: absolute;

    top: 4px;
    left: 0;

    width: 1px;
    height: 14px;

    background-color: #fa407d;
}

.site-bar__menu:hover {
    color: #1fa2f6;
    text-decoration: none;
}

.site-bar__menu--active:hover {
    text-decoration: none;
}

.out {
    position: relative;
    padding-left: 24px;
}

.out::before {
    content: "";

    position: absolute;

    top: 3px;
    left: 0;

    width: 15px;
    height: 15px;
    /*background-image: url(../img/out.svg);*/
    background-image: url(../img/out.png);
}

/*Modal*/

.modal-dialog {
    width: fit-content;
}

.kabinet-uchastniki {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    margin: 3px;
}

.group-name {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

a.change-name img {
    width: 24px;
    margin-left: 10px;
}

.kabinet-uchastniki__item-list {
    width: 500px;
    padding-right: 30px;
}

.kabinet-uchastniki__title {
    font-family: Akrobat;
    font-size: 25px;
    margin-bottom: 20px;
}

.kabinet-uchastniki__item.new-person {
    width: 300px;
    position: relative;
    /* margin-left: 30px; */
    padding-left: 30px;
}

.kabinet-uchastniki__item.new-person::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #fa407d;
}

.kabinet-uchastniki__item.new-person input {
    font-family: Akrobat;
}

.kabinet-uchastniki__item .btn-active {
    text-transform: none;
}

.kabinet-uchastniki__item-list .btn-white {
    width: 240px;
    border-color: #fa407d;
    color: #fa407d;
    text-transform: none;
    margin: 0 5px;
    font-weight: 600;
}

.kabinet-uchastniki__item-list .btn-active {
    width: 266px;
    color: #fff;
    border: none;
}

.group-list-item {
    display: flex;
    align-items: center;
    /*margin: 2px 0;*/
    flex: 0 1 100%;
    padding: 3px 3px;
    padding-right: 15px;
}

.group-list-item:nth-child(odd) {
    background-color: #f0f3f4;
}

.group-list-item label {
    margin-bottom: 0 !important;
}

.group-list-item .rem-icon {
    width: 30px;
    text-align: right;
    margin-top: 0px;
}

.group-list-item a:hover {
    cursor: pointer;
}

.btn-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.kabinet-uchastniki__item-list input {
    display: none;
}

.kabinet-uchastniki__item-list .checkbox-indicator {
    width: 16px;
    height: 16px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    border-radius: 0;
    top: 3px;
    left: 14px;
    background: #fff;
}

.kabinet-uchastniki__item-list input[type="checkbox"]:checked + .checkbox-indicator::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 1px;
    width: 12px;
    height: 9px;
    /*background-image: url(../img/checked.svg);*/
    background-image: url(../img/checked.png);
}

.kabinet-uchastniki__item-list label {
    font-family: Akrobat;
    font-weight: 600;
    font-size: 16px;

    min-width: 150px;
}

.btn-descript {
    font-family: Akrobat;
    color: black;
    font-size: 11px;
}

.kabinet-uchastniki__no-stud {
    font-family: Akrobat;
    font-size: 16px;
    color: black;
}

/*Главная страница*/

/*Изменения в header*/
body.main {
    background-color: #fff;
}

.dropdown-menu {
    right: auto !important;
    border-radius: 0 !important;
}

.index-page.navbar-default .navbar-nav li .my-btn:hover {
    color: #fff;
    border: none;
}

.index-page .dropdown-menu li a {
    color: #000 !important;
}

.index-page .dropdown-menu li a:hover {
    color: #fff !important;
}

.index-page .dropdown-menu {
    background-color: rgba(241, 240, 238, .9) !important;
    border: none;
}

.index-page .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-image: none;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding: 7px;
}

.index-page .navbar-brand img {
    padding: 0;
    background-color: transparent;
    width: 180px;
    box-shadow: none;
}

/**/

html {
    font-size: 16px;
}

#mini_basket {
    position: relative;
    margin-top: 10px;
}

#mini_basket img {
    /*width: 30px;*/
}

#mini_basket a {
    font-weight: normal;
}

#mini_basket a:hover {
    border: unset;
}

#mini_basket .amoint-items {
    position: absolute;
    /*top: 13px;*/
    right: 0;
    color: #fff;
    width: 20px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#mini_basket .amoint-items::before {
    content: "";
    position: absolute;
    background: #1fcccc;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}
.first-screen__content-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.under-first-screen {
    /*height: 10vh;*/
    min-height: 134px;
    background-color: #1FCBCC;
}

.akademia-block, .intelect-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.akademia-block, .intelect-block img {
    width: 100%;
}

.intelect-block_name {
    text-align: right;
}

.under-first-screen_2 {
    padding: 0 20px;
    margin: 20px 0;
}

.gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0));
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 18;
}

/*.first-screen__content-wrapper {*/
/*!*width: 495px;*!*/
/*!*width: 100%;*!*/
/*!*margin-top: 15vh;*!*/
/*}*/

.title_small {
    margin: 0;
    padding: 0;
    font-family: Akrobat;
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 300;

    text-transform: uppercase;
}

.mt-2 {
    margin-top: 2rem;
}

.mr-2 {
    margin-right: 2rem;
}

.carousel-indicators{
    bottom: 0 !important;
}

.title-h1 {
    margin: 0;
    padding: 0;
    font-family: Akrobat;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 900;
    max-width: 650px;
    text-transform: uppercase;
    color: #00FFF6;
    margin-left: 48px;
}

ul.title-h1 li::before {
    content: "\2022";
    color: #1fcccc;
    font-weight: bold;
    display: inline-block;
    width: 36px;
    margin-left: -36px;
    font-size: 5rem;
    line-height: 0;
}

.unter_schrift {
    margin: 0 48px;
    font-family: Akrobat;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    max-width: 400px;
    color: #fff
}

.descript {
    width: 353px;
    margin: 0;
    padding: 0;
    margin-top: 0.9rem;
    padding-left: 1.5rem;

    font-family: Akrobat;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 300;

    text-transform: uppercase;
    position: relative;
}

.descript::before {
    content: "";

    position: absolute;
    top: -5px;
    left: 0;

    width: 7px;
    height: 4.3rem;

    background-color: #0091ff;
}

.owl-carousel .owl-item .img-gerb {
    width: 235px;
    /*height: 97px;*/
    margin-top: 40px;
}

.under-first-screen p {
    width: 400px;
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    font-family: Akrobat;
    font-weight: normal;
}

.under-first-screen .under-first-screen__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    /*justify-content: space-between;*/
    /*height: 10vh;*/
    /*min-height: 70px;*/
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
}

.under-first-screen__img {
    padding: 0;
    margin: 0;
    list-style: none;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.under-first-screen__img li {
    margin-right: 1.5rem;
}

.under-first-screen__img li:last-child {
    margin-right: 0px;
}

.under-first-screen__img li img {
    width: 4.3rem;
    height: 4.2rem;
}

.title {
    margin: 0;
    padding: 0;
    font-family: Akrobat;
    font-weight: 900;
    font-size: 1.88rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
}

.title-unterschrift {
    margin: 0;
    padding: 0;
    font-family: Akrobat;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #1967a3;
}

.category__prolog {
    padding-top: 3.25rem;
    /*padding-bottom: 9rem;*/
    /*padding-bottom: 4rem;*/
}

.category-list_block {
    margin-bottom: 5%;
}

.category-list, .materials-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.materials-list li,
.category-list li {
    width: 25%;
    min-width: 277px;
}

.material-item img,
.category-item img {
    width: 100%;
}

.material-item,
.category-item {
    top: 0;
    margin: 10px;
    position: relative;
    transition: 0.2s linear;
    display: flex;
    justify-content: center;
}

.material-item:hover,
.category-item:hover {
    top: -10px;
    box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.35)
}

.category-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 50%;
    width: 100%;
    background: linear-gradient(rgba(33, 108, 165, 0.95), rgba(255, 255, 255, 0));
}

.material-item::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
    /*background: linear-gradient( rgba(255, 255, 255, 0),rgba(33, 108, 165, 0.95));*/
}

.material-item::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(33, 108, 165, 0.95));
    z-index: 0;
}

/*.material-item img::before {*/
/*content: "";*/
/*position: absolute;*/
/*top: 50%;*/
/*bottom: 0;*/
/*width: 100%;*/
/*background: linear-gradient( rgba(255, 255, 255, 0),rgba(33, 108, 165, 0.95));*/
/*}*/

.material-item_title,
.category-item_title {
    position: absolute;
    top: 0;
    font-size: 23px;
    font-weight: 900;
    color: #fff;
    padding: 0 9%;
    width: 100%;
    line-height: 1;
    margin-top: 18px;
    text-transform: uppercase;
}

.material-item_title {
    /*top: 0px;*/
    top: unset;
    font-size: 22px;
    margin-top: unset;
    margin-bottom: 16px;
    bottom: 0;
    z-index: 1;
    /*transform: scaleY(0);*/
    transition: all .5s ease;
}

.material-item_title_caption {
    font-size: 15px;
    text-transform: initial;
    font-weight: normal;
    /* padding-top: 15px; */
    line-height: 1.2;
    opacity: 0;
    max-height: 0px;
    transform: scaleY(0);
    transition: all .5s ease;
    /* height: 0px; */
}

.photobox {
    display: inline-block;
    --photoboxOverlay: rgba(33, 108, 165, 0.95);
    --photoboxAnimationDuration: .5s;
}

.photobox__previewbox {
    position: relative;
    overflow: hidden;
}

.photobox__previewbox:before {
    content: "";
}

.photobox_type10 .photobox__previewbox:before {
    width: 0;
    height: 0;
    padding: 25%;
    background-color: var(--photoboxOverlay, rgba(0, 0, 0, .8));
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;
    will-change: transform;
    transform: translate(-50%, -50%) scale(0);
}

.photobox_type10:hover .photobox__previewbox:before {
    transform: translate(-50%, -50%) scale(4);
    transition-duration: var(--photoboxAnimationDuration, .8s);
}

.photobox_type10 .photobox__label {
    width: 95%;
    transition: opacity calc(var(--photoboxAnimationDuration, .8s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9), transform calc(var(--photoboxAnimationDuration, .8s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity, transform;
    position: absolute;
}

.photobox_type10:hover .photobox__label {
    opacity: 1;
    /*transition: all calc(var(--photoboxAnimationDuration, .8s) / 2);*/
    /*transform: translate(0%, -57%);*/
    /*transform: translate(0%, -210px);*/
    /*transform: translate(0%, 0%);*/
    transform: scaleY(1);
    transition-duration: calc(var(--photoboxAnimationDuration, .8s) / 2);
    transition-delay: calc(var(--photoboxAnimationDuration, .8s) / 4);
}

.photobox_type10:hover .material-item::after {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(31, 203, 204, 0.8));
}

.photobox_type10:hover .material-item_title {
    /*opacity: 1;*/
    /*height: unset;*/
    /*transform: scaleY(1);*/
    /*top: 0;*/
    /*bottom: unset;*/
}

.photobox_type10:hover .material-item_title_caption {
    opacity: 1;
    /* height: unset; */
    max-height: 300px;
    transform: scaleY(1);
    padding-top: 15px;
    /* height: 173px; */
}

.product__item {
    /*padding-top: 6.25rem;*/
    padding-bottom: 9rem;
    padding-top: 2.25rem;
    /*background-image: url(../img/produckt-bg.jpg);*/
    background-color: #1967a3;
    color: #fff;
}

.see-more {
    position: absolute;
    bottom: 12px;
    text-align: center;
    width: 70%;
    background-color: #008dff;
    border-radius: 20px;
    color: #fff;
    padding: 7px 0
}

.product__item .title-unterschrift {
    color: #1fcbcc;
}

.product__item .container {
    width: 820px;
}

.text {
    margin-top: 24px;
    font-family: Akrobat;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.product__list {
    margin: 0;
    margin-top: -140px;
    padding: 0;
    list-style: none;

    display: flex;
    justify-content: space-between;
}

.product__list li {

    width: 23%;
    min-height: 179px;
    font-weight: 900;
    text-transform: uppercase;
    /*box-sizing: border-box;*/

}

.product__list li .first::after {
    content: url("../img/figura.png");
    position: absolute;
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}

.product__list li .first {
    position: relative;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 0 5px;
    padding-top: 30px;
    padding-bottom: 5px;
    min-height: 200px;
}

.second {
    margin-top: 38px;
    text-align: center;
    color: #1967a3;
}

.product__list li img {
    display: block;
    margin: 0 auto;
    width: 60px;
}

.histori, .product {
    margin-top: 3.5rem;
}

.uspex {
    padding: 0;
    margin: 0;
    margin-top: 25px;
    padding-top: 10px;
    list-style: none;
    background-image: url(../img/uspex-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    position: relative;
}

.uspex li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.uspex .autor {
    font-family: AkrobatSemi;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
}

.uspex .work {
    font-family: Akrobat;
    font-weight: 500;
    font-size: 1.1rem;
    color: #000;
}

.uspex .text,
.uspex .text > p{
    color: #fff;
    /* font-style: italic; */
    text-align: left;
    margin: 0;
    font-weight: 400;

}

.uspex.owl-carousel .owl-item .autor-img {
    width: 18rem;
    /* height: 365px;*/
}

.text__wrapper {
    padding: 50px 0;
    width: 55%;
    margin-left: 40px;
}

.uspex.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.uspex.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    margin-left: 15px;
    background-image: url(../img/next-white.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent;

    position: relative;
    z-index: 10;
    outline: none;
}

.uspex.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../img/prev.svg) !important;
}

.uspex .owl-nav {
    position: absolute;
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;

    top: calc(50% - 22px);
}

.uspex .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 45%;
}

.uspex .owl-dots .owl-dot {
    width: 14px;
    height: 14px;

    border: 1px solid #298cb4;
    border-radius: 50%;

    position: relative;
    margin-left: 3px;
}

.uspex .owl-dots .active.owl-dot::before {
    content: "";

    position: absolute;
    width: 10px;
    height: 10px;

    top: 1px;
    left: 1px;

    background-color: #298cb4;
    border-radius: 50%;
}

.popular__wrapper {
    margin-top: 110px;
    padding-top: 4.3rem;
    padding-bottom: 4.3rem;
    background-color: #f0f3f4;
}

.popular {
    margin-top: 25px;
}

.total-result {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/total-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.total__wrapper-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total__wrapper-2 img {
    width: 39rem;
    margin-right: 6.25rem;
}

.total__content {
    width: 22rem;
    min-height: 360px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.total__title {
    font-family: AkrobatSemi;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}

.total__content .text {
    margin: 0;
    text-align: left;
    font-size: 1rem;
    line-height: 1;
}

.about {
    margin-top: 5rem;
}

.about--list {
    margin-top: 2.5rem;
}

/*Начало теста*/
.site-start-test__prev {
    margin-bottom: 30px;
}

.site-start-test {
    text-align: center;
}

.site-start-test p {
    margin: 0;
}

.site-start-test .name {
    font-family: Akrobat;
    font-weight: 600;
    color: #0099ff;
    font-size: 2.25rem;
    position: relative;
}

.site-start-test .name::before {
    content: "";
    position: absolute;
    top: -3.3rem;
    left: 46%;
    width: 2.9rem;
    height: 2.9rem;
    background-image: url(../img/icon.png);
    background-size: contain;
}

.site-start-test .name_test {
    font-family: Akrobat;
    font-weight: normal;
    /*color: #0099ff;*/

    font-size: 2rem;
    margin-top: 15px;
}

.site-start-test .site-start-test__descript {
    font-family: Akrobat;
    font-weight: 400;

    font-size: 1rem;
}

.help-block {
    font-size: 0.7rem !important;
}

.delete-test {
    line-height: 1;
    margin-top: 10px;
}

.modal-header h2 {
    margin: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
    max-width: 900px;
}

.create-group-form {
    margin: 0px 30px;
    min-width: 208px;
}

.test_wrapper {
    margin-bottom: 40px;
    position: relative;
}

.test_wrapper:last-child {
    margin-bottom: 10px;
}

.block-delete {
    position: absolute;
    z-index: 1;
    right: 10px;
}

.block-delete a {
    color: #fa407d;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #049bff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


@media (max-width: 1500px) {
    .carousel-inner .fill{
        height: 93vh;
    }

    .carousel-inner .carousel-caption {
        left: 10%;
    }
}

@media (max-width: 1200px) {

    .buy-test__list {
        width: 98%;
    }

    .kabinet-uchastniki {
        width: 90%;
    }

    /*.kabinet-uchastniki__item {*/
    /*width: 50%;*/
    /*}*/
    .kabinet-uchastniki__item-list .btn-white {
        width: 140px;
    }

    .kabinet-uchastniki__item-list .btn-active {
        width: 190px;
    }
}

@media (max-width: 1140px) {

    .buy-test__item, .total__wrapper {
        width: 100%;
    }

    .first-screen__slider {
        height: 600px;
    }

    .first-screen__slider .item {
        height: 600px;
    }

    .under-first-screen {
        min-height: 134px;
    }

    /*.first-screen__content-wrapper {*/
    /*margin-top: 130px;*/
    /*}*/

}

@media (max-width: 960px) {
    .inner-navbar .nav-brand img {
        padding: 10px;
    }

    .inner-navbar .nav-brand {
        width: 75px;
    }

    .pay-section {
        width: 100%;
    }

    .chleb, .breadcrumb {
        margin-left: 0;
        margin-top: 10px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .test__wrapper {
        margin-top: 35px;
    }

    .site-bar {
        width: 30%;
    }

    .value_test__info-table {
        width: 55%;
    }

    .value_test__content {
        padding-left: 25px;
    }

    .total__wrapper {
        flex-wrap: wrap;
    }

    .vopros__wrapper {
        width: 100%;
    }

    .test__info {
        order: 3;
    }

    .buy-test__item {
        flex-wrap: wrap;
    }

    .buy-test__list--items .card-toggle {
        padding-right: 45px;
        margin-left: 20px;
    }

    .buy-test__list--items .card-toggle::before {
        right: 20px;
    }

    .buy-test__list--items-2 li {
        width: 241px;
    }

    .buy-test__list--items-2 .btn-white {
        width: 28%;
    }

    .buy-test__list--items-2 {
        padding: 20px 15px;
    }

    .buy-test__list--items li:first-child {
        margin-right: 15px;
    }

    .btn-wrapper {
        flex-wrap: wrap;
    }

    .btn-wrapper .btn-active {
        margin-bottom: 10px;
    }

    .kabinet-uchastniki {
        flex-wrap: wrap;
    }

    .kabinet-uchastniki__item {
        width: 100%;
        margin-bottom: 10px;
    }

    .kabinet-uchastniki__item.new-person::before {
        display: none;
    }

    .btn-wrapper {
        justify-content: flex-start;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .btn-wrapper .btn-white {
        margin-right: 20px;
    }

    .product__item .container {
        width: 100%;
    }

    .product__list {
        flex-wrap: wrap;

    }

    .product__list li {
        margin-bottom: 20px;
        width: 49%;
    }

    .total__wrapper-2 img {
        margin-right: 0;
    }

    .total__content {
        width: 100%;
    }

    .total__content {
        margin-top: 20px;
        width: 39rem;
        min-height: 200px;
    }

    .total__wrapper-2 {
        flex-wrap: wrap;
    }

    .text__wrapper {
        padding-right: 80px;
        padding-bottom: 35px;
    }

    .first-screen .slider_overlay{
        min-height: 0;
    }

    .carousel-inner .fill{
        height: 42vh !important;
    }

    .carousel-inner .fill .opacity{
        background-position-x: 0;
    }

    .carousel-inner .carousel-caption{
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        padding: 15px 25px;
    }


    .carousel-inner .carousel-caption .title-h1,
    .carousel-inner .carousel-caption .unter_schrift{
        margin: 0;
        text-align: center;
    }

    .carousel-inner .carousel-caption .title-h1{
        font-size: 25px;
    }

    .carousel-inner .carousel-caption .unter_schrift{
        font-size: 20px;
        margin-bottom: 15px;
        margin: 5px 25px 15px ;
    }

    .carousel-caption_img{
        margin-top: 0!important;
        margin-left: 0!important;
        display: flex;
        justify-content: space-between;
    }

    .carousel-caption_img .img-gerb{
        margin: 0;
        height: 68px;
    }

}

@media (max-width: 768px) {

.video-instruction1 {
    display: flex !important;
}

.video-instruction {
    display: none !important;
}

    .under-first-screen .under-first-screen__wrapper {
        flex-wrap: wrap;
    }

    .under-first-screen_1, .under-first-screen_3 {
        width: 45%;
    }

    .under-first-screen_2 {
        order: -1;
        width: 100%;
    }

    .intelect-block {
        flex-direction: column;
    }

    .akademia-block {
        flex-direction: column-reverse;
    }

    .buy-test__img {
        width: 100%;
        height: 160px;
        box-sizing: border-box;
    }

    .buy-test__list--items-2 li {
        width: 100%;
    }

    .kabinet {
        flex-wrap: wrap;
    }

    .kabinet__wrapper {
        margin-left: 0;

    }

    .kabinet-uchastniki {
        width: 100%;
        margin: 0;
        padding: 16px;
    }

    .dropdown-menu {
        width: 94% !important;
    }

    .site-bar-left {
        width: 100%;
        position: relative;
        top: 0px;
        margin-bottom: 20px;
    }

    .individ-test_list .uch_name {
        width: 100%;
        padding: 10px;
    }

    .individ-test_list.buy-test__list--items-2 li {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .kabinet-uchastniki__item.new-person {
        width: 100%;
        padding-left: 0;
    }

    .kabinet-uchastniki__item {
        padding-right: 0;
    }

    .kabinet-uchastniki__item-list {
        width: 100%;
        padding-right: 0px;
    }

    .breadcrumb {
        display: none;
    }

    section.authorization__wrapper {
        margin-top: 10%;
    }

    .inner-navbar .nav-brand {
        width: 65px;
    }

    .container {
        padding: 0 10px;
    }

    .chleb, .breadcrumb {
        margin-top: 17px;
    }

    .value_test__wrapper {
        margin-top: 45px;
    }

    .navbar-default {
        height: auto;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        max-height: unset;
    }

    .test__item {
        width: 264px;
    }

    .navbar-nav {
        padding-top: 50px;
    }

    .navbar-default .navbar-nav li a.my-btn {
        margin: 0;
    }

    .site-bar {
        display: none;
    }

    .main-test {
        width: 100%;
    }

    .value_test__info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .value_test__info-table {
        width: 90%;
        margin-bottom: 20px;
    }

    .value_test__descript-quote {
        width: 90%;
    }

    .buy-test__item {
        flex-wrap: wrap;
    }

    .price {
        margin-left: 28px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .buy-test__img-wrapper, .buy-test__img-wrapper img {
        width: 100%;
    }

    .basket {
        flex-direction: column;
    }

    .basket__wrapper {
        margin-left: 0;
    }

    .site-bar-left {
        width: 100%;
        /*height: 165px;*/
        padding-bottom: 5px;
        position: relative !important;
        margin-top: 0;
        top: 0;
        /*display: none;*/
    }

    .out {
        display: none;
    }

}

@media (max-width: 576px) {

    html {
        font-size: 12px;
    }

.dropdown-content-ref {
    left: -75% !important;
}

    .text__wrapper {
        padding-right: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 10px;
    }

    .navbar-nav {
        margin-left: 10px;
    }

    .test__list {
        justify-content: center;
    }

    .test__item {
        width: 48%;
        min-width: 340px;
    }

    .check-in {
        width: 100%;
        padding: 20px 10px;
    }

    .buy-test__list--items li:first-child {
        margin-right: 10px;
        margin-left: 9px;
        width: 193px;
    }

    .buy-test__list--items li {
        width: 193px;
        margin-left: 0;
        margin-right: 0;
    }

    .buy-test__list--items .card-toggle {
        padding-right: 45px;
        margin-left: 10px;
    }

    .buy-test__list--items-2 {
        padding-left: 9px;
    }

    .buy-test__list--items {
        flex-direction: column;
    }

    .buy-test__list--items li {
        margin-bottom: 10px;
    }

    .first-screen__content-wrapper {
        width: 100%;
        margin-top: -30px;
    }

    .title-h1 {
        font-size: 2rem;
    }

    .unter_schrift {
        font-size: 2.7rem;
    }

    .uspex .owl-dots {
        left: 33%;
    }

    .uspex li {
        padding-top: 25px;
        padding-bottom: 50px;
    }


    .uspex.owl-carousel .owl-item .autor-img {
        align-self: center;
    }


.uspex li {
    flex-direction: column;
    justify-content: flex-start;
}
    .text__wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .uspex .owl-nav {
        display: none;
    }

    .total__wrapper-2 img {
        width: 100%;
    }

    .index-page .dropdown-menu li a {
        white-space: unset;
    }
}

@media (max-width: 420px) {
    .video-instruction1 {
        width: 80% !important;
    }
}

@media (max-width: 360px) {
    html {
        font-size: 10px;
    }

    .video-instruction1 {
        width: 100% !important;
    }


    .test__item {
        width: 90%;
        min-width: 90%;
    }

    .total__content {
        min-height: 165px;
    }

    .first-screen__slider {
        height: 85vh;
        min-height: auto;
    }

    .first-screen__slider .item {
        height: 85vh;
        min-height: auto;
    }

    .carousel-inner .fill{
        height: 55vh !important;
    }
    .carousel-caption_img .img-gerb{
        height: 55px;
    }

    .carousel-inner .carousel-caption .unter_schrift{
        margin: 0;
    }
}


.owl-stage{
    display: flex;
}


/* ============= SLIDER =============== */

.first-screen {
    margin-top: -82px;
}

.first-screen__slider {
    height: 80vh;
    min-height: 550px;

    padding: 0;
    margin: 0;
}

.slider_overlay {
    min-height: 550px;

}

.slider_overlay::before {
    content: " ";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 70px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.fill {
    width: 100%;
    height: 83vh;
    background-size: cover;
    background-position-x: center;
}
.fill .opacity{
    background-image: url('../img/opacity.png');
    -webkit-background-size: cover;
    background-size: cover;
    -ms-background-position-x: 100%;
    background-position-x: 100%;
    height: 100%;
    width: 100%;
}

.carousel-caption {
    left: 17%;
    text-align: left;
    top: 15%;
    text-shadow: unset;
}

.img-gerb{
    margin-right: 15px;
}
.carousel-inner h1,
.carousel-inner .first-text {
    /*background-color: rgba(20, 49, 68, 0.6);*/
    /*padding: 20px;*/
    -webkit-animation: anime-H3 1.3s ease-out;
    animation: anime-H3 1.3s ease-out;
}

.carousel-caption {
    color: #000;
}

.carousel-caption_img {
    margin-top: 100px;
    margin-left: 48px;
}

/*.carousel-inner a,*/
.carousel-inner p {
    /*background-color: rgba(30, 29, 29, 0.6);*/
    /*padding: 20px;*/
    -webkit-animation: anime-P 1.6s ease-out;
    animation: anime-P 1.6s ease-out;
}

@-webkit-keyframes anime-H3 {
    from {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes anime-H3 {
    from {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes anime-P {
    from {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes anime-P {
    from {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.tabs{
    margin-bottom: -125px !important;
} 

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f1f1f1;
    width: 450px;
    box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px;
    border-radius: 10px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content .row_copy {
    display: inline-flex;
    font-family: Akrobat;
    text-align: left;
    color: black;
    padding: 10px; 
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}

.copy-row p {
    margin: 0;
}

.dropdown-content p {
    min-width: 150px;
} 

@media (max-width: 500px) {
    .btn-active-form {
        font-size: 12px !important;
    }
    .dropdown-content {
    position: absolute;
    background-color: #f1f1f1; 
    min-width: 300px;
    max-width: 300px; 
    box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px;
    border-radius: 10px; 
    left: -950%;
}

.dropdown-content label {
    display: flex;
    flex-direction: column;
}

.dropdown-content p {
    min-width: 0;
    margin-bottom: 10px !important;
}

#write-btn {
    max-width: 100% !important;
    padding-top: 4px;
}

.row_copy a {
    max-width: 100%;
}

.row_copy p {
    font-size: 16px;
}
}

.ya-share2__list_direction_horizontal {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: space-between !important;
}


.ripple {
  position: relative;
  overflow: hidden;
    outline: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ripple:before {
  content: '';
  position: absolute;
  display: block;
  background: var(--ripple-background, black);
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  -webkit-transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  -webkit-transform: translate(-50%, -50%) scale(var(--s, 1));
          transform: translate(-50%, -50%) scale(var(--s, 1));
  -webkit-transform-origin: center;
          transform-origin: center;
}

.buy-test__img-wrapper .buy-test__img {
    width: 320px;
    height: auto;
}

.row_copy a {
    position: relative;
    overflow: hidden;
}

.ya-share2__item_service_vkontakte {
    width: 24.6px !important;
}

.btn-active-form {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 30px;

    background-color: #fff; 
    border: 1px solid #00C0B8;
    border-radius: 30px;
    background-color: #00C0B8;

    font-family: Akrobat;

    display: flex;
    justify-content: center;
    align-items: center;
}

.buy-test__list--items-2 .btn-dropdown {
    width: 150px;
    text-transform: none;
}

.hide-ul {
    margin-bottom: -75% !important;
}

.site-start-test__descript p strong {
    font-size: 24px;
    font-weight: 400;
}

.block-content .container__link a {
    border-bottom: 1px transparent;
}

.value_test__content .test_content img {
    width: 100% !important;
    height: auto !important;
}

 .chet, .nechet  {
        background-color: #f0f3f4;
}

.video-img {
    display: flex;
    justify-content: center;
}
.video-instruction {
    position: sticky;
    top: 410px;
    margin-top: 20px;
    width: 220px;
    height: 150px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.video-instruction {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.video-insr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #00000063;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.hide {
    display: none;
}

.video-instruction a, .video-insr {
    cursor: pointer;
}

.video-instruction:hover .video-img img {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}

.category__prolog .animateOnce .cont-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dropdown-content-ref {
    left: 0;
}

.video-instruction1 {
    top: 350px;
    margin-top: 20px;
    width: 65%;
    max-width: 360px;
    min-height: 80px;
    background-color: #fff;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.video-instruction1 a .video-img {
    flex-direction: column;
}

.video-instruction1 a, .video-insr {
    cursor: pointer;
}

.video-instruction1 a {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.video-instruction1 a p {
padding-right: 10px;
}

.video-instruction1:hover .video-img img {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}

@media (max-width: 991px) {
#w0-collapse {
    background: white !important;
}}

.show_detail img {
    max-width: 100%;
    max-height: 95%;
}
.show_detail1 {
    display: flex !important;
}
.img-gerb {
    cursor: pointer;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: black !important;
}

.value_test__price span {
    line-height: 30px;
}

#requestteststudents-result_test {
    max-width: 100%;
    flex-wrap: wrap;
}

.questions .radio label {
    min-width: 99px;
}

/*Включение/выключение теста*/
.test49__switch {
    margin-left: 10px;
}

.test49__switch_name {
    margin-right: 5px;
}

@media (max-width: 768px) {
.video-insr iframe {
    width: 100%;
    height: auto;
    min-height: 50%;
}
#change_uch {
    position: relative;
    order: 2;
    padding: 0 35px;
}

}

#students-gender {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-end;
}

#students-gender .radio {
    margin: 0;
}


