@font-face {
  font-family: MuseoCyrl500;
  src: url(../fonts/MuseoCyrl500.ttf);
}

@font-face {
  font-family: MuseoCyrl900;
  src: url(../fonts/MuseoCyrl900.otf);
}

@font-face {
  font-family: MuseoCyrl700;
  src: url(../fonts/MuseoCyrl700.otf);
}

/*------------------------------------------------------------*
**  Главная
**------------------------------------------------------------*/

/* CSS Document */

body {
  font-size: 16px;
  line-height: normal;
  color: #272727;
  margin: 0px;
  background: #fff;
  font-family: MuseoCyrl500;
}

a {
  text-decoration: none;
  color: #182d3e;
}

a:hover {
  text-decoration: underline;
  color: #182d3e;
}

.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;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder {
  color: transparent !important;
}

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: MuseoCyrl500;
  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;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto !important;
}

.site-width {
  width: 100%;
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

button {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  background: none;
  border: 0px;
}

.section-1 {
  margin-top: 90px;
  background: url(../images/section1-bg.jpg) no-repeat center center;
  padding: 60px 0 55px 0;
  background-size: cover;
}

.section-1 .header {
  display: flex;
  align-items: center;
  padding: 20px 0 85px 0;
}

.section-1 .logo {
  flex: 1;
}

.section-1 .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}

.section-1 .logo span {
  font-family: MuseoCyrl900;
}

.section-1 .main {
  color: #fff;
  text-align: left;
}

.section-1 .name {
  font-size: 25px;
  margin: 0 0 35px 0;
}

.section-1 .title {
  font-size: 40px;
  font-family: MuseoCyrl700;
  margin: 0 0 35px 0;
  line-height: 55px;
}

.section-1 .mobile-otstup {
  display: none;
}

.section-1 .desc {
  font-size: 25px;
  margin: 0 0 50px 0;
}

.section-1 .main .btn {
  padding: 10px 35px;
  cursor: pointer;
  font-size: 18px;
  color: #272727;
  display: table;
  /* margin: 0 auto; */
  box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.52);
  border-radius: 10px;
  background-image: linear-gradient(to right, #f0dd10 0%, #e8cc09 100%);
}

.section-1 .bottom {
  margin: 40px 0 0 0;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}

.section-1 .bottom .vtb {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}

.section-1 .bottom .vtb img {
  margin: 0 25px 0 0;
}

.section-1 .bottom .info {
  font-size: 15px;
  color: #bbbbbb;
  line-height: 24px;
  margin-left: auto;
    margin-right:inherit;
}

.section-1 .name .mobile {
  display: none;
}

.section-2 {
  background: url(../images/section2-bg.jpg) no-repeat center 0;
  padding: 20px 0 75px 0;
}

.section-2 .title {
  margin: 35px 0;
  text-align: center;
  font-size: 30px;
  color: #272727;
  font-family: MuseoCyrl700;
  background-color: #ffcc00;
  padding: 3px 5px;
  max-width: fit-content;
  margin: 60px auto 15px;
}

.section-2 .desc {
  text-align: center;
  font-size: 20px;
  color: #272727;
}

.section-3 {
  background: url(../images/section3-bg.jpg) no-repeat center 0;
  background-color: #f3f3f3;
  color: #272727;
  background-size: cover;
}

.section-3 .site-width {
  position: relative;
  padding: 85px 0 200px 0;
}

.section-3 .title {
  margin: 0 0 55px 0;
  font-size: 30px;
  font-family: MuseoCyrl700;
  text-align: center;
}

.section-3 .title span {
  background-color: #ffcc00;
  padding: 3px 5px;
}

.section-3 .desc {
  margin: 0 0 65px 0;
  font-size: 20px;
  line-height: 30px;
  max-width: 690px;
}

.section-3 .desc p {
  margin: 0 0 25px 0;
}

.section-3 .block {
  box-shadow: 1px 2px 11px rgba(23, 23, 23, 0.44);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px 10px;
  position: absolute;
  bottom: -105px;
  left: 0px;
  right: 0px;
  max-width: 940px;
  margin: auto;
}

.section-3 .block .name {
  font-size: 20px;
  color: #272727;
  text-align: center;
  line-height: 27px;
  margin: 0 0 20px 0;
}

.section-3 .block form {
  display: flex;
  justify-content: space-between;
  max-width: 675px;
  margin: 0 auto;
}

.section-3 .block input {
  width: 31.333%;
  border: 0px;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  background-color: #eaebec;
  font-size: 18px;
  color: #000;
  text-align: center;
  height: 42px;
}

.section-3 .block button {
  width: 31.333%;
  font-family: MuseoCyrl700;
  font-size: 15px;
  color: #272727;
  cursor: pointer;
  height: 42px;
  box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
  border-radius: 10px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #f0dd10 0%, #e8cc09 100%);
}

.section-4 {
  background: url(../images/section4-bg.jpg) no-repeat center 0;
  background-size: cover;
  padding: 175px 0 70px;
}

.section-4 .title {
  text-align: center;
  margin: 0 0 80px 0;
  font-size: 30px;
  color: #272727;
  font-family: MuseoCyrl700;
}

.section-4 .title span {
  background-color: #ffcc00;
  padding: 3px 5px;
}

.section-4 .block {
  padding: 30px 70px;
  box-shadow: 0px 2px 17px rgba(23, 23, 23, 0.31);
  max-width: 810px;
  border-radius: 10px;
}

.section-4 .block .name {
  font-size: 18px;
  color: #272727;
  text-align: center;
  margin: 0 0 50px 0;
}

.section-4 .block.plus {
  background: #fff url(../images/section4-plus.jpg) no-repeat 10px 10px;
}

.section-4 ul {
  display: flex;
  flex-wrap: wrap;
}

.section-4 li {
  padding: 0 0 0 22px;
  color: #272727;
  font-size: 18px;
  background: url(../images/section4-bullet.png) no-repeat 0 5px;
  margin: 0 0 20px 0;
  width: 50%;
}

.section-4 .block.minus {
  background: #fff url(../images/section4-minus.jpg) no-repeat 10px 10px;
  display: table;
  margin: 35px 0 0 auto;
}

.section-5 {
  background: url(../images/section5-bg.jpg) no-repeat center 0;
  padding: 65px 0 195px 0;
  background-size: cover;
}

.section-5 .site-width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section-5 .col-left {
  width: 40%;
}

.section-5 .col-right {
  width: 42%;
  background: #fff;
  padding: 40px 60px 30px 30px;
}

.section-5 .col-left .info-text {
  color: #fff;
  font-size: 20px;
  margin: 0 0 50px 0;
}

.section-5 .title {
  font-size: 30px;
  color: #fff;
  margin: 0 0 50px 0;
  text-align: center;
}

.section-5 .title span {
  font-family: MuseoCyrl700;
  display: block;
  color: #ffcb00;
}

.section-5 .col-left .item {
  font-size: 20px;
  color: #fff;
  margin: 0 0 30px 0;
}

.section-5 .col-left .item b {
  display: block;
  font-size: 40px;
  color: #ffcb00;
  font-family: MuseoCyrl900;
}

.section-5 .col-left .info {
  font-size: 15px;
  color: #b4b4b4;
}

.section-5 .block {
  margin: 0 0 55px 0;
  position: relative;
}

.section-5 .n {
  font-size: 15px;
  color: #272727;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  display: inline-flex;
  line-height: 20px;
  position: relative;
  align-items: center;
}

.section-5 .n span {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/section5-pod.png) no-repeat right center;
  margin: 0 0 0 15px !important;
  flex-shrink: 0;
  cursor: pointer;
}

.section-5 .n .hover {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  background: #fff;
  box-shadow: 0px 2px 11px rgba(23, 23, 23, 0.44);
  padding: 10px;
  font-size: 14px;
  text-transform: initial;
  line-height: normal;
  width: 250px;
  border-radius: 10px;
}

.section-5 .block .line {
}

.section-5 .range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #006cc9;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.section-5 .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 1px #006cc9 solid;
}

.section-5 .range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

.section-5 .counter {
  border: 0px;
  background: none;
  font-size: 15px;
  color: #272727;
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
}

.section-5 .number1 {
  position: absolute;
  bottom: -20px;
  left: 0px;
  font-size: 15px;
  color: #c2c2c2;
}

.section-5 .number2 {
  position: absolute;
  bottom: -20px;
  right: 0px;
  font-size: 15px;
  color: #c2c2c2;
}

.section-5 .total {
  font-size: 15px;
  color: #5c31a7;
  text-transform: uppercase;
}

.section-5 .total span {
  display: block;
  font-size: 35px;
  color: #272727;
  margin: 5px 0 0 0;
}

.section-6 {
  background: url(../images/section6-bg.jpg) no-repeat center 0;
  padding-bottom: 60px;
}

.section-6 .head {
  box-shadow: 0px 2px 11px rgba(23, 23, 23, 0.44);
  background: #fff;
  font-size: 30px;
  line-height: 43px;
  color: #272727;
  max-width: 940px;
  padding: 50px;
  display: table;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative;
  top: -55px;
  z-index: 1;
  font-family: MuseoCyrl700;
  border-radius: 10px;
}

.section-6 .head span {
  background-color: #ffcc00;
  padding: 3px 5px;
}

.section-6 .flex {
  display: flex;
}

.section-6 .col-left {
  position: relative;
  width: 195px;
}

.section-6 .col-left:before {
  content: "";
  width: 320px;
  height: 339px;
  background: url(../images/section6-bl.png) no-repeat;
  position: absolute;
  bottom: -60px;
  left: 0px;
  z-index: 1;
}

.section-6 .col-right {
  position: relative;
  margin: 0 0 0 68px;
  flex: 1;
  box-shadow: 1px 2px 11px rgba(23, 23, 23, 0.44);
  border-radius: 10px;
  padding: 35px;
  text-align: center;
  background-image: linear-gradient(32deg, #0a1af6 0%, #098ce8 100%);
}

.section-6 .avtor {
}

.section-6 .avtor .photo {
  box-shadow: 0px 2px 11px rgba(23, 23, 23, 0.44);
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  padding: 0px 0 0 0;
}

.section-6 .avtor .name {
  margin: 10px 0;
  font-size: 18px;
  color: #272727;
  font-family: MuseoCyrl700;
}

.section-6 .avtor .desc {
  font-size: 15px;
  color: #272727;
}

.section-6 .title {
  font-size: 25px;
  color: #fff;
  margin: 0 0 40px 0;
}

.section-6 .name {
  font-size: 20px;
  color: #fff;
  margin: 0 0 15px 0;
}

.section-6 .checkbox {
  display: flex;
  margin: 0 0 35px 0;
  justify-content: center;
}

.whatsapp {
  width: 65px;
  height: 42px;
  margin: 0 5px;
  cursor: pointer;
  background: url(../images/section6-wh.png) no-repeat;
}

.email {
  width: 65px;
  height: 42px;
  margin: 0 5px;
  cursor: pointer;
  background: url(../images/section6-mail.png) no-repeat;
}

.telegram {
  width: 65px;
  height: 42px;
  margin: 0 5px;
  cursor: pointer;
  background: url(../images/section6-tl.png) no-repeat;
}

.viber {
  width: 65px;
  height: 42px;
  margin: 0 5px;
  cursor: pointer;
  background: url(../images/section6-viber.png) no-repeat;
}

.section-6 .checkbox input {
  display: none;
}

.section-6 .checkbox label {
  display: block;
  position: relative;
}

.section-6 label > input:checked + span {
  display: block;
  width: 69px;
  height: 46px;
  background: none;
  border: 2px #fd4846 solid;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 99;
  border-radius: 10px;
}

.section-6 input {
  width: 100%;
  max-width: 325px;
  border: 0px;
  background: #eaebec;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) inset;
  font-size: 18px;
  color: #000;
  text-align: center;
  height: 40px;
  display: table;
  margin: 0 auto 10px auto;
}

.section-6 .info {
  margin: 10px 0 30px 0;
  font-size: 15px;
  color: #c9afef;
}

.section-6 button {
  font-family: MuseoCyrl500;
  font-size: 15px;
  color: #272727;
  cursor: pointer;
  padding: 20px;
  box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
  border-radius: 10px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #f0dd10 0%, #e8cc09 100%);
}

.section-6 button span {
  display: block;
  font-family: MuseoCyrl700;
  font-size: 18px;
  margin: 0 0 5px 0;
}

.section-6 .warning {
  margin: 20px 0 0 0;
  font-size: 15px;
  color: #d3cece;
}

.section-6 .warning a {
  font-size: 15px;
  color: #d3cece;
}

.section-7 {
  background: url(../images/section7-bg.jpg) no-repeat center 0;
  background-color: #f3f3f3;
  color: #272727;
  background-size: cover;
  padding: 60px 0 40px;
}

.section-7 .title {
  margin: 0 0 55px 0;
  font-size: 30px;
  font-family: MuseoCyrl700;
  text-align: center;
}

.section-7 .title span {
  background-color: #ffcc00;
  padding: 3px 5px;
}

.section-7 .block {
  margin: 20px auto 50px;
}

.section-7 .block .name {
  font-size: 20px;
  color: #272727;
  text-align: center;
  line-height: 27px;
  margin: 0 0 20px 0;
}

.section-7 .block form {
  display: flex;
  justify-content: space-between;
  max-width: 675px;
  margin: 0 auto;
}

.section-7 .block input {
  width: 31.333%;
  border: 0px;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  background-color: #eaebec;
  font-size: 18px;
  color: #000;
  text-align: center;
  height: 42px;
}

.section-7 .block button {
  width: 31.333%;
  font-family: MuseoCyrl700;
  font-size: 15px;
  color: #272727;
  cursor: pointer;
  height: 42px;
  box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
  border-radius: 10px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #f0dd10 0%, #e8cc09 100%);
}

.section-8 {
  padding: 120px 0 50px 0;
  background: #fff;
  background: url(/images/hero.jpg) center / cover no-repeat;
  /* background-position: 50% 0;
  background-size: cover; */
  height: 980px;
  /* min-height: 700px; */
}

.section-8 .title {
  font-family: MuseoCyrl900;
  font-size: 42px;
  font-weight: 900;
  line-height: 65px;
  margin: 70px auto 0;
  display: block;
  background-color: #ffd200;
  padding: 10px 40px;
  width: fit-content;
  text-align: center;
  color: #3a3a3a;
}

.start {
  padding: 60px 0 40px;
}

.start .title {
  margin: 0 0 35px 0;
  font-size: 30px;
  font-family: MuseoCyrl700;
  text-align: center;
}

.start .title span {
  background-color: #ffcc00;
  padding: 3px 5px;
}

.start .start_title p {
  font-size: 20px;
  margin: 0 0 30px 0;
  text-align: center;
}

.start .start_title p span {
  font-family: MuseoCyrl700;
}

.start_item {
  position: relative;
  margin-top: 60px;
  padding-left: 100px;
  min-height: 74px;
  float: left;
  width: 31.3333%;
  margin: 20px 1% 10px;
}

.start_item__icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
  width: 74px;
  height: 70px;
  background-image: url(../images/start-sprite_icon.png);
  background-repeat: no-repeat;
}
.start_item__icon-num {
  position: absolute;
  top: -8px;
  right: 2px;
  width: 20px;
  height: 20px;
  background-color: #fbc907;
  background-image: -webkit-linear-gradient(left, #f1de10 0%, #e8cb09 100%);
  background-image: linear-gradient(to right, #f1de10 0%, #e8cb09 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-family: MuseoCyrl900;
  text-align: center;
}
.start_item__title {
  color: #333;
  line-height: 1.3;
}
.start_item:nth-child(1) .start_item__icon {
  background-position: 4px 0;
}
.start_item:nth-child(2) .start_item__icon {
  background-position: -92px 0;
}
.start_item:nth-child(3) .start_item__icon {
  background-position: -186px 0;
}
.start_item:nth-child(4) .start_item__icon {
  background-position: -282px 0;
}
.start_item:nth-child(5) .start_item__icon {
  background-position: -384px 0;
}
.start_item:nth-child(6) .start_item__icon {
  background-position: -487px 0;
}
.start_item:nth-child(7) .start_item__icon {
  background-position: -602px 0;
}
.start_item:nth-child(8) .start_item__icon {
  background-position: -704px 0;
}
.start_item:nth-child(9) .start_item__icon {
  background-position: -805px 0;
}
.start_item:nth-child(10) .start_item__icon {
  background-position: -898px 0;
}
.start_item:nth-child(11) .start_item__icon {
  background-position: -997px 0;
}
.start_item:nth-child(12) .start_item__icon {
  background-position: -1082px 0;
}
.start_item:nth-child(13) .start_item__icon {
  background-position: -1171px 0;
}
.start_item:nth-child(14) .start_item__icon {
  background-position: -1263px 0;
}
.start_item:nth-child(15) .start_item__icon {
  background-position: -1356px 0;
}

.start .btn {
  font-family: MuseoCyrl500;
  font-size: 15px;
  color: #272727;
  cursor: pointer;
  padding: 10px 10px;
  box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
  border-radius: 10px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #f0dd10 0%, #e8cc09 100%);
  margin: 40px auto 10px;
  text-align: center;
  max-width: 350px;
}

.footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.footer .head {
  display: flex;
  justify-content: space-between;
}

.footer .head .logo {
  margin: 0 100px 0 0;
}

.footer .head .logo a {
  display: block;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  font-family: MuseoCyrl700;
}

.footer .head .desc {
  font-size: 15px;
  color: #fff;
  margin: 20px 0 0 0;
}

.footer .col {
  margin: 0 90px 0 0;
}

.footer .col .name {
  font-size: 15px;
  color: #fff;
  font-family: MuseoCyrl700;
  margin: 0 0 25px 0;
  padding: 10px 0 0 0;
}

.footer .social {
  display: flex;
}

.footer .viber {
  width: 78px;
  height: 43px;
  text-decoration: none;
  display: block;
  background: url(../images/section6-wh.png) no-repeat;
  margin: 0 13px 0 0;
}

.footer .tl {
  width: 78px;
  height: 43px;
  text-decoration: none;
  display: block;
  background: url(../images/section6-tl.png) no-repeat;
}

.footer .contacts {
}

.footer .contacts .tel {
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  font-family: MuseoCyrl700;
}

.footer .contacts .btn {
  display: table;
  margin: 15px 0 0 0;
  width: 200px;
  padding: 13px;
  font-size: 15px;
  color: #272727;
  box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
  border-radius: 10px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #f0dd10 0%, #e8cc09 100%);
  text-align: center;
  cursor: pointer;
}

.footer .bottom {
  display: flex;
  margin: 45px 0 0 0;
}

.footer .copyright {
  font-size: 15px;
  color: #fff;
  margin: 0 60px 0 0;
}

.footer .menu a {
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
}

.footer .menu a:hover {
  text-decoration: none;
}

.popup-block {
  display: none;
}

.popup-block .popup-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999999999999;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.popup-block .block {
  height: 100%;
  background: #fff;
  background-size: cover;
  width: 100%;
  max-width: 500px;
  padding: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999999;
  transform: translate(-50%, -50%);
  overflow: auto;
}

.popup-block .block .close {
  width: 16px;
  height: 16px;
  background: url(../images/popup-close.png) no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  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 .title {
  text-align: center;
  font-size: 22px;
  margin: 0 0 30px 0;
  line-height: 30px;
  color: #272727;
}

.popup-block .title span {
}

.popup-block form {
  display: block;
}

.popup-block .name {
  font-size: 20px;
  color: #272727;
  margin: 0 0 15px 0;
}

.popup-block .checkbox {
  display: flex;
  margin: 0 0 35px 0;
  justify-content: center;
}

.popup-block .checkbox input {
  display: none;
}

.popup-block .checkbox label {
  display: block;
  position: relative;
}

.popup-block label > input:checked + span {
  display: block;
  width: 69px;
  height: 46px;
  background: none;
  border: 2px #fd4846 solid;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 99;
  border-radius: 10px;
}

.popup-block input {
  width: 100%;
  max-width: 325px;
  border: 0px;
  background: #eaebec;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) inset;
  font-size: 18px;
  color: #000;
  text-align: center;
  height: 40px;
  margin: 0 auto 10px auto;
  display: table;
}

.popup-block .info {
  margin: 10px 0 30px 0;
  font-size: 15px;
  color: #272727;
}

.popup-block form {
  text-align: center;
}

.popup-block button {
  font-family: MuseoCyrl500;
  font-size: 15px;
  color: #272727;
  cursor: pointer;
  padding: 20px;
  box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
  border-radius: 10px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #f0dd10 0%, #e8cc09 100%);
}

.popup-block button span {
  display: block;
  font-family: MuseoCyrl700;
  font-size: 18px;
  margin: 0 0 5px 0;
}

.popup-block .warning {
  margin: 20px 0 0 0;
  font-size: 15px;
  color: #d3cece;
}

.popup-block .warning a {
  font-size: 15px;
  color: #d3cece;
}

.section-2 .mobile {
  display: none;
}

input.mail {
  display: none;
}

@media screen and (max-width: 1000px) {
  .section-6 .avtor .photo {
    max-width: 195px;
    margin: 0 auto;
  }

  .section-1 .header {
    padding: 20px 0;
    display: block;
  }

  .section-1 .logo {
    display: table;
    margin: 0 auto;
  }

  .section-1 .name {
    font-size: 20px;
  }

  .section-1 .title {
    font-size: 26px;
    line-height: normal;
  }
  .section-1 .title span {
    font-size: 18px !important;
    display: block;
  }
  .section-1 .mobile-otstup {
    display: block;
    height: 10px;
  }

  .section-1 br {
    display: none;
  }
  .section-1 br.mobile {
    display: block;
  }

  .section-1 .desc {
    font-size: 20px;
  }

  .section-1 .bottom {
    display: block;
    text-align: center;
  }

  .section-1 .bottom .vtb {
    display: block;
  }

  .section-1 .bottom .vtb img {
    display: table;
    margin: 0 auto 20px auto;
  }

  .section-1 .bottom .info {
    margin: 20px 0 0 0;
  }

  .section-1 .main .btn {
    padding: 10px 15px;
    font-size: 16px;
  }

  .section-2 .video {
    width: 100%;
    height: auto;
    max-width: 500px;
    background-size: contain;
    padding: 0;
    top: auto;
    margin: 0 auto;
    padding: 0px;
  }

  .section-2 .mobile {
    display: block;
  }

  .section-2 .video iframe {
    height: 280px;
  }

  .section-2 .video .play {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin: -25px 0 0 -25px;
  }

  .section-2 {
    padding: 50px 0;
  }

  .section-2 .title {
    font-size: 26px;
  }

  .section-3 .title {
    font-size: 26px;
  }

  .section-3 .desc {
    font-size: 16px;
    line-height: normal;
  }

  .section-3 .block form {
    display: block;
  }

  .section-3 .block input {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .section-3 .block button {
    width: 100%;
  }

  .section-3 .block {
    margin: 0 10px;
  }

  br {
    display: none;
  }

  .section-3 .block .name {
    font-size: 18px;
    line-height: normal;
  }

  .section-4 .title {
    font-size: 26px;
    margin: 0 0 50px 0;
  }

  .section-4 .block {
    padding: 20px 10px;
  }

  .section-4 li {
    padding: 0 10px 0 20px;
    font-size: 13px;
  }

  .section-5 .title {
    font-size: 26px;
  }

  .section-5 .site-width {
    display: block;
  }

  .section-5 .col-left {
    width: 100%;
    text-align: center;
  }

  .section-5 .col-left .info-text {
    font-size: 18px;
    text-align: center;
  }

  .section-5 .col-left .item {
    font-size: 18px;
    margin: 0 0 20px 0;
  }

  .section-5 .col-right {
    width: 100%;
    padding: 30px 20px;
    margin: 30px 0 0 0;
  }

  .section-5 .n {
    font-size: 13px;
    line-height: normal;
  }

  .section-6 .head {
    padding: 20px;
    font-size: 22px;
    line-height: normal;
  }

  .section-6 .flex {
    display: block;
  }

  .section-6 .col-left:before {
    display: none;
  }

  .section-6 .col-left {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }

  .section-6 .col-right {
    margin: 0px;
    padding: 15px;
  }

  .section-6 .title {
    font-size: 20px;
    line-height: normal;
  }

  .section-6 label {
    width: 50px;
    height: 32px;
    background-size: contain;
  }

  .section-6 label > input:checked + span {
    width: 54px;
    height: 36px;
  }

  .section-7 .block {
    margin-top: 10px;
  }

  .section-7 .block form {
    display: block;
  }

  .section-7 .block input {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .section-7 .block button {
    width: 100%;
  }

  .section-7 .block .name {
    font-size: 18px;
    line-height: normal;
  }

  .footer .head {
    display: block;
    text-align: center;
  }

  .footer {
    margin: 0px 0 0 0;
    padding: 50px 0;
  }

  .footer .social {
    display: flex;
    justify-content: center;
  }

  .footer .contacts {
    text-align: center;
    margin: 20px 0 0 0;
  }

  .footer .head .logo,
  .footer .col {
    margin: 0 0 0px 0;
  }

  .footer .contacts .btn {
    margin: 15px auto;
  }

  .footer .bottom {
    margin: 30px 0 0 0px;
    display: block;
    text-align: center;
  }

  .footer .copyright {
    margin: 0 0 20px 0;
    line-height: 24px;
  }

  .footer .copyright br {
    display: block;
  }

  .section-8 {
    padding: 35px 0 120px 0;
  }

  .start_item {
    width: 48%;
  }
}

@media screen and (max-width: 630px) {
  .start_item {
    width: 98%;
  }

  .slider_live .bx-wrapper .bx-controls-direction a {
    width: 48px !important;
    height: 48px !important;
  }
}

@media screen and (max-width: 440px) {
  .section-8 .title {
    font-size: 32px;
    line-height: initial;
  }
}

.slider_live {
  margin-bottom: 100px;
}

.slider_live ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider_live .bx-wrapper {
  width: 920px;
  margin: 0 auto;
  position: relative;
  box-shadow: none;
  background: #f5f5f5;
  border: 5px solid #f5f5f5;
}

.slider_live .bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  height: fit-content;
  max-height: 500px;
  border-radius: 10px;
}
.slider_live #bx-pager {
  margin-top: 20px;
  text-align: center;
}
.slider_live #bx-pager a {
  margin: 0 3px;
}
.slider_live #bx-pager a img {
  padding: 3px;
  width: 160px;
  height: 100px !important;
  object-fit: cover;
  transition: 0.4s ease-in-out;
  border-radius: 10px;
}
.slider_live #bx-pager a.active img {
  border: 1px solid #4079da;
}

.bx-prev,
.bx-next {
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background: white;
  color: #666;
  width: 30px;
  height: 80px;
  text-align: center;
  transition: 0.4s linear;
  z-index: 10;
  cursor: pointer;
}
.slider_live .bx-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.slider_live .bx-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.slider_live .bx-prev:before,
.bx-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 80px;
}
.slider_live .bx-next:before {
  content: "";
}
.slider_live .bx-prev:before {
  content: "\f104";
}

.slider_live .bx-wrapper .bx-controls-direction a.bx-next {
  background: url(../images/prev.png) no-repeat;
  background-color: #fff;
  background-position: 50%;
}

.slider_live .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url(../images/next.png) no-repeat;
  background-color: #fff;
  background-position: 50%;
}

.slider_live .bx-wrapper .bx-controls-direction a {
  width: 78px;
  height: 78px;
  background-color: #fff;
  border: 1px solid rgba(226, 227, 227, 0.57);
  box-shadow: 0 0 27.6px 1.5px transparent;
  margin-top: -39px;
  border-radius: 39px;
  z-index: 3;
}

.slider_live .bx-wrapper .bx-controls-direction a:hover {
  background-color: #f1de10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider_live .bx-wrapper .bx-next {
  right: -44px;
  background-position: -82px -294px;
}

.slider_live .bx-wrapper .bx-prev {
  left: -44px;
  background-position: 30px -294px;
}

@media only screen and (max-width: 1200px) {
  .slider_live .bx-wrapper .bx-next {
    right: -25px;
  }

  .slider_live .bx-wrapper .bx-prev {
    left: -25px;
  }
}
@media only screen and (max-width: 1000px) {
  #bx-pager {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .slider_live .bx-wrapper .bx-next {
    right: 0px;
  }

  .slider_live .bx-wrapper .bx-prev {
    left: 0px;
  }

  .slider_live .bx-wrapper .bx-controls-direction a {
    opacity: 0.5;
  }
}

.slider {
  display: table;
  margin: 0 auto;
  max-width: 1272px;
}

.slick-active {
  height: 360px !important;
  overflow: hidden;
  width: 360px;
  padding: 60px 0;
}

.slick-active * {
  height: 100% !important;
  max-width: none !important;
}

.slick-center {
  width: 552px !important;
  height: 385px !important;
  padding: 0px;
  opacity: 1 !important;
  padding: 0px 0 0 0 !important;
  box-shadow: 1px 2px 11px rgba(23, 23, 23, 0.44);
  border-radius: 10px;
}

.slick-center iframe {
  max-width: none;
  width: 100%;
  height: 100% !important;
  position: relative;
}

.slick-track {
  padding: 50px 0;
}

.slider .slide {
  position: relative;
}

.slick-slide {
  opacity: 0.7;
  position: relative;
}

.slider .slide iframe {
  width: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
}

.slick-center .slide iframe {
  width: 552px !important;
  height: 385px !important;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}

.slick-active + .slick-active + .slick-active iframe {
  right: 0px;
  left: auto;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 9;
  margin: -20px 0 0 0;
  border: 0px;
  background-size: contain !important;
}

.slick-dots {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  font-size: 0px;
  line-height: 0px;
  z-index: 6;
  justify-content: center;
}

.slick-dots button {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  background: #000;
  width: 14px !important;
  height: 14px !important;
  border-radius: 555px;
  font-size: 0px;
  line-height: 0px;
  border: 0px;
}

.slick-dots li {
  margin: 0px 0 0 7px;
}

.slick-dots li.slick-active {
  height: inherit !important;
  overflow: hidden;
  width: inherit !important;
  padding: 0px 0 !important;
}

.slick-dots li.slick-active button {
  border-radius: 555px;
  background: #ffbb00;
}

.slick-slide:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.slick-center:before {
  display: none;
}

@media screen and (max-width: 1000px) {
  .slider .slide iframe {
    width: 100%;
    position: relative;
  }

  .slick-track {
    padding: 0px 0;
  }

  .slick-active {
    padding: 20px 0;
  }

  .slick-slide {
    opacity: 1;
  }

  .slick-prev {
    background: url(7Ei.svg) no-repeat;
    transform: rotate(180deg);
    left: 10px;
  }

  .slick-next {
    right: 10px;
    background: url(7Ei.svg) no-repeat;
  }
}

@media only screen and (max-width: 583px) {
  .section-1 {
    padding-top: 40px;
  }
  .section-1 .name br {
    display: none;
  }
  .section-1 .name br.mobile {
    display: block;
  }
}

.section2__swiper {
  position: relative;
  max-width: 1140px;
  margin: 30px auto 0;
}

.section2-swiper-container {
  overflow: hidden;
}

.section2-swiper-slide {
  height: 444px;
  width: 750px !important;
  border-radius: 10px;
  overflow: hidden;
}

.section2-swiper-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.section2-swiper-button--prev {
  left: -37px;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.section2-swiper-button--next {
  right: -37px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section2-swiper-pagination {
  display: none;
}

.section2__video {
  width: 100%;
  height: 100%;
}

@media (max-width: 1295px) {
  .section2__swiper {
    max-width: 860px;
  }
  .section2-swiper-slide {
    width: 610px !important;
    height: 400px;
  }
}
@media (max-width: 935px) {
  .section2__swiper {
    max-width: 700px;
  }
  .section2-swiper-slide {
    width: 530px !important;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .section2__swiper {
    max-width: 672px;
    width: 92%;
    padding-bottom: 40px;
  }
  .section2-swiper-button {
    top: 50%;
  }
  .section2-swiper-button--prev {
    left: 0;
  }
  .section2-swiper-button--next {
    right: 0;
  }
  .section2-swiper-slide {
    width: 100% !important;
    height: 350px;
  }
  .section2-swiper-pagination {
    display: block;
  }
  .section2-swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .swiper-pagination-bullet {
    background-color: #000;
  }
  .swiper-pagination-bullet-active {
    background-color: #fecf13;
  }
}
@media (max-width: 576px) {
  .section2-swiper-slide {
    height: 300px;
  }
}

.section-7 .warning {
  text-align: center;
  margin: 20px auto 0;
  font-size: 15px;
  color: #d3cece;
  max-width: 600px;
}

.section-7 .warning a {
  font-size: 15px;
  color: #d3cece;
  text-decoration: underline;
}

.section-3 .warning {
  text-align: center;
  margin: 20px auto 0;
  font-size: 15px;
  color: #d3cece;
  max-width: 600px;
}

.section-3 .warning a {
  font-size: 15px;
  color: #d3cece;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .section-3 .site-width {
    padding-bottom: 0;
  }
  .section-3 .block {
    position: relative;
    bottom: -30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-3 .desc {
    margin-bottom: 0;
  }
  .section-4 {
    padding-top: 80px;
  }
}
html {
  overflow-x: hidden;
}
html.open {
  overflow-y: hidden;
}
body {
  overflow-x: hidden;
}
.header .logo {
  font-size: 25px;
  font-family: "MuseoCyrl900";
  color: #ffffff;
  text-decoration: none;
}

.header .logo:hover {
  color: #ffffff;
  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;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #3284e4;
  background: linear-gradient(to bottom, #3284e4, #216bc3);
  background: -moz-linear-gradient(to bottom, #3284e4, #216bc3);
  background: -webkit-linear-gradient(to bottom, #3284e4, #216bc3);
  background: -o-linear-gradient(to bottom, #3284e4, #216bc3);
  background: -ms-linear-gradient(to bottom, #3284e4, #216bc3);
}

.header .site-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}

.header__list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
}

.header__item {
  display: none;
  margin: 0 10px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .header__item {
      display: block; /* Или любой другой стиль для мобильной версии */
  }
}

.header__link {
  color: #fff;
  text-decoration: none;
  line-height: 18px;
}
.header__link:hover {
  color: #eed909;
  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: #216bc3;
  list-style-type: disc;
  color: #fff;
}
.header-drop__item {
  margin: 10px 0;
}

.header-drop__item:hover {
  color: #eed909;
}

.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: rgb(245, 245, 245);
  text-shadow: 0 -1px rgb(0 0 0 / 10%);
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
  font-weight: 700;
}

@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;
}

/* --------------video dibrov---------------------- */
.page2021__section.video-block {
  margin-top: 0px;
}

.page2021__section.video-block .description {
  font-size: 28px;
  margin-top: 20px; 
  text-align: center;
  margin-bottom: 10px;/* Расстояние между заголовком и описанием */
}
@media (max-width: 767.97px) {
.page2021__section.video-block .description {
  font-size: 16px;
  padding: 0px;
  border: 0px;
  list-style: none;
  text-align: center;/* Расстояние между заголовком и описанием */
  margin: 10px;
}
}
.video-block__body {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

/* Video Play Button */
.popup-youtube {
  cursor: pointer;
}

.play-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:hover {
  cursor: pointer;
}

.play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: #ffcc008c;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #ffcc00;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
  position: relative;
  display: block;
  z-index: 3;
  top: 0.375rem;
  left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 1.625rem solid #000;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
  }
}

/* end of video play button */

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*----- main - Dibrov ------*/
.main-img__dibrov {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 32px;
    right: -179px;
}

.scolcovo {
  display: block;
  font-weight: 600;
  max-width: 200px;
  margin-bottom: 60px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.page__parth {
  text-align: center;
  font-size: 35px;
}

.page__parth span {
  text-align: center;
  font-size: 35px;
  background-color: #ffcc00;
  padding: 3px 5px;
}

/* Video Play Buttons */
.popup-youtube {
  cursor: pointer;
}

.play-btns {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btns:hover {
  cursor: pointer;
}

.play-btns:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: #ffffff45;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btns:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #5097ff7d;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btns span {
  position: relative;
  display: block;
  z-index: 3;
  top: 0.375rem;
  left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 1.625rem solid #fff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
  }
}

/* end of video play button */


/*Плитки новые*/
.tools {
  padding-top: 112px;
  padding-bottom: 94px;
  background-image: url(../images/bg/wall.png);
}
.tools h2 em {
  padding-left: 6px;
  padding-right: 12px;
  margin-left: -6px;
}
.tools__list {
  margin-top: 78px;
}
.tool {
  width: 23.56%;
  text-align: center;
  margin-right: 1.07%;
  color: #ffffff;
}
.tool:nth-child(8n) {
  margin-right: 0;
}
.tool__icon {
  border-radius: 20px;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1px 9px 1px rgba(22, 21, 21, 0.57);
  height: 148px;
}
.tool__title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
  cursor: pointer;
}
.tools__bottom {
  padding-top: 42px;
  border-top: 1px solid #ffffff;
  margin-top: 65px;
  padding-right: 62px;
}
.advantages {
  max-width: 790px;
  width: 100%;
  color: #ffffff;
}
.advantage__icon {
  height: 35px;
  position: relative;
}
.advantage__icon .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.advantage__title {
  margin-top: 21px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.advantage__desc {
  margin-top: 16px;
  font-size: 18px;
  color: #edecec;
  line-height: 1.2;
}
.tools__btn {
  position: relative;
  top: -8px;
}

.flex-container {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.pos-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*Плитки новые*/

.section-smi {
  padding: 60px 0 100px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
 .section-8 {
    padding: 120px 0 50px 0;
    background: #fff;
    background: url(/images/hero.jpg) center / cover no-repeat;
    height: 700px;
    /* min-height: 700px; */
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .section-8 {
    padding: 120px 0 50px 0;
    background: #fff;
    background: url(/images/hero.jpg) center / cover no-repeat;
    height: 520px;
    /* min-height: 700px; */
  }
  .main-img__dibrov {
    position: relative;
    width: 60%;
    height: 100%;
    top: 30px;
    right: -135px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .section-8 {
    padding: 120px 0 50px 0;
    background: #fff;
    background: url(/images/hero.jpg) center / cover no-repeat;
    height: 330px;
    /* min-height: 700px; */
  }

  .section-1 .main .btn {
    padding: 14px 15px;
    font-size: 16px;
    text-align: center;
    margin: 30px;
  }
  .main-img__dibrov {
    position: relative;
    width: 60%;
    height: 100%;
    top: 30px;
    right: -135px;
  }
  .section-1 .main {
    color: #fff;
    text-align: center;
  }

  .scolcovo {
    display: block;
    font-weight: 600;
    max-width: 200px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    /* position: absolute; */
    position: relative;
    margin: 0px 0 0 90px;
    margin: auto;
}
  
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .section-8 {
    padding: 120px 0 50px 0;
    background: #fff;
    background: url(/images/hero.jpg) center / cover no-repeat;
    height: 270px;
    /* min-height: 700px; */
  }

  .section-1 .main .btn {
    padding: 14px 15px;
    font-size: 16px;
    text-align: center;
    margin: 30px;
  }
  .main-img__dibrov {
    position: relative;
    width: 75%;
    height: 100%;
    top: 30px;
    right: 0px;
  }
  .section-1 .main {
    color: #fff;
    text-align: center;
  }

  .scolcovo {
    display: block;
    font-weight: 600;
    max-width: 200px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    /* position: absolute; */
    position: relative;
    margin: 0px 0 0 90px;
    margin: auto;
   }
  .text480 {
    color: #ffcc00;
  }
  .section-3 .desc {
    margin-bottom: 0;
    text-align: center;
  }
  .section-3 .title span {
    background: none ;
    padding: 3px 5px;
  }

  .section-6 .head {
    padding: 20px;
    font-size: 22px;
    line-height: normal;
    top: -25px;
  }

  .tool {
    width: 47.56%;
    text-align: center;
    margin-right: 2.35%;
    color: #ffffff;
  }

  .tool__icon {
    border-radius: 20px;
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 9px 1px rgba(22, 21, 21, 0.57);
    height: 115px;
  }
}

