@charset "utf-8";
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
html {
  height: 100%;
}
img {
  /*position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(-50%, -50%);*/
  vertical-align: middle;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
td,
th,
p {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 16px;
  color: #111316;
  height: 100%;
  line-height: 130%;
}
body {
  background: white;
  overflow: hidden;
}
a {
  text-decoration: none;
  /* Убираем подчеркивание у ссылок */
}
/* *** стили шрифтов *** */
.m-black {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 900;
}
.m-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 700;
}
.m-medium {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.m-light {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 300;
}
/**********************/
#wrap {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  background-color: white;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  /* прокрутка  */
  z-index: 0;
}
/* КОНТЕЙНЕРЫ */
.container {
  position: relative;
  width: 90vw;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 10;
}
@media (min-width: 360px) {
  .container {
    width: 325px;
  }
}
@media (min-width: 390px) {
  .container {
    width: 350px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
.row {
  width: 100%;
  margin-bottom: 50px;
}
/* ТЕКСТОВЫЕ БЛОКИ */
.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 10px;
}
.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 15px;
}
.text {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .title {
    font-size: 22px;
  }
  .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-weight: 500;
    font-size: 18px;
  }
  .text {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/* КНОПКИ */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 40px;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}
.button-blue {
  background-color: #13639e;
  color: white;
  border: 1px solid #13639e;
}
.button-white {
  background-color: #fff;
  border: 1px solid #13639e;
  color: #111316;
}
.button-last {
  margin-bottom: 0;
}
.button:hover {
  border-color: #ba1414;
}
@media (min-width: 360px) {
  .button {
    width: 232px;
  }
}
@media (min-width: 390px) {
  .button {
    width: 255px;
  }
}
@media (min-width: 576px) {
  .button {
    width: 240px;
    font-size: 16px;
  }
  .button-last {
    margin: 0;
  }
}
/* ВЕРХНИЙ ФОН */
.top-background {
  width: 100vw;
  height: 300px;
  margin: 0 auto;
  z-index: 1;
}
.top-background img {
  height: 100%;
  width: auto;
  min-width: 100%;
  margin: 0 auto;
}
@media (min-width: 360px) {
  .top-background img {
    margin: 0;
    position: relative;
    right: 420px;
  }
}
@media (min-width: 576px) {
  .top-background {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .top-background {
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .top-background img {
    margin: 0 auto;
    position: relative;
    right: 0;
  }
}
.separator {
  width: 100%;
  height: 1px;
  display: flex;
  border-bottom: 1px solid #959595;
  margin: 50px auto 50px auto;
}
/* ВЕРХНЯЯ КАРТОЧКА С ОПИСАНИЕМ */
.description {
  width: 90%;
  margin: -150px auto 0 auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0px rgba(34, 60, 80, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.description__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.description__avatar {
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  width: 150px;
  height: 150px;
}
.description__avatar img {
  width: 100px;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
.description__titlezone {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.description__textzone {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.description__refzone {
  display: flex;
  width: 100%;
  margin-top: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 576px) {
  .description {
    width: 85%;
    min-height: 500px;
    margin-top: -200px;
  }
}
@media (min-width: 768px) {
  .description {
    width: 80%;
    margin-top: -350px;
    padding: 50px;
  }
  .description__top {
    flex-direction: row;
  }
  .description__avatar {
    width: 120px;
    height: 120px;
    min-width: 120px;
    margin: 0;
    margin-right: 50px;
  }
  .description__titlezone {
    max-width: 320px;
  }
}
/* SLIDER ПЕРСОНАЖИ */
.slider {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 90vw;
  overflow: hidden;
}
.slider__titlezone {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 20px;
  margin-bottom: 30px;
  align-items: center;
}
.slider__bigtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  margin-bottom: 10px;
}
.slider__description {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 20px;
}
.slider__allcards {
  width: 620px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.5s ease-in-out;
}
.slider__card {
  width: 90vw;
  height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.slider__imagezone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  overflow: hidden;
  flex-shrink: 0;
}
.slider__imagezone img {
  display: flex;
  height: 100%;
  width: auto;
  margin: auto;
}
.slider__texzone {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  width: 100%;
  flex-shrink: 0;
}
.slider__text {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
}
.slider__text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 16px;
}
.slider__title {
  display: flex;
  height: 30px;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
}
.slider__title p {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
}
.slider__subtitle {
  margin: 0;
  margin-bottom: 15px;
}
.slider__subtitle p {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
}
.slider__refzone {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 360px) {
  .slider {
    width: 325px;
  }
  .slider__card {
    width: 325px;
  }
}
@media (min-width: 390px) {
  .slider {
    width: 350px;
  }
  .slider__card {
    width: 350px;
  }
}
@media (min-width: 576px) {
  .slider {
    width: 540px;
  }
  .slider__card {
    width: 540px;
    margin: 0 auto;
  }
  .slider__imagezone {
    width: 540px;
    overflow: hidden;
  }
  .slider__textzone {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .slider {
    width: 720px;
  }
  .slider__card {
    width: 350px;
    margin-right: 20px;
  }
  .slider__imagezone {
    width: 100%;
  }
}
.prev,
.next {
  position: absolute;
  /* Позволяет располагать кнопки поверх слайдов */
  top: 50%;
  /* Размещаем по вертикали по центру */
  background: rgba(255, 255, 255, 0.8);
  /* Полупрозрачный фон кнопок */
  color: white;
  /* Белый цвет текста */
  border-radius: 3px;
  border: 1px solid #808080;
  cursor: pointer;
  /* Изменяем курсор на указатель */
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 300;
  font-size: 32px;
  /* Размер шрифта */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 8px;
}
.prev img,
.next img {
  display: flex;
  flex-shrink: 0;
  margin: auto;
}
.prev:hover,
.next:hover {
  background: rgba(255, 255, 255, 0.3);
}
.prev {
  left: 10px;
}
.next {
  right: 10px;
}
.person {
  min-height: 720px;
}
.person__card {
  height: 720px;
}
.person__texzone {
  height: 350px;
}
.person__radio {
  display: flex;
  margin: -30px auto 0 auto;
  height: 25px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.person__allradio {
  width: auto;
  height: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.person__radiobuttons {
  display: flex;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #b4b4b4;
  cursor: pointer;
}
.person__radiobuttons-active {
  background-color: #13639e;
  cursor: default;
}
.person-prev,
.person-next {
  z-index: 20;
  /* Размещаем кнопки выше всех элементов */
  transform: translateY(-140%);
  /* Сдвигаем кнопки вверх на половину их высоты */
}
.elemental {
  min-height: 420px;
}
.elemental__card {
  height: auto;
}
.elemental__texzone {
  height: 100px;
}
.elemental__radio {
  display: flex;
  margin: -30px auto 0 auto;
  height: 25px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.elemental__allradio {
  width: auto;
  height: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.elemental__radiobuttons {
  display: flex;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #b4b4b4;
  cursor: pointer;
}
.elemental__radiobuttons-active {
  background-color: #13639e;
  cursor: default;
}
.elemental-prev,
.elemental-next {
  z-index: 21;
  /* Размещаем кнопки выше всех элементов */
  transform: translateY(160%);
  /* Сдвигаем кнопки вверх на половину их высоты */
}
.metamorph {
  min-height: 700px;
}
.metamorph__card {
  height: auto;
}
.metamorph__texzone {
  height: 340px;
}
.metamorph__radio {
  display: flex;
  margin: -30px auto 0 auto;
  height: 25px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.metamorph__allradio {
  width: auto;
  height: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.metamorph__radiobuttons {
  display: flex;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #b4b4b4;
  cursor: pointer;
}
.metamorph__radiobuttons-active {
  background-color: #13639e;
  cursor: default;
}
.metamorph-prev,
.metamorph-next {
  z-index: 22;
  /* Размещаем кнопки выше всех элементов */
  transform: translateY(-115%);
  /* Сдвигаем кнопки вверх на половину их высоты */
}
/*
.circle {
	
	min-height:499px;
	&__card {
		display: flex;
		width: 350px;
		height: 499px;
		justify-content: center;
		align-items: center;
	}
}
*/
.circle {
  min-height: 499px;
}
.circle__card {
  height: 499px;
}
.circle__imagezone {
  height: 499px;
}
.circle__radio {
  display: flex;
  margin: -30px auto 0 auto;
  height: 25px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.circle__allradio {
  width: auto;
  height: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.circle__radiobuttons {
  display: flex;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #b4b4b4;
  cursor: pointer;
}
.circle__radiobuttons-active {
  background-color: #13639e;
  cursor: default;
}
.circle-prev,
.circle-next {
  z-index: 22;
  /* Размещаем кнопки выше всех элементов */
  transform: translateY(-50%);
  /* Сдвигаем кнопки вверх на половину их высоты */
}
/*@media (max-width: 700px)
{
	.circle {
		flex-direction: column;
		justify-content: flex-start;

		margin: 0;

		&__card {
		
		width: 100%;
		max-width: 350px;
		height: auto;
		justify-content: center;
		align-items: center;
		margin-bottom: 50px;
	}

	}
}
*/
/* FOOTER */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background-image: url("../images/footer-background.jpg");
  background-position: center;
}
.footer-buttonzone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
