html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  height: 100%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  border: none;
  outline: none;
}

fieldset {
  display: block;
  border: none;
  outline: none;
}

ol, ul {
  list-style: none;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

input, select, button, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  resize: none;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

template, [hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class*="btn-"] {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[class*="btn-"] span {
  position: relative;
  color: currentColor;
}

[class*="btn-"] .ico {
  position: relative;
  fill: currentColor;
}

[class*="btn-"] .ico:first-child {
  margin-right: 20px;
}

[class*="btn-"] .ico:last-child {
  margin-left: 20px;
}

[class*="btn-"] .ico:only-child {
  margin-left: 0px;
  margin-right: 0px;
}

/* .btn-mobile-menu
 ******************************************************************************/
.btn-mobile-menu {
  display: none;
  position: absolute;
  opacity: 1;
  z-index: 15;
  top: 16px;
  right: 30px;
  width: 50px;
  height: 50px;
  padding: 0;
  padding-top: 19px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-linear-gradient(211.39deg, #f771a6 17.84%, #fe9b35 87.39%);
  background: -o-linear-gradient(211.39deg, #f771a6 17.84%, #fe9b35 87.39%);
  background: linear-gradient(238.61deg, #f771a6 17.84%, #fe9b35 87.39%);
}

@media (max-width: 991px) {
  .btn-mobile-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .btn-mobile-menu {
    right: 15px;
    top: 10px;
  }
}

.btn-mobile-menu::before,
.btn-mobile-menu::after {
  display: block;
  position: relative;
  top: 0;
  content: "";
  width: 18px;
  height: 2px;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 3px;
}

.btn-mobile-menu span {
  display: block;
  position: relative;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 3px;
}

.btn-mobile-menu span::before,
.btn-mobile-menu span::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}

.body-mobile-menu-open .btn-mobile-menu {
  background: transparent;
}

.body-mobile-menu-open .btn-mobile-menu::before,
.body-mobile-menu-open .btn-mobile-menu::after {
  opacity: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.body-mobile-menu-open .btn-mobile-menu::before {
  top: -20px;
}

.body-mobile-menu-open .btn-mobile-menu::after {
  top: 20px;
}

.body-mobile-menu-open .btn-mobile-menu span::before {
  -webkit-transform: rotate(45deg) scaleX(1.2);
      -ms-transform: rotate(45deg) scaleX(1.2);
          transform: rotate(45deg) scaleX(1.2);
}

.body-mobile-menu-open .btn-mobile-menu span::after {
  -webkit-transform: rotate(-45deg) scaleX(1.2);
      -ms-transform: rotate(-45deg) scaleX(1.2);
          transform: rotate(-45deg) scaleX(1.2);
}

/* .btn-main
 ******************************************************************************/
.btn-main {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  padding: 0 10px;
  min-width: 315px;
  text-align: center;
  font: 400 24px/1.3em "Roboto", sans-serif;
  color: #ffffff;
  -webkit-border-radius: 60px;
          border-radius: 60px;
  background: -webkit-linear-gradient(211.39deg, #f771a6 17.84%, #fe9b35 87.39%);
  background: -o-linear-gradient(211.39deg, #f771a6 17.84%, #fe9b35 87.39%);
  background: linear-gradient(238.61deg, #f771a6 17.84%, #fe9b35 87.39%);
  -webkit-transition: -webkit-box-shadow 0.15s ease 0s;
  transition: -webkit-box-shadow 0.15s ease 0s;
  -o-transition: box-shadow 0.15s ease 0s;
  transition: box-shadow 0.15s ease 0s;
  transition: box-shadow 0.15s ease 0s, -webkit-box-shadow 0.15s ease 0s;
}

@media (max-width: 1199px) {
  .btn-main {
    height: 90px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .btn-main {
    min-width: 250px;
  }
}

.body-desktop-device .btn-main:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(247, 113, 166, 0.7);
          box-shadow: 0px 10px 30px rgba(247, 113, 166, 0.7);
}

.body-desktop-device .btn-main:active,
.body-mobile-device .btn-main:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* .btn-top-page
 ******************************************************************************/
.btn-top-page {
  position: fixed;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  cursor: default;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-linear-gradient(211.39deg, #f771a6 17.84%, #fe9b35 87.39%);
  background: -o-linear-gradient(211.39deg, #f771a6 17.84%, #fe9b35 87.39%);
  background: linear-gradient(238.61deg, #f771a6 17.84%, #fe9b35 87.39%);
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

@media (max-width: 767px) {
  .btn-top-page {
    right: 15px;
    bottom: 15px;
  }
}

.btn-top-page.visible {
  opacity: 1;
  cursor: pointer;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.btn-top-page::after {
  display: block;
  width: 16px;
  height: 20px;
  margin: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M7 2.6h2v17.1H7z'/%3E%3Cpath fill='%23ffffff' d='M16 7.6 14.5 9 8 3 1.5 9 0 7.6 8 .3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

.body-desktop-device .btn-top-page:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(247, 113, 166, 0.7);
          box-shadow: 0px 5px 15px rgba(247, 113, 166, 0.7);
}

.body-desktop-device .btn-top-page:active,
.body-mobile-device .btn-top-page:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

::-webkit-input-placeholder {
  color: #3c3e80 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #3c3e80 !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #3c3e80 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #3c3e80 !important;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

/* ************************************************************************** */
.input-wrap {
  display: block;
}

.input-wrap input {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background-color: #a9edff;
  padding: 0 24px;
  border: 1px solid transparent;
  font: 400 24px/1.3em "Roboto", sans-serif;
  color: #3c3e80;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (max-width: 1199px) {
  .input-wrap input {
    height: 45px;
    font-size: 18px;
  }
}

.input-wrap input:-webkit-autofill,
.input-wrap input:-webkit-autofill:hover,
.input-wrap input:-webkit-autofill:focus,
.input-wrap input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 35px #a9edff inset !important;
          box-shadow: 0 0 0 35px #a9edff inset !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.input-wrap input:-webkit-autofill {
  -webkit-text-fill-color: #3c3e80 !important;
}

.input-wrap input:-webkit-autofill::first-line {
  font: 400 24px/1.3em "Roboto", sans-serif;
  color: #3c3e80;
}

.input-wrap .error {
  display: none;
  padding: 2px 0 0 20px;
  font: normal 14px/1.4em "Roboto", sans-serif;
  color: #ffffff;
}

.error .input-wrap .error {
  display: block;
}

/* .checkbox
 ******************************************************************************/
.checkbox-wrap {
  display: block;
  position: relative;
}

.checkbox-wrap label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.checkbox-wrap label input[type="checkbox"] {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.checkbox-wrap label input[type="checkbox"] + span {
  display: block;
  z-index: 2;
  padding: 0px 0 6px 35px;
  font: normal 18px/1.4em "Roboto", sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

@media (max-width: 1199px) {
  .checkbox-wrap label input[type="checkbox"] + span {
    font-size: 16px;
  }
}

.checkbox-wrap label input[type="checkbox"] + span::before {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13px' height='12px' viewBox='0 0 13 12'%3E%3Cpolygon fill='%230cafdb' points='5.6,11.6 0.3,6 1.7,4.6 5.4,8.4 11.2,0.4 12.8,1.6 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

.checkbox-wrap label input[type="checkbox"]:checked + span::before {
  background-color: #ffffff;
}

body {
  background: #ffffff;
  text-align: left;
  font: 400 18px/1.3em "Roboto", sans-serif;
  letter-spacing: 0.02em;
  color: #3e3e3e;
}

/* .overlay
 ******************************************************************************/
body > .page-wrapper > .overlay {
  display: block;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 100%;
  right: 0;
  background-color: rgba(61, 63, 129, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0s, bottom 0s ease 0.2s;
  -o-transition: opacity 0.2s ease 0s, bottom 0s ease 0.2s;
  transition: opacity 0.2s ease 0s, bottom 0s ease 0.2s;
}

@media (max-width: 991px) {
  .body-mobile-menu-open > .page-wrapper {
    overflow-y: hidden;
  }
  .body-mobile-menu-open > .page-wrapper > .overlay {
    opacity: 1;
    bottom: 0;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
}

/* h
 ******************************************************************************/
.h2 {
  margin-bottom: 25px;
  font: bold 64px/1em "Aznauri Round", sans-serif;
  color: #000000;
}

.h2 b,
.h2 strong {
  color: #686bb5;
}

@media (max-width: 1199px) {
  .h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .h2 {
    font-size: 36px;
  }
}

/* section
 ******************************************************************************/
[class*="section-"] {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  [class*="section-"] {
    padding-bottom: 80px;
  }
}

[class*="section-"] > .inner {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
}

@media (max-width: 767px) {
  [class*="section-"] > .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* .shead
 ******************************************************************************/
.shead {
  margin-bottom: 120px;
}

@media (max-width: 1199px) {
  .shead {
    margin-bottom: 60px;
  }
}

.shead .subtitle {
  font: normal 24px/1.3em "Aznauri Round", sans-serif;
  color: #3a3a3a;
}

@media (max-width: 1199px) {
  .shead .subtitle {
    font-size: 18px;
  }
}

/* .page-wrapper
 ******************************************************************************/
.page-wrapper {
  position: relative;
  height: 100%;
  min-height: 100%;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* .header
 ******************************************************************************/
.header {
  display: block;
  position: relative;
  z-index: 3;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.header > .inner {
  position: relative;
  height: 105px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .header > .inner {
    height: 85px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .header > .inner {
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header .logo {
  position: relative;
  z-index: 10;
  width: 190px;
  height: 57px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url("../img/logo_200x60.svg") center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

@media (max-width: 1199px) {
  .header .logo {
    width: 165px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .header .logo {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .header .logo {
    left: 15px;
    width: 140px;
    height: 45px;
  }
}

.body-desktop-device .header .logo:hover {
  opacity: 0.8;
}

.body-desktop-device .header .logo:active,
.body-mobile-device .header .logo:active {
  opacity: 0.8;
}

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

@media (max-width: 991px) {
  .header ul.links {
    display: none;
  }
}

@media (max-width: 991px) {
  .header ul.contacts {
    margin-left: 115px;
  }
}

@media (max-width: 767px) {
  .header ul.contacts {
    display: none;
  }
}

.header li:not(:last-child) {
  margin-right: 30px;
}

.header li a {
  font: 500 14px/1.3em "Roboto", sans-serif;
  color: #ffffff;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.body-desktop-device .header li a:hover {
  opacity: 0.8;
}

.body-desktop-device .header li a:active,
.body-mobile-device .header li a:active {
  opacity: 0.8;
}

/* .mobile-menu
 ******************************************************************************/
.mobile-menu {
  width: 310px;
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-menu {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .body-mobile-menu-open .mobile-menu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.mobile-menu > .inner {
  position: relative;
  overflow: hidden;
  padding: 75px 30px 125px 140px;
}

@media (max-width: 767px) {
  .mobile-menu > .inner {
    padding: 95px 15px 55px 15px;
  }
}

.mobile-menu > .inner::before {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: 0;
  height: 465px;
  width: 465px;
  -webkit-border-radius: 230px;
          border-radius: 230px;
  background: -webkit-linear-gradient(211.39deg, #f771a6 17.84%, #fe9b35 87.39%);
  background: -o-linear-gradient(211.39deg, #f771a6 17.84%, #fe9b35 87.39%);
  background: linear-gradient(238.61deg, #f771a6 17.84%, #fe9b35 87.39%);
}

@media (max-width: 767px) {
  .mobile-menu > .inner::before {
    left: -60px;
    right: -60px;
    width: auto;
    -webkit-border-radius: 0 0 50% 50%;
            border-radius: 0 0 50% 50%;
  }
}

.mobile-menu ul {
  display: none;
  position: relative;
  z-index: 2;
  text-align: left;
}

@media (max-width: 767px) {
  .mobile-menu ul {
    text-align: center;
  }
}

.mobile-menu li {
  display: block;
  margin-bottom: 5px;
}

.mobile-menu li a {
  font: 500 14px/1.8em "Roboto", sans-serif;
  letter-spacing: 0.02em;
  color: #ffffff;
}

@media (max-width: 767px) {
  .mobile-menu ul.contacts {
    display: block;
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .mobile-menu ul.links {
    display: block;
  }
}

.mobile-menu .logo {
  display: none;
  position: absolute;
  z-index: 5;
  left: 15px;
  top: 13px;
  width: 140px;
  height: 45px;
  background: url("../img/logo_200x60.svg") center center no-repeat;
}

@media (max-width: 767px) {
  .mobile-menu .logo {
    display: block;
  }
}

/* main
 ******************************************************************************/
.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  margin-top: -105px;
}

@media (max-width: 991px) {
  .main {
    margin-top: -85px;
  }
}

@media (max-width: 767px) {
  .main {
    margin-top: -70px;
  }
}

/* footer
 ******************************************************************************/
.footer {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  background: #3d3f81;
}

.footer > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 30px 70px 30px;
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
}

@media (max-width: 991px) {
  .footer > .inner {
    padding: 30px 30px 60px 30px;
  }
}

@media (max-width: 767px) {
  .footer > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 40px 15px 40px 15px;
  }
}

.footer .logo {
  display: block;
  width: 200px;
  height: 60px;
  background: url("../img/logo_200x60.svg") center center no-repeat;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

@media (max-width: 767px) {
  .footer .logo {
    margin-bottom: 30px;
  }
}

.body-desktop-device .footer .logo:hover {
  opacity: 0.8;
}

.body-desktop-device .footer .logo:active,
.body-mobile-device .footer .logo:active {
  opacity: 0.8;
}

.footer .contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 768px) {
  .footer .contacts {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .contacts:before, .footer .contacts:after {
    content: "";
    display: block;
  }
}

@media (max-width: 767px) {
  .footer .contacts {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .footer .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer .contacts > div {
  position: relative;
  font: 400 16px/1.3em "Roboto", sans-serif;
  color: #ffffff;
}

@media (max-width: 991px) {
  .footer .contacts > div {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .footer .contacts > div {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.footer .contacts > div a {
  display: block;
  position: relative;
  padding-top: 8px;
  margin-bottom: 10px;
  font-weight: bold;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

@media (max-width: 991px) {
  .footer .contacts > div a {
    padding-top: 53px;
  }
}

@media (max-width: 767px) {
  .footer .contacts > div a {
    padding-top: 8px;
  }
}

.footer .contacts > div a::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  -webkit-background-size: contain;
          background-size: contain;
}

.footer .contacts .phone > * {
  padding-left: 48px;
}

@media (max-width: 991px) {
  .footer .contacts .phone > * {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer .contacts .phone > * {
    padding-left: 48px;
  }
}

.footer .contacts .phone a::before {
  width: 27px;
  height: 38px;
  background: url("../img/ico-phone.svg") center center no-repeat;
}

.footer .contacts .email > * {
  padding-left: 53px;
}

@media (max-width: 991px) {
  .footer .contacts .email > * {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer .contacts .email > * {
    padding-left: 53px;
  }
}

.footer .contacts .email a::before {
  width: 38px;
  height: 30px;
  background: url("../img/ico-email.svg") center center no-repeat;
}

.body-desktop-device .footer .contacts > div a:hover {
  opacity: 0.8;
}

.body-desktop-device .footer .contacts > div a:active,
.body-mobile-device .footer .contacts > div a:active {
  opacity: 0.8;
}

.footer .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .footer .social {
    position: absolute;
    top: 115px;
  }
}

@media (max-width: 767px) {
  .footer .social {
    position: static;
    top: auto;
  }
}

.footer .social a {
  display: block;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.footer .social a:not(:last-child) {
  margin-right: 30px;
}

.footer .social a img {
  display: block;
  height: 35px;
}

.body-desktop-device .footer .social a:hover {
  opacity: 0.8;
}

.body-desktop-device .footer .social a:active,
.body-mobile-device .footer .social a:active {
  opacity: 0.8;
}

/* .section-promo
 ******************************************************************************/
.section-promo {
  padding-bottom: 0;
  background-color: #686bb5;
  background-image: url("../img/bgr-01-01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 1199px) {
  .section-promo {
    -webkit-background-size: auto 470px;
            background-size: auto 470px;
    background-position: center 35px;
  }
}

@media (max-width: 767px) {
  .section-promo {
    background-image: url("../img/bgr-01-02.jpg");
    -webkit-background-size: auto 375px;
            background-size: auto 375px;
    background-position: -webkit-calc(50% + 150px) bottom;
    background-position: calc(50% + 150px) bottom;
  }
}

.section-promo > .inner {
  min-height: 800px;
  padding-top: 195px;
  padding-bottom: 170px;
}

@media (max-width: 1199px) {
  .section-promo > .inner {
    min-height: 500px;
    padding-top: 120px;
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .section-promo > .inner {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 300px;
  }
}

@media (max-width: 575px) {
  .section-promo > .inner {
    padding-bottom: 280px;
  }
}

.section-promo .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .section-promo .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-promo .descript {
  width: 500px;
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .section-promo .descript {
    width: 380px;
  }
}

@media (max-width: 991px) {
  .section-promo .descript {
    padding-right: 10px;
    width: 290px;
  }
}

@media (max-width: 767px) {
  .section-promo .descript {
    width: auto;
  }
}

.section-promo .descript .intro {
  font: 300 24px/1.3em "Roboto", sans-serif;
  letter-spacing: 0.15em;
  color: #7cfbdd;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .section-promo .descript .intro {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section-promo .descript .intro {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.section-promo .descript .h2 {
  color: #ffffff;
}

.section-promo .descript .h2 span {
  display: block;
}

@media (max-width: 767px) {
  .section-promo .descript .h2 span {
    display: inline;
  }
}

.section-promo .descript .subtitle {
  margin-bottom: 25px;
  font: normal 17px/1em "Aznauri Round", sans-serif;
  color: #ffffff;
}

@media (max-width: 991px) {
  .section-promo .descript .subtitle {
    display: none;
  }
}

.section-promo .descript .text {
  max-width: 380px;
  font: 400 18px/1.3em "Roboto", sans-serif;
  color: #a9ace6;
}

@media (max-width: 1199px) {
  .section-promo .descript .text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .section-promo .descript .text {
    max-width: 260px;
  }
}

@media (max-width: 767px) {
  .section-promo .descript .text {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .section-promo .descript .text {
    display: none;
  }
}

.section-promo .data {
  position: relative;
  margin-top: 60px;
  font: bold 24px/1.3em "Roboto", sans-serif;
  color: #ffffff;
}

.section-promo .data::before {
  display: block;
  content: "";
  position: absolute;
  top: -25px;
  left: -32px;
  z-index: -1;
  width: 77px;
  height: 77px;
  background: url("../img/ico-clock.png") center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media (max-width: 1199px) {
  .section-promo .data::before {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -32px;
  }
}

@media (max-width: 1199px) {
  .section-promo .data {
    font-size: 18px;
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .section-promo .data {
    width: 130px;
    margin-top: 25px;
    margin-right: 155px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .section-promo .data {
    margin-top: 0;
  }
}

.section-promo .data span {
  display: block;
}

/* .section-slider
 ******************************************************************************/
.section-slider {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .section-slider {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-slider {
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

.section-slider > .inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

@media (max-width: 767px) {
  .section-slider > .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-slider > .inner::before,
.section-slider > .inner::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  width: 200px;
  height: 250px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .section-slider > .inner::before,
  .section-slider > .inner::after {
    display: none;
  }
}

.section-slider > .inner::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

.section-slider > .inner::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}

.section-slider .slider {
  width: 100%;
  padding-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .section-slider .slider {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-slider .slider {
    padding-bottom: 45px;
  }
}

.section-slider .swiper-slide {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 200px;
  height: 250px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.15s ease 0s;
  transition: -webkit-box-shadow 0.15s ease 0s;
  -o-transition: box-shadow 0.15s ease 0s;
  transition: box-shadow 0.15s ease 0s;
  transition: box-shadow 0.15s ease 0s, -webkit-box-shadow 0.15s ease 0s;
}

@media (max-width: 991px) {
  .section-slider .swiper-slide {
    width: 160px;
    height: 200px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .section-slider .swiper-slide {
    width: 150px;
    height: 190px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
  }
}

.section-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

.body-desktop-device .section-slider .swiper-slide:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

.body-desktop-device .section-slider .swiper-slide:active,
.body-mobile-device .section-slider .swiper-slide:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.body-desktop-device .section-slider .swiper-slide img:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.body-desktop-device .section-slider .swiper-slide img:active,
.body-mobile-device .section-slider .swiper-slide img:active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.section-slider .swiper-navigation {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
  left: -webkit-calc(50% + 70px);
  left: calc(50% + 70px);
}

@media (max-width: 1199px) {
  .section-slider .swiper-navigation {
    left: -webkit-calc(50% + 40px);
    left: calc(50% + 40px);
  }
}

@media (max-width: 767px) {
  .section-slider .swiper-navigation {
    width: 220px;
    left: -webkit-calc(50% - 110px);
    left: calc(50% - 110px);
  }
}

.section-slider .btn-prev,
.section-slider .btn-next {
  display: block;
  width: 95px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.section-slider .btn-prev {
  background-image: url("../img/ico-arrow-left.svg");
}

.section-slider .btn-next {
  background-image: url("../img/ico-arrow-right.svg");
}

.body-desktop-device .section-slider .btn-prev:hover,
.body-desktop-device .section-slider .btn-next:hover {
  opacity: 0.8;
}

.body-desktop-device .section-slider .btn-prev:active,
.body-mobile-device .section-slider .btn-prev:active,
.body-desktop-device .section-slider .btn-next:active,
.body-mobile-device .section-slider .btn-next:active {
  opacity: 0.8;
}

/* .section-request
 ******************************************************************************/
.section-request {
  display: block;
  pointer-events: none;
}

.section-request .request {
  position: relative;
  padding-bottom: 65px;
}

@media (max-width: 1199px) {
  .section-request .request {
    padding-bottom: 35px;
  }
}

.section-request .request::before {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 500px;
  left: -webkit-calc(50% + 400px);
  left: calc(50% + 400px);
  z-index: 1;
  content: "";
  width: 246px;
  height: 176px;
  background-image: url("../img/bgr-02-01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: contain;
          background-size: contain;
}

@media (max-width: 1299px) {
  .section-request .request::before {
    left: -webkit-calc(50% + 200px);
    left: calc(50% + 200px);
  }
}

@media (max-width: 1199px) {
  .section-request .request::before {
    top: 400px;
  }
}

@media (max-width: 991px) {
  .section-request .request::before {
    width: 196px;
    height: 161px;
    top: 380px;
    left: -webkit-calc(50% + 160px);
    left: calc(50% + 160px);
    background-image: url("../img/bgr-02-02.png");
  }
}

@media (max-width: 767px) {
  .section-request .request::before {
    display: none;
  }
}

/* .form-request
 ******************************************************************************/
.form-request {
  display: block;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  margin-top: -555px;
  left: 0;
  padding: 30px 25px 75px 25px;
  width: 370px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background: #0cafdb;
}

@media (max-width: 1199px) {
  .form-request {
    margin-top: -495px;
  }
}

@media (max-width: 991px) {
  .form-request {
    width: 300px;
    margin-top: -385px;
    padding: 30px 25px 70px 25px;
  }
}

@media (max-width: 767px) {
  .form-request {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}

@media (max-width: 359px) {
  .form-request {
    width: 290px;
  }
}

.form-request::after {
  display: block;
  position: absolute;
  z-index: 2;
  right: -40px;
  bottom: -85px;
  pointer-events: none;
  content: "";
  width: 135px;
  height: 175px;
  background: url("../img/robo3.png") center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media (max-width: 991px) {
  .form-request::after {
    width: 100px;
    height: 130px;
    right: 5px;
    bottom: -55px;
  }
}

.form-request .title {
  margin-bottom: 30px;
  font: bold 64px/1em "Aznauri Round", sans-serif;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .form-request .title {
    font-size: 40px;
  }
}

.form-request .field {
  margin-bottom: 15px;
}

.form-request .checkbox-wrap {
  position: relative;
  top: 10px;
}

.form-request .field.submit {
  position: relative;
}

.form-request .field.submit .btn-main {
  position: absolute;
  width: 100%;
  top: 20px;
}

@media (max-width: 991px) {
  .form-request .field.submit .btn-main {
    top: 15px;
  }
}

/* .section-destination
 ******************************************************************************/
.section-destination {
  background-image: url("../img/bgr-03-01.png");
  background-repeat: no-repeat;
  background-position: -webkit-calc(50% + 65px) 20px;
  background-position: calc(50% + 65px) 20px;
}

@media (max-width: 1199px) {
  .section-destination {
    -webkit-background-size: auto 500px;
            background-size: auto 500px;
  }
}

@media (max-width: 991px) {
  .section-destination {
    background-image: url("../img/bgr-03-02.png");
    background-position: -webkit-calc(50% + 50px) 60px;
    background-position: calc(50% + 50px) 60px;
  }
}

@media (max-width: 767px) {
  .section-destination {
    background-position: -webkit-calc(50% - 110px) -webkit-calc(100% - 10px);
    background-position: calc(50% - 110px) calc(100% - 10px);
  }
}

@media (max-width: 991px) {
  .section-destination .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .section-destination .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-destination .list {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 991px) {
  .section-destination .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .section-destination .list {
    width: 100%;
    padding-right: 0;
  }
}

.section-destination .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
  position: relative;
  width: 50%;
  padding: 0 70px 0 0;
}

@media (max-width: 991px) {
  .section-destination .list .item {
    width: 100%;
    max-width: 325px;
    margin-bottom: 35px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section-destination .list .item {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .section-destination .list .item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .section-destination .list .item:last-child {
    margin-bottom: 35px;
  }
}

.section-destination .list .item .ico {
  display: block;
  width: 70px;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .section-destination .list .item .ico {
    margin-right: 25px;
  }
}

.section-destination .list .item .text {
  font: 400 18px/1.3em "Roboto", sans-serif;
  color: #3a3a3a;
}

@media (max-width: 991px) {
  .section-destination .list .item .text {
    font-size: 16px;
  }
}

.section-destination .bottom {
  width: 70%;
}

@media (max-width: 991px) {
  .section-destination .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 50%;
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .section-destination .bottom {
    width: 100%;
    height: 415px;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-destination .bottom .btn-main {
  margin-left: 50%;
}

@media (max-width: 991px) {
  .section-destination .bottom .btn-main {
    margin-left: 0;
  }
}

/* .section-speakers
 ******************************************************************************/
.section-speakers {
  background-image: url("../img/bgr-04-01.png");
  background-repeat: no-repeat;
  background-position: -webkit-calc(50% - 300px) 230px;
  background-position: calc(50% - 300px) 230px;
}

@media (max-width: 1199px) {
  .section-speakers {
    background-position: -webkit-calc(50% - 300px) 160px;
    background-position: calc(50% - 300px) 160px;
  }
}

@media (max-width: 991px) {
  .section-speakers {
    background-position: -webkit-calc(50% - 300px) 55px;
    background-position: calc(50% - 300px) 55px;
  }
}

.section-speakers .shead {
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .section-speakers .shead {
    margin-bottom: 30px;
  }
}

.section-speakers .shead .h2 {
  margin-left: 70%;
}

@media (max-width: 767px) {
  .section-speakers .shead .h2 {
    margin-left: 0;
  }
}

.section-speakers .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .section-speakers .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-speakers .maininfo {
  position: relative;
  width: 70%;
  margin-top: -125px;
}

@media (max-width: 1199px) {
  .section-speakers .maininfo {
    margin-top: -75px;
  }
}

@media (max-width: 767px) {
  .section-speakers .maininfo {
    margin-top: 0;
    margin-bottom: 30px;
    width: auto;
  }
}

.section-speakers .maininfo .toggler {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .section-speakers .maininfo .toggler {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -15px;
  }
}

.section-speakers .maininfo .toggler::before {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #cccccd;
}

@media (max-width: 767px) {
  .section-speakers .maininfo .toggler::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.section-speakers .maininfo .toggler .btn-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 70px;
  font: normal 24px/1em "Aznauri Round", sans-serif;
  color: #cccccd;
  background-color: #ffffff;
}

.section-speakers .maininfo .toggler .btn-toggle:not(:last-child) {
  margin-bottom: 45px;
}

.section-speakers .maininfo .toggler .btn-toggle.active {
  font-weight: bold;
  color: #686bb5;
}

@media (max-width: 767px) {
  .section-speakers .maininfo .toggler .btn-toggle {
    width: 60px;
    height: 40px;
  }
  .section-speakers .maininfo .toggler .btn-toggle:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.body-desktop-device .section-speakers .maininfo .toggler .btn-toggle:hover {
  font-weight: bold;
  color: #686bb5;
}

.body-desktop-device .section-speakers .maininfo .toggler .btn-toggle:active,
.body-mobile-device .section-speakers .maininfo .toggler .btn-toggle:active {
  font-weight: bold;
  color: #686bb5;
}

.section-speakers .maininfo .speakers {
  width: 565px;
  margin: 0 auto;
  background: url("../img/bgr-04-02.png") center 80px no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media (max-width: 1199px) {
  .section-speakers .maininfo .speakers {
    width: 520px;
  }
}

@media (max-width: 991px) {
  .section-speakers .maininfo .speakers {
    width: 400px;
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
    background-position: center 55px;
  }
}

@media (max-width: 767px) {
  .section-speakers .maininfo .speakers {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 575px) {
  .section-speakers .maininfo .speakers {
    width: 290px;
    background-position: center 40px;
  }
}

.section-speakers .maininfo .speaker {
  display: none;
  position: relative;
}

.section-speakers .maininfo .speaker.active {
  display: block;
}

.section-speakers .maininfo .speaker .img {
  display: block;
  width: 78%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .section-speakers .maininfo .speaker .img {
    width: 90%;
  }
}

.section-speakers .maininfo .speaker .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -185px;
}

@media (max-width: 991px) {
  .section-speakers .maininfo .speaker .info {
    margin-top: -135px;
  }
}

@media (max-width: 575px) {
  .section-speakers .maininfo .speaker .info {
    margin-top: -120px;
  }
}

.section-speakers .maininfo .speaker .info::before {
  display: block;
  position: absolute;
  left: 60px;
  bottom: -webkit-calc(100% - 1px);
  bottom: calc(100% - 1px);
  z-index: 1;
  content: "";
  width: 141px;
  height: 203px;
  background: url("../img/bgr-04-03.svg") center bottom no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media (max-width: 991px) {
  .section-speakers .maininfo .speaker .info::before {
    width: 100px;
    height: 145px;
    left: 45px;
  }
}

@media (max-width: 575px) {
  .section-speakers .maininfo .speaker .info::before {
    width: 85px;
    height: 122px;
    left: 35px;
  }
}

.section-speakers .maininfo .speaker .info::after {
  display: block;
  position: absolute;
  width: 92%;
  left: 50%;
  bottom: 0;
  top: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  content: "";
  background-color: #ffffff;
}

@media (max-width: 575px) {
  .section-speakers .maininfo .speaker .info::after {
    top: 30px;
  }
}

.section-speakers .maininfo .speaker .info .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  height: 85px;
  padding: 0 85px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: #3d3f81;
  font: normal 36px/1em "Aznauri Round", sans-serif;
  color: #ffffff;
}

@media (max-width: 991px) {
  .section-speakers .maininfo .speaker .info .name {
    height: 60px;
    padding: 0 70px;
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .section-speakers .maininfo .speaker .info .name {
    width: 92%;
    margin-bottom: 10px;
    padding: 0 30px;
    font-size: 18px;
  }
}

.section-speakers .maininfo .speaker .info .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  height: 85px;
  padding: 0 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: #0ab5df;
  font: 400 24px/1.3em "Roboto", sans-serif;
  color: #ffffff;
}

@media (max-width: 991px) {
  .section-speakers .maininfo .speaker .info .post {
    padding: 0 70px;
    height: 60px;
  }
}

@media (max-width: 575px) {
  .section-speakers .maininfo .speaker .info .post {
    padding: 0 50px;
    font-size: 18px;
  }
}

.section-speakers .description {
  width: 30%;
}

@media (max-width: 767px) {
  .section-speakers .description {
    width: auto;
  }
}

.section-speakers .descript {
  display: none;
  font: 400 18px/1.3em "Roboto", sans-serif;
  color: #3a3a3a;
}

@media (max-width: 991px) {
  .section-speakers .descript {
    font-size: 16px;
  }
}

.section-speakers .descript.active {
  display: block;
}

.section-speakers .descript ul {
  list-style: none;
}

.section-speakers .descript p,
.section-speakers .descript li {
  margin-bottom: 1em;
}

.section-speakers .descript ul li {
  position: relative;
  padding-left: 20px;
}

.section-speakers .descript ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #3a3a3a;
}

/* .section-benefit
 ******************************************************************************/
.section-benefit {
  padding-top: 50px;
  padding-bottom: 145px;
  background-image: url("../img/bgr-05-01.png");
  background-repeat: no-repeat;
  background-position: -webkit-calc(50% + 65px) 0;
  background-position: calc(50% + 65px) 0;
}

@media (max-width: 1199px) {
  .section-benefit {
    padding-bottom: 100px;
    -webkit-background-size: auto 500px;
            background-size: auto 500px;
  }
}

@media (max-width: 991px) {
  .section-benefit {
    -webkit-background-size: auto auto;
            background-size: auto;
    background-image: url("../img/bgr-05-02.png");
    background-position: -webkit-calc(50% + 150px) 80px;
    background-position: calc(50% + 150px) 80px;
  }
}

@media (max-width: 767px) {
  .section-benefit {
    padding-top: 0;
    padding-bottom: 80px;
    background-position: 50% -webkit-calc(100% - 20px);
    background-position: 50% calc(100% - 20px);
  }
}

@media (max-width: 991px) {
  .section-benefit .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .section-benefit .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-benefit .list {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 991px) {
  .section-benefit .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  .section-benefit .list {
    width: 100%;
    padding-right: 0;
  }
}

.section-benefit .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
  position: relative;
  width: 50%;
  padding: 0 70px 0 0;
}

@media (max-width: 991px) {
  .section-benefit .list .item {
    width: 100%;
    max-width: 325px;
    margin-bottom: 35px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section-benefit .list .item {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .section-benefit .list .item .btn-main {
    display: none;
  }
}

@media (max-width: 991px) {
  .section-benefit .list .item:last-child {
    margin-bottom: 0;
  }
}

.section-benefit .list .item .ico {
  display: block;
  width: 70px;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .section-benefit .list .item .ico {
    margin-right: 25px;
  }
}

.section-benefit .list .item .text {
  font: 400 18px/1.3em "Roboto", sans-serif;
  color: #3a3a3a;
}

@media (max-width: 991px) {
  .section-benefit .list .item .text {
    font-size: 16px;
  }
}

.section-benefit .bottom {
  display: none;
  width: 70%;
}

@media (max-width: 991px) {
  .section-benefit .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 50%;
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .section-benefit .bottom {
    width: 100%;
    height: 415px;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-benefit .bottom .btn-main {
  margin-left: 50%;
}

@media (max-width: 991px) {
  .section-benefit .bottom .btn-main {
    margin-left: 0;
  }
}

/* .section-about
 ******************************************************************************/
.section-about {
  padding-bottom: 200px;
  background-image: url("../img/bgr-06-01.png");
  background-position: -webkit-calc(50% - 50px) 230px;
  background-position: calc(50% - 50px) 230px;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .section-about {
    padding-bottom: 130px;
    background-position: -webkit-calc(50% - 50px) 170px;
    background-position: calc(50% - 50px) 170px;
  }
}

.section-about .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 125px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .section-about .list {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section-about .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.section-about .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-about .list .item {
    width: 50%;
    margin-bottom: 50px;
  }
}

.section-about .list .item .ico {
  display: block;
  height: 100px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-about .list .item .ico {
    height: 80px;
  }
}

.section-about .list .item .text {
  font: 400 18px/1.3em "Roboto", sans-serif;
  color: #3a3a3a;
}

@media (max-width: 991px) {
  .section-about .list .item .text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section-about .list .item .text {
    padding: 0 10px;
    max-width: 180px;
  }
}

.section-about .final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 35px;
  background: #686bb5;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

@media (max-width: 991px) {
  .section-about .final {
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .section-about .final {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-about .final .text {
  padding-left: 160px;
  padding-right: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

@media (max-width: 991px) {
  .section-about .final .text {
    padding-left: 110px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .section-about .final .text {
    padding: 0;
    margin-bottom: 60px;
  }
}

.section-about .final .text::before {
  display: block;
  position: absolute;
  left: -40px;
  top: -87px;
  content: "";
  width: 165px;
  height: 260px;
  background: url("../img/robo4.png") 0 0 no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media (max-width: 991px) {
  .section-about .final .text::before {
    width: 100px;
    height: 160px;
    left: -25px;
    top: -35px;
  }
}

@media (max-width: 767px) {
  .section-about .final .text::before {
    display: none;
  }
}

.section-about .final .title {
  margin-bottom: 10px;
  font: bold 36px/1em "Aznauri Round", sans-serif;
  color: #ffffff;
}

@media (max-width: 991px) {
  .section-about .final .title {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .section-about .final .title {
    font-size: 36px;
    text-align: center;
  }
}

@media (max-width: 399px) {
  .section-about .final .title {
    text-align: left;
  }
}

.section-about .final .subtitle {
  font: normal 24px/1em "Aznauri Round", sans-serif;
  color: #ffffff;
}

@media (max-width: 991px) {
  .section-about .final .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section-about .final .subtitle {
    text-align: center;
  }
}

@media (max-width: 399px) {
  .section-about .final .subtitle {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .section-about .final .button {
    position: relative;
    text-align: center;
  }
}

@media (max-width: 399px) {
  .section-about .final .button {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .section-about .final .button::before {
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    left: -webkit-calc(50% + 70px);
    left: calc(50% + 70px);
    bottom: -40px;
    content: "";
    width: 115px;
    height: 180px;
    background: url("../img/robo4.png") 0 0 no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
}

@media (max-width: 399px) {
  .section-about .final .button::before {
    width: 98px;
    height: 155px;
    left: 195px;
    bottom: -25px;
  }
}

/* .section-thanks
 ******************************************************************************/
.section-thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 755px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 0;
  background-color: #686bb5;
  background-image: url("../img/bgr-thanks-01.png");
  background-repeat: no-repeat;
  background-position: -webkit-calc(50% + 20px) 80px;
  background-position: calc(50% + 20px) 80px;
}

@media (max-width: 991px) {
  .section-thanks {
    min-height: 600px;
    -webkit-background-size: auto 443px;
            background-size: auto 443px;
    background-position: -webkit-calc(50% - 20px) 80px;
    background-position: calc(50% - 20px) 80px;
  }
}

@media (max-width: 767px) {
  .section-thanks {
    -webkit-background-size: auto 385px;
            background-size: auto 385px;
    background-position: -webkit-calc(50% + 140px) 150px;
    background-position: calc(50% + 140px) 150px;
  }
}

@media (max-width: 575px) {
  .section-thanks {
    background-position: -webkit-calc(50% + 140px) 175px;
    background-position: calc(50% + 140px) 175px;
  }
}

.section-thanks::after {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  width: 97px;
  height: 98px;
  bottom: -40px;
  left: -webkit-calc(50% - 90px);
  left: calc(50% - 90px);
  background: url("../img/bgr-07-01.png") 0 0 no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media (max-width: 991px) {
  .section-thanks::after {
    display: none;
  }
}

.section-thanks > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 45px;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .section-thanks > .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 70px;
  }
}

.section-thanks .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 320px;
  max-height: 700px;
  margin-right: 95px;
}

@media (max-width: 1199px) {
  .section-thanks .info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .section-thanks .info {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .section-thanks .info {
    width: 545px;
    margin: 0 auto;
    max-height: none;
    padding-top: 90px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .section-thanks .info {
    width: 290px;
  }
}

.section-thanks .info .h2 {
  margin-bottom: 30px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .section-thanks .info .h2 {
    margin-bottom: 400px;
  }
}

.section-thanks .info .h2 b,
.section-thanks .info .h2 strong {
  color: #8a79ef;
}

.section-thanks .info .subtitle {
  margin-bottom: 50px;
  font: normal 24px/1em "Aznauri Round", sans-serif;
  color: #ffffff;
}

@media (max-width: 991px) {
  .section-thanks .info .subtitle {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */