﻿@font-face {
  font-family: "MuseoCyrl";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MuseoCyrl300.otf");
}

@font-face {
  font-family: "MuseoCyrl";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MuseoCyrl500.ttf");
}

@font-face {
  font-family: "MuseoCyrl";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MuseoCyrl700.otf");
}

@font-face {
  font-family: "MuseoCyrl";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/MuseoCyrl900.otf");
}

/*------------------------------------------------------------*
**  Главная
**------------------------------------------------------------*/

/* CSS Document */

body {
  font-size: 18px;
  color: #3a3a3a;
  margin: 0px;
  background: #fff;
  font-family: "MuseoCyrl";
  font-weight: 400;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #111;
}

.clear {
  clear: both;
}

ul,
p,
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-size: 23px;
}
h2,
.h2 {
  font-size: 21px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

input,
button,
textarea {
  outline: none;
  font-family: "MADE Evolve Sans";
  font-size: 16px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  height: auto !important;
}

.site-width {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

.play {
  display: block;
  cursor: pointer;
  margin: auto;
}
.play:hover .play__title {
  text-decoration: none;
}
.play__btn:hover:before,
.play:hover .play__btn:before {
  background-image: -moz-linear-gradient(
    9deg,
    rgb(45, 53, 216) 0%,
    rgb(1, 17, 115) 100%
  );
  background-image: -webkit-linear-gradient(
    9deg,
    rgb(45, 53, 216) 0%,
    rgb(1, 17, 115) 100%
  );
  background-image: -ms-linear-gradient(
    9deg,
    rgb(45, 53, 216) 0%,
    rgb(1, 17, 115) 100%
  );
}
.play__btn:hover .icon-play,
.play:hover .play__btn .icon-play {
  background-position: 0 -40px;
}
.play__btn {
  display: block;
  margin: 0 auto;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.play__btn-round {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  animation: pulse-black 2s infinite;
}
.play__btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 129px;
  height: 129px;
  border-radius: 50%;
  animation: pulse-black 2s infinite;
}
@keyframes pulse-black {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
.play__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  opacity: 0.8;
}
.play__btn .icon {
  right: -4px;
}
.play__title {
  margin-top: 19px;
  font-size: 19px;
  color: #ffffff;
  text-decoration: underline;
  text-align: center;
}

.icon-play {
  width: 33px;
  height: 38px;
}

.icon {
  background: url(../images/icons.png) no-repeat;
  display: inline-block;
}

.pos-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section-15 {
  padding: 160px 0 60px;
  background: #fff;
  background: url(../images/bg-15.jpg) no-repeat;
  background-position: 50% 0;
  background-size: cover;
  display: inline-block;
  width: 100%;
}

.section-15 .title {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  font-family: "MuseoCyrl";
  font-weight: 900;
  color: #fff;
  margin: 10px auto 10px;
}

.section-15 .desk {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-family: "MuseoCyrl";
  font-weight: 400;
  margin: 30px auto;
}

.section-16 {
  padding: 60px 0 0;
  background: url(../images/bg-16.jpg) no-repeat;
  background-color: #fff;
  background-position: 50% 30px;
  width: 100%;
  display: inline-block;
}

.section-16 .item {
  margin-bottom: 80px;
}

.section-16 video {
  max-width: 40%;
  float: left;
  margin-right: 4%;
}

.section-16 .name {
  font-size: 35px;
  font-weight: 600;
  padding: 30px 0;
}

.section-16 .mini-desk {
  font-size: 20px;
  line-height: 25px;
  background: url(../images/bg-q.png) no-repeat;
  background-color: #fff;
  background-position: left top;
  background-size: contain;
  min-height: 100px;
}

.section-16 .right-block {
  float: left;
  width: 56%;
}

.section-16 .desk-item {
  font-size: 20px;
  line-height: 25px;
  clear: both;
  padding-top: 40px;
}

.section-17 {
  padding: 60px 0 50px 0;
  background-color: #f3f3f3;
  width: 100%;
  display: inline-block;
}

.section-17 .title {
  text-align: center;
  font-size: 30px;
  color: #2c2c2c;
  line-height: 35px;
  font-family: "MuseoCyrl";
  font-weight: 900;
  margin: 10px auto 30px;
}



.section-17 .items {
  display: flex;
  flex-wrap: wrap;
}

.section-17 .item {
  width: 29.33333%;
  margin: 20px 2%;
  text-align: center;
}

.section-17 .item .img-wrapper {
  position: relative;
  cursor: pointer;
}

.section-17 .item .img-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 109px;
  height: 109px;
  margin-left: -55px;
  margin-top: -55px;
  background-image: url(../images/play-red.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.section-17 .item .name {
  font-weight: bold;
  padding: 10px 0;
  font-size: 25px;
}

.section-17 .item img {
  height: 235px !important;
  object-fit: cover;
}

.section-18 {
  padding: 60px 0 0;
  background: url(../images/bg-18.jpg) no-repeat;
  background-color: #fff;
  background-position: 50% 30px;
  width: 100%;
  display: inline-block;
}

.section-18 .title {
  text-align: center;
  font-size: 30px;
  color: #2c2c2c;
  line-height: 35px;
  font-family: "MuseoCyrl";
  font-weight: 900;
  margin: 10px auto 30px;
  clear: both;
}

.section-18 .title span {
  background-color: #ffd200;
  padding: 3px 3px;
}

.section-18 .item {
  display: flex;
  margin: 60px 0 100px;
  align-items: center;
}

.section-18 .face {
  text-align: center;
  float: left;
  font-size: 25px;
  font-weight: 600;
  z-index: 2;
  min-width: 280px;
}

.section-18 .desk-item {
  background-image: linear-gradient(to left, #ffffff 0%, #f0eeee 100%);
  min-width: 400px;
  float: left;
  padding: 30px 30px 30px 80px;
  margin: 0 0 0 -60px;
  z-index: 1;
  height: min-content;
}

.section-19 {
  padding: 60px 0 50px 0;
  background: url(../images/bg-19.jpg) no-repeat;
  background-color: #f3f3f3;
  width: 100%;
  display: inline-block;
}

.section-19 .title {
  text-align: center;
  font-size: 30px;
  color: #2c2c2c;
  line-height: 35px;
  font-family: "MuseoCyrl";
  font-weight: 900;
  margin: 10px auto 30px;
  clear: both;
}

.section-19 .title span {
  background-color: #ffd200;
  padding: 3px 3px;
}

.section-19 .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.section-19 .item {
  background: url(../images/bg-nagrada.png) no-repeat;
  margin: 20px 1%;
  width: 23%;
  padding: 35px;
  background-size: contain;
}

.section-19 .item img {
  width: 100%;
  height: 280px !important;
  object-fit: cover;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-20 {
  padding: 110px 0 140px;
  color: #333333;
  font-family: "MuseoCyrl";
  font-weight: 400;
}

.section-20 .title {
  display: inline-block;
  padding: 3px 3px;
  font-size: 30px;
  font-weight: 900;
  background-color: #ffd200;
  margin-bottom: 68px;
}

.section-20 .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-20 .item {
  display: flex;
  flex-direction: column;
  width: 32%;
  margin-bottom: 70px;
}

.section-20 .item .img-wrapper {
  position: relative;
  height: 240px;
  margin-bottom: 30px;
  object-fit: cover;
}

.section-20 .item .img-wrapper img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.section-20 .info {
  font-size: 20px;
  margin-bottom: 10px;
}

.section-20 .info b {
  font-size: 22px;
  font-weight: 700;
}

.section-20 .quote {
  position: relative;
  padding-left: 20px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
}

.section-20 .quote::after {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  z-index: -1;
  width: 62px;
  height: 44px;
  background-image: url(../images/quotes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-20 .btn-circle {
  position: absolute;
  width: 156px;
  height: 156px;
  top: 50%;
  left: 50%;
  margin-top: -78px;
  margin-left: -78px;
}

.section-20 .btn-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 156px;
  height: 156px;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: spin 5s linear 0s infinite;
  animation: spin 5s linear 0s infinite;
}

.section-20 .btn-circle--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98px;
  height: 98px;
  border-radius: 49px;
  margin-top: -49px;
  margin-left: -49px;
  background-color: #216bc1;
  background-image: -webkit-linear-gradient(left, #4079da 0, #2a55a4 100%);
  background-image: linear-gradient(to right, #4079da 0, #2a55a4 100%);
}
.section-20 .btn-circle--inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -18px;
  margin-left: -10px;
  border: 18px solid transparent;
  border-left: 28px solid #fff;
}

.section-20 .btn {
  margin: 0 auto;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.section-21 {
  padding: 110px 0 140px;
  color: #333333;
  font-family: "MuseoCyrl";
  font-weight: 400;
}

.section-21 .title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 68px;
}
.section-21 .title::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 74px;
  height: 4px;
  margin-left: -37px;
  background-color: #fbc907;
}

.section-21 .title span {
  color: #7133ac;
}

.section-21 .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-21 .item {
  display: flex;
  flex-direction: column;
  width: 32%;
  margin-bottom: 70px;
}

.section-21 .item .img-wrapper {
  position: relative;
  height: 240px;
  margin-bottom: 30px;
  object-fit: cover;
}

.section-21 .item .img-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 70px;
  margin-left: -64px;
  margin-top: -35px;
  background-image: url(../images/play-btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.section-21 .item .img-wrapper img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.section-21 .info {
  font-size: 20px;
  margin-bottom: 10px;
}

.section-21 .info b {
  font-size: 22px;
  font-weight: 700;
}

.section-21 .quote {
  position: relative;
  padding-left: 20px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
}

.section-21 .quote::after {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  z-index: -1;
  width: 62px;
  height: 44px;
  background-image: url(../images/quotes-grey.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-21 .btn {
  margin: 0 auto;
  background: #7133ac;
  color: #fff;
}

button.btn {
  font-family: "MuseoCyrl";
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.52);
  border-radius: 10px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #d90909 0%, #d90909 100%);
  padding: 20px 77px;
  margin: 40px auto;
  display: block;
  clear: both;
  border: 0px;
  cursor: pointer;
}

footer hr {
  height: 5px;
  background-color: #000;
  width: 100%;
  border: 0px;
  margin-top: 0;
}

footer .left-block {
  width: 34%;
  margin-right: 10%;
  float: left;
  color: #999;
}

footer .logo {
  font-family: "MuseoCyrl";
  margin: 60px 0 24px;
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
}

footer .logo span {
  font-weight: 900;
}

footer .left-block p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 45px;
}

footer .right-block {
  width: 56%;
  float: left;
}

footer .right-block .title {
  float: left;
  font-size: 30px;
  font-weight: 900;
  font-family: "MuseoCyrl";
  color: #333;
  max-width: 300px;
  margin: 60px 0 24px;
}

footer button.btn {
  float: left;
  clear: none;
  margin-top: 70px;
}

footer .right-block p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 45px;
  clear: both;
}

footer .footer {
  position: relative;
  background-color: #e9e9e9;
  min-height: 70px;
}

footer .footer .item {
  width: 50%;
  float: left;
  padding: 20px;
  font-size: 14px;
  text-align: center;
}

footer .footer .item a {
  text-decoration: underline;
  color: #216bc1;
}

footer .footer .item a:hover {
  text-decoration: none;
}

#popup__toggle {
  bottom: 7%;
  right: 1%;
  position: fixed;
  z-index: 999;
}
.img-circle {
  background-color: #d90909;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #d90909;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #d90909;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(../images/mini.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
  opacity: 1;
}

.img-circle1 {
  background-color: #ffffff9c;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone1 {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #ffffff9c;
  width: 180px;
  height: 180px;
  bottom: -5px;
  right: 30px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill1 {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #ffffff9c;
  width: 140px;
  height: 140px;
  bottom: 15px;
  right: 50px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle1 {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 120px;
  height: 120px;
  bottom: 25px;
  right: 60px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
}
.img-circleblock1 {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 120px;
  height: 120px;
  background-image: url(../images/treug.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.img-circle1:hover {
  opacity: 1;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

#popup-block {
  display: none;
}

#popup-block .popup-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(33, 33, 33, 0.36);
  z-index: 99999999999999;
  overflow: auto;
  width: 100%;
  height: 100%;
}

#popup-block .block {
  background: #fff;
  max-width: 420px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 60px;
  z-index: 9999999999999999999999999;
}

#popup-block .block .close {
  width: 19px;
  height: 19px;
  background: url(../images/popup-close.png) no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#popup-block .block .close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

#popup-block .name {
  font-size: 27px;
  margin: 0 0 15px 0;
  text-align: center;
  font-weight: 700;
}

#popup-block .desc {
  font-size: 13px;
  color: #666666;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 400;
}

#popup-block input {
  width: 100%;
  border: 0px;
  border-radius: 10px;
  height: 65px;
  margin: 0 0 15px 0;
  padding: 0 40px;
  background: #eeeeee;
  font-size: 18px;
  font-family: "MuseoCyrl";
}

@media screen and (max-width: 1150px) {
  .section-18 .item video {
    width: 300px;
  }

  .section-19 .item {
    width: 31.3333333333%;
  }

  .section-19 .item img {
    height: auto !important;
  }
}

@media screen and (max-width: 1000px) {
  footer .left-block {
    width: 100%;
    margin-right: 0%;
  }

  footer .right-block {
    width: 100%;
    float: left;
  }

  footer .right-block .title {
    margin-top: 0px;
  }

  footer button.btn {
    margin-top: 10px;
  }

  .section-14 .left-block {
    width: 96%;
    margin: 10px 2%;
    text-align: center;
  }

  .section-14 .left-block .photo2 {
    max-height: initial;
    width: auto;
  }

  .section-14 .title {
    padding-top: 50px;
  }

  .section-14 {
    padding: 60px 0;
  }

  .section-18 .item {
    flex-flow: column;
  }

  .section-18 .desk-item {
    background: none;
    max-width: 800px;
    text-align: center;
    padding: 20px;
    margin: auto;
    min-width: auto;
  }

  .section-18 .item video {
    width: auto;
    margin-top: 15px;
    max-width: 100%;
  }

  .section-20 .item {
    width: 49%;
  }
  .section-21 .item {
    width: 49%;
  }
}

@media screen and (max-width: 800px) {
  footer .footer .item {
    width: 100%;
  }

  footer .footer {
    display: inline-block;
    width: 100%;
  }

  .section-3 .item {
    min-height: 390px;
  }

  .section-8 img {
    max-width: 100%;
    margin: 30px auto 0;
  }

  .section-9 input {
    float: none;
    display: block;
    margin: 10px auto;
  }

  .section-16 video {
    max-width: 100%;
    margin: auto;
  }

  .section-16 .right-block {
    width: 100%;
  }

  .section-16 .mini-desk {
    min-height: auto;
    background: none;
  }

  .section-16 .desk-item {
    padding-top: 20px;
  }

  .section-17 .item {
    width: 46%;
  }

  .section-19 .item {
    width: 48%;
    padding: 7%;
  }
}

@media screen and (max-width: 768px) {
  .section-20 .item {
    width: 100%;
  }
  .section-20 .item .img-wrapper {
    height: auto;
  }
  .section-21 .item {
    width: 100%;
  }
  .section-21 .item .img-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .section-12 .item {
    width: 96%;
  }

  .section-12 .item img {
    height: auto !important;
  }
}

@media screen and (max-width: 585px) {
  .mobile-no {
    display: none;
  }

  .section-17 .item {
    width: 96%;
  }
}

@media screen and (max-width: 420px) {
  #popup-block .block {
    padding: 20px;
  }

  #popup-block input {
    height: 45px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 550px) {
  .section-1 {
    min-height: 520px;
  }

  .section-15 {
    padding: 60px 0 60px;
  }
}
html {
  overflow-x: hidden;
}
html.open {
  overflow-y: hidden;
}
body {
  overflow-x: hidden;
}
.header .logo {
  font-size: 25px;
  font-weight: 900;
  color: #000;
  text-decoration: none;
}

.header .logo:hover {
  color: #000;
  text-decoration: none;
}

@media all and (max-width: 400px) {
  .header .logo {
    font-size: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #fff);
  background: -moz-linear-gradient(to bottom, #fff, #fff);
  background: -webkit-linear-gradient(to bottom, #fff, #fff);
  background: -o-linear-gradient(to bottom, #fff, #fff);
  background: -ms-linear-gradient(to bottom, #fff, #fff);
}

.header .site-width {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 90px;
}

.header__list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
}

.header__item {
  margin: 0 10px;
  padding: 10px 0;
}

.header__link {
  color: #000;
  text-decoration: none;
  line-height: 18px;
}
.header__link:hover {
  color: #000;
  text-decoration: none;
}

.header__item:hover .header-drop__wrapper {
  display: block;
}

.header-drop__wrapper {
  position: absolute;
  top: 90%;
  display: none;
  padding: 30px 0 0;
}

.header-drop__list {
  padding: 10px 10px 20px 30px;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #ffffff;
  list-style-type: disc;
  color: #000000;
}
.header-drop__item {
  margin: 10px 0;
}

.header-drop__item:hover {
  color: #000000;
}

.header-drop__item .header__link {
  display: block;
}

.header__phone {
  display: block;
  height: 44px;
  width: 150px;
  font-size: 14px;
  color: #363636;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(29, 29, 29, 0.52);
  background: #eed909;
  background: linear-gradient(to right, #eed909, #e9cd09);
  background: -moz-linear-gradient(to right, #eed909, #e9cd09);
  background: -webkit-linear-gradient(to right, #eed909, #e9cd09);
  background: -o-linear-gradient(to right, #eed909, #e9cd09);
  background: -ms-linear-gradient(to right, #eed909, #e9cd09);
}
.header__phone:hover {
  color: #363636;
  text-decoration: none;
}
.header__btn-wrapper {
  display: flex;
  align-items: center;
}
.header__btn {
  position: relative;
  display: none;
  margin: 0 10px 0 20px;
  width: 32px;
  height: 17px;
  border: none;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
}
.header__btn.open {
  height: 23px;
  border-top: none;
  border-bottom: none;
}
.header__btn.open:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header__btn.open:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header__btn:after,
.header__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}

@-webkit-keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}
@keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}

.menu_fr {
  color: #000;

}

@media screen and (max-width: 1050px) {
  .header {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    font-size: 16px;
  }
  .header nav {
    display: none;
  }

  .header__btn {
    display: block;
  }

  .header nav {
    padding: 20px 0;
    max-width: 290px;
    display: block;
    position: absolute;
    top: 100%;
    right: -300px;
    transition: all, 0.3s;
    width: 100%;
    background: #216bc3;
    box-shadow: -4px 4px 6px rgba(0, 1, 2, 0.25);
  }
  .header nav.open {
    right: 0;
    height: 80vh;
    overflow-y: scroll;
  }

  .header__list {
    flex-direction: column;
    align-items: start;
    padding-bottom: 30px;
  }
  .header__item {
    padding: 10px 0;
  }
  .header-drop__wrapper {
    position: static;
    display: block;
    padding: 0;
  }
  .header-drop__list {
    padding: 0 0 0 20px;
    box-shadow: none;
    background: transparent;
  }
}
.site-width {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

.logo strong {
    background: -webkit-linear-gradient(360deg, #ff8539, #ff4f7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.logo {
    color: #171616;
    font-family: 'MuseoCyrl';
    font-size: 30px;
    font-weight: 900;
}

.header .logo strong {
    background: -webkit-linear-gradient(360deg, #ff8539, #ff4f7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  font-size: 15px;
  color: #d0d0d0;
  display: block;
}

input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background: transparent;
  border: solid 1px #d90909;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0px;
  width: 21px;
  height: 15px;
  background-image: url(../images/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox]:checked + label::before {
  display: block;
}