@charset "UTF-8";
@font-face {
  font-family: "Red Rose";
  src: url(../css/fonts/RedRose/RedRose-Bold.ttf) format("truetype");
  font-weight: 700
}

@font-face {
  font-family: Montserrat;
  src: url(../css/fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Montserrat;
  src: url(../css/fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Montserrat;
  src: url(../css/fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  padding: 0;
  margin: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, iframe, img {
  border: 0
}

nav, ul {
  list-style: none
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: 0 !important
}

textarea {
  resize: none
}

body, html {
  height: 100%;
  min-height: 100%
}

body {
  min-width: 320px;
  color: #62647d;
  margin: 0;
  overflow-x: hidden
}

section {
  max-width: 100%
}

a {
  color: #62647d;
  text-decoration: none
}

a:active, a:focus, a:hover {
  text-decoration: none;
  color: #62647d;
  transition: all .5s ease
}

a img {
  border: none
}

img {
  max-width: 100%;
  display: block;
  border-style: none
}

noscript div {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 77777;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border: 3px solid #eb5757;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #707070
}

noscript div a {
  text-decoration: underline;
  color: #2f80ed
}

input, select, textarea {
  vertical-align: middle;
  color: #62647d
}

fieldset, form {
  margin: 0;
  padding: 0;
  border-style: none
}

input[type=email], input[type=file], input[type=password], input[type=submit], input[type=tel], input[type=text], select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}

input[type=email] {
  box-shadow: none;
  -webkit-box-shadow: none
}

input[type=image] {
  padding: 0;
  border: none
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type=button], input[type=submit] {
  cursor: pointer
}

input[type=button]:focus, input[type=submit]:focus {
  outline: 0;
  border: none;
  box-shadow: none
}

button:focus {
  outline: 0;
  border: none;
  box-shadow: none
}

button {
  cursor: pointer
}

p {
  max-width: 100%;
  margin: 0 0 10px
}

b, em, h1, h2, h3, h4, h5, h6, i, label, p, span, strong {
  max-width: 100%;
  word-wrap: break-word
}

div {
  word-wrap: break-word
}

@font-face {
  font-family: Icons;
  src: url(fonts/Icons.eot);
  src: url(fonts/Icons.eot?#iefix) format("eot"), url(fonts/Icons.woff) format("woff"), url(fonts/Icons.ttf) format("truetype"), url(fonts/Icons.svg#Icons) format("svg")
}

.icon-arr-left:before, .icon-arr-right:before, .icon-arr:before, .icon-arrow:before, .icon-calendar:before, .icon-clock:before, .icon-digital:before, .icon-eye:before, .icon-facebook:before, .icon-insta:before, .icon-linkedin:before, .icon-rebooting:before, .icon-rethinking:before, .icon-search:before, .icon-sustainability:before, .icon-trade:before, .icon-twitter:before, .icon-user:before, .icon-youtube:before, .icon-youtubeBig:before {
  font-family: Icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none
}

.icon-arr-left:before {
  content: ""
}

.icon-arr-right:before {
  content: ""
}

.icon-arr:before {
  content: ""
}

.icon-arrow:before {
  content: ""
}

.icon-calendar:before {
  content: ""
}

.icon-clock:before {
  content: ""
}

.icon-digital:before {
  content: ""
}

.icon-eye:before {
  content: ""
}

.icon-facebook:before {
  content: ""
}

.icon-insta:before {
  content: ""
}

.icon-linkedin:before {
  content: ""
}

.icon-rebooting:before {
  content: ""
}

.icon-rethinking:before {
  content: ""
}

.icon-search:before {
  content: ""
}

.icon-sustainability:before {
  content: ""
}

.icon-trade:before {
  content: ""
}

.icon-twitter:before {
  content: ""
}

.icon-user:before {
  content: ""
}

.icon-youtube:before {
  content: ""
}

.icon-youtubeBig:before {
  content: ""
}

.icon {
  line-height: 1;
  display: inline-block;
  font-size: inherit
}

.icon:before {
  display: inline-block
}

.container {
  width: 1294px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px
}

body {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #64637a;
  background: #fff;
  min-width: 320px
}

.no-scroll {
  overflow: hidden
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 53, 53, .7)
}

.main {
  min-width: 320px;
  width: 100%;
  flex: 1 0 auto;
  position: relative
}

* {
  box-sizing: border-box
}

p {
  font-size: 18px;
  line-height: 160%;
  color: #2d2c40;
  font-weight: 400
}

@media only screen and (max-width: 414px) {
  p {
    font-size: 16px;
    line-height: 24px
  }
}

.title-h1, h1 {
  font-size: 120px;
  line-height: 132px;
  letter-spacing: -2.5px;
  font-family: "Red Rose", cursive;
  font-weight: 700
}

@media only screen and (max-width: 1200px) {
  .title-h1, h1 {
    font-size: 100px
  }
}

@media only screen and (max-width: 1024px) {
  .title-h1, h1 {
    font-size: 80px;
    line-height: 100px
  }
}

@media only screen and (max-width: 767px) {
  .title-h1, h1 {
    font-size: 56px;
    line-height: 56px
  }
}

.title-h2, h2 {
  font-size: 40px;
  line-height: 44px;
  color: #2d2c40;
  font-family: "Red Rose", cursive;
  font-weight: 700
}

@media only screen and (max-width: 480px) {
  .title-h2, h2 {
    font-size: 28px;
    line-height: 100%
  }
}

.title-h3, h3 {
  font-size: 32px;
  line-height: 36px;
  font-family: "Red Rose", cursive;
  font-weight: 700
}

@media only screen and (max-width: 768px) {
  .title-h3, h3 {
    font-size: 28px;
    line-height: 32px
  }
}

@media only screen and (max-width: 414px) {
  .title-h3, h3 {
    font-size: 24px;
    line-height: 120%
  }
}

.title-h4, h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Red Rose", cursive;
  font-weight: 700
}

.title-h5, h5 {
  font-family: "Red Rose", cursive;
  font-weight: 700;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px
}

@media only screen and (max-width: 414px) {
  .title-h5, h5 {
    font-size: 18px;
    line-height: 21px
  }
}

.title-h6, h6 {
  font-size: 12px;
  line-height: 16px;
  font-family: "Red Rose", cursive;
  font-weight: 700
}

.title-main {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  font-family: "Red Rose", cursive;
  font-weight: 700;
  color: #e41e20
}

@media only screen and (max-width: 414px) {
  .title-main {
    font-size: 36px;
    line-height: 100%
  }
}

.subtitle {
  font-size: 16px;
  line-height: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

.caption {
  font-size: 12px;
  line-height: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400
}

button {
  background-color: transparent;
  border: none;
  outline: 0
}

.btn {
  font-size: 14px;
  padding: 10px 40px;
  letter-spacing: 2px;
  display: inline-block;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .5s ease
}

.btn-red {
  background-color: #e41e20;
  color: #fff;
  border: 1px solid #e41e20;
  transition: all .5s ease
}

.btn-red:active, .btn-red:focus, .btn-red:hover {
  color: #e41e20;
  border: 1px solid #e41e20;
  background: #fff
}

.btn-white {
  background-color: #fff;
  color: #2d2c40;
  transition: all .5s ease;
  border: 1px solid #e41e20
}

.btn-white:active, .btn-white:focus, .btn-white:hover {
  color: #e41e20;
  border: 1px solid #2d2c40
}

.btn-gray {
  background-color: #fff;
  color: #2d2c40;
  transition: all .5s ease;
  border: 1px solid #a8a6b7;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: normal;
  text-align: center
}

.btn-gray:active, .btn-gray:focus, .btn-gray:hover {
  color: #e41e20;
  border: 1px solid #e41e20
}

::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-track {
  background: #f3f2ff
}

::-webkit-scrollbar-thumb {
  background: #e41e20;
  border-radius: 10px
}

.flex-wrap {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.title-pages {
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -2px;
  color: #fff;
  font-family: "Red Rose", cursive
}

@media only screen and (max-width: 768px) {
  .title-pages {
    font-size: 60px;
    line-height: 60px
  }
}

@media only screen and (max-width: 414px) {
  .title-pages {
    font-size: 36px;
    line-height: 100%
  }
}

.input-container {
  position: relative;
  margin-bottom: 14px
}

.req {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #2d2c40;
  display: inline-block
}

.link-style {
  color: #e41e20;
  text-decoration: underline;
  transition: all .5s ease
}

.title-block {
  background: #de3234;
  position: relative;
  padding: 48px 0;
  z-index: 9999
}

@media only screen and (max-width: 768px) {
  .title-block {
    padding: 32px 0
  }
}

.title-block-white {
  background: #fff
}

.title-block-white .breadcrumbs .icon, .title-block-white .breadcrumbs__item, .title-block-white .breadcrumbs__item a, .title-block-white .title-pages {
  color: #e41e20
}

.error input, .error textarea {
  border: 1px solid #de3618;
  transition: all .3s ease
}

.text-error {
  position: absolute;
  right: 0;
  bottom: -15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #de3618;
  opacity: 0
}

.input-container {
  position: relative
}

.icon-error {
  position: absolute;
  right: 13px;
  top: 32px;
  color: #de3618;
  opacity: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #de3618;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center
}

.error .text-error {
  opacity: 1
}

.error .icon-error {
  opacity: 1
}

.icon-eye {
  position: absolute;
  right: 11px;
  top: 36px;
  color: #2d2c40;
  cursor: pointer
}

::-webkit-input-placeholder {
  color: #64637a;
  font-family: Montserrat, sans-serif
}

::-moz-placeholder {
  color: #64637a;
  font-family: Montserrat, sans-serif
}

:-ms-input-placeholder {
  color: #64637a;
  font-family: Montserrat, sans-serif
}

:-moz-placeholder {
  color: #64637a;
  font-family: Montserrat, sans-serif
}

.input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity .3s ease;
  color: #64637a
}

.input::-moz-placeholder {
  opacity: 1;
  transition: opacity .3s ease;
  color: #64637a
}

.input:-moz-placeholder {
  opacity: 1;
  transition: opacity .3s ease;
  color: #64637a
}

.input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity .3s ease;
  color: #64637a
}

.input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity .3s ease;
  color: #64637a
}

.input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity .3s ease;
  color: #64637a
}

.input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity .3s ease;
  color: #64637a
}

.input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity .3s ease
}

input, select, textarea {
  margin: 0;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #2d2c40;
  padding: 12px 46px 12px 16px;
  border: 1px solid #a8a6b7;
  caret-color: #e41e20
}

input[type=email], input[type=file], input[type=password], input[type=submit], input[type=tel], input[type=text], select, textarea {
  appearance: none
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none
}

.color-1 {
  background: #f6f3fc;
  border-left: 4px solid #673ab7
}

.color-2 {
  background: #f0fcff;
  border-left: 4px solid #06b0d7
}

.color-3 {
  background: #ecfcfb;
  border-left: 4px solid #009688
}

.color-4 {
  background: #fff5f9;
  border-left: 4px solid #ff005d
}

.color-5 {
  background: #fffaeb;
  border-left: 4px solid #ffc000
}

.color-6 {
  background: #f9f9fa;
  border-left: 4px solid #e6eefb
}

.label-color-1 {
  background: #e41e20
}

.label-color-2 {
  background: #64637a
}

.symbol-color-1 {
  background: #06b0d7
}

.symbol-color-2 {
  background: #673ab7
}

.symbol-color-3 {
  background: #009688
}

.symbol-color-4 {
  background: #ffc000
}

.symbol-color-5 {
  background: #ff005d
}

.symbol-color-6 {
  background: gold;
}

.blue {
  background: linear-gradient(180deg, #06b0d7 0, rgba(6, 176, 215, 0) 100%);
  transition: all .5s ease
}

.blue:after {
  background-color: #06b0d7
}

.blue:hover {
  background: linear-gradient(180deg, #06b0d7 0, #64637a 100%)
}

.green {
  background: linear-gradient(180deg, #009688 0, rgba(0, 150, 136, 0) 100%);
  transition: all .5s ease
}

.green:after {
  background-color: #009688
}

.green:hover {
  background: linear-gradient(180deg, #009688 0, #64637a 100%)
}

.violet {
  background: linear-gradient(180deg, #673ab7 0, rgba(103, 58, 183, 0) 100%);
  transition: all .5s ease
}

.violet:after {
  background-color: #673ab7
}

.violet:hover {
  background: linear-gradient(180deg, #673ab7 0, #64637a 100%)
}

.yellow {
  background: linear-gradient(180deg, #ffc000 0, rgba(255, 192, 0, 0) 100%)
}

.yellow:after {
  background-color: #ffc000
}

.yellow:hover {
  background: linear-gradient(180deg, #ffc000 0, #64637a 100%)
}

.pink {
  background: linear-gradient(180deg, #ff005d 0, rgba(255, 0, 93, 0) 100%)
}

.pink:after {
  background-color: #ff005d
}

.pink:hover {
  background: linear-gradient(180deg, #ff005d 0, #64637a 100%)
}

.page-overlay.open:before {
  opacity: 1;
  visibility: visible
}

.page-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 45, 45, .3);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 99
}

.schedule__title-holder {
  display: flex
}

.schedule__wrap .icon-clock {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 4px
}

.schedule__wrap .title-h3 {
  color: #e41e20;
  margin-bottom: 16px
}

.schedule__wrap .title-h3:not(.schedule__title-wto) {
  width: 60%;
  padding-right: 16px
}

.schedule__wrap .title-h3.schedule__title-wto {
  width: 40%
}

@media only screen and (max-width: 1200px) {
  .schedule__wrap .title-h3.schedule__title-wto {
    padding-left: 16px
  }
}

@media only screen and (max-width: 768px) {
  .schedule__wrap .title-h3.schedule__title-wto {
    display: none
  }
}

.schedule__wrap .title-h4 {
  color: #2d2c40;
  line-height: 12px;
  letter-spacing: 1px
}

.schedule__item {
  border-top: 1px solid #bebebe;
  padding-top: 24px;
  margin-bottom: 32px
}

@media only screen and (max-width: 768px) {
  .schedule__item {
    padding-top: 16px
  }
}

@media only screen and (max-width: 600px) {
  .schedule__item {
    margin-bottom: 16px
  }
}

.schedule__item:last-of-type {
  margin-bottom: 44px
}

@media only screen and (max-width: 600px) {
  .schedule__item:last-of-type {
    margin-bottom: 34px
  }
}

.schedule__item-left {
  width: 216px;
  padding-right: 15px
}

@media only screen and (max-width: 992px) {
  .schedule__item-left {
    width: 170px
  }
}

@media only screen and (max-width: 600px) {
  .schedule__item-left {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0
  }
}

.schedule__item-right {
  width: calc(100% - 216px);
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  grid-column-gap: 32px
}

@media only screen and (max-width: 992px) {
  .schedule__item-right {
    width: calc(100% - 170px);
    grid-column-gap: 16px
  }
}

@media only screen and (max-width: 768px) {
  .schedule__item-right {
    grid-column-gap: 8px;
    grid-template-columns:repeat(1, 1fr)
  }
}

@media only screen and (max-width: 600px) {
  .schedule__item-right {
    width: 100%
  }
}

.schedule__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 508px;
  margin-bottom: 32px;
  padding: 18px 24px 11px 24px
}

.schedule__info.disable {
  display: none
}

@media only screen and (max-width: 768px) {
  .schedule__info {
    margin-bottom: 8px
  }
}

.schedule__info-title {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #464555;
  margin-bottom: 12px
}

@media only screen and (max-width: 600px) {
  .schedule__info-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px
  }
}

.schedule__info-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #64637a;
  margin-bottom: 14px
}

@media only screen and (max-width: 600px) {
  .schedule__info-description {
    font-size: 12px;
    line-height: 16px
  }
}

.schedule__info-name {
  font-weight: 600;
  margin-left: 8px
}

.schedule__info-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  vertical-align: super
}
.schedule__info-invite-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  vertical-align: super;
  padding: 0 20px;
}

.schedule__info-invite-link img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.schedule__info-label {
  min-width: 53px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  padding: 0 3px;
  margin-right: 14px;
  position: relative;
  top: -2px;
  left: -2px
}

.schedule__info-status {
  margin-top: auto
}

.schedule__info-status .schedule__info-time {
  position: relative;
  top: -3px;
}

.schedule__info-status .schedule__info-invite-link {
  position: relative;
  top: -1px;
}

.schedule__link {
  float: right;
  text-decoration: underline
}

@media (any-hover: hover) {
  .schedule__link:hover {
    text-decoration: none
  }
}

.symbol__wrap {
  margin-bottom: 41px
}

@media only screen and (max-width: 768px) {
  .symbol__wrap {
    margin-bottom: 33px
  }
}

.symbol__wrap .icon {
  font-size: 23px;
  color: #fff;
  position: relative;
  top: 5px
}

.symbol__item {
  font-family: "Red Rose", cursive;
  margin-right: 30px;
  max-width: 208px;
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
  flex-wrap: nowrap
}

@media only screen and (max-width: 1200px) {
  .symbol__item {
    margin-right: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .symbol__item {
    width: 33.33%;
    margin-right: 0;
    padding-right: 15px;
    max-width: 100%
  }
}

@media only screen and (max-width: 768px) {
  .symbol__item {
    width: 50%
  }
}

@media only screen and (max-width: 414px) {
  .symbol__item {
    margin-bottom: 10px;
    padding-right: 10px
  }
}

.symbol__color {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  text-align: center
}

.symbol__text {
  color: #2d2c40;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  width: calc(100% - 32px);
  padding-left: 19px
}

@media only screen and (max-width: 414px) {
  .symbol__text {
    font-size: 12px;
    line-height: 16px;
    padding-left: 10px
  }
}

.content-block {
  max-width: 822px
}

.content-block a {
  text-decoration: underline;
  transition: all .5s ease
}

.content-block a:hover {
  text-decoration: none
}

.content-block ol, .content-block ul {
  margin: 56px 0
}

@media only screen and (max-width: 414px) {
  .content-block ol, .content-block ul {
    margin: 32px 0
  }
}

.content-block ol li, .content-block ul li {
  position: relative;
  font-size: 18px;
  line-height: 160%;
  color: #2d2c40;
  font-weight: 400;
  margin-bottom: 8px
}

@media only screen and (max-width: 414px) {
  .content-block ol li, .content-block ul li {
    font-size: 16px;
    line-height: 24px
  }
}

.content-block ol {
  counter-reset: myCounter;
  line-height: normal
}

.content-block ol li {
  list-style: none;
  position: relative;
  padding-left: 25px
}

.content-block ol li:before {
  font-family: "Red Rose", cursive;
  font-weight: 700;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  counter-increment: myCounter;
  content: " " counter(myCounter) ". ";
  position: absolute;
  left: 0;
  top: 4px;
  color: #000;
  -webkit-text-stroke: 1px #64637a
}

.content-block ul li {
  padding-left: 25px
}

.content-block ul li:before {
  content: "";
  display: block;
  position: absolute;
  background: #f6344b;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px
}

.content-block img {
  margin: 40px 0
}

@media only screen and (max-width: 414px) {
  .content-block img {
    margin: 20px 0
  }
}

.content-block figcaption {
  color: #000;
  -webkit-text-stroke: 1px #64637a;
  position: relative;
  top: -24px;
  margin-bottom: 38px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -.4px
}

@media only screen and (max-width: 768px) {
  .content-block figcaption {
    margin-bottom: 15px
  }
}

.content-block .title-h1, .content-block h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #e41e20;
  margin-bottom: 40px;
  letter-spacing: -.4px;
  font-family: "Red Rose", cursive;
  font-weight: 700
}

@media only screen and (max-width: 768px) {
  .content-block .title-h1, .content-block h1 {
    font-size: 41px;
    line-height: 46px;
    margin-bottom: 32px
  }
}

@media only screen and (max-width: 414px) {
  .content-block .title-h1, .content-block h1 {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 16px
  }
}

.form-search {
  position: relative
}

.form-error, .form-error-min {
  display: none;
  color: #de3618;
  position: absolute;
  font-size: 12px;
  line-height: 16px
}

.search {
  max-width: 340px
}

.btn-search {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  padding: 0
}

.icon-search {
  font-size: 18px;
  color: #64637a;
  position: relative;
  top: 3px
}

.video-block {
  position: relative;
  padding-bottom: 56.85%;
  height: 0;
  overflow: hidden
}

.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0
}

.title-block-themes .title-pages {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px
}

@media only screen and (max-width: 600px) {
  .title-block-themes .title-pages {
    font-size: 36px;
    line-height: 100%
  }
}

.title-block-themes.title-block-style4 .icon-big, .title-block-themes.title-block-style5 .icon-big {
  opacity: .3
}

.title-block-style1 {
  background: #06b0d7
}

.title-block-style2 {
  background: #673ab7
}

.title-block-style3 {
  background: #009688
}

.title-block-style4 {
  background: #ffc000
}

.title-block-style5 {
  background: #ff005d
}

.title-block-style6 {
  background: #a8a6b7
}

.one-event-style1 {
  background: #f6f3fc;
  border-bottom: 4px solid #673ab7
}

.one-event-style1 .icon-big {
  color: #673ab7
}

.one-event-style2 {
  background: #f0fcff;
  border-bottom: 4px solid #06b0d7
}

.one-event-style2 .icon-big {
  color: #06b0d7
}

.one-event-style3 {
  background: #ecfcfb;
  border-bottom: 4px solid #009688
}

.one-event-style3 .icon-big {
  color: #009688
}

.one-event-style4 {
  background: #fffaeb;
  border-bottom: 4px solid #ffc000
}

.one-event-style4 .icon-big {
  color: #ffc000
}

.one-event-style5 {
  background: #fff5f9;
  border-bottom: 4px solid #ff005d
}

.one-event-style5 .icon-big {
  color: #ff005d
}

.one-event-style6 {
  background: #e6eefb;
  border-bottom: 4px solid #a8a6b7
}

.schedule__info-img-holder {
  display: inline-flex;
  position: relative;
  top: -1px;
  margin-right: 5px
}

.schedule__info-btn {
  background-color: transparent;
  margin: 0;
  padding: 0
}

.tooltip {
  position: relative
}

.tooltip:hover::after {
  position: absolute;
  top: 140%;
  content: attr(data-tooltip);
  display: block;
  left: 50%;
  padding: 5px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid;
  z-index: 1;
  transform: translateX(-50%)
}

.schedule__info-btn:not(:last-child) {
  margin-right: 5px
}

@media only screen and (max-width: 768px) {
  .schedule__info-col:not(:last-child) {
    margin-bottom: 15px
  }
}

.schedule__info-col .title-h5 {
  display: none
}

@media only screen and (max-width: 768px) {
  .schedule__info-col .title-h5 {
    display: block;
    margin-bottom: 10px
  }
}

.header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  padding: 7px 32px 2px 32px;
  z-index: 99999
}

@media only screen and (max-width: 1294px) {
  .header {
    padding: 7px 15px 2px 15px
  }
}

.header__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-grow: 1
}

.header__logo-wrap {
  display: flex
}

@media only screen and (max-width: 1200px) {
  .header__logo-wrap {
    flex-direction: column
  }
}

.header__logo:not(:last-child) {
  margin-right: 13px
}

.header__logo img {
  transition: all .5s ease;
  display: inline-block
}

.header__logo:active img, .header__logo:focus img, .header__logo:hover img {
  transition: all .5s ease;
  transform: scale(1.05)
}

.header__menu-bottom {
  display: flex;
  margin-top: 17px
}

.soc__list {
  display: flex;
  justify-content: flex-end
}

.soc__item {
  margin: 0 8px
}

.soc__item .icon {
  font-size: 15px;
  vertical-align: middle
}

.soc__item .icon-linkedin {
  font-size: 20px
}

.menu__list {
  display: flex
}

.menu__link {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #64637a
}

.menu__item {
  margin: 0 15px
}

.menu__item.dropmenu {
  position: relative;
  margin: 0 25px 0 15px;
  padding-bottom: 15px
}

.menu__item.dropmenu:after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top: 7px solid #e41e20;
  top: 6px;
  right: -16px;
  cursor: pointer
}

.menu__item.active .menu__link {
  color: #2d2c40;
  font-weight: 700
}

.menu__link-red {
  color: #e41e20
}

.menu__link-part {
  color: #fff;
  margin-left: 4px;
  background-color: #e41e20;
  padding: 1px 4px
}

.user__link {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 20px;
  margin-left: 12px
}

.user__link .icon {
  font-size: 19px;
  margin-right: 10px;
  vertical-align: middle;
  border-left: 1px solid #64637a;
  padding-left: 26px
}

.submenu__list {
  position: absolute;
  left: -15px;
  z-index: 5;
  width: 160px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: .3s ease-in-out;
  background-color: #fff
}

.submenu__item:hover {
  background-color: #64637a
}

.submenu__item:hover .submenu__link {
  color: #fff
}

.submenu__item.active {
  background-color: #64637a
}

.submenu__item.active .submenu__link {
  color: #fff
}

.submenu__link {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
  color: #2d2c40;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 16px
}

.menu__item:hover > .submenu__list {
  visibility: visible;
  opacity: 1;
  transform: translateY(15px)
}

.btn_burger {
  display: inline-block;
  color: #64637a;
  background-color: transparent;
  padding: 1px 6px;
  cursor: pointer;
  z-index: 100;
  transition: all .5s ease
}

.btn_burger span {
  width: 27px;
  height: 4px;
  background-color: #64637a;
  backface-visibility: hidden;
  border-radius: 0;
  position: relative;
  display: block;
  margin: auto;
  transition: all .5s ease
}

.btn_burger span:after, .btn_burger span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all .5s ease;
  width: 27px;
  height: 4px;
  background-color: #64637a;
  backface-visibility: hidden;
  border-radius: 0
}

.btn_burger span:after {
  top: 8px
}

.header__mob, .hidden-menu-ticker, .menu_mob {
  display: none
}

@media only screen and (max-width: 993px) {
  .header__wrapper {
    display: none
  }

  .header__mob {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
  }

  .header {
    position: relative
  }

  .menu_mob {
    display: flex;
    flex-direction: column;
    position: fixed;
    padding: 26px 26px 26px 18px;
    margin: 0;
    box-sizing: border-box;
    width: 400px;
    background-color: #64637a;
    height: 100vh;
    overflow: auto;
    top: 0;
    right: -400px;
    transition: all .5s ease;
    z-index: 99;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
  }
}

@media only screen and (max-width: 993px) and (max-width: 480px) {
  .menu_mob {
    width: 100%;
    right: -100%
  }
}

@media only screen and (max-width: 993px) {
  .menu_mob .menu__list {
    display: block;
    margin-top: 120px
  }
}

@media only screen and (max-width: 993px) and (max-width: 375px) {
  .menu_mob .menu__list {
    margin-top: 100px
  }
}

@media only screen and (max-width: 993px) {
  .menu_mob .menu__item {
    margin: 0 0 32px 0
  }

  .menu_mob .menu__item:first-child {
    padding-bottom: 0
  }

  .menu_mob .menu__item:first-child:after {
    display: none
  }

  .menu_mob .menu__item.active .menu__link {
    color: #e41e20
  }
}

@media only screen and (max-width: 993px) {
  .menu_mob .menu__link {
    font-size: 20px;
    line-height: 24px;
    font-family: "Red Rose", cursive;
    font-weight: 700;
    color: #f3f2ff
  }
}

@media only screen and (max-width: 993px) {
  .menu_mob .user__link {
    color: #a8a6b7;
    margin-left: 0
  }

  .menu_mob .user__link .icon {
    color: #a8a6b7;
    border-left: none;
    padding-left: 0
  }
}

@media only screen and (max-width: 993px) {
  .menu_mob .soc__list {
    justify-content: flex-start;
    margin-top: 125px
  }
}

@media only screen and (max-width: 993px) and (max-width: 375px) {
  .menu_mob .soc__list {
    margin-top: 90px
  }
}

@media only screen and (max-width: 993px) {
  .menu_mob .soc__link {
    color: #a8a6b7
  }
}

.hidden-menu-ticker:checked ~ .btn_burger {
  right: 0
}

.hidden-menu-ticker:checked ~ .btn_burger span {
  background: 0 0
}

.hidden-menu-ticker:checked ~ .btn_burger span:after, .hidden-menu-ticker:checked ~ .btn_burger span:before {
  transform-origin: 50% 50%;
  top: 0;
  background-color: #e41e20
}

.hidden-menu-ticker:checked ~ .btn_burger span:after {
  transform: rotate(-45deg)
}

.hidden-menu-ticker:checked ~ .btn_burger span:before {
  transform: rotate(45deg)
}

.hidden-menu-ticker:checked ~ .menu_mob {
  right: 0
}

.open-window .page-overlay:before {
  opacity: 1;
  visibility: visible;
  z-index: 999
}

.menu__link, .soc__link {
  transition: all .5s ease
}

.menu__link:focus, .menu__link:hover, .soc__link:focus, .soc__link:hover {
  color: #e41e20
}

.footer {
  background-color: #2d2c40;
  padding: 28px 0;
  z-index: 2
}

.footer__logo {
  margin-top: -73px;
  flex-grow: 1;
  display: flex
}

.footer__logo .logo-dubb {
  max-width: 157px;
  margin-right: 10px
}

@media only screen and (max-width: 767px) {
  .footer__logo {
    margin-right: auto
  }
}

.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-around
}

@media only screen and (max-width: 767px) {
  .footer__content {
    flex-flow: column
  }
}

.footer .soc__list {
  display: inline-block;
  flex-grow: 7
}

@media only screen and (max-width: 767px) {
  .footer .soc__list {
    margin: 37px 0
  }
}

.footer .soc__item {
  display: inline-block;
  margin: 0 10px
}

.footer .soc__item .icon {
  font-size: 15px
}

.footer .support {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  flex-grow: 4
}

.footer .support img {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 4px
}

.btn_top {
  position: fixed;
  bottom: 44px;
  background: url(../images/arrow.png) no-repeat center center #e41e20;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  right: 328px;
  transition: all .5s ease
}

.btn_top:hover {
  opacity: .8
}

@media only screen and (max-width: 1700px) {
  .btn_top {
    right: 220px
  }
}

@media only screen and (max-width: 1440px) {
  .btn_top {
    right: 100px
  }
}

@media only screen and (max-width: 1200px) {
  .btn_top {
    right: 45px
  }
}

.breadcrumbs__wrapper {
  margin-bottom: 8px
}

.breadcrumbs__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}

.breadcrumbs__item a {
  color: #fff;
  transition: all .5s ease
}

.breadcrumbs .icon {
  margin: 0 12px;
  color: #fff;
  font-size: 9px
}

.breadcrumbs a:active, .breadcrumbs a:focus, .breadcrumbs a:hover {
  color: #64637a
}

.section__themes {
  background-color: #f3f2ff;
  padding: 120px 0;
  width: 100%
}

@media only screen and (max-width: 1100px) {
  .section__themes {
    background-color: #fff;
    padding: 32px 0 0
  }
}

.section__themes .title-main {
  margin-bottom: 64px
}

.section__themes .title-h2 {
  margin-bottom: 64px
}

.section__themes .title-h4 {
  color: #fff;
  display: block;
  margin: 0 16px
}

.section__themes .themes__img {
  position: absolute;
  top: 35px;
  left: -94px;
  transition: all .5s ease
}

@media only screen and (max-width: 1440px) {
  .section__themes .themes__img {
    left: -30px
  }
}

@media only screen and (max-width: 1100px) {
  .section__themes .themes__img {
    left: unset;
    right: 60px;
    top: 50%;
    transform: translateY(-50%)
  }
}

@media only screen and (max-width: 768px) {
  .section__themes .themes__img {
    right: 10px;
    max-width: 200px
  }
}

@media only screen and (max-width: 768px) {
  .section__themes .themes__img {
    right: 10px;
    max-width: 200px
  }
}

@media only screen and (max-width: 414px) {
  .section__themes .themes__img {
    right: 5px;
    max-width: 105px
  }
}

.themes__wrapper {
  display: flex
}

@media only screen and (max-width: 1100px) {
  .themes__wrapper {
    flex-wrap: wrap
  }
}

.themes__block {
  display: flex;
  align-items: flex-end;
  padding-bottom: 64px;
  height: 573px;
  padding-top: 52px;
  position: relative;
  overflow: hidden;
  width: 100%
}

@media only screen and (max-width: 1440px) {
  .themes__block {
    height: 480px
  }
}

@media only screen and (max-width: 1100px) {
  .themes__block {
    width: 100%;
    align-items: center;
    height: 395px
  }
}

@media only screen and (max-width: 961px) {
  .themes__block {
    height: 350px
  }
}

@media only screen and (max-width: 768px) {
  .themes__block {
    height: 250px
  }
}

@media only screen and (max-width: 414px) {
  .themes__block {
    height: 160px
  }
}

.themes__block:after {
  content: "";
  position: absolute;
  width: 81px;
  height: 4px;
  bottom: 28px;
  left: 17px
}

@media only screen and (max-width: 1100px) {
  .themes__block:after {
    bottom: 160px
  }
}

@media only screen and (max-width: 993px) {
  .themes__block:after {
    bottom: 140px
  }
}

@media only screen and (max-width: 768px) {
  .themes__block:after {
    bottom: 95px
  }
}

@media only screen and (max-width: 414px) {
  .themes__block:after {
    bottom: 55px
  }
}

@media only screen and (min-width: 1101px) {
  .themes__block:hover .themes__img {
    left: 10px
  }
}

.registration-banner {
  margin-bottom: 158px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 68px 0
}

@media only screen and (max-width: 768px) {
  .registration-banner {
    margin-bottom: 88px;
    padding: 40px 0
  }
}

.registration-banner .title-h2 {
  color: #e41e20;
  letter-spacing: -.5px;
  width: 832px
}

@media only screen and (max-width: 1279px) {
  .registration-banner .title-h2 {
    width: 100%;
    max-width: 650px
  }
}

@media only screen and (max-width: 1024px) {
  .registration-banner .title-h2 {
    width: calc(100% - 186px);
    padding-right: 15px
  }
}

@media only screen and (max-width: 600px) {
  .registration-banner .title-h2 {
    width: 100%;
    margin-bottom: 24px
  }
}

.registration-banner__img {
  width: 164px
}

@media only screen and (max-width: 1279px) {
  .registration-banner__img {
    width: 100%;
    max-width: 100px
  }
}

@media only screen and (max-width: 1023px) {
  .registration-banner__img {
    display: none
  }
}

.registration-banner__content {
  align-items: center;
  justify-content: space-between
}

.registration-banner .btn {
  padding: 9px 25px;
  width: 186px
}

@media only screen and (max-width: 600px) {
  .registration-banner .btn {
    width: 100%;
    text-align: center
  }
}

.pagination-block {
  display: block;
  width: 100%;
  margin: 18px 0
}

@media only screen and (max-width: 600px) {
  .pagination-block {
    margin-top: 16px
  }
}

.pagination-block .icon {
  vertical-align: middle;
  font-size: 11px
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

@media only screen and (max-width: 600px) {
  .pagination {
    justify-content: center
  }
}

.pagination .next-page {
  margin-right: 6px
}

.pagination .prev-page {
  margin-left: 6px
}

.pagination li {
  display: inline-block;
  text-align: center
}

.pagination a, .pagination span {
  position: relative;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #64637a;
  background-color: #fff;
  font-weight: 400
}

@media only screen and (max-width: 600px) {
  .pagination a, .pagination span {
    font-size: 12px;
    letter-spacing: .25px;
    width: 24px;
    height: 24px;
    line-height: 24px
  }
}

.pagination a:focus, .pagination a:hover {
  z-index: 2;
  color: #fff;
  background-color: #e41e20
}

.pagination span:focus, .pagination span:hover {
  z-index: 2;
  color: #fff;
  background-color: #e41e20
}

.pagination span.ellipsis:focus, .pagination span.ellipsis:hover {
  z-index: 2;
  color: #64637a;
  background-color: #fff
}

.pagination .active a {
  z-index: 2;
  color: #fff;
  background-color: #e41e20;
  cursor: default
}

.pagination .active a:focus, .pagination .active a:hover {
  z-index: 2;
  color: #fff;
  background-color: #e41e20;
  cursor: default
}

.pagination .active span {
  z-index: 2;
  color: #fff;
  background-color: #e41e20;
  cursor: default
}

.pagination .active span:focus, .pagination .active span:hover {
  z-index: 2;
  color: #fff;
  background-color: #e41e20;
  cursor: default
}

.pagination__btn a, .pagination__btn span {
  line-height: 32px;
  text-align: center;
  color: #e41e20;
  display: inline-block;
  padding: 0;
  font-size: 11px
}

@media only screen and (max-width: 600px) {
  .pagination__btn a, .pagination__btn span {
    line-height: 27px
  }
}

.pagination__btn.disable a, .pagination__btn.disable span {
  color: #a8a6b7;
  background-color: #fff;
  cursor: default
}

.pagination__btn.disable a:focus, .pagination__btn.disable a:hover, .pagination__btn.disable span:focus, .pagination__btn.disable span:hover {
  color: #a8a6b7;
  background-color: #fff;
  cursor: default
}

.pagination__btn a:focus, .pagination__btn a:hover {
  color: #2d2c40;
  background-color: #fff
}

.speakers {
  padding-bottom: 60px
}

@media only screen and (max-width: 768px) {
  .speakers {
    padding-bottom: 0
  }
}

.speakers__info {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 547px;
  max-height: 329px;
  padding: 40px 32px 32px;
  background: rgba(100, 99, 122, .95);
  z-index: 3;
  box-shadow: 0 15px 64px rgba(0, 0, 0, .2);
  top: auto;
  bottom: -338px
}

.speakers__info:before {
  content: "";
  position: absolute;
  display: inline-block;
  border: 12px solid transparent;
  border-bottom: 12px solid rgba(100, 99, 122, .95);
  bottom: 100%;
  left: 31px
}

@media only screen and (max-width: 1550px) {
  .speakers__info:before {
    left: 315px
  }
}

@media only screen and (max-width: 414px) {
  .speakers__info:before {
    left: 201px
  }
}

@media only screen and (max-width: 1550px) {
  .speakers__info {
    left: 0
  }
}

.speakers__text {
  max-height: 220px;
  overflow: auto;
  margin-bottom: 8px;
  padding-right: 5px
}

.speakers__text p {
  color: #e6eefb;
  font-size: 14px;
  line-height: 20px
}

.speakers__left {
  width: 184px
}

@media only screen and (max-width: 414px) {
  .speakers__left {
    width: 70px
  }
}

.speakers__right {
  width: calc(100% - 184px);
  flex-direction: column;
  padding-left: 16px
}

@media only screen and (max-width: 414px) {
  .speakers__right {
    width: calc(100% - 70px)
  }
}

.speakers__more {
  margin-top: auto
}

.speakers__more .icon-arr {
  color: #e41e20;
  font-size: 6px;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  top: -1px
}

.speakers__wrap {
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  grid-column-gap: 33px
}

@media only screen and (max-width: 992px) {
  .speakers__wrap {
    grid-column-gap: 15px
  }
}

@media only screen and (max-width: 768px) {
  .speakers__wrap {
    grid-template-columns:repeat(1, 1fr)
  }
}

.speakers__item {
  margin-bottom: 61px;
  position: relative
}

@media only screen and (max-width: 768px) {
  .speakers__item {
    margin-bottom: 40px
  }
}

.speakers__more-title {
  cursor: pointer
}

.speakers__close {
  cursor: pointer;
  color: #e41e20;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400
}

.speakers__name {
  font-family: "Red Rose", cursive;
  font-weight: 700;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2d2c40;
  display: block;
  margin-bottom: 8px
}

@media only screen and (max-width: 992px) {
  .speakers__name {
    font-size: 16px;
    line-height: 20px
  }
}

.speakers__description {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 8px
}

@media only screen and (max-width: 992px) {
  .speakers__description {
    font-size: 12px;
    line-height: 16px
  }
}

.speakers__position {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 8px
}

@media only screen and (max-width: 992px) {
  .speakers__position {
    font-size: 12px;
    line-height: 16px
  }
}

.speakers img {
  margin: 0
}

.speakers .title-h1, .speakers h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #e41e20;
  margin-bottom: 67px;
  letter-spacing: -.4px;
  font-family: "Red Rose", cursive;
  font-weight: 700
}

@media only screen and (max-width: 768px) {
  .speakers .title-h1, .speakers h1 {
    font-size: 41px;
    line-height: 46px;
    margin-bottom: 32px
  }
}

@media only screen and (max-width: 414px) {
  .speakers .title-h1, .speakers h1 {
    font-size: 36px;
    line-height: 100%
  }
}

.speakers img {
  width: 100%;
  height: auto
}

.section__title {
  padding: 100px 0
}

.section__title .title-h1, .section__title .title-h4 {
  color: #e41e20
}

.presented {
  margin-bottom: 32px
}

.presented .text {
  color: #62647d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}

.presented img {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle
}

.btn__block {
  display: flex;
  flex-wrap: wrap
}

.btn__block .btn-red {
  padding: 16px 52px
}

.btn__block .btn-white {
  padding: 16px 35px
}

@media only screen and (max-width: 560px) {
  .btn__block .btn {
    width: 100%;
    text-align: center
  }

  .btn__block .btn-red {
    margin-bottom: 16px
  }
}

.btn-white .icon {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 9px
}

.section__video {
  width: 100%;
  max-height: 720px
}

@media only screen and (max-width: 1200px) {
  .section__video {
    max-height: 600px
  }
}

@media only screen and (max-width: 993px) {
  .section__video {
    max-height: 500px
  }
}

@media only screen and (max-width: 600px) {
  .section__video {
    max-height: 325px
  }
}

.section__video .main-video__img, .section__video iframe {
  width: 100%;
  height: 720px;
  object-fit: cover
}

@media only screen and (max-width: 1200px) {
  .section__video .main-video__img, .section__video iframe {
    height: 600px
  }
}

@media only screen and (max-width: 993px) {
  .section__video .main-video__img, .section__video iframe {
    height: 500px
  }
}

@media only screen and (max-width: 600px) {
  .section__video .main-video__img, .section__video iframe {
    height: 325px
  }
}

.section__about {
  background-color: #de3234;
  padding: 120px 0;
  width: 100%
}

@media only screen and (max-width: 1024px) {
  .section__about {
    padding: 48px 0
  }
}

.section__about .box__about {
  display: flex;
  justify-content: space-between;
  align-items: baseline
}

.section__about .box__about-right {
  max-width: 625px
}

@media only screen and (max-width: 1024px) {
  .section__about .box__about-right {
    max-width: none;
    text-align: center
  }
}

@media only screen and (max-width: 1024px) {
  .section__about .box__about {
    flex-wrap: wrap
  }
}

.section__about .title-main {
  color: #fff;
  max-width: 375px
}

@media only screen and (max-width: 1024px) {
  .section__about .title-main {
    max-width: none;
    margin-bottom: 25px
  }
}

.section__about .text__about {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, .9);
  margin: 0
}

@media only screen and (max-width: 1024px) {
  .section__about .text__about {
    text-align: left
  }
}

@media only screen and (max-width: 375px) {
  .section__about .text__about {
    font-size: 20px;
    line-height: 28px
  }
}

.section__about .facts__about {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 2px;
  color: #fff;
  display: inline-block;
  padding-right: 60px;
  margin-top: 72px
}

.section__about .facts__about:last-of-type {
  margin-right: 0
}

@media only screen and (max-width: 480px) {
  .section__about .facts__about {
    font-size: 48px;
    line-height: 48px;
    padding-right: 30px;
    margin-top: 24px
  }
}

@media only screen and (max-width: 375px) {
  .section__about .facts__about {
    padding-right: 20px
  }
}

@media only screen and (max-width: 320px) {
  .section__about .facts__about {
    padding-right: 10px
  }
}

.section__about .title-h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block
}

@media only screen and (max-width: 480px) {
  .section__about .title-h5 {
    font-size: 13px
  }
}

@media only screen and (max-width: 320px) {
  .section__about .title-h5 {
    font-size: 12px
  }
}

.section__partners {
  padding: 120px 0 128px
}

@media only screen and (max-width: 600px) {
  .section__partners {
    padding: 64px 0 88px
  }
}

.section__partners .title-h4 {
  color: #e41e20;
  margin-bottom: 17px
}

.section__partners .btn-white {
  height: 100%;
  padding: 9px 33px;
  max-width: 328px;
  width: 100%
}

@media only screen and (min-width: 769px) {
  .section__partners .btn-white {
    display: none
  }
}

.section__partners .icon-arrow {
  font-size: 11px;
  margin-left: 12px
}

.section__partners .btn__wrap {
  text-align: center
}

.title__wrap {
  margin-bottom: 32px;
  align-items: center
}

.title__wrap .title-main {
  width: calc(100% - 228px);
  color: #e41e20;
  padding-right: 15px
}

@media only screen and (max-width: 768px) {
  .title__wrap .title-main {
    width: 100%;
    padding-right: 0
  }
}

.title__wrap .btn-white {
  width: 228px
}

@media only screen and (min-width: 769px) {
  .title__wrap .btn-white {
    display: block
  }
}

@media only screen and (max-width: 768px) {
  .title__wrap .btn-white {
    display: none
  }
}

.box__partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -16px
}

@media only screen and (max-width: 1024px) {
  .box__partners {
    margin: 0 -10px
  }
}

.card__partners {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f2ff;
  height: 195px;
  width: calc(1 / 4 * 100% - 32px);
  margin: 0 16px 32px 16px;
  padding: 0 25px
}

.card__partners img {
  max-width: 200px
}

@media only screen and (max-width: 1024px) {
  .card__partners {
    width: calc(1 / 4 * 100% - 20px);
    margin: 0 10px 24px;
    padding: 0 15px
  }
}

@media only screen and (max-width: 993px) {
  .card__partners {
    width: calc(1 / 3 * 100% - 20px)
  }
}

@media only screen and (max-width: 767px) {
  .card__partners {
    width: calc(1 / 2 * 100% - 20px);
    height: 140px
  }
}

@media only screen and (max-width: 375px) {
  .card__partners {
    height: 80px;
    width: calc(1 / 2 * 100% - 16px);
    margin: 0 8px 16px;
    padding: 0 20px
  }
}

.main-page .schedule-section {
  padding: 120px 0 40px 0
}

@media only screen and (max-width: 768px) {
  .main-page .schedule-section {
    padding: 48px 0 0
  }
}

.main-page .schedule-section .symbol__wrap {
  margin-bottom: 25px
}

.main-page .schedule-section__wrap {
  padding-top: 40px
}

.main-page .schedule-section__info {
  justify-content: space-between;
  align-items: center
}

.main-page .schedule-section .btn__block {
  width: 280px
}

@media only screen and (max-width: 600px) {
  .main-page .schedule-section .btn__block {
    width: 100%
  }
}

.main-page .schedule-section .btn__block .btn {
  padding: 9px 38px
}

@media only screen and (max-width: 600px) {
  .main-page .schedule-section .btn__block .btn {
    width: auto
  }
}

@media only screen and (max-width: 600px) {
  .main-page .schedule-section .btn__block .btn-red {
    margin-bottom: 0
  }
}

.main-page .schedule-section .btn__block .btn-white {
  padding: 9px 29px
}

.main-page .schedule-section .btn__block .btn-white .icon {
  font-size: 11px;
  margin-left: 13px
}

.main-page .schedule-section__data {
  width: calc(100% - 280px);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-family: "Red Rose", cursive;
  font-weight: 700;
  color: #e41e20;
  display: block
}

@media only screen and (max-width: 600px) {
  .main-page .schedule-section__data {
    width: 100%;
    margin-bottom: 24px
  }
}

.main-page .schedule-section .title-main {
  margin-bottom: 16px
}

.btn-password-rec {
  color: #e41e20;
  font-size: 12px;
  border-bottom: 1px solid;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block
}

.modal-g {
  max-width: 600px;
  font-size: 16px
}

.modal-g p {
  font-size: 15px
}

.modal-g .title-h3 {
  margin-bottom: 15px
}

.modal-g .btn {
  width: 100%;
  margin-top: 20px
}

.main-video_wrapper {
  position: relative
}

.main-video-button, .main-video_preview {
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.main-video-button svg, .main-video_preview svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.main-video-button.active, .main-video_preview.active {
  z-index: -1;
  opacity: 0
}

.section-conference {
  padding-top: 120px;
  padding-bottom: 60px
}

@media only screen and (max-width: 1024px) {
  .section-conference {
    padding-top: 48px;
    padding-bottom: 0
  }
}

.section-conference .flex-wrap:not(:last-child) {
  margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
  .section-conference .flex-wrap:not(:last-child) {
    margin-bottom: 30px
  }
}

.section-conference .title-main {
  display: block;
  margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
  .section-conference .title-main {
    margin-bottom: 40px
  }
}

.section-conference__media {
  position: relative
}

.section-conference__col {
  width: 50%
}

@media only screen and (max-width: 850px) {
  .section-conference__col {
    width: 100%
  }
}

.section-conference__col .main-video__img {
  width: 100%;
  object-fit: cover
}

.section-conference__col .title-h4 {
  display: block;
  margin-bottom: 30px
}

@media only screen and (max-width: 850px) {
  .section-conference__col .title-h4 {
    margin-bottom: 15px
  }
}

@media only screen and (max-width: 1024px) {
  .section-conference__col .main-video-button svg {
    width: 90px
  }
}

.section-conference__title {
  display: block
}

.section-conference__col--info {
  padding-right: 20px
}

@media only screen and (max-width: 850px) {
  .section-conference__col--info {
    order: 1;
    padding-top: 15px;
    padding-right: 0
  }
}

.flex-wrap--reverse .section-conference__col--info {
  order: 1;
  padding-left: 20px;
  padding-right: 0
}

@media only screen and (max-width: 850px) {
  .flex-wrap--reverse .section-conference__col--info {
    padding-top: 15px;
    padding-left: 0
  }
}

.page-404 {
  padding: 160px 0 360px 0
}

@media only screen and (max-width: 768px) {
  .page-404 {
    padding-bottom: 160px
  }
}

@media only screen and (max-width: 375px) {
  .page-404 {
    padding: 64px 0
  }
}

.page-404__wrap {
  align-items: center
}

@media only screen and (max-width: 900px) {
  .page-404__wrap {
    text-align: center
  }
}

.page-404__text {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #2d2c40;
  margin-bottom: 96px;
  font-family: Red Rose, sans-serif;
  max-width: 848px
}

@media only screen and (max-width: 900px) {
  .page-404__text {
    font-size: 26px;
    line-height: 31px
  }
}

@media only screen and (max-width: 600px) {
  .page-404__text {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 30px
  }
}

.page-404 .title-h1 {
  margin-bottom: 40px;
  color: #de3234
}

@media only screen and (max-width: 600px) {
  .page-404 .title-h1 {
    margin-bottom: 30px
  }
}

.page-404__right {
  width: 317px;
  height: 100%
}

@media only screen and (max-width: 900px) {
  .page-404__right {
    width: 100%
  }
}

@media only screen and (max-width: 600px) {
  .page-404__right {
    display: none
  }
}

.page-404__right img {
  margin-top: 35px
}

@media only screen and (max-width: 900px) {
  .page-404__right img {
    margin: 55px auto 0
  }
}

.page-404__left {
  width: calc(100% - 317px);
  padding-right: 15px;
  margin-left: auto
}

@media only screen and (max-width: 900px) {
  .page-404__left {
    width: 100%;
    padding-right: 0
  }
}

@media only screen and (max-width: 600px) {
  .page-404 .btn {
    width: 100%;
    text-align: center
  }
}

@media only screen and (max-width: 900px) {
  .page-404 .btn__block {
    justify-content: center
  }
}

.page-404 .btn-red {
  padding: 15px 76px
}

@media only screen and (max-width: 600px) {
  .page-404 .btn-red {
    margin-bottom: 16px
  }
}

.page-404 .btn-white {
  padding: 15px 31px
}

.forms {
  padding: 96px 0 94px
}

@media only screen and (max-width: 600px) {
  .forms {
    padding: 48px 0 68px 0
  }
}

.forms .btn-red {
  width: 100%;
  margin-top: 34px;
  margin-bottom: 48px
}

.forms .btn-gray {
  padding: 12px 94px;
  position: relative;
  top: -31px
}

@media only screen and (max-width: 1100px) {
  .forms .btn-gray {
    padding: 12px 50px
  }
}

@media only screen and (max-width: 890px) {
  .forms .btn-gray {
    max-width: 401px;
    width: 100%;
    top: 0
  }
}

@media only screen and (max-width: 417px) {
  .forms .btn-gray {
    padding: 12px 20px
  }
}

.forms .text {
  font-size: 12px;
  line-height: 16px;
  color: #2d2c40;
  font-weight: 400;
  text-align: center
}

.forms .link-style {
  margin-left: 3px
}

.forms .icon-linkedin {
  font-size: 18px;
  color: #64637a;
  position: relative;
  top: 2px;
  margin-right: 8px
}

.forms__wrap {
  align-items: center
}

.forms__left {
  width: 100%;
  max-width: 401px
}

@media only screen and (max-width: 890px) {
  .forms__left {
    margin: 0 auto 40px
  }
}

.forms__center {
  width: 100%;
  max-width: 248px;
  text-align: center
}

@media only screen and (max-width: 1100px) {
  .forms__center {
    max-width: 100px
  }
}

@media only screen and (max-width: 890px) {
  .forms__center {
    display: none
  }
}

.forms__right {
  width: 100%;
  max-width: 400px
}

@media only screen and (max-width: 1100px) {
  .forms__right {
    max-width: 350px
  }
}

@media only screen and (max-width: 890px) {
  .forms__right {
    max-width: 100%;
    text-align: center
  }
}

.forms__center-text {
  color: #2d2c40;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  position: relative;
  top: -30px
}

.forms__center-text:after, .forms__center-text:before {
  content: "";
  position: absolute;
  height: 296px;
  width: 1px;
  background: #bdbdbd
}

.forms__center-text:before {
  top: -308px;
  right: 50%
}

.forms__center-text:after {
  top: 35px;
  left: 50%
}

.forms__select + .select2-container--default .select2-selection--single {
  height: 45px;
  border: 1px solid #2d2c40;
  border-radius: 0
}

.forms .error .select2-container--default .select2-selection--single {
  border: 1px solid #de3618
}

.forms__select + .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #64637a;
  line-height: 45px
}

.forms__select + .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 14px;
  height: 45px;
  top: 3px
}

.forms__select + .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  background-image: url(../images/arr.svg);
  background-size: cover;
  display: inline-block;
  width: 11.41px;
  height: 7.12px;
  position: absolute;
  right: 0;
  transition: all .3s ease;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-repeat: no-repeat
}

.forms__select + .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  padding-right: 40px
}

.forms__select + .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none
}

.forms__select + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  transform: rotate(180deg)
}

.forms__select + .select2-container .select2-selection--single .select2-selection__rendered:focus, .forms__select + .select2-container--default .select2-selection--single:focus {
  outline: 0
}

.select2-container {
  width: 100% !important
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #64637a
}

.select2-results__option {
  padding: 10px 15px;
  color: #2d2c40
}

.authorization-page .forms__center-text:after, .authorization-page .forms__center-text:before {
  height: 94px
}

.authorization-page .forms__center-text:before {
  top: -110px
}

.profile {
  padding-bottom: 80px;
  width: 100%
}

@media only screen and (max-width: 768px) {
  .profile {
    padding-bottom: 40px
  }
}

.profile .btn {
  width: 100%
}

.select-date {
  max-width: 400px;
  margin-bottom: 55px;
  z-index: 100
}

@media only screen and (max-width: 768px) {
  .select-date {
    margin-bottom: 48px
  }
}

.select-date .select2-selection.select2-selection--single {
  border: 1px solid #a8a6b7
}

.select-date .select2-container {
  font-weight: 600
}

.tab-list {
  background: #64637a;
  padding: 28px 0 33px
}

.tab-list .btn-red {
  width: auto;
  margin-left: auto;
  position: absolute;
  right: 15px;
  top: -8px
}

@media only screen and (max-width: 600px) {
  .tab-list .btn-red {
    font-size: 12px;
    padding: 5px 20px;
    top: -3px
  }
}

.tab-list .container {
  position: relative
}

@media only screen and (max-width: 768px) {
  .tab-list {
    padding-bottom: 18px
  }
}

@media only screen and (max-width: 600px) {
  .tab-list {
    padding: 20px 0 10px
  }
}

.tab-link {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  position: relative;
  line-height: 24px;
  margin-right: 46px;
  font-family: "Red Rose", cursive
}

@media only screen and (max-width: 600px) {
  .tab-link {
    font-size: 18px;
    margin-right: 26px
  }
}

@media only screen and (max-width: 414px) {
  .tab-link {
    margin-right: 0
  }
}

.tab-link.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  bottom: -6px;
  left: 0
}

.tab-link.active:hover {
  color: #fff
}

.tab-link:hover {
  color: #e41e20
}

.tab-link:active, .tab-link:focus {
  color: #fff
}

#tab1 {
  padding-top: 32px;
  padding-bottom: 78px
}

@media only screen and (max-width: 768px) {
  #tab1 {
    padding-bottom: 0;
    padding-top: 48px
  }
}

#tab2 {
  padding-top: 56px
}

@media only screen and (max-width: 768px) {
  #tab2 {
    padding-top: 48px
  }
}

@media only screen and (max-width: 768px) {
  .tab-item {
    margin-bottom: 15px
  }
}

@media only screen and (max-width: 414px) {
  .tab-item {
    width: 100%
  }
}

.schedule-section__wrap {
  padding: 64px 0 45px 0
}

@media only screen and (max-width: 768px) {
  .schedule-section__wrap {
    padding: 48px 0 0
  }
}

.schedule-section .symbol__wrap {
  margin-bottom: 50px
}

@media only screen and (max-width: 768px) {
  .schedule-section .symbol__wrap {
    margin-bottom: 33px
  }
}

.schedule-section .schedule__info {
  margin-bottom: 31px
}

@media only screen and (max-width: 768px) {
  .schedule-section .schedule__info {
    margin-bottom: 8px
  }
}

.schedule-day-page .section__themes {
  margin-bottom: 121px
}

@media only screen and (max-width: 768px) {
  .schedule-day-page .section__themes {
    margin-bottom: 60px;
    padding: 25px 0 0
  }
}

.schedule-week-page .section__themes {
  margin-bottom: 121px
}

@media only screen and (max-width: 768px) {
  .schedule-week-page .section__themes {
    margin-bottom: 60px;
    padding: 25px 0 0
  }
}

.schedule-week-page .symbol__wrap {
  margin-bottom: 41px
}

@media only screen and (max-width: 768px) {
  .schedule-week-page .symbol__wrap {
    margin-bottom: 33px
  }
}

.schedule-week-page .schedule__info {
  margin-bottom: 32px
}

@media only screen and (max-width: 768px) {
  .schedule-week-page .schedule__info {
    margin-bottom: 8px
  }
}

.schedule-week-page .schedule-section__wrap {
  padding-bottom: 41px
}

@media only screen and (max-width: 768px) {
  .schedule-week-page .schedule-section__wrap {
    padding: 48px 0 0
  }
}

.contacts {
  padding: 65px 0 118px 0
}

@media only screen and (max-width: 768px) {
  .contacts {
    padding: 48px 0 68px 0
  }
}

.contacts .title-h2 {
  margin-bottom: 16px
}

.contacts .input-container {
  margin-bottom: 22px
}

.contacts .input-container:last-of-type {
  margin-bottom: 48px
}

.contacts .btn {
  width: 100%
}

.contacts textarea {
  min-height: 98px
}

.contacts__right {
  width: 508px
}

@media only screen and (max-width: 992px) {
  .contacts__right {
    width: 425px
  }
}

@media only screen and (max-width: 768px) {
  .contacts__right {
    width: 100%
  }
}

.contacts__right .contacts__description {
  margin-bottom: 38px
}

@media only screen and (max-width: 768px) {
  .contacts__right .contacts__description {
    margin-bottom: 18px
  }
}

.contacts__left {
  width: calc(100% - 508px);
  padding-right: 15px
}

@media only screen and (max-width: 992px) {
  .contacts__left {
    width: calc(100% - 425px)
  }
}

@media only screen and (max-width: 768px) {
  .contacts__left {
    width: 100%;
    padding-right: 0
  }
}

.contacts__item {
  margin-bottom: 65px
}

@media only screen and (max-width: 768px) {
  .contacts__item {
    margin-bottom: 48px
  }
}

.contacts__description {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2d2c40;
  display: block;
  margin-bottom: 8px
}

@media only screen and (max-width: 414px) {
  .contacts__description {
    font-size: 14px;
    line-height: 18px
  }
}

.contacts__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2d2c40;
  display: block;
  margin-bottom: 8px
}

.contacts__mail {
  font-family: "Red Rose", cursive;
  font-weight: 700;
  font-size: 28px;
  line-height: 52px;
  color: #e41e20
}

@media only screen and (max-width: 992px) {
  .contacts__mail {
    font-size: 24px;
    line-height: 36px
  }
}

@media only screen and (max-width: 414px) {
  .contacts__mail {
    font-size: 20px;
    line-height: 26px
  }
}

.event-format {
  padding-bottom: 160px
}

@media only screen and (max-width: 768px) {
  .event-format {
    padding-bottom: 88px
  }
}

.event-format .symbol__wrap {
  padding-bottom: 9px;
  padding-top: 25px;
  border-top: 1px solid #9292a2;
  border-bottom: 1px solid #9292a2
}

.partners {
  padding: 64px 0 129px 0
}

@media only screen and (max-width: 768px) {
  .partners {
    padding: 32px 0 68px 0
  }
}

.partners .title-h5 {
  color: #e41e20;
  margin-bottom: 17px
}

.partners__wrap {
  display: grid;
  grid-template-columns:repeat(4, 1fr);
  grid-column-gap: 32px
}

@media only screen and (max-width: 1200px) {
  .partners__wrap {
    grid-column-gap: 16px
  }
}

@media only screen and (max-width: 768px) {
  .partners__wrap {
    grid-template-columns:repeat(3, 1fr)
  }
}

@media only screen and (max-width: 600px) {
  .partners__wrap {
    grid-template-columns:repeat(2, 1fr)
  }
}

.partners__item {
  background: #f3f2ff;
  padding: 42px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px
}

@media only screen and (max-width: 1200px) {
  .partners__item {
    padding: 30px
  }
}

@media only screen and (max-width: 768px) {
  .partners__item {
    margin-bottom: 16px
  }
}

@media only screen and (max-width: 414px) {
  .partners__item {
    padding: 17px 30px
  }
}

.who-we-are {
  padding: 56px 0 129px 0
}

@media only screen and (max-width: 768px) {
  .who-we-are {
    padding: 32px 0 68px 0
  }
}

.faq {
  padding: 64px 0 160px 0
}

@media only screen and (max-width: 768px) {
  .faq {
    padding: 32px 0 68px 0
  }
}

.faq .item-answer {
  display: none;
  margin-bottom: 52px;
  padding: 15px 37px 36px 32px
}

@media only screen and (max-width: 414px) {
  .faq .item-answer {
    padding: 15px 26px 26px;
    margin-bottom: 24px
  }
}

.faq .item-title {
  font-size: 20px;
  line-height: 24px;
  color: #2d2c40;
  padding: 36px 70px 36px 32px;
  cursor: pointer;
  transition: all .5s ease;
  position: relative;
  font-family: "Red Rose", cursive;
  font-weight: 700
}

@media only screen and (max-width: 414px) {
  .faq .item-title {
    font-size: 18px;
    line-height: 21px;
    padding: 26px 50px 26px 26px
  }
}

.faq .item-title:hover {
  background: #e0e0e0
}

.faq .item-title:before {
  position: absolute;
  top: 50%;
  background: #de3234;
  content: "";
  width: 14px;
  height: 2px;
  right: 36px
}

@media only screen and (max-width: 414px) {
  .faq .item-title:before {
    right: 20px
  }
}

.faq .item-title:after {
  position: absolute;
  top: 50%;
  background: #de3234;
  content: "";
  width: 2px;
  height: 14px;
  margin-top: -6px;
  transition: all .4s ease-out;
  right: 42px
}

@media only screen and (max-width: 414px) {
  .faq .item-title:after {
    right: 26px
  }
}

.faq .item-title.opened:after {
  transform: rotate(90deg)
}

.faq__item {
  background: #f2f2f2;
  margin-bottom: 24px
}

.one-event {
  padding-bottom: 97px
}

@media only screen and (max-width: 768px) {
  .one-event {
    padding-bottom: 32px
  }
}

.one-event .title-h2, .one-event h2 {
  letter-spacing: -.4px;
  color: #e41e20;
  margin-bottom: 35px
}

@media only screen and (max-width: 768px) {
  .one-event .title-h2, .one-event h2 {
    margin-bottom: 16px
  }
}

.one-event__right {
  width: 292px
}

@media only screen and (max-width: 768px) {
  .one-event__right {
    display: none
  }
}

.one-event__right .symbol__wrap {
  margin-bottom: 18px
}

.one-event__left {
  width: calc(100% - 292px);
  padding-right: 15px
}

@media only screen and (max-width: 768px) {
  .one-event__left {
    padding-right: 0;
    width: 100%
  }
}

.one-event .btn-red {
  padding: 16px 30px
}

.one-event .icon-calendar, .one-event .icon-clock {
  margin-right: 5px
}

.one-event__wrap {
  justify-content: space-between
}

.one-event .schedule__info-name {
  display: block;
  margin-left: 0
}

.one-event .schedule__info-org {
  display: block;
  margin-bottom: 8px
}

.one-event .schedule__info-description {
  margin-bottom: 21px
}

.one-event .schedule__info-label {
  left: 0;
  margin-right: 0;
  margin-bottom: 17px
}

.one-event .schedule__info-data {
  font-weight: 400;
  display: block;
  margin-bottom: 16px
}

.one-event .schedule__info-time {
  display: block;
  margin-bottom: 15px
}

.one-event-page .partners {
  padding-bottom: 30px
}

.one-event-page .icon-calendar, .one-event-page .icon-clock {
  vertical-align: middle;
  color: #e41e20
}

.one-event-page .icon-calendar {
  font-size: 18px
}

.one-event-page .icon-clock {
  font-size: 20px
}

.one-event-page .symbol__wrap .icon {
  font-size: 28px;
  top: 6px;
  left: 1px
}

.one-event-page .symbol__color {
  width: 40px;
  height: 40px
}

.one-event-page .symbol__item {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
  padding-right: 0
}

.one-event-page .symbol__text {
  padding-left: 16px;
  width: calc(100% - 40px);
  font-size: 16px;
  line-height: 20px
}

@media only screen and (max-width: 768px) {
  .one-event-page .speakers {
    padding-bottom: 48px
  }
}

.one-event-top {
  position: relative;
  padding: 50px 0 47px 0
}

@media only screen and (max-width: 768px) {
  .one-event-top {
    padding: 32px 0
  }
}

.one-event-top .breadcrumbs, .one-event-top .btn__block, .one-event-top__wrap {
  position: relative;
  z-index: 2
}

.one-event-top .symbol__wrap {
  margin-bottom: 31px
}

.one-event-top .btn__block .btn-red {
  padding: 16px 31px
}

@media only screen and (max-width: 560px) {
  .one-event-top .btn__block .btn-red {
    margin-bottom: 8px
  }
}

.one-event-top .btn__block .btn-white {
  padding: 16px 28px;
  background: 0 0
}

.one-event-top .btn__block .icon-calendar {
  margin-right: 0;
  margin-left: 10px;
  color: #2d2c40
}

.one-event-top .icon-big {
  font-weight: 400;
  position: absolute;
  font-size: 512px;
  right: -4px;
  opacity: .05;
  top: 0
}

@media only screen and (max-width: 864px) {
  .one-event-top .icon-big {
    display: none
  }
}

.one-event-top .breadcrumbs__item {
  color: #64637a
}

.one-event-top .breadcrumbs__item a {
  color: #64637a
}

.one-event-top .breadcrumbs .icon {
  color: #64637a
}

.one-event-top .breadcrumbs a:active, .one-event-top .breadcrumbs a:focus, .one-event-top .breadcrumbs a:hover {
  color: #e41e20
}

.one-event-top .breadcrumbs__wrapper {
  margin-bottom: 4px
}

.one-event-top .title-h1 {
  color: #2d2c40;
  margin-bottom: 28px
}

@media only screen and (max-width: 768px) {
  .one-event-top .title-h1 {
    margin-bottom: 16px
  }
}

.one-event-top .icon-calendar, .one-event-top .icon-clock {
  margin-right: 4px
}

.one-event-top .schedule__info-description {
  margin-bottom: 17px
}

@media only screen and (max-width: 768px) {
  .one-event-top .schedule__info-description {
    margin-bottom: 26px
  }
}

@media only screen and (max-width: 768px) {
  .one-event-top .schedule__info-description span {
    display: block
  }
}

@media only screen and (max-width: 768px) {
  .one-event-top .schedule__info-org {
    margin-bottom: 8px
  }
}

@media only screen and (max-width: 768px) {
  .one-event-top .schedule__info-name {
    margin-left: 0
  }
}

.one-event-top .schedule__info-label {
  left: 0;
  margin-right: 18px
}

@media only screen and (max-width: 768px) {
  .one-event-top .schedule__info-label {
    margin-right: 0;
    margin-bottom: 10px
  }
}

.one-event-top .schedule__info-data {
  font-weight: 400;
  margin-right: 14px
}

@media only screen and (max-width: 768px) {
  .one-event-top .schedule__info-data {
    display: block;
    margin-right: 0;
    margin-bottom: 8px
  }
}

@media only screen and (max-width: 768px) {
  .one-event-top .schedule__info-time {
    display: block
  }
}

.one-event-top .schedule__info-status {
  margin-bottom: 27px
}

@media only screen and (max-width: 768px) {
  .one-event-top .schedule__info-status {
    margin-bottom: 24px
  }
}

.one-event .btn__block-custom .btn-red {
  margin-bottom: 18px
}

.one-event .btn__block-custom .btn {
  width: 100%;
  text-align: center
}

.speakers-section {
  padding: 64px 0 142px 0
}

@media only screen and (max-width: 768px) {
  .speakers-section {
    padding: 32px 0 68px 0
  }
}

.speakers-section__wrap {
  padding-bottom: 86px
}

@media only screen and (max-width: 768px) {
  .speakers-section__wrap {
    padding-bottom: 22px
  }
}

.speakers-section .search {
  margin-bottom: 32px
}

.speakers-section__info {
  display: none
}

.speakers-section__info .title-h4 {
  font-size: 16px;
  line-height: 20px;
  color: #2d2c40
}

@media only screen and (max-width: 500px) {
  .speakers-section__info-wrap {
    margin-bottom: 8px
  }
}

.speakers-section__title {
  cursor: pointer;
  transition: all .5s ease;
  font-family: "Red Rose", cursive;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #e41e20;
  padding: 16px 0;
  border-bottom: 1px solid #9292a2;
  margin-bottom: 16px;
  position: relative
}

@media only screen and (max-width: 992px) {
  .speakers-section__title {
    font-size: 18px;
    line-height: 22px
  }
}

@media only screen and (max-width: 768px) {
  .speakers-section__title {
    padding: 10px 0;
    margin-bottom: 12px
  }
}

@media only screen and (max-width: 414px) {
  .speakers-section__title {
    font-size: 16px;
    line-height: 20px
  }
}

.speakers-section__title:hover {
  background: #fdeded;
  border-color: transparent
}

.speakers-section__title:before {
  position: absolute;
  top: 50%;
  background: #de3234;
  content: "";
  width: 14px;
  height: 2px;
  right: 5px
}

.speakers-section__title:after {
  position: absolute;
  top: 50%;
  background: #de3234;
  content: "";
  width: 2px;
  height: 14px;
  margin-top: -6px;
  transition: all .4s ease-out;
  right: 11px
}

.speakers-section__title.opened:after {
  transform: rotate(90deg)
}

.speakers-section__right {
  width: 616px
}

@media only screen and (max-width: 1260px) {
  .speakers-section__right {
    width: 50%
  }
}

@media only screen and (max-width: 768px) {
  .speakers-section__right {
    width: 100%
  }
}

.speakers-section__left {
  width: calc(100% - 616px);
  padding-right: 15px;
  margin-top: 17px
}

@media only screen and (max-width: 1260px) {
  .speakers-section__left {
    width: 50%
  }
}

@media only screen and (max-width: 768px) {
  .speakers-section__left {
    width: 100%;
    margin-top: 0;
    padding-right: 0
  }
}

.speakers-section__item {
  border-top: 1px solid #64637a;
  padding: 50px 0 48px 0
}

@media only screen and (max-width: 768px) {
  .speakers-section__item {
    padding: 32px 0 22px 0
  }
}

@media only screen and (max-width: 768px) {
  .speakers-section .speakers__item {
    margin-bottom: 22px
  }
}

.speakers-section__content-left {
  width: 108px;
  padding-right: 10px
}

@media only screen and (max-width: 500px) {
  .speakers-section__content-left {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0
  }
}

.speakers-section__content-right {
  width: calc(100% - 108px)
}

@media only screen and (max-width: 500px) {
  .speakers-section__content-right {
    width: 100%
  }
}

.speakers-section .schedule__info {
  margin-bottom: 8px
}

.speakers-section .schedule__info-status {
  align-items: center
}

.speakers-section .schedule__link {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #64637a;
  text-decoration: underline;
  max-width: 300px;
  transition: all .5s ease
}

.speakers-section .schedule__link:hover {
  text-decoration: none
}

@media only screen and (max-width: 500px) {
  .speakers-section .schedule__link {
    font-size: 12px;
    line-height: 16px
  }
}

.speakers-section img {
  width: 100%;
  height: auto
}

.symbol__bg {
  margin-bottom: 16px
}

@media only screen and (max-width: 1400px) {
  .symbol__bg {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-column-gap: 10px
  }
}

@media only screen and (max-width: 1260px) {
  .symbol__bg {
    grid-template-columns:repeat(4, 1fr)
  }
}

@media only screen and (max-width: 1023px) {
  .symbol__bg {
    grid-template-columns:repeat(3, 1fr)
  }
}

@media only screen and (max-width: 768px) {
  .symbol__bg {
    grid-template-columns:repeat(2, 1fr)
  }
}

@media only screen and (max-width: 414px) {
  .symbol__bg {
    grid-template-columns:repeat(1, 1fr)
  }
}

.symbol__bg .symbol__item {
  padding: 4px 20px 4px 6px;
  border-radius: 64px;
  margin-right: 26px;
  max-width: 220px;
  width: auto;
  transition: all .5s ease
}

@media only screen and (max-width: 1400px) {
  .symbol__bg .symbol__item {
    max-width: 100%;
    width: 100%;
    margin-right: 0
  }
}

@media only screen and (max-width: 768px) {
  .symbol__bg .symbol__item {
    padding: 4px 6px
  }
}

.symbol__bg .symbol__item.symbol__link {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #e41e20;
  border-radius: 64px;
  padding: 13px 27px;
  margin-right: 24px;
  text-align: center;
  transition: all .5s ease;
  font-family: Montserrat, sans-serif
}

@media only screen and (max-width: 1400px) {
  .symbol__bg .symbol__item.symbol__link {
    margin-right: 0
  }
}

@media only screen and (max-width: 768px) {
  .symbol__bg .symbol__item.symbol__link {
    font-size: 12px;
    line-height: 22px
  }
}

.symbol__bg .symbol__item.symbol__link:hover {
  opacity: .8
}

.symbol__bg .symbol__color {
  width: 40px;
  height: 40px
}

.symbol__bg .symbol__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: Montserrat, sans-serif
}

@media only screen and (max-width: 768px) {
  .symbol__bg .symbol__text {
    font-size: 12px;
    line-height: 16px
  }
}

.symbol__bg .icon {
  top: 5px;
  font-size: 28px
}

.symbol__bg .symbol__text {
  padding-left: 8px
}

.symbol__bg .item-color-1 {
  background: #f0fcff
}

.symbol__bg .item-color-1:active, .symbol__bg .item-color-1:hover {
  background: #06b0d7
}

.symbol__bg .item-color-2 {
  background: #f6f3fc
}

.symbol__bg .item-color-2:active, .symbol__bg .item-color-2:hover {
  background: #673ab7
}

.symbol__bg .item-color-2:active .symbol__text, .symbol__bg .item-color-2:hover .symbol__text {
  color: #fff
}

.symbol__bg .item-color-3 {
  background: #ecfcfb
}

.symbol__bg .item-color-3:active, .symbol__bg .item-color-3:hover {
  background: #009688
}

.symbol__bg .item-color-4 {
  background: #fffaeb
}

.symbol__bg .item-color-4:active, .symbol__bg .item-color-4:hover {
  background: #ffc000
}

.symbol__bg .item-color-5 {
  background: #fff5f9
}

.symbol__bg .item-color-5:active, .symbol__bg .item-color-5:hover {
  background: #ff005d
}

.symbol__bg .item-color-5:active .symbol__text, .symbol__bg .item-color-5:hover .symbol__text {
  color: #fff
}

.watch-live {
  padding: 64px 0 56px 0
}

@media only screen and (max-width: 768px) {
  .watch-live {
    padding: 32px 0 22px 0
  }
}

.watch-live a.btn {
  text-decoration: none;
  margin-bottom: 64px;
  padding: 15px 30px 15px 32px
}

@media only screen and (max-width: 768px) {
  .watch-live a.btn {
    margin-bottom: 32px
  }
}

.watch-live .btn-white .icon {
  font-size: 18px;
  margin-left: 8px
}

.watch-live__video {
  margin-bottom: 62px;
  max-width: 822px
}

@media only screen and (max-width: 768px) {
  .watch-live__video {
    margin-bottom: 32px
  }
}

.watch-live .video-block {
  margin-bottom: 27px
}

@media only screen and (max-width: 768px) {
  .watch-live .video-block {
    margin-bottom: 22px
  }
}

.watch-live__video-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2d2c40;
  margin-bottom: 17px
}

@media only screen and (max-width: 414px) {
  .watch-live__video-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px
  }
}

.watch-live__video-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #e41e20;
  text-decoration: underline
}

@media only screen and (max-width: 414px) {
  .watch-live__video-link {
    font-size: 14px;
    line-height: 22px
  }
}

.watch-live__video-link:hover {
  text-decoration: none
}

.watch-live .content-block {
  margin-bottom: 36px
}

@media only screen and (max-width: 768px) {
  .watch-live .content-block {
    margin-bottom: 22px
  }
}

.youtube-player {
  position: relative;
  margin: auto;
  cursor: pointer
}

.youtube-player img {
  width: 100%
}

.youtube-player.pristine::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/youtube.svg);
  transition: opacity .2s ease;
  width: 104px;
  height: 74px;
  background-size: cover;
  background-repeat: no-repeat
}

@media only screen and (max-width: 500px) {
  .youtube-player.pristine::before {
    width: 55px;
    height: 39px
  }
}

.youtube-player.pristine:hover::before {
  opacity: .7
}

.themes {
  padding-top: 40px
}

.themes-page .partners {
  padding-top: 40px
}

@media only screen and (max-width: 768px) {
  .themes-page .partners {
    padding-top: 15px
  }
}

@media only screen and (max-width: 768px) {
  .themes {
    padding-top: 32px
  }
}

.themes .symbol__bg {
  margin-bottom: 40px
}

@media only screen and (max-width: 768px) {
  .themes .symbol__bg {
    margin-bottom: 32px
  }
}

.title-block-description {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-family: "Red Rose", cursive;
  font-weight: 700;
  max-width: 805px;
  color: #fff;
  letter-spacing: -.2px
}

@media only screen and (max-width: 600px) {
  .title-block-description {
    font-size: 18px;
    line-height: 22px
  }
}

.title-block-themes {
  padding: 58px 0 55px;
  position: relative
}

@media only screen and (max-width: 768px) {
  .title-block-themes {
    padding: 32px 0
  }
}

.title-block-themes .title-pages {
  max-width: 789px;
  margin-bottom: 16px;
  letter-spacing: -.5px
}

.title-block-themes .icon-big {
  font-weight: 400;
  position: absolute;
  font-size: 527px;
  color: #f0fcff;
  right: 95px;
  opacity: .05;
  top: -142px
}

@media only screen and (max-width: 1550px) {
  .title-block-themes .icon-big {
    right: 0
  }
}

@media only screen and (max-width: 992px) {
  .title-block-themes .icon-big {
    display: none
  }
}

.logistics {
  padding: 64px 0 114px 0
}

@media only screen and (max-width: 768px) {
  .logistics {
    padding: 32px 0 68px 0
  }
}