@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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 390px;
  height: 40px;
  border-radius: 20px;
  padding: 5px 20px;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}
.button-blue {
  background-color: #13639e;
  color: white;
  border: 1px solid #13639e;
}
.button-viol {
  background-color: #7600b6;
  color: white;
  border: 1px solid #7600b6;
}
.button-green {
  background-color: #037e03;
  color: white;
  border: 1px solid #037e03;
}
.button-whitegreen {
  background-color: #fff;
  border: 1px solid #037e03;
  color: #111316;
}
.button-whiteblue {
  background-color: #fff;
  border: 1px solid #13639e;
  color: #111316;
}
.button-whitebordo {
  background-color: #fff;
  border: 1px solid #9c4471;
  color: #111316;
}
.button-bordo {
  background-color: #9c4471;
  color: white;
  border: 1px solid #9c4471;
}
.button-last {
  margin-bottom: 0;
}
.button:hover {
  border-color: cyan;
}
@media (min-width: 360px) {
  .button {
    width: 100%;
  }
}
/* @media (min-width: 390px) {
	.button {
		width: 255px;
	}
} */
@media (min-width: 576px) {
  .button {
    width: 380px;
    font-size: 16px;
    line-height: 100%;
  }
}
/* ВЕРХНИЙ ФОН */
.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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: 0 5px 15px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 0 5px 15px 0px rgba(34, 60, 80, 0.2);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.description__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.description__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: 150px;
}
.description__avatar img {
  width: 100px;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
.description__titlezone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.description__textzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.description__refzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .description__avatar {
    width: 120px;
    height: 120px;
    min-width: 120px;
    margin: 0;
    margin-right: 50px;
  }
  .description__titlezone {
    max-width: 320px;
  }
}
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90vw;
}
.gallery__titlezone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery__bigtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  margin-bottom: 10px;
}
.gallery__description {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 20px;
}
.gallery__card {
  width: 90vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.gallery__imagezone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gallery__imagezone img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: auto;
  margin: auto;
}
.gallery__texzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gallery__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin: 0;
}
.gallery__text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 16px;
}
.gallery__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
}
.gallery__title p {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
}
.gallery__subtitle {
  margin: 0;
  margin-bottom: 15px;
}
.gallery__subtitle p {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
}
.gallery__refzone {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 360px) {
  .gallery {
    width: 325px;
  }
  .gallery__card {
    width: 325px;
  }
}
@media (min-width: 390px) {
  .gallery {
    width: 350px;
  }
  .gallery__card {
    width: 350px;
  }
}
@media (min-width: 576px) {
  .gallery {
    width: 540px;
  }
  .gallery__card {
    width: 540px;
    margin: 0 auto;
  }
  .gallery__imagezone {
    width: 540px;
    overflow: hidden;
  }
  .gallery__textzone {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 720px;
  }
  .gallery__card {
    width: 350px;
  }
  .gallery__imagezone {
    width: 100%;
  }
}
/* FOOTER */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 450px;
  background-image: url("../images/footer-background-1920x480.jpg");
  background-position: center;
  margin-top: 30px;
}
.footer-buttonzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}