@font-face {
  font-family: 'Involve';
  src: url('../fonts/Involve-Regular.ttf');
}
@font-face {
  font-family: 'Involve-SemiBold';
  src: url('../fonts/Involve-SemiBold.ttf');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-family: 'Involve';
}
.med {
  font-weight: 500;
}
.sb {
  font-family: 'Involve-SemiBold';
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #323c3d;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #f5f4f0;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Involve';
  font-size: 14px;
  color: #323c3d;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #323c3d;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Involve';
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1352px;
  }
}
.header {
  padding: 20px 0 40px;
}
.header nav {
  text-align: right;
}
.header nav .contacts {
  margin-bottom: 10px;
}
.header nav .contacts .phone {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 12px;
  color: #837e82;
  font-weight: 600;
}
.header nav .contacts .social {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.header nav .contacts .social a {
  display: inline-block;
}
.header nav .contacts .social a:not(:last-child) {
  margin-right: 4px;
}
.header nav ul {
  display: inline-block;
  vertical-align: middle;
  height: 53px;
  line-height: 53px;
  margin-right: 8px;
  border-radius: 8px;
  background: #ecebe7;
  padding: 0 26px;
}
.header nav ul li {
  display: inline-block;
}
.header nav ul li:not(:last-child) {
  margin-right: 40px;
}
.header nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
}
.header nav ul li a.active {
  color: #7fb5b5;
  text-decoration: underline;
}
.header nav button {
  display: inline-block;
  vertical-align: middle;
  width: 376px;
  height: 53px;
  border-radius: 8px;
  background: #323c3d;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.header .menu-button {
  width: 50px;
  background: url('../img/menu-button.svg') no-repeat center;
  display: none;
}
.popup {
  border-radius: 30px;
  backdrop-filter: blur(30px);
  background: #ecebe7 !important;
  padding: 60px!important;
}
.popup p {
  margin-bottom: 10px;
  line-height: 140%;
}
.popup input[type='text'] {
  width: 100%;
  height: 52px;
  margin-bottom: 30px;
  border-radius: 8px;
  backdrop-filter: blur(30px);
  background: #f5f4f0;
  padding: 0 30px;
  font-size: 18px;
}
.popup textarea {
  width: 100%;
  height: 104px;
  margin-bottom: 30px;
  border-radius: 8px;
  backdrop-filter: blur(30px);
  background: #f5f4f0;
  padding: 24px 30px;
  font-size: 18px;
}
.popup .button {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  background: #7fb5b5;
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.popup .bottom-text {
  text-align: center;
  color: #837e82;
  font-size: 12px;
  line-height: 120%;
}
.popup .thanks {
  text-align: center;
  font-family: 'Involve-SemiBold';
  font-size: 18px;
  line-height: 24px;
}
.index-first-block {
  padding-bottom: 60px;
}
.index-first-block .text {
  display: table-cell;
  vertical-align: middle;
  vertical-align: bottom;
}
.index-first-block .text h2 {
  font-family: 'Involve-SemiBold';
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 100%;
}
.index-first-block .text p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 120%;
}
.index-first-block .text button {
  margin-top: 20px;
  width: 100%;
  height: 110px;
  border-radius: 16px;
  background: #7fb5b5;
  font-size: 20px;
  color: #fff;
  font-family: 'Involve-SemiBold';
}
.index-first-block .text button span {
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 12px;
  background: url('../img/arrow.svg');
  margin: -2px 0 0 6px;
}
.index-first-block .image {
  display: table-cell;
  vertical-align: middle;
}
.index-first-block .image img {
  width: 656px;
  max-width: 656px;
  height: 656px;
  object-fit: cover;
  margin-left: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.marafon-block {
  border-radius: 30px;
  background: #ecebe7;
  padding: 100px 0;
  text-align: center;
}
.marafon-block h2 {
  margin-bottom: 40px;
  font-size: 60px;
  font-family: 'Involve-SemiBold';
  line-height: 100%;
}
.marafon-block h2 span {
  color: #7fb5b5;
}
.marafon-block .list {
  position: relative;
  height: 490px;
  margin: 0 26px;
}
.marafon-block .list .item {
  position: absolute;
  width: 350px;
  height: 350px;
  border: 2px solid #f5f4f0;
  border-radius: 16px;
  color: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  filter: grayscale(100%);
}
.marafon-block .list .item:hover {
  filter: none;
}
.marafon-block .list .item.i1 {
  left: 0;
  top: 8px;
  transform: rotate(-8deg);
}
.marafon-block .list .item.i2 {
  top: 105px;
  left: 25%;
  transform: rotate(9deg);
}
.marafon-block .list .item.i3 {
  top: 0;
  left: 50%;
  transform: rotate(-3deg);
}
.marafon-block .list .item.i4 {
  right: 0;
  bottom: 0;
  transform: rotate(6deg);
}
.marafon-block .list .item .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
.marafon-block .list .item .text .number {
  margin-bottom: 50px;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.marafon-block .list .item .text p {
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
}
.subscribe-block {
  text-align: center;
  padding: 70px 0;
  color: #fff;
  border-radius: 30px;
  background: #323c3d;
}
.subscribe-block h2 {
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
  padding: 0 15%;
}
.subscribe-block a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  padding: 21px 60px;
  border-radius: 8px;
  background: #7fb5b5;
}
.subscribe-block a span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url('../img/tg.svg');
  margin-left: 10px;
}
.article {
  padding: 100px 0 90px;
}
.article.inner {
  padding-top: 60px;
}
.article h2 {
  text-align: center;
  font-family: 'Involve-SemiBold';
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 100%;
}
.article h3 {
  text-align: center;
  margin-bottom: 36px;
  font-size: 44px;
  font-family: 'Involve-SemiBold';
  line-height: 100%;
}
.article p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 140%;
}
.index-advantages-block {
  padding-bottom: 104px;
}
.index-advantages-block h2 {
  font-size: 60px;
  font-family: 'Involve-SemiBold';
  line-height: 100%;
}
.index-advantages-block .item {
  border-radius: 16px;
  padding: 36px;
  height: 100%;
  color: #fff;
}
.index-advantages-block .item.color1 {
  background: #ecebe7;
  color: #323c3d;
}
.index-advantages-block .item.color2 {
  background: #7fb5b5;
}
.index-advantages-block .item.color3 {
  background: #d4a032;
}
.index-advantages-block .item.color4 {
  background: #505a5b;
}
.index-advantages-block .item h3 {
  margin-bottom: 26px;
  font-size: 26px;
  font-family: 'Involve-SemiBold';
  line-height: 100%;
  display: table;
  width: 100%;
}
.index-advantages-block .item h3 span {
  display: table-cell;
  vertical-align: middle;
  vertical-align: top;
}
.index-advantages-block .item h3 span img {
  width: 52px;
  max-width: 52px;
  margin-left: 10px;
}
.index-advantages-block .item p {
  font-size: 18px;
  line-height: 140%;
}
.footer {
  border-radius: 30px 30px 0px 0px;
  background: #ecebe7;
  padding: 60px 0;
}
.footer nav {
  text-align: right;
}
.footer nav .contacts {
  margin-bottom: 40px;
}
.footer nav .contacts .phone {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 30px;
  font-size: 26px;
  font-family: 'Involve-SemiBold';
  line-height: 100%;
}
.footer nav .contacts .social {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.footer nav .contacts .social a {
  display: inline-block;
}
.footer nav .contacts .social a:not(:last-child) {
  margin-right: 6px;
}
.footer nav ul li {
  display: inline-block;
}
.footer nav ul li:not(:last-child) {
  margin-right: 40px;
}
.footer nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 140%;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  background: #fcf9f7;
  padding: 40px 0;
  display: none;
}
.mobile-menu .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url('../img/close.svg');
}
.mobile-menu ul {
  padding-bottom: 10px;
}
.mobile-menu ul li {
  margin-bottom: 40px;
}
.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 140%;
}
.mobile-menu .contacts {
  margin-bottom: 26px;
}
.mobile-menu .contacts .phone {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 26px;
  font-family: 'Involve-SemiBold';
  line-height: 100%;
}
.mobile-menu .contacts .social {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.mobile-menu .contacts .social a {
  display: inline-block;
}
.mobile-menu .contacts .social a:not(:last-child) {
  margin-right: 6px;
}
.mobile-menu button {
  width: 100%;
  height: 53px;
  border-radius: 8px;
  background: #323c3d;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.navi {
  font-size: 16px;
  line-height: 140%;
}
.navi a {
  text-decoration: none;
}
.navi span {
  color: #7fb5b5;
}
.speakers-block {
  background: #ecebe7;
  padding: 100px 0;
}
.speakers-block.other {
  background: none;
  padding-top: 60px;
}
.speakers-block h2 {
  margin-bottom: 40px;
  font-size: 60px;
  font-family: 'Involve-SemiBold';
  line-height: 100%;
}
.speakers-block p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 140%;
}
.speakers-block .list .item {
  width: 350px;
  height: 350px;
  border: 2px solid #ecebe7;
  border-radius: 16px;
}
.speakers-block .list .item:nth-child(1) {
  transform: rotate(4deg);
  float: right;
  margin: 0 70px -150px 0;
}
.speakers-block .list .item:nth-child(2) {
  transform: rotate(-6deg);
  clear: both;
  margin-left: 95px;
}
.speakers-block .list .item:nth-child(3) {
  transform: rotate(8.17deg);
  float: right;
  margin: -205px 0 0 0;
}
.speakers-block .list .clear {
  clear: both;
}
.prices-block {
  padding: 100px 0 84px;
  border-radius: 30px;
  background: #323c3d;
  color: #fff;
}
.prices-block h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 100%;
  font-family: 'Involve-SemiBold';
}
.prices-block .list {
  margin-left: -8px;
  margin-right: -8px;
}
.prices-block .list .col-lg-4 {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.prices-block .list .item {
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(90px);
  position: relative;
  padding-bottom: 113px;
  height: 100%;
}
.prices-block .list .item.color1 {
  background: #7fb5b5;
}
.prices-block .list .item.color2 {
  background: #e0ac3e;
}
.prices-block .list .item .image {
  padding-bottom: 65%;
  position: relative;
}
.prices-block .list .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prices-block .list .item .info {
  padding: 30px 30px 0 30px;
}
.prices-block .list .item .info h3 {
  margin-bottom: 20px;
  font-family: 'Involve-SemiBold';
  font-size: 26px;
  line-height: 100%;
}
.prices-block .list .item .info p {
  font-size: 16px;
  line-height: 140%;
}
.prices-block .list .item .info button {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  height: 53px;
  border-radius: 8px;
  background: #323c3d;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.reviews-block {
  background: #ecebe7;
  padding: 120px 0;
}
.reviews-block h2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Involve-SemiBold';
  font-size: 60px;
  line-height: 100%;
}
.reviews-block .list .swiper-wrapper {
  display: flex;
}
.reviews-block .list .item {
  border-radius: 16px;
  background: #f5f4f0;
  height: auto;
  padding: 30px 30px 20px 30px;
}
.reviews-block .list .item .author {
  margin-bottom: 10px;
  font-family: 'Involve-SemiBold';
  font-size: 26px;
  line-height: 100%;
}
.reviews-block .list .item .date {
  margin-bottom: 30px;
  color: #837e82;
  font-size: 16px;
  line-height: 140%;
}
.reviews-block .list .item p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
}
.reviews-block .slider {
  position: relative;
}
.reviews-block .slider .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 3;
  opacity: 0.2;
}
.reviews-block .slider .slider-nav.prev {
  left: -25px;
  background: url('../img/prev.svg') center / cover;
}
.reviews-block .slider .slider-nav.next {
  right: -25px;
  background: url('../img/next.svg') center / cover;
}
.events-page {
  padding: 60px 0 84px;
}
.events-page .list {
  margin-left: -8px;
  margin-right: -8px;
}
.events-page .list .col-lg-4 {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.events-page .list .item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  background: #ecebe7;
  position: relative;
  padding-bottom: 113px;
}
.events-page .list .item .image {
  padding-bottom: 65%;
  position: relative;
}
.events-page .list .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-page .list .item .info {
  padding: 30px 30px 0 30px;
}
.events-page .list .item .info h3 {
  margin-bottom: 20px;
  font-family: 'Involve-SemiBold';
  font-size: 26px;
  line-height: 100%;
}
.events-page .list .item .info p {
  font-size: 16px;
  line-height: 140%;
}
.events-page .list .item .info button {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  height: 53px;
  border-radius: 8px;
  background: #323c3d;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.events-page .list .item .info .link {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  text-decoration: none;
  text-align: center;
  line-height: 53px;
  border-radius: 8px;
  background: #323c3d;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .header nav button {
    width: 260px;
  }
  .header nav ul li:not(:last-child) {
    margin-right: 20px;
  }
  .index-first-block .text h2 {
    font-size: 50px;
  }
  .index-first-block .image img {
    max-width: 600px;
    width: 600px;
    height: 600px;
  }
  .marafon-block .list .item {
    width: 300px;
    height: 300px;
  }
  .marafon-block .list .item .text p {
    font-size: 23px;
  }
  .marafon-block .list .item .text .number {
    margin-bottom: 30px;
  }
  .subscribe-block h2 {
    padding: 0;
  }
  .index-advantages-block h2 {
    font-size: 50px;
  }
  .index-advantages-block .item {
    padding: 30px;
  }
  .index-advantages-block .item h3 {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  .header nav ul li a {
    font-size: 16px;
  }
  .header nav ul {
    padding: 0 16px;
  }
  .header nav button {
    font-size: 16px;
    width: 220px;
  }
  .header nav ul li:not(:last-child) {
    margin-right: 15px;
  }
  .index-first-block .image img {
    max-width: 540px;
    width: 540px;
    height: 540px;
  }
  .index-first-block .text h2 {
    font-size: 44px;
  }
  .index-first-block .text p {
    font-size: 18px;
  }
  .footer {
    text-align: center;
  }
  .footer .logo {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer nav {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 10px 0 20px;
  }
  .header .logo {
    width: 205px;
  }
  .header nav {
    display: none;
  }
  .header .menu-button {
    display: block;
  }
  .mobile-menu.opened {
    display: block;
  }
  .index-first-block .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .index-first-block .container .image {
    display: block;
    width: 100%;
    order: 1;
  }
  .index-first-block .container .text {
    display: block;
    width: 100%;
    order: 2;
  }
  .index-first-block .image img {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
    height: auto;
  }
  .marafon-block .list {
    height: auto;
  }
  .marafon-block .list .item {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 auto -50px auto;
  }
  .marafon-block .list .item.i4 {
    margin: 0 auto;
  }
  .footer nav .contacts .phone {
    display: block;
    margin: 0 0 20px 0;
  }
  .speakers-block .row .col-lg-5 {
    order: 2;
  }
  .speakers-block .row .col-lg-7 {
    order: 1;
  }
  .speakers-block .list {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .speakers-block .list .item:nth-child(1) {
    margin-bottom: -60px;
  }
  .speakers-block .list .item:nth-child(3) {
    margin-top: -60px;
  }
}
@media (max-width: 575px) {
  .popup {
    padding: 40px 15px!important;
    border-radius: 16px;
  }
  .index-first-block .text h2 {
    margin-bottom: 30px;
  }
  .index-first-block .text p {
    margin-bottom: 10px;
  }
  .marafon-block {
    padding: 60px 0;
  }
  .marafon-block h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .subscribe-block {
    padding: 60px 0;
  }
  .subscribe-block h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .subscribe-block a {
    font-size: 23px;
  }
  .article {
    padding: 80px 0 70px;
  }
  .article h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .index-advantages-block h2 {
    text-align: center;
    font-size: 40px;
  }
  .index-advantages-block {
    padding-bottom: 60px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer nav ul {
    width: 100%;
    order: 1;
  }
  .footer nav .contacts {
    width: 100%;
    order: 2;
    margin-bottom: 0;
  }
  .footer nav ul {
    margin-bottom: 50px;
  }
  .footer nav ul li {
    display: block;
  }
  .footer nav ul li:not(:last-child) {
    margin: 0 0 40px 0;
  }
  .article.inner {
    padding-top: 40px;
  }
  .speakers-block {
    padding: 60px 0 70px;
  }
  .speakers-block .list .item {
    width: 300px;
    height: 300px;
    margin: 0 auto -50px auto !important;
  }
  .speakers-block .list {
    padding-bottom: 100px;
  }
  .speakers-block h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
  }
  .prices-block {
    padding: 60px 0 44px;
  }
  .prices-block h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .reviews-block {
    padding: 80px 0;
  }
  .reviews-block h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .reviews-block .slider {
    padding-bottom: 62px;
  }
  .reviews-block .slider .slider-nav {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 46px;
    height: 46px;
    bottom: 0;
  }
  .reviews-block .slider .slider-nav.prev {
    left: 0;
  }
  .reviews-block .slider .slider-nav.next {
    right: 0;
  }
  .events-page {
    padding: 40px 0 64px;
  }
  .article h3 {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
