@charset "UTF-8";

@font-face {
  font-family: Arimo;
  font-display: swap;
  src: url("../fonts/Arimo-Bold.woff2") format("woff2"), url("../fonts/Arimo-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Arimo;
  font-display: swap;
  src: url("../fonts/Arimo-Medium.woff2") format("woff2"), url("../fonts/Arimo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Arimo;
  font-display: swap;
  src: url("../fonts/Arimo-SemiBold.woff2") format("woff2"), url("../fonts/Arimo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Arimo;
  font-display: swap;
  src: url("../fonts/Arimo-Regular.woff2") format("woff2"), url("../fonts/Arimo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Arimo;
  font-display: swap;
  src: url("../fonts/Arimo-Bold.woff2") format("woff2"), url("../fonts/Arimo-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Arimo;
  font-display: swap;
  src: url("../fonts/Arimo-Medium.woff2") format("woff2"), url("../fonts/Arimo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Arimo;
  font-display: swap;
  src: url("../fonts/Arimo-SemiBold.woff2") format("woff2"), url("../fonts/Arimo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Arimo;
  font-display: swap;
  src: url("../fonts/Arimo-Regular.woff2") format("woff2"), url("../fonts/Arimo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}



/* Указываем box sizing */

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  font: 400 16px/1.4 OpenSans;
  color: var(--main, #002A45);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

input:focus-visible {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul,
ol {
  padding: 0;
  list-style-position: inside;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

:root {
  --white: #FFFFFF;
  --black: #000000;
  --main: #002A45;
  --light-back: #F2F3F6;
  --light-text: #4E687A;
  --green: #009E4D;
  --red: #DC3223;
}

.container {
  max-width: 1332px;
  padding: 0 16px;
  margin: 0 auto;
}

.container_max {
  width: 100%;
  max-width: unset;
  padding: 0 30px;
}

.wrapper {
  max-width: 860px;
  margin: 0 auto;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 15px;
  background: var(--light-back, #F2F3F6);
  border: var(--light-back, #F2F3F6);
  border: 0;
  font-size: 14px;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--light-text, #4E687A);
  font-size: 14px;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--light-text, #4E687A);
  font-size: 14px;
}

input:focus,
select:focus,
textarea:focus {
  border: var(--main, #002A45);
}

textarea {
  resize: none;
  height: 108px;
}

select {
  color: var(--main, #002A45);
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  min-width: 240px;
  padding: 10px 15px;
  background-color: var(--main, #002A45);
  color: var(--white, #FFFFFF);
  border: 1px solid var(--main, #002A45);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.button_gr {
  background-color: var(--green, #009E4D);
  border: 1px solid var(--green, #009E4D);
}

.button_gr:hover:not(:disabled) {
  background: #008A43;
  border-color: #008A43;
}

.button:hover:not(:disabled) {
  cursor: pointer;
}

.button:disabled {
  opacity: 0.5;
}

h1 {
  font: 700 2.5em/1.1 Arimo;
}

h2 {
  font: 700 1.875em/1.1 Arimo;
}

h3 {
  font: 700 1.625em/1.1 Arimo;
}

h4 {
  font: 700 1.25em/1.1 Arimo;
}

h5 {
  font: 700 1.1em/1.1 Arimo;
}

h6 {
  font: 700 1em/1.1 Arimo;
}

/*alert*/

.box-size {
  box-sizing: border-box;
}

.alert--fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.alert--error,
.alert--warning,
.alert--active {
  display: flex;
}

.alert--width {
  max-width: 400px;
  width: 90%;
}

.alert--img__item svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.alert--img__item {
  display: none;
  flex-shrink: 0;
}

.alert--active .active {
  display: block;
}

.alert--warning .warning {
  display: block;
}

.alert--error .error {
  display: block;
}

.alert--content {
  position: relative;
  z-index: 12;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
  padding: 40px 50px;
  color: #333333;
  margin-bottom: 10%;
}

.alert--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 11;
  top: 0px;
  left: 0px;
}

.alert-text {
  margin-top: 15px;
  text-align: center;
  color: #002A45;
}

/* .alert--active .active path {
  fill: #19AA6E;
}

.alert--warning .warning path {
  fill: #F9CB28;
}

.alert--error .error path {
  fill: #DC3223;
} */

.alert--title {
  font-size: 30px;
  font-weight: 700;
  color: #002A45;
}

.alert--subtitle {
  font-weight: 500;
  font-size: 20px;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #ccbbbb;
  color: #002A45;
}

.alert--x {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.alert--x svg {
  width: 100%;
  height: 100%;
}

/* .alert--x svg path {
  fill: #968787;
  transition: all 0.3s ease;
}

.alert--x:hover path {
  fill: black;
} */

/*alert*/

/*formLoader*/

.form_loader {
  position: fixed;
  display: none;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.form_loader_block {
  position: absolute;
  width: 350px;
  max-width: 90%;
  left: 50%;
  top: 45%;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.form_loader_animate {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.form_loader_animate:after {
  content: "";
  display: block;
  width: 85%;
  height: 85%;
  /*margin: 8px;*/
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #00A0E3 transparent #00A0E3 transparent;
  animation: loader-animate 1.2s linear infinite;
}

.form_loader_text {
  font-size: 20px;
  text-align: center;
}

@keyframes loader-animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*formLoader*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  border-bottom: 1px solid #CFE1ED;
  background-color: var(--white, #FFFFFF);
  transition: all 0.3s ease-in-out;
}

.header_log {
  border: none;
  background: transparent;
}

.header__container {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-weight: 600;
}

.header__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__logo {
  flex-grow: 1;
}

.header__lang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__lang select {
  padding: 0;
  background-color: transparent;
}

.header__lang svg {
  width: 18px;
  height: 18px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 124px;
  height: 40px;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*dropdown*/

.dropdown-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.dropdown__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-back, #F2F3F6);
}

.dropdown .arrow {
  position: relative;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.rotate-dropdown-arrow {
  transform: rotate(-180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  margin-top: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(9, 17, 40, 0.1);
  transform-origin: top left;
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
  width: 100%;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dropdown-menu a:last-child {
  border-bottom: none;
}

.dropdown-link svg {
  width: 18px;
  height: 18px;
}

#openDropdown:checked+.dropdown-menu {
  display: flex;
  animation: openDropDown 0.4s ease 0s 1 forwards;
}

@keyframes openDropDown {
  from {
    transform: rotateX(50deg);
  }

  to {
    transform: rotateX(0deg);
  }
}

.dropdown__icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}

.dropdown__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer_log {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
}

.footer_log .footer__container {
  padding: 25px 0;
}

.footer_dark {
  background-color: var(--main, #002A45);
  color: var(--white, #FFFFFF);
}

.footer_dark select {
  padding: 0;
  background-color: var(--main, #002A45);
  color: var(--white, #FFFFFF);
}

.footer__container {
  padding: 50px 0;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  row-gap: 30px;
  margin-bottom: 40px;
}

.footer__logo {
  display: block;
  width: 131px;
  height: 43px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__link {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.footer__link svg {
  width: 18px;
  height: 18px;
}

.footer__link:hover {
  color: #DC3223;
}

.footer__lang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__lang select {
  padding: 0;
}

.footer__lang svg {
  width: 18px;
  height: 18px;
}

.footer__copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: var(--light-text, #4E687A);
  font-size: 14px;
}

.footer__copy a {
  transition: all 0.3s ease-in-out;
}

.footer__copy a:hover {
  color: rgba(220, 50, 35, 0.6);
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.section {
  padding-top: 40px;
  padding-bottom: 100px;
  overflow: hidden;
}

.top {
  padding-top: 80px;
}

.time {
  display: flex;
  align-items: center;
  gap: 7px;
}

.time_card {
  position: relative;
  display: grid;
  justify-content: center;
  padding: 10px;
  padding-bottom: 22px;
  font-family: Arimo;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.time_card::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: var(--light-text, #4E687A);
  font-family: OpenSans;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.time_card::after {
  position: absolute;
  top: 40%;
  left: 100%;
  transform: translateY(-50%);
  display: block;
  content: ":";
  font-family: Arimo;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.time_card.seconds::after {
  content: none;
}

.breadcrumbs {
  padding: 1.5rem 0;
}

.breadcrumbs__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  font-size: 14px;
}

.breadcrumbs__list li {
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
  color: var(--light-text, #4E687A);
  line-height: 1;
}

.breadcrumbs__list li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: ">";
}

.breadcrumbs__list li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs__list li:last-child::after {
  content: none;
}

.breadcrumbs__list li.active {
  pointer-events: none;
}

.breadcrumbs__list li a {
  transition: all 0.3s ease-in-out;
}

.breadcrumbs__list li a:hover {
  color: var(--main, #002A45);
}

.description p {
  margin-bottom: 1rem;
}

.description p:last-child {
  margin-bottom: 0;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}

.card {
  padding: 30px;
  background: var(--white, #FFFFFF);
  border: 1px solid transparent;
  box-shadow: 0px 4px 30px 0px rgba(9, 17, 40, 0.1);
  transition: all 0.3s ease-in-out;
}

.card__title {
  margin-bottom: 16px;
}

.card__txt {
  margin-bottom: 40px;
}

.card__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.card__date {
  font-size: 14px;
  color: var(--light-text, #4E687A);
}

.card__img {
  position: relative;
  align-self: center;
  height: 170px;
  background-color: var(--light-back, #F2F3F6);
  border-radius: 100%;
}

.card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  -o-object-fit: contain;
  object-fit: contain;
}

.card:hover {
  box-shadow: none;
  border-color: var(--main, #002A45);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 11;
}

.popup__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 40px;
  text-align: center;
  background: #FFF;
}

.popup__check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popup__check input {
  width: -moz-max-content;
  width: max-content;
}

.popup__check label {
  font-size: 14px;
  line-height: 1;
}

.popup__check a {
  text-decoration: underline;
}

.popup-test__container {
  gap: 24px;
  max-width: 480px;
  min-width: 480px;
}

.popup-test__text span {
  color: var(--brand-green, #19AA6E);
  font-weight: 600;
}

.popup-test__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.popup-test__back {
  color: var(--light-text, #4E687A);
  font-size: 14px;
}

.popup-test__back a {
  color: var(--brand-blue, #002A45);
  text-decoration: underline;
}

.popup-test__btn svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.popup-test__btn span {
  pointer-events: none;
}

.popup-attention {
  display: none;
}

.popup-attention__container {
  max-width: 410px;
  min-width: 410px;
}

.popup-attention__title {
  margin-bottom: 14px;
  color: var(--brand-red, #DC3223);
}

.popup-attention__text {
  max-width: 70%;
  margin-bottom: 30px;
}

.popup-attention__text span {
  color: var(--brand-red, #DC3223);
  font-weight: 600;
}

.popup-attention__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.popup-attention__buttons button {
  flex: 1 1 45%;
  min-width: unset;
  padding: 16px;
}

.popup-attention__back {
  background-color: transparent;
  color: var(--main, #002A45);
}

.popup-attention__back:hover {
  background-color: var(--main, #002A45);
  color: var(--white, #FFFFFF);
}

.feedback__title {
  margin-bottom: 12px;
}

.feedback__txt {
  margin-bottom: 18px;
}

.feedback__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gallery {
  width: 100%;
  margin-bottom: 50px;
}

.gallery-slider {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  background: #F2F3F6;
}

.gallery-slider .swiper-slide {
  width: 80%;
  height: 500px;
  padding: 30px;
  margin: 0 auto;
}

.gallery-slider .swiper-slide img {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.gallery-slider .swiper-slide:hover {
  cursor: zoom-in;
}

.gallery .swiper-loupe {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.gallery .swiper-loupe svg {
  width: 24px;
  height: 24px;
}

.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide {
  width: 116px;
  height: 87px;
  text-align: center;
  border: 2px solid #F2F3F6;
  overflow: hidden;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cabinet {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.cabinet__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 600px;
  min-height: 100vh;
}

.cabinet__wrap {
  display: grid;
  align-items: center;
  align-content: center;
  padding: 2rem;
}

.cabinet__wrap:last-child {
  background-color: var(--light-back, #F2F3F6);
}

.cabinet__content {
  max-width: 380px;
  margin: 0 auto;
}

.cabinet__title {
  margin-bottom: 16px;
}

.cabinet__box {
  margin-bottom: 30px;
}

.cabinet__input {
  position: relative;
  margin-bottom: 18px;
}

.cabinet__pass {
  cursor: pointer;
}

.cabinet__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabinet__icon svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.cabinet__check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cabinet__check input {
  width: -moz-max-content;
  width: max-content;
}

.cabinet__check label {
  font-size: 14px;
  line-height: 1;
}

.cabinet__check a {
  text-decoration: underline;
}

.cabinet__btn {
  width: 100%;
  margin-top: 30px;
}

.cabinet__info {
  max-width: 420px;
  margin: 0 auto;
}

.cabinet__img {
  height: 294px;
  margin-bottom: 40px;
}

.cabinet__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cabinet__caption {
  margin-bottom: 10px;
}

.cabinet__txt {
  margin-bottom: 40px;
}

.cabinet__links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 70px;
}

.cabinet__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cabinet__link a {
  font-family: Arimo;
  font-weight: 700;
  line-height: 100%;
}

.cabinet__desc {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cabinet__desc svg {
  width: 18px;
  height: 18px;
}

.cabinet__desc span {
  color: var(--light-text, #4E687A);
  font-size: 14px;
}

.course__info {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 30px;
  padding: 30px;
  margin-bottom: 30px;
  background: var(--light-back, #F2F3F6);
}

.course__desc {
  display: flex;
  flex-direction: column;
}

.course__caption {
  margin-bottom: 12px;
}

.course__txt {
  margin-bottom: 30px;
}

.course-inner__top {
  margin-bottom: 30px;
}

.course-inner__title {
  margin-bottom: 8px;
}

.course-inner__address {
  display: flex;
  align-items: center;
  gap: 10px;
}

.course-inner__card_bottom {
  justify-content: flex-start;
}

.course-inner__card .disabled {
  color: var(--light-text, #4E687A);
  background: #F2F3F6;
  border-color: #F2F3F6;
  pointer-events: none;
  font-weight: 600;
}

.course-inner .card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 30px;
}

.test {
  background-color: #FFF;
}

.test__top {
  margin-bottom: 40px;
}

.test__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #CFE1ED;
  background: #FFF;
  transition: all 0.3s ease-in-out;
}

.test__slide.check {
  color: #FFF;
  background: var(--green, #19AA6E);
}

.test__slide.check-slide {
  color: #FFF;
  background: var(--green, #009E4D);
}

.test__slide.swiper-slide-thumb-active {
  color: #FFF;
  background: var(--main, #002A45);
}

.test__slide:hover:not(.active) {
  cursor: pointer;
  border-color: var(--main, #002A45);
}

.test__wrap {
  display: grid;
  grid-template-columns: 310px 1fr;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
}

.test__info {
  background: #F2F3F6;
}

.test__process {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.test__count {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: var(--light-text, #4E687A);
  font-size: 14px;
}

.test__noted {
  color: #19AA6E;
  font-family: Arimo;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

.test__total {
  font-family: Arimo;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

.test__caption {
  margin-bottom: 20px;
  text-align: center;
}

.test__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #CFE1ED;
  text-align: center;
}

.test__process {
  padding: 30px;
}

.test__slider {
  width: 100%;
  padding: 30px;
  background: #F2F3F6;
  overflow: hidden;
}

.test__slider_thumbs {
  position: relative;
  width: 100%;
  padding: 0 60px;
  overflow: hidden;
}

.test__slider_thumbs .swiper-button {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  background: #F2F3F6;
}

.test__slider_thumbs .swiper-button-prev {
  left: 0;
}

.test__slider_thumbs .swiper-button-next {
  right: 0;
}

.test__cards {
  margin-bottom: 30px;
}

.test__num {
  display: block;
  margin-bottom: 20px;
}

.test__question {
  margin-bottom: 30px;
}

.test__answers {
  display: grid;
  gap: 10px;
  counter-reset: radio;
}

.test__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.test__bottom .swiper-button {
  position: unset;
  margin: 0;
}

.test__end {
  display: none;
}

.test .swiper-scrollbar {
  position: relative;
  left: unset;
  top: unset;
  margin-top: 30px;
  background: #F2F3F6;
  width: 100%;
  height: 5px;
  bottom: unset;
}

.test .swiper-scrollbar-drag {
  position: relative;
  background: #C4C9D7;
}

.test .swiper-scrollbar-drag::before {
  position: absolute;
  content: "";
  background: url(../img/scrollbar.png) center/contain no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 24px;
  cursor: pointer;
}

.result__caption {
  text-align: center;
}

.result__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px;
  margin-bottom: 50px;
  text-align: center;
  background: #F2F3F6;
}

.result__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 230px;
  height: 230px;
  padding: 40px 50px;
  background-color: #FFF;
  border-radius: 100%;
}

.result__box .number {
  font-family: Arimo;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
}

.result__box.correctly .number {
  color: var(--green, #19AA6E);
}

.result__box.fail .number {
  color: var(--red, #DC3223);
}

.result__box span:first-child {
  font-weight: 600;
}

.result__desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}

.result__info {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  color: var(--light-text, #4E687A);
}

.result__info span:last-child {
  font-weight: 400;
  font-size: 14px;
}

.result__time {
  font-family: Arimo;
  font-size: 20px;
  font-weight: 700;
  color: var(--brand-blue, #002A45);
}

.result__num {
  margin-top: 8px;
  margin-bottom: 4px;
  font-family: Arimo;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--brand-blue, #002A45);
}

.result__down {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.result table {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #F2F3F6;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: auto;
}

.result thead {
  white-space: nowrap;
}

.result th,
.result td {
  padding: 18px;
  border: 1px solid #F2F3F6;
  text-align: start;
}

.result th {
  background: #F2F3F6;
}

.result td:nth-child(3),
.result td:nth-child(5) {
  font-weight: 600;
}

.result td:nth-child(even) {
  min-width: 400px;
  width: 100%;
}

.result th:nth-child(2),
.result th:nth-child(3) {
  min-width: 400px;
  width: 100%;
}


.result td .correctly {
  color: var(--green, #19AA6E);
}

.result td .fail {
  color: var(--red, #DC3223);
}

.custom-radio>input {
  display: none;
}

.custom-radio>span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  padding: 10px 16px;
  background: #FFF;
  border: 1px solid var(--white, #FFFFFF);
  transition: all 0.3s ease-in-out;
}

.custom-radio>span:hover {
  cursor: pointer;
  border-color: var(--main, #002A45);
}

.custom-radio>input:checked+span {
  border-color: var(--green, #009E4D);
}

.custom-radio>span::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-right: 10px;
  border: 1px solid var(--main, #002A45);
  border-radius: 100%;
  background-color: transparent;
  color: var(--main, #002A45);
  font-size: 14px;
  line-height: 1;
  counter-increment: radio;
  content: counter(radio, upper-alpha);
}

.custom-radio>input:checked+span::before {
  border-color: var(--green, #009E4D);
  background-color: var(--green, #009E4D);
  color: var(--white, #FFFFFF);
}

.custom-radio>input:disabled+span::before {
  background-color: var(--light-back, #F2F3F6);
}

@media (max-width: 1440px) {
  html {
    font: 400 14px/1.4 OpenSans;
  }

  h1 {
    font: 700 2.2em/1.1 Arimo;
  }

  h2 {
    font: 700 1.6em/1.1 Arimo;
  }

  h3 {
    font: 700 1.5em/1.1 Arimo;
  }

  .result__desc {
    gap: 60px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1132px;
  }

  .section {
    padding-bottom: 80px;
  }

  .cards {
    margin-bottom: 20px;
  }

  .cabinet__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .cabinet__img {
    margin-bottom: 30px;
  }

  .cabinet__txt {
    margin-bottom: 30px;
  }

  .cabinet__links {
    gap: 50px;
  }

  .result__box .number {
    font-size: 80px;
  }

  .result__desc {
    gap: 50px;
  }

  .popup__container {
    padding: 40px;
  }

  .alert--content {
    padding: 40px;
  }

  .alert--title {
    font-size: 28px;
  }
}

@media (max-width: 980px) {
  .container {
    width: 100%;
    max-width: unset;
  }

  .test__wrap {
    grid-template-columns: 100%;
  }

  .popup__container {
    padding: 30px;
  }

  .alert--title {
    font-size: 26px;
  }

  .alert--content {
    padding: 30px;
  }
}

@media (max-width: 800px) {
  h1 {
    font: 700 2em/1.1 Arimo;
  }

  h2 {
    font: 700 1.5em/1.1 Arimo;
  }

  h3 {
    font: 700 1.4em/1.1 Arimo;
  }

  .header_log {
    border-bottom: 1px solid #CFE1ED;
    background-color: var(--white, #FFFFFF);
  }

  .header__links {
    display: none;
  }

  .section {
    padding-bottom: 60px;
  }

  .cards {
    gap: 20px;
    margin-bottom: 30px;
  }

  .card__txt {
    margin-bottom: 30px;
  }

  .card__img {
    height: 150px;
  }

  .card {
    padding: 20px;
  }

  .gallery-slider .swiper-slide img {
    width: 90%;
  }

  .gallery-slider .swiper-slide {
    height: 350px;
    padding: 15px;
  }

  .cabinet {
    margin-top: 80px;
  }

  .cabinet__container {
    grid-template-columns: 1fr;
  }

  .cabinet__wrap {
    padding: 2rem 16px;
  }

  .cabinet__wrap:first-child {
    order: 1;
  }

  .cabinet__img {
    height: 250px;
  }

  .cabinet__txt {
    margin-bottom: 20px;
  }

  .cabinet__links {
    gap: 40px;
  }

  .course__info {
    grid-template-columns: 150px 1fr;
    gap: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .course__txt {
    margin-bottom: 20px;
  }

  .course-inner__top {
    margin-bottom: 20px;
  }

  .course-inner .card {
    grid-template-columns: 150px 1fr;
    gap: 20px;
  }

  .result__wrap {
    padding: 30px;
  }

  .result__box .number {
    font-size: 60px;
  }

  .result__box {
    width: 200px;
    height: 200px;
    padding: 30px;
  }

  .result__desc {
    gap: 40px;
  }

  .result th,
  .result td {
    padding: 15px;
  }

  .footer_log {
    position: unset;
  }

  .footer__copy {
    justify-content: center;
  }

  .test__info {
    order: 1;
  }

  .test__box,
  .test__process {
    padding: 20px;
  }

  .test .swiper-scrollbar-drag::before {
    height: 20px;
  }

  .test__slide {
    width: 40px;
    height: 40px;
  }

  .test__slider_thumbs .swiper-button {
    width: 40px;
    height: 40px;
  }

  .test__slider_thumbs {
    padding: 50px;
  }

  .time_card {
    font-size: 30px;
  }

  .test__caption {
    margin-bottom: 10px;
  }

  .popup-attention__container {
    min-width: unset;
    max-width: unset;
    width: 60%;
  }

  .popup-test__container {
    gap: 20px;
    min-width: unset;
    max-width: unset;
    width: 60%;
  }

  .popup-test__form {
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .button {
    width: 100%;
    min-width: unset;
  }

  .alert--title {
    font-size: 24px;
  }

  h1 {
    font: 700 1.8em/1.1 Arimo;
  }

  h4 {
    font: 700 1.2em/1.1 Arimo;
  }

  .header__top {
    gap: 10px;
  }

  .header__lang {
    gap: 4px;
  }

  .header__container {
    padding: 16px 0;
  }

  .dropdown .arrow {
    width: 20px;
    height: 20px;
  }

  .logo {
    width: 110px;
  }

  .footer__logo {
    width: 110px;
  }

  .dropdown__txt {
    display: none;
  }

  .dropdown-menu a {
    gap: 8px;
    padding: 8px;
  }

  .dropdown-link svg {
    width: 15px;
    height: 15px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .breadcrumbs {
    padding: 1rem 0;
  }

  .breadcrumbs__list {
    font-size: 12px;
  }

  .breadcrumbs__list li::after {
    font-size: 12px;
  }

  .breadcrumbs__list li {
    padding-right: 12px;
    margin-right: 3px;
  }

  .card__txt {
    margin-bottom: 20px;
  }

  .card__img {
    height: 120px;
    width: 120px;
    margin: 0 auto;
  }

  .gallery-slider .swiper-slide img {
    width: 100%;
  }

  .gallery-slider .swiper-slide {
    height: 300px;
    padding: 10px;
  }

  .cabinet__img {
    height: 200px;
  }

  .cabinet__links {
    gap: 30px;
  }

  .course-inner .card {
    grid-template-columns: 1fr;
  }

  .result__desc {
    gap: 30px;
  }

  .result__info:first-child {
    flex-grow: 1;
    width: 100%;
  }

  .result th,
  .result td {
    padding: 10px;
  }

  .test__slider {
    padding: 20px;
  }

  .test .swiper-button span {
    display: none;
  }

  .custom-radio>span {
    padding: 10px;
  }

  .test__bottom {
    gap: 10px;
  }

  .test__bottom a {
    flex: 1 1 45%;
    padding: 10px;
  }

  .course__info {
    grid-template-columns: 1fr;
  }

  .course__icon {
    height: 120px;
    width: 120px;
  }

  .course__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer__container {
    padding-bottom: 25px;
  }

  .test__slide {
    width: 35px;
    height: 35px;
  }

  .test__slider_thumbs .swiper-button {
    width: 35px;
    height: 35px;
  }

  .test__slider_thumbs {
    padding: 0 45px;
  }

  .test__wrap {
    margin-top: 30px;
  }

  .test__top {
    margin-bottom: 30px;
  }

  .popup__container {
    padding: 20px;
  }

  .popup-attention__buttons {
    flex-wrap: wrap;
  }

  .popup-attention__buttons button {
    flex: 1 1 50%;
    padding: 10px;
  }

  .popup-attention__container,
  .popup-test__container {
    width: 90%;
  }

  .popup-attention__text {
    margin-bottom: 20px;
  }

  .popup-test__form {
    width: 100%;
    align-items: center;
  }
}
