/*fonts*/
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PlayfairDisplay';
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PlayfairDisplay';
  src: url("../fonts/PlayfairDisplay-Black.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*-fonts*/
/*options*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  color: #383838;
  background: #F6F3EE;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background: #C69141;
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
}

p {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

p.small {
  font-size: 14px;
  line-height: 21px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  font-family: 'PlayfairDisplay', sans-serif;
}

h1 b, h2 b, h3 b, h4 b, h5 b {
  color: #C69141;
}

h1 {
  font-size: 60px;
  line-height: 75px;
}

h2 {
  font-size: 50px;
  line-height: 67px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
}

h5 {
  font-size: 26px;
  line-height: 35px;
}

img {
  max-width: 100%;
}

ul, ol {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input {
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: #5B6081;
}

input::-moz-placeholder {
  color: #5B6081;
}

input:-ms-input-placeholder {
  color: #5B6081;
}

input:-moz-placeholder {
  color: #5B6081;
}

input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

html,
body {
  height: 100%;
}

.home-form-blur {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  filter: blur(10px);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

.section-title h2 {
  margin-bottom: 0;
}

.section-title span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.section-title span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #C69141;
  -webkit-animation: anim-1 3s infinite linear alternate;
          animation: anim-1 3s infinite linear alternate;
}

.section-title.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.section-title.center span:after {
  left: 50%;
  width: 57px;
  -webkit-animation: anim-2 2s infinite linear alternate;
          animation: anim-2 2s infinite linear alternate;
}

.button {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 52px;
  color: #383838;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'PlayfairDisplay', sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF5DE), color-stop(50.15%, #EDDBAF), color-stop(73.46%, #F4E2B6), color-stop(90.58%, #E4D5B0), to(#CDBC92));
  background: -o-linear-gradient(top, #FFF5DE 0%, #EDDBAF 50.15%, #F4E2B6 73.46%, #E4D5B0 90.58%, #CDBC92 100%);
  background: linear-gradient(180deg, #FFF5DE 0%, #EDDBAF 50.15%, #F4E2B6 73.46%, #E4D5B0 90.58%, #CDBC92 100%);
  border-radius: 26px;
}

.button img {
  margin-left: 10px;
}

/*-options*/
/*animations*/
@-webkit-keyframes anim-1 {
  from {
    width: 0;
  }
  to {
    width: 57px;
  }
}
@keyframes anim-1 {
  from {
    width: 0;
  }
  to {
    width: 57px;
  }
}

@-webkit-keyframes anim-2 {
  from {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  to {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@keyframes anim-2 {
  from {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  to {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@-webkit-keyframes anim-3 {
  1% {
    -webkit-transform: translateX(-4px) rotate(2deg);
            transform: translateX(-4px) rotate(2deg);
  }
  2% {
    -webkit-transform: translateX(4px) rotate(-2deg);
            transform: translateX(4px) rotate(-2deg);
  }
  4% {
    -webkit-transform: translateX(-4px) rotate(3.6deg);
            transform: translateX(-4px) rotate(3.6deg);
  }
  6% {
    -webkit-transform: translateX(4px) rotate(-2.4deg);
            transform: translateX(4px) rotate(-2.4deg);
  }
  8% {
    -webkit-transform: translateX(-4px) rotate(1.2deg);
            transform: translateX(-4px) rotate(1.2deg);
  }
}

@keyframes anim-3 {
  1% {
    -webkit-transform: translateX(-4px) rotate(2deg);
            transform: translateX(-4px) rotate(2deg);
  }
  2% {
    -webkit-transform: translateX(4px) rotate(-2deg);
            transform: translateX(4px) rotate(-2deg);
  }
  4% {
    -webkit-transform: translateX(-4px) rotate(3.6deg);
            transform: translateX(-4px) rotate(3.6deg);
  }
  6% {
    -webkit-transform: translateX(4px) rotate(-2.4deg);
            transform: translateX(4px) rotate(-2.4deg);
  }
  8% {
    -webkit-transform: translateX(-4px) rotate(1.2deg);
            transform: translateX(-4px) rotate(1.2deg);
  }
}

@-webkit-keyframes anim-4 {
  from {
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}

@keyframes anim-4 {
  from {
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}

@-webkit-keyframes anim-5 {
  from {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  to {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@keyframes anim-5 {
  from {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  to {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@-webkit-keyframes anim-6 {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes anim-6 {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@-webkit-keyframes anim-7 {
  from {
    height: 0;
  }
  to {
    height: 57px;
  }
}

@keyframes anim-7 {
  from {
    height: 0;
  }
  to {
    height: 57px;
  }
}

@-webkit-keyframes anim-8 {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes anim-8 {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-webkit-keyframes anim-9 {
  from {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  to {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

@keyframes anim-9 {
  from {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  to {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

@-webkit-keyframes anim-10 {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) rotate(-360deg);
            transform: translateY(-50%) rotate(-360deg);
  }
}

@keyframes anim-10 {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) rotate(-360deg);
            transform: translateY(-50%) rotate(-360deg);
  }
}

/*-animations*/
/*header*/
.header {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 60px;
}

.header.fixed {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(198, 145, 65, 0.5);
          box-shadow: 0px 5px 5px 0px rgba(198, 145, 65, 0.5);
}

.header.fixed .header-logo img {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.header-logo {
  display: block;
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 70px;
}

.header-logo img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-burger {
  display: none;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu li {
  margin-right: 50px;
}

.header-menu a {
  position: relative;
  color: #383838;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.header-menu a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #C69141;
  opacity: 0;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contacts li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 40px;
  padding-left: 40px;
}

.header-contacts li img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anim-3 7s infinite;
          animation: anim-3 7s infinite;
}

.header-contacts li span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.header-contacts li a {
  color: #383838;
  font-size: 18px;
  font-weight: 900;
  font-family: 'PlayfairDisplay', sans-serif;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

/*-header*/
/*home*/
.home {
  padding-top: 120px;
  padding-bottom: 50px;
  margin-bottom: 100px;
  background: url(../img/bgr/1.jpg) top center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.home-text {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.home-text h1 {
  margin-bottom: 15px;
}

.home-text p {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 45px;
}

.home-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-right: 50px;
}

.home-text ul li img {
  margin-right: 20px;
}

.home-text_img {
  position: absolute;
  z-index: -1;
  left: 540px;
  top: 0;
  width: 60%;
}

.home-form_popup {
  display: none; 
}

.home-form {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 60px 70px;
  height: 290px;
  background-color: #FFFFFF;
}

.home-form_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border: none;
  background-color: none;
  background-image: url('../img/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-form_bgr {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-form_mob {
  display: none;
}

.home-form_top {
  text-align: center;
}

.home-form_top span {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-form_top h3 {
  margin-bottom: 0;
}

/*-home*/
/*speakers*/
.speakers {
  margin-bottom: 150px;
}

.speakers .section-title {
  margin-bottom: 90px;
}

.speakers-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
.speakers-box:nth-child(4) {
 width: 64%;
 margin-top: 70px;
}
.speakers-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 28%;
}

.speakers-box_img {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}

.speakers-box_img img {
  width: 100%;
}

.speakers-box_text {
  width: 100%;
}

.speakers-box_text h3 {
  font-weight: 900;
  margin-bottom: 25px;
}

.speakers-box_text p:nth-child(2) {
  width: 90%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.speakers-box_text p:nth-child(3) {
  position: relative;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 0;
}

.speakers-box_text p:nth-child(3):before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 100%;
  background: #C69141;
  -webkit-animation: anim-4 2s infinite linear alternate;
          animation: anim-4 2s infinite linear alternate;
}

.speakers-box:nth-child(1) .speakers-box_text.two {
  display: none;
}

.speakers-box:nth-child(2) .speakers-box_text.two {
  display: none;
}

.speakers-box:nth-child(1) .speakers-box_img:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 60px;
  right: -35px;
  width: 70px;
  height: 2px;
  background: #939393;
  -webkit-animation: anim-5 3s infinite linear alternate;
          animation: anim-5 3s infinite linear alternate;
}

.speakers-box:nth-child(2) .speakers-box_img:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 235px;
  left: -35px;
  width: 70px;
  height: 2px;
  background: #939393;
  animation: anim-5 3s infinite linear alternate-reverse;
}

.speakers-box:nth-child(2) .speakers-box_text {
  margin-top: 40px;
}

.speakers-box:nth-child(2) .speakers-box_img {
  margin-bottom: 0;
  margin-top: 40px;
}

.speakers-box:nth-child(3) .speakers-box_img:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -35px;
  left: 30px;
  width: 2px;
  height: 70px;
  background: #939393;
  -webkit-animation: anim-5 3s infinite linear alternate;
          animation: anim-5 3s infinite linear alternate;
}

.speakers-box:nth-child(4) .speakers-box_img:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -35px;
  left: 30px;
  width: 2px;
  height: 70px;
  background: #939393;
  -webkit-animation: anim-5 3s infinite linear alternate;
          animation: anim-5 3s infinite linear alternate;
}
.speakers-box:nth-child(5) .speakers-box_img:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -35px;
  left: 30px;
  width: 2px;
  height: 70px;
  background: #939393;
  -webkit-animation: anim-5 3s infinite linear alternate;
          animation: anim-5 3s infinite linear alternate;
}

.speakers-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px rgba(56, 56, 56, 0.05);
          box-shadow: 0px 0px 25px rgba(56, 56, 56, 0.05);
  border-radius: 10px;
  padding: 60px 70px;
}

.speakers-info:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 98%;
  height: 94%;
  border: 1px solid #C69141;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
}

.speakers-info h3 {
  position: relative;
  width: auto;
  margin-bottom: 30px;
}

.speakers-info h3:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -90px;
  width: 57px;
  height: 2px;
  background: #C69141;
  -webkit-animation: anim-4 2s infinite linear alternate;
          animation: anim-4 2s infinite linear alternate;
}

.speakers-info h3:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -90px;
  width: 57px;
  height: 2px;
  background: #C69141;
  -webkit-animation: anim-4 2s infinite linear alternate;
          animation: anim-4 2s infinite linear alternate;
}

.speakers-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.speakers-info ul li {
  width: 30%;
  text-align: center;
}

.speakers-info ul li h4 {
  margin-bottom: 10px;
}

.speakers-info ul li p {
  margin-bottom: 0;
}

.speakers-info_bgr:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-animation: anim-6 5s infinite linear alternate;
          animation: anim-6 5s infinite linear alternate;
}

.speakers-info_bgr:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  animation: anim-6 5s infinite linear alternate-reverse;
}

/*-speakers*/
/*for*/
.for {
  position: relative;
  margin-bottom: 150px;
}

.for:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1655px;
  background: url(../img/bgr/2.jpg) top center no-repeat;
  background-size: cover;
}

.for .section-title {
  margin-bottom: 50px;
}

.for .container {
  position: relative;
}

.for-img {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 90px;
  width: 43%;
  animation: anim-8 4s infinite linear alternate-reverse;
}

.for-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 80px 195px 80px 80px;
  background: #FFFFFF;
  width: 750px;
}

.for-text ul {
  width: 100%;
}

.for-text li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.for-text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  background: url(../img/icons/8.svg) center no-repeat;
  background-size: contain;
  animation: anim-9 2s infinite linear alternate-reverse;
}

.for-text li p {
  margin-bottom: 0;
}

.for-text_line {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 20px;
  display: block;
  width: 57px;
  height: 57px;
}

.for-text_line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  background: #C69141;
  -webkit-animation: anim-7 5s infinite linear alternate;
          animation: anim-7 5s infinite linear alternate;
}

.for-text_line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background: #C69141;
  -webkit-animation: anim-1 5s infinite linear alternate;
          animation: anim-1 5s infinite linear alternate;
}

/*-for*/
/*about*/
.about {
  margin-bottom: 100px;
}

.about-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.about-wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 10%;
  height: 1450px;
  width: 2px;
  background: #939393;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-boxs {
  width: 44%;
}

.about-boxs.one .about-box:nth-child(3) {
  display: none;
}

.about-boxs:nth-child(2) {
  margin-left: auto;
}

.about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 70px;
  width: 100%;
}

.about-box h3 {
  font-weight: 900;
  margin-bottom: 15px;
}

.about-box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 25px;
}

.about-box_img img {
  width: 100%;
}

.about-box_img span {
  content: '';
  position: absolute;
  z-index: 3;
  right: -18.4%;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #F6F3EE;
  background-image: url(../img/icons/9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: anim-10 4s infinite linear;
          animation: anim-10 4s infinite linear;
}

.about-box_img:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: #939393;
  -webkit-animation: anim-5 2s infinite linear alternate;
          animation: anim-5 2s infinite linear alternate;
}

.about-boxs:nth-child(2) .about-box_img:after {
  left: -55px;
  animation: anim-5 2s infinite linear alternate-reverse;
}

.about-boxs:nth-child(2) .about-box_img span {
  left: -18.4%;
  animation: anim-10 4s infinite linear reverse;
}

.about-box_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
}

.about-box_info img {
  margin-right: 7px;
}

.about-box_info span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
}

.about-box_info span b {
  font-weight: 300;
  text-decoration: underline;
}

/*-about*/
/*gallery*/
.gallery {
  padding-bottom: 100px;
  background: url(../img/bgr/3.jpg) top center no-repeat;
  background-size: cover;
}

.gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 100px;
}

.gallery-wrap .section-title {
  margin-right: 100px;
}

.gallery-text {
  position: relative;
  padding: 30px 0px 30px 30px;
}

.gallery-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  width: 4px;
  background: #C69141;
  -webkit-animation: anim-4 3s infinite linear alternate;
          animation: anim-4 3s infinite linear alternate;
}

.gallery-text p:last-child {
  margin-bottom: 0;
}

.gallery-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px;
}

.gallery-slider_pagination {
  width: auto;
  margin: 0px 50px;
  font-weight: 500;
  font-size: 18px;
}

.gallery-slider_prev {
  outline: none;
  cursor: pointer;
}

.gallery-slider_next {
  outline: none;
  cursor: pointer;
}

/*-gallery*/
/*registration*/
.registration-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 50px 40px;
}

.registration-wrap_bgr {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.registration-wrap_mob {
  display: none;
}

.registration-left {
  width: 48%;
  margin-top: 10px;
}

.registration-left h4 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}

.registration-left span {
  font-size: 16px;
  font-weight: 700;
}

.registration-left li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.registration-left li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../img/icons/8.svg) center no-repeat;
  background-size: contain;
  animation: anim-9 2s infinite linear alternate-reverse;
}

.registration-left li p {
  margin-bottom: 0;
}

.registration-right {
  width: 48%;
}

.registration-right h5 {
  margin-bottom: 0;
}

/*-registration*/
/*thank*/
.thank {
  padding-top: 120px;
}

.main-thank {
  background: url(../img/bgr/1.jpg) top center no-repeat;
  background-size: cover;
}

.thank-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}

.thank-text {
  width: 48%;
}

.thank-text h1 {
  color: #C69141;
  margin-bottom: 20px;
}

.thank-text p {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

.thank-video {
  width: 48%;
  padding-top: 25%;
  position: relative;
}

.thank-video iframe,
.thank-video video,
.thank-video img {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  outline: none;
  object-fit: cover;
}

.thank-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.thank-list li:nth-child(1) {
  color: #C69141;
}

.thank-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: 400;
}

.thank-list li img {
  margin: 0px 10px;
}

.thank-bottom h2 {
  width: auto;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #2A2344;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.thank-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.thank-bottom li {
  position: relative;
  width: 46%;
  padding-right: 50px;
}

.thank-bottom span {
  font-size: 30px;
  font-weight: 400;
  display: block;
  margin-bottom: 35px;
}

.thank-bottom h4 {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.thank-bottom_arrow {
  position: absolute;
  right: 0;
  top: 10px;
}

/*-thank*/
/*footer*/
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

.footer span {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}

/*-footer*/
@media (min-width: 1200px) {
  /*hover*/
  .header-contacts a:hover,
  .header-menu a:hover {
    color: #C69141;
  }
  .header-menu a:hover:after {
    opacity: 1;
    bottom: -7px;
  }
  .button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFECBE), color-stop(50.15%, #F3DCA4), color-stop(73.46%, #FADE99), color-stop(90.58%, #ECD291), to(#D6B669));
    background: -o-linear-gradient(top, #FFECBE 0%, #F3DCA4 50.15%, #FADE99 73.46%, #ECD291 90.58%, #D6B669 100%);
    background: linear-gradient(180deg, #FFECBE 0%, #F3DCA4 50.15%, #FADE99 73.46%, #ECD291 90.58%, #D6B669 100%);
  }
  /*-hover*/
}

@media screen and (max-width: 768px) {
  .home-form {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
  }
  
  .home-form--hide {
    display: none;
  }
  
  .home-form_popup {
    order: 2;
    display: flex;
    margin: 15px auto 20px;
  }
}

@media (max-height: 850px) and (min-width: 1200px) {
  /*options*/
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  /*-options*/
  /*home*/
  .home-text {
    margin-bottom: 30px;
  }
  .home-text p {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .home-form {
    padding: 45px 70px;
  }
  .home-form_bgr {
    height: 250px;
  }
  .home-text_img {
    /* top: -50px; */
  }
  /*-home*/
}

@media (max-width: 1440px) {
  /*header*/
  .header {
    padding: 10px 15px;
  }
  /*-header*/
}

@media (max-width: 1200px) {
  /*header*/
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    position: relative;
    z-index: 11;
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin: 0;
  }
  .header-burger {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 36px;
    height: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-burger span {
    height: 2px;
    background: #383838;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-burger span:nth-child(1) {
    width: 100%;
  }
  .header-burger span:nth-child(2) {
    width: 60%;
  }
  .header-burger span:nth-child(3) {
    width: 30%;
  }
  .header-burger.open {
    height: 16px;
    -webkit-transform: rotate(90deg) translateY(-5px);
        -ms-transform: rotate(90deg) translateY(-5px);
            transform: rotate(90deg) translateY(-5px);
  }
  .header-burger.open span:nth-child(1) {
    -webkit-transform: translate(0px, 6px) rotate(-45deg);
        -ms-transform: translate(0px, 6px) rotate(-45deg);
            transform: translate(0px, 6px) rotate(-45deg);
  }
  .header-burger.open span:nth-child(2) {
    opacity: 0;
  }
  .header-burger.open span:nth-child(3) {
    width: 100%;
    -webkit-transform: translate(0px, -7px) rotate(45deg);
        -ms-transform: translate(0px, -7px) rotate(45deg);
            transform: translate(0px, -7px) rotate(45deg);
  }
  .header-wrap {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #F6F3EE;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
  }
  .header-menu li {
    margin-right: 0;
    margin-bottom: 44px;
  }
  .header-menu a {
    font-size: 15px;
  }
  .header-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-contacts li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    padding-left: 0;
  }
  .header-contacts li img {
    position: static;
    margin-bottom: 15px;
  }
  .header-contacts li:nth-child(1) {
    margin-bottom: 30px;
  }
  /*-header*/
  /*speakers*/
  .speakers-box {
    width: 30%;
  }
  /*-speakers*/
}

@media (max-width: 992px) {
  /*options*/
  h1 {
    font-size: 55px;
    line-height: 70px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  h3 {
    font-size: 25px;
    line-height: 35px;
  }
  /*-options*/
  /*home*/
  .home-form {
    padding: 60px 0;
  }
  .home-form_top span {
    font-size: 16px;
  }
  /*-home*/
  /*speakers*/
  .speakers-info {
    padding: 60px 15px;
  }
  .speakers-info ul li {
    width: 32%;
  }
  /*-speakers*/
  /*for*/
  .for-text {
    padding: 50px 250px 50px 40px;
  }
  .for-img {
    width: 35%;
    bottom: 40px;
  }
  /*-for*/
  /*about*/
  .about-wrap:after {
    display: none;
  }
  .about-box_img:after {
    display: none;
  }
  .about-box_img span {
    display: none;
  }
  .about-boxs {
    width: 48%;
  }
  /*-about*/
  /*gallery*/
  .gallery-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /*-gallery*/
  /*registration*/
  .registration-right h5 {
    font-size: 20px;
    line-height: 28px;
  }
  /*-registration*/
  /*thank*/
  .thank-list li {
    font-size: 22px;
  }
  .thank-text p {
    font-size: 22px;
    line-height: 28px;
  }
  /*-thank*/
}

@media (max-width: 800px) {
  /*options*/
  .section-title span {
    font-size: 15px;
    line-height: 20px;
  }
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  /*-options*/
  /*home*/
  .home {
    padding-top: 70px;
    padding-bottom: 0;
    margin-bottom: 70px;
    background: url(../img/bgr/1-mb.jpg) top center no-repeat;
  }
  .home-text_img {
    order: 3;
    position: static;
    left: 0;
    width: 100%;
  }
  .home-text_content {
    order: 1;
  }
  .home-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .home-text p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .home-text ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-text ul li {
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .home-text ul li:last-child {
    margin-bottom: 0;
  }
  .home-form_top {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-form {
    padding: 40px 0;
    height: auto !important;
  }
  .home-form .form {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
  .home-form_bgr {
    display: none;
  }
  .home-form_mob {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .home-form_top span {
    font-size: 14px;
  }
  .home-form_top h3 {
    font-size: 18px;
    line-height: 26px;
  }
  /*-home*/
  /*speakers*/
  .speakers {
    margin-bottom: 70px;
  }
  .speakers .section-title {
    margin-bottom: 40px;
  }
  .speakers-box {
    width: 100%;
    margin-bottom: 50px;
  }
  .speakers-box:last-child {
    margin-bottom: 0;
  }
  .speakers-box_text h3 {
    margin-bottom: 15px;
  }
  .speakers-box_text p:nth-child(2) {
    margin-bottom: 15px;
  }
  .speakers-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 70px;
  }
  .speakers-box_img {
    display: block;
    margin-bottom: 15px;
  }
  .speakers-box:nth-child(1) .speakers-box_img:after {
    display: none;
  }
  .speakers-box:nth-child(2) .speakers-box_img:after {
    display: none;
  }
  .speakers-box:nth-child(3) .speakers-box_img:after {
    display: none;
  }
  .speakers-box:nth-child(4) .speakers-box_img:after {
    display: none;
  }
  .speakers-box:nth-child(5) .speakers-box_img:after {
    display: none;
  }
  .speakers-box:nth-child(2) .speakers-box_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .speakers-box:nth-child(2) .speakers-box_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .speakers-box:nth-child(4) {
    width: 100%;
    margin-top: 0;
  }
  .speakers-info ul {
    display: block;
  }
  .speakers-info ul li {
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 25px;
  }
  .speakers-info h3:before {
    display: none;
  }
  .speakers-info h3:after {
    display: none;
  }
  .speakers-info:after {
    width: 95%;
    height: 95%;
  }
  .speakers-box:nth-child(1) .speakers-box_text.two {
    display: block;
  }
  .speakers-box:nth-child(2) .speakers-box_text.two {
    display: block;
  }
  .speakers-box:nth-child(1) .speakers-box_text.one {
    display: none;
  }
  .speakers-box:nth-child(2) .speakers-box_text.one {
    display: none;
  }
  /*-speakers*/
  /*for*/
  .for {
    margin-bottom: 70px;
  }
  .for {
    display: none;
  }
  .for .section-title {
    margin-bottom: 40px;
  }
  .for-text {
    width: 100%;
    padding: 30px 20px;
  }
  .for-text_line {
    left: 10px;
    top: 10px;
  }
  .for-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .for-text li:before {
    width: 20px;
    height: 20px;
  }
  .for-text li {
    padding-left: 30px;
  }
  .for-img {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  /*-for*/
  /*about*/
  .about {
    margin-bottom: 70px;
  }
  .about-wrap {
    display: block;
  }
  .about-boxs {
    width: 100%;
  }
  .about-box {
    margin-top: 50px;
  }
  .about-box p:last-child {
    margin-bottom: 0;
  }
  .about-boxs.one .about-box:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-boxs.two .about-box:nth-child(1) {
    display: none;
  }
  /*-about*/
  /*gallery*/
  .gallery {
    padding-bottom: 70px;
    background: url(../img/bgr/3-mb.jpg) top center no-repeat;
  }
  .gallery .section-title {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .gallery-text {
    padding: 0px 0px 0px 20px;
  }
  .gallery-wrap {
    margin-bottom: 30px;
  }
  /*-gallery*/
  /*registration*/
  .registration-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0px;
  }
  .registration-left {
    width: 100%;
    padding: 0px 20px;
    margin-top: 0;
  }
  .registration-left span {
    font-size: 14px;
  }
  .registration-left h4 {
    font-size: 16px;
  }
  .registration-right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .registration-right h5 {
    padding: 0px 10px;
  }
  .registration-wrap_bgr {
    display: none;
  }
  .registration-wrap_mob {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  /*-registration*/
  /*thank*/
  .thank {
    padding-top: 100px;
  }
  .thank-top {
    display: block;
    margin-bottom: 50px;
  }
  .thank-text {
    width: 100%;
  }
  .thank-video {
    padding-top: 55%;
    width: 100%;
  }
  .thank-list {
    margin-bottom: 20px;
  }
  .thank-list li {
    font-size: 17px;
    font-weight: 700;
  }
  .thank-text h1 {
    margin-bottom: 10px;
  }
  .thank-text p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .thank-bottom h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .thank-bottom ul {
    display: block;
  }
  .thank-bottom li {
    width: 100%;
  }
  .thank-bottom li:nth-child(1) {
    margin-bottom: 120px;
  }
  .thank-bottom_arrow {
    top: auto;
    right: auto;
    left: -40px;
    bottom: -60px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 80px;
  }
  .thank-bottom span {
    font-size: 25px;
    margin-bottom: 20px;
  }
  /*-thank*/
  /*footer*/
  .footer {
    padding: 20px 0;
  }
  /*-footer*/
}

.form {
  margin-top: 25px;
}
.form input {
    color: #666666;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.25;
    border-radius: 5px;
    border: 1px outset #f1f1f1;
    box-shadow: none;
    background: #ffffff;
    padding: 12px 9px 12px 12px;
    transition: all 0.2s linear 0s;
    margin: 5px 10px;
}
.form button {
    color: #ffffff;
    font-family: 'Times New Roman', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    line-height: 1.25;
    background: #ff1b1b;
    border-radius: 30px;
    border: 0px solid #ff6969;
    box-shadow: 0px 0px 0px 2px #dbd8db;
    height: 42px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.form--line--2 {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.form--line--2 input {
  margin: 8px;
}
.form--line--2 button {
  margin-top: 10px;
}
#overlay {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.95);
    display: none;
}
#popup_sms {
    position: fixed;
    z-index: 11;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    background-size: cover;
    border-radius: 10px;
    display: none;
    background: #fff;
}
.popup__close {
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://holidays.study.ua/winter21/img/icon/close-white.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 15px;
}
#popup_sms .form__input {
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-family: inherit;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
}
#popup_sms .form__submit {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 8px;
    padding: 10px 15px;
    color: #FFFFFF;
    font-family: inherit;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    background-color: tomato;
    cursor: pointer;
}