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,
menu,
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,
main,
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,
main,
menu,
nav,
section {
  display: block;
}

[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ubuntu-v20-cyrillic_latin-regular.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/ubuntu-v20-cyrillic_latin-500.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/open-sans-v40-cyrillic_latin-regular.woff2) format("woff2");
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

table {
  width: 100%;
}

a img {
  outline: 0;
}

article iframe {
  max-width: 100%!important;
  min-width: auto!important;
}

a {
  color: #383561;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1,
.type-h1 {
  font-weight: 700;
  line-height: 1.1em;
  text-transform: none;
  font-family: "Ubuntu","Arial",sans-serif;
  text-transform: none;
  font-size: 48px;
}

.single h1 {
  text-align: left;
}

h1,
.type-h1 {
  font-size: 56px;
  line-height: 1.1em;
  color: #383561;
  font-weight: 400;
}

h2,
h3,
h4,
h5,
h6,
.type-h2,
.type-h3,
.type-h4,
.type-h5,
.type-h6 {
  font-family: "Ubuntu","Arial",sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  text-align: left;
  color: #383561;
}

h1,
.type-h1 {
  font-size: 48px;
  margin: .4em 0 .4em;
}

h2,
.type-h2 {
  font-size: 32px;
  margin: .6em 0 .6em;
}

h3,
.type-h3 {
  font-size: 24px;
  margin: 2em 0 .8em;
}

h4,
.type-h4 {
  font-size: 18px;
  margin: 1em 0 .8em;
}

h5,
.type-h5 {
  font-size: 1.2em;
  margin: 1em 0 .8em;
}

h6,
.type-h6 {
  font-size: 1em;
  margin: 1em 0 .8em;
}

strong,
b,
th,
thead td {
  font-weight: 700;
}

em,
i,
cite,
dfn {
  font-style: italic;
}

code,
kbd,
samp,
pre,
tt,
var {
  font-size: 90%;
  font-family: 'Courier New',monospace;
  color: #c41e3a;
}

del {
  text-decoration: line-through;
}

u,
ins {
  text-decoration: underline;
}

small,
sup,
sub {
  font-size: 85%;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: .1em;
}

a abbr,
a acronym {
  border: 0;
}

abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  text-decoration: underline;
}

dl {
  line-height: 1.3em;
}

dt {
  margin-top: .8em;
  margin-bottom: .4em;
}

dt {
  font-weight: 700;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

hr {
  display: block;
  background: #aaa;
  color: #aaa;
  width: 100%;
  height: 1px;
  border: 0;
}

form {
  font-family: "Ubuntu","Arial",sans-serif;
}

textarea,
select,
option {
  font-size: 100%;
}

fieldset {
  border: 1px solid #ccc;
  padding: 0 1em 1em 1em;
  margin: 1.6em 0;
}

legend {
  background: #fff;
  padding-left: .8em;
  padding-right: .8em;
}

legend+* {
  margin-top: 1em;
}

textarea,
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
select {
  border: 1px solid transparent;
  border-bottom: 1px solid #d4e0ee;
  background: 0 0;
  padding: 8px 0;
  width: 100%;
  font-size: 14px;
  font-size: 100%;
  font-family: "Ubuntu","Arial",sans-serif;
  color: #383561;
  margin-top: 20px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #8a8a8a;
  opacity: 1;
}

input,
select {
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email] {
  cursor: text;
}

input {
  vertical-align: middle;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border: 0;
}

th,
td {
  vertical-align: top;
}

th,
td {
  padding: 10px;
}

caption {
  padding-bottom: .8em;
}

.dt {
  display: table;
  width: 100%;
}

.dt .dtr {
  display: table-row;
}

.dt .dtr .dtc {
  display: table-cell;
}

ul {
  list-style-type: none;
}

body .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

body .wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 500;
  background: 0 0;
  padding: 5px 0;
  width: 100%;
  text-align: left;
  color: #ff3232;
}

body .wpcf7 .wpcf7-response-output {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 500;
  border: 1px solid #383561!important;
  padding: 10px 20px;
  margin: 20px 0 0 0;
  text-align: left;
}

body .popup .wpcf7 .wpcf7-response-output {
  background: 0 0;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.content p {
  line-height: 1.4em;
}

.content p:last-child {
  margin: 0;
}

.content hr,
.content p,
.content ul,
.content ol,
.content dl,
.content pre,
.content blockquote,
.content address,
.content table {
  margin: 0 0 1.4em 0;
}

.content form p {
  margin-bottom: 0;
}

.content blockquote {
  font-size: 18px;
  margin: 0 0 30px 0;
}

.content ul,
.content ol {
  margin-left: .8em;
}

.content ul li,
.content ol li {
  margin-bottom: 1em;
  line-height: 1.4em;
}

.content ul li:before,
.content ol li:before {
  content: "\2022";
  color: #383561;
  display: inline-block;
  width: .8em;
  margin-left: -.8em;
}

.content ul li ul,
.content ol li ul {
  margin-top: 1.4em;
}

.arrow {
  border: solid #383561;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

img.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}

img.alignleft {
  float: left;
  margin: 1em 2em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 2em;
}

a img.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.no-image {
  border: 1px solid #383561;
}

.pagination {
  text-align: center;
  margin-top: 0;
  margin-bottom: 72px;
}

.pagination .page-numbers {
  font-size: 18px;
  margin-right: 8px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 36px;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #eb4899;
  border-radius: 4px;
  color: #eb4899;
  font-weight: 700;
  font-family: "Ubuntu","Arial",sans-serif;
}

.pagination .page-numbers.current {
  color: #fff;
  background: #eb4899;
  border: 1px solid #eb4899;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.dots {
  border: 0;
}

.pagination a {
  text-decoration: none;
  color: #383561;
}

.pagination a:hover {
  color: #fff;
  background: #eb4899;
  border: 1px solid #eb4899;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.pagination a.next,
.pagination a.prev {
  font-size: 20px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  text-decoration: none;
}

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

.breadcrumbs svg {
  width: 18px;
  height: 18px;
  fill: #383561;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
}

.page .header__logoimg,
.error404 .header__logoimg {
  display: none;
}

.page .header__logoimg_original,
.error404 .header__logoimg_original {
  display: block;
}

.page .header__logoimg_white,
.error404 .header__logoimg_white {
  display: none;
}

.page .header .menu-main li a,
.error404 .header .menu-main li a {
  color: #383561;
}

.home .header__logoimg {
  display: none;
}

.home .header__logoimg_original {
  display: none;
}

.home .header__logoimg_white {
  display: block;
}

.home .header .menu-main li a {
  color: #fff;
}

.header {
  padding: 30px 0;
  -webkit-transition: .6s;
  transition: .6s;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Ubuntu","Arial",sans-serif;
  position: sticky;
  position: relative;
  z-index: 10;
}

.header a {
  font-family: "Ubuntu","Arial",sans-serif;
}

.header .menuicon_dark {
  display: none;
}

.header .btn_white {
  border: 1px solid transparent;
}

.header_fixed,
.home .header_fixed {
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 0;
  z-index: 20;
  padding: 24px 0;
  position: sticky;
  top: 0;
}

.header_fixed .menuicon_white,
.home .header_fixed .menuicon_white {
  display: none;
}

.header_fixed .menuicon_dark,
.home .header_fixed .menuicon_dark {
  display: block;
}

.header_fixed .header__logoimg_white,
.home .header_fixed .header__logoimg_white {
  display: none;
}

.header_fixed .header__logoimg_original,
.home .header_fixed .header__logoimg_original {
  display: block;
}

.header_fixed .menu-main li>a,
.home .header_fixed .menu-main li>a {
  color: #383561;
}

.header_fixed .btn_white,
.home .header_fixed .btn_white {
  border: 1px solid #3080ec;
}

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

.header__menubtn {
  margin-left: auto;
}

.header__menubtn svg {
  fill: #383561;
}

.header__logo {
  width: 129px;
  height: 30px;
  margin-right: 40px;
}

.header__logoimg {
  display: none;
}

.header__logoimg_original {
  display: none;
}

.header__logoimg_white {
  display: block;
}

.header__rightblock {
  margin-left: auto;
  display: none;
}

.header__nav {
  display: none;
}

.menubtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.menubtn svg {
  width: 25px;
  height: 25px;
}

.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-main a {
  text-decoration: none;
}

.menu-main li {
  margin-right: 32px;
  padding: 16px 0;
  font-size: 16px;
}

.menu-main li a {
  color: #fff;
}

.mobilemenuwrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear,left top,right top,from(#3080ec),to(#275be0));
  background: linear-gradient(90deg,#3080ec 0,#275be0 100%);
  color: #fff;
  z-index: 30;
  padding: 30px 0;
  height: 100%;
  overflow-y: scroll;
}

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

.mobilemenuwrap__logo {
  width: 129px;
  height: 30px;
  display: block;
  margin-bottom: 24px;
}

.mobilemenuwrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 72px;
  height: 100%;
  position: relative;
}

.mobilemenuwrap__nav {
  padding: 40px 0;
}

.mobilemenuwrap__btns {
  padding: 0 40px;
}

.mobilemenuwrap__btns .btn:not(:last-child) {
  margin-bottom: 20px;
}

.mobilemenuwrap__menubtn {
  position: absolute;
  right: 0;
  top: 2px;
}

.menu-mobile {
  font-family: "Ubuntu","Arial",sans-serif;
}

.menu-mobile li {
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
  margin: 20px 0;
}

.menu-mobile li a {
  color: #fff;
  text-decoration: none;
}

.menu-mobile li ul {
  display: none;
  font-size: 16px;
  padding-left: 16px;
}

.menu-mobile li ul li {
  margin: 16px 0;
}

.menu-mobile li .sub-menu li {
  font-size: 16px;
}

.single-customer-cases .menu-main li.menu-item-224 a {
  color: #8a8a8a;
}

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

.footer__bottomgradient {
  background: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(0,#3080ec),to(rgba(14,170,236,0)));
  background: linear-gradient(0,#3080ec 0,rgba(14,170,236,0) 100%);
}

.footer__inner {
  padding: 0 0 56px 0;
}

.footer__contact a {
  text-decoration: none;
}

.footer__logo-block {
  max-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__logo img {
  width: 170px;
  height: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__info {
  font-size: 16px;
  line-height: 1.2em;
  font-family: "Open Sans","Verdana",sans-serif;
  margin-top: 20px;
  text-align: center;
}

.footer__main-block {
  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;
}

.footer__socials {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__socials-item {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.footer__socials-item svg.vk {
  width: 30px;
  height: 30px;
}

.footer__socials-item svg.yt {
  width: 30px;
  height: 26.25px;
}

.footer__partners {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__partners-item:last-child {
  margin-left: 20px;
}

.footer__copyright {
  color: #f3f6ff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0,0,0,.25);
  font-family: "Open Sans","Verdana",sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  margin-top: 32px;
}

.footer__copyright a {
  color: #f3f6ff;
}

.footer__bottom {
  background-image: url(../img/svg/footer-clouds-mobile.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.intro {
  background: linear-gradient(110deg,#3080ec -11.26%,rgba(14,170,236,.55) 66.85%);
  background-image: url(../img/svg/intro-bg.svg);
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 72px;
  overflow: hidden;
}

.intro.section {
  margin-top: -90px;
}

.intro__imgwrap {
  text-align: center;
  position: relative;
}

.intro__imgwrap .btn {
  z-index: 9;
  position: relative;
  width: 180px;
  margin: 0 auto;
}

.intro__img {
  width: 100%;
  max-width: 66%;
  height: auto;
  position: relative;
  z-index: 8;
}

.intro__imgcloud {
  position: absolute;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 676px;
  height: auto;
  max-width: 100%;
  bottom: 25px;
  z-index: 8;
}

.intro h1 {
  margin-top: 0;
  color: #fff;
}

.intro .subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
  margin-top: 10px;
  max-width: 580px;
}

.intro__text {
  margin-top: 32px;
  position: relative;
  z-index: 9;
}

.intro__text .btn {
  display: none;
}

.intro__desc {
  font-size: 20px;
  line-height: 1.2em;
  margin-top: 10px;
  max-width: 580px;
}

.intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.intro__item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.intro__item-icon svg {
  width: 40px;
  height: 40px;
}

.intro__item-text {
  padding-left: 15px;
}

.intro__item-desc {
  font-size: 20px;
  line-height: 1.2em;
}

.evening__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.evening__item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.evening__item-icon img {
  width: 70px;
  height: auto;
}

.evening__item-text {
  padding-left: 18px;
  max-width: 540px;
}

.evening__item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
}

.evening__item-desc {
  font-size: 20px;
  line-height: 1.2em;
  margin-top: 5px;
}

.speakers {
  position: relative;
}

.speakers:before {
  top: -320px;
  bottom: -320px;
  left: 0;
  right: 0;
  display: block;
  content: '';
  background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(50%,#79c7f4),to(#fff));
  background: linear-gradient(0deg,#fff 0,#79c7f4 50%,#fff 100%);
  position: absolute;
  z-index: -1;
}

.speakers__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.speakers__speaker {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.speakers__personinner {
  border-radius: 16px;
  border: 1px solid #3080ec;
  background: #fff;
  padding: 20px;
  height: 100%;
}

.speakers__img {
  margin-bottom: 20px;
}

.speakers__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.speakers__name {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

.speakers__position {
  font-family: "Open Sans","Verdana",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #737586;
  margin-top: 10px;
}

.speakers__top {
  position: relative;
}

.speakers__clouds {
  display: none;
}

.speakers__cloudsmobile {
  position: absolute;
  right: 0;
  width: 130px;
  bottom: 0;
  right: -25px;
}

.programm__wrap {
  border-radius: 16px;
  border: 1px solid #3080ec;
  background: #fff;
}

.programm__item {
  padding: 0 20px;
}

.programm__item:last-child .programm__iteminner {
  border: 0;
}

.programm__iteminner {
  border-bottom: 1px solid #3080ec;
  padding: 36px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.programm__date {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 20px;
}

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

.programm__dateinner:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: '';
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  background-image: url(../img/svg/clock.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 6px;
}

.programm__info {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 20px;
}

.programm__more {
  margin-top: 10px;
  font-size: 16px;
  color: #8a8a8a;
  line-height: 140%;
}

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

.programm__person-name {
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 1.15em;
}

.programm__person-company {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 6px;
}

.programm__person-position {
  font-size: 16px;
  color: #8a8a8a;
  line-height: 140%;
}

.programm__personimg {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  margin-right: 16px;
}

.register {
  position: relative;
}

.register:before {
  left: 0;
  right: 0;
  content: '';
  position: absolute;
  top: -380px;
  bottom: -388px;
  background-image: url(../img/svg/register-bg.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.register h2 {
  text-align: center!important;
  margin: 0!important;
}

.register form {
  margin-top: 20px;
}

.register__wrap {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #3080ec;
  padding: 40px 20px;
}

.register__accept {
  text-align: center;
  padding: 30px 0;
  color: #737586;
  font-family: "Open Sans","Verdana",sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.register__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.register__formsent {
  text-align: center;
  display: none;
}

.register__btnwrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.register__cloudleft {
  position: absolute;
  max-width: 160px;
  left: 0;
  top: -56px;
  z-index: -1;
}

.register__cloudright {
  position: absolute;
  max-width: 260px;
  right: 0;
  bottom: -100px;
  z-index: -1;
}

.location__map {
  border-radius: 16px;
  border: 1px solid #3080ec;
  overflow: hidden;
}

.location__map img {
  max-width: 100%;
  height: auto;
}

.location__desc {
  font-size: 24px;
  line-height: 1.25em;
  padding-left: 0;
  margin-top: 30px;
}

.partners__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners__item {
  height: 60px;
  width: auto;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.partners__item img {
  max-height: 100%;
  width: auto;
}

.partners__item_tg strong {
  display: block;
}

.partners__item_tg img {
  margin-right: 16px;
}

.partners__item__tgtext {
  font-size: 24px;
}

.about__desc {
  font-size: 24px;
  line-height: 1.2em;
}

.wpcf7-form .wpcf7-submit {
  border: 0;
  padding: 18px 30px;
  font-size: 16px;
  font-family: "Open Sans","Verdana",sans-serif;
  margin: 0;
  font-weight: 400;
}

.wpcf7-form p {
  color: #8a8a8a;
  font-size: 12px;
}

.wpcf7-form input {
  padding: 18px 22px;
  border: 1px solid #3080ec;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Ubuntu","Arial",sans-serif;
}

body .wpcf7 .wpcf7-not-valid-tip {
  padding: 8px 0 16px 22px;
  font-family: "Open Sans","Verdana",sans-serif;
  font-size: 14px;
}

body .wpcf7 .wpcf7-response-output {
  font-family: "Open Sans","Verdana",sans-serif;
  font-size: 14px;
  text-align: center;
  border: 0!important;
}

.wpcf7-submit {
  width: 160px;
}

.submitwrap {
  display: inline-block;
  width: 160px;
  position: relative;
  margin: 0 auto;
}

.intl-tel-input {
  margin-top: 8px;
  margin-bottom: 8px;
}

.wpcf7-form .wpcf7-submit {
  margin: 0;
}

.submitwrap .wpcf7-spinner {
  position: absolute;
  margin: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  background-color: #fff;
  opacity: 1;
}

.submitwrap .wpcf7-spinner::before {
  background-color: #8a8a8a;
}

.wpcf7-form.submitting .wpcf7-submit {
  text-indent: -9999em;
}

.register__info {
  margin-top: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #737586;
}

article {
  margin-bottom: 80px;
}

article h1 {
  font-size: 36px;
}

article h2 {
  font-size: 24px;
}

.section {
  margin-bottom: 80px;
}

.section h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}

.section h2,
.section .type-h2 {
  font-size: 36px;
  margin: 20px 0;
  line-height: 1.2em;
}

.rnd-btn {
  background: #dff1fd;
  padding: 8px 16px;
  border-radius: 50px;
  color: #1c7aa2;
  font-size: 12px;
  text-align: center;
}

.btn {
  color: #fff;
  font-family: "Open Sans","Verdana",sans-serif;
  padding: 18px 30px;
  border: 0;
  border-radius: 10px;
  background: -webkit-gradient(linear,left top,right top,from(#3080ec),to(#275be0));
  background: linear-gradient(90deg,#3080ec 0,#275be0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.btn:hover {
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn_white {
  color: #3080ec;
  background: #fff;
}

.btnswrap {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@-webkit-keyframes run {
  0% {
    left: 40%;
  }

  50% {
    left: 60%;
  }

  to {
    left: 40%;
  }
}

@keyframes run {
  0% {
    left: 40%;
  }

  50% {
    left: 60%;
  }

  to {
    left: 40%;
  }
}

@-webkit-keyframes run-right {
  0% {
    right: -25px;
  }

  50% {
    right: -75px;
  }

  to {
    right: -25px;
  }
}

@keyframes run-right {
  0% {
    right: -25px;
  }

  50% {
    right: -75px;
  }

  to {
    right: -25px;
  }
}

@-webkit-keyframes run-left {
  0% {
    left: -25px;
  }

  50% {
    left: 25px;
  }

  to {
    right: -25px;
  }
}

@keyframes run-left {
  0% {
    left: -25px;
  }

  50% {
    left: 25px;
  }

  to {
    right: -25px;
  }
}

.topcloud {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  max-width: 36%;
  -webkit-animation: linear infinite;
  animation: linear infinite;
  -webkit-animation-name: run;
  animation-name: run;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.cloud-right {
  position: absolute;
  top: 35%;
  right: -25px;
  -webkit-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  max-width: 27%;
  z-index: 2;
  -webkit-animation: linear infinite;
  animation: linear infinite;
  -webkit-animation-name: run-right;
  animation-name: run-right;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.cloud-left {
  position: absolute;
  top: 15%;
  left: -25px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 27%;
  z-index: 2;
  -webkit-animation: linear infinite;
  animation: linear infinite;
  -webkit-animation-name: run-left;
  animation-name: run-left;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Ubuntu","Arial",sans-serif;
  color: #383561;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #fff;
  line-height: normal;
  margin: 0;
  line-height: 1.21em;
}

.scrollock {
  overflow: hidden;
  max-height: 100vh;
}

.sitewrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

div.grecaptcha-badge {
  width: 0!important;
}

div.grecaptcha-badge.active {
  width: 256px!important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  width: 100%;
  max-width: 100%;
}

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

.flexwrap_centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:480px) {
  .speakers__speaker {
    -ms-flex-preferred-size: calc((100%/2) - 10px);
    flex-basis: calc((100%/2) - 10px);
    max-width: calc((100%/2) - 10px);
  }

  .btnswrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:640px) {
  .intro__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0;
  }

  .intro__text .btn {
    margin: 50px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .intro__imgwrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .intro__imgwrap .btn {
    display: none;
  }

  .intro__imgcloud {
    max-width: auto;
    bottom: 0;
    -webkit-transform: translate(-50%,33%);
    transform: translate(-50%,33%);
    max-width: 120%;
  }

  .intro__img {
    max-width: 440px;
  }

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

  .register__inputs span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 10px;
  }
}

@media (min-width:960px) {
  .footer__wrap {
    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-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .footer__logo-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__info {
    text-align: left;
  }

  .footer__main-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer__socials {
    margin-top: 0;
  }

  .footer__partners {
    margin-top: 0;
  }

  .footer__copyright {
    text-align: left;
    margin-top: 50px;
    text-shadow: none;
  }

  .footer__inner {
    padding: 56px 0;
  }

  .footer__bottom-gradient {
    background: 0 0;
  }

  .footer__gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(0,#3080ec),to(rgba(14,170,236,0)));
    background: linear-gradient(0,#3080ec 0,rgba(14,170,236,0) 100%);
  }

  .footer__bottom {
    background: 0 0;
  }

  .footer__bottom .container {
    background-image: url(../img/svg/footer-clouds.svg);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: 50% 0;
  }

  .intro.section {
    margin-top: -98px;
  }

  .intro .subtitle {
    font-size: 40px;
  }

  .intro__desc {
    font-size: 24px;
    margin-top: 20px;
  }

  .intro__item-desc {
    font-size: 24px;
  }

  .intro__btnswrap {
    margin-bottom: 0;
  }

  .evening__item {
    margin-bottom: 0;
  }

  .evening__item_item-02 {
    padding-left: 53%;
  }

  .evening__item_item-03 {
    padding-left: 22%;
  }

  .evening__item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    text-align: right;
  }

  .evening__item-icon img {
    width: 100px;
    height: auto;
  }

  .evening__item-icon img.thumb-icon {
    width: 82px;
  }

  .evening__item-title {
    font-size: 40px;
  }

  .evening__item-desc {
    font-size: 24px;
  }

  .speakers {
    position: relative;
  }

  .speakers__cloudsmobile {
    display: none;
  }

  .speakers__clouds {
    position: absolute;
    left: auto;
    bottom: 0;
    max-width: 70%;
    right: 0;
    display: block;
  }

  .speakers__speaker {
    -ms-flex-preferred-size: calc((100%/3) - 13.33px);
    flex-basis: calc((100%/3) - 13.33px);
    max-width: calc((100%/3) - 13.33px);
  }

  .programm {
    position: relative;
  }

  .programm:before {
    content: '';
    display: block;
    width: 100%;
    height: 280px;
    background-image: url(../img/svg/programm-clouds.svg);
    background-size: 60%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -150px;
    z-index: -1;
  }

  .programm__date {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
  }

  .programm__info {
    margin-bottom: 0;
    padding-right: 40px;
  }

  .programm__iteminner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .programm__person {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    margin-left: auto;
  }

  .register__wrap {
    padding: 40px 60px;
  }

  .location__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .location__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .location__map img {
    display: block;
  }

  .location__desc {
    margin-top: 0;
    padding-left: 30px;
  }

  .location h2 br {
    display: none;
  }

  .section {
    margin-top: 80px;
  }

  .section h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .section h2,
  .section .type-h2 {
    font-size: 64px;
    margin: .6em 0 .6em;
  }

  .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media screen and (min-width:1340px) {
  .header {
    padding: 24px 0 24px;
  }

  .header_fixed {
    padding: 24px 0 24px;
  }

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

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

  .menubtn {
    display: none;
  }
}

@media (min-width:1340px) {
  .speakers {
    margin-top: 0;
  }

  .speakers__speaker {
    -ms-flex-preferred-size: calc((100%/4) - 15px);
    flex-basis: calc((100%/4) - 15px);
    max-width: calc((100%/4) - 15px);
  }

  .programm:before {
    height: 360px;
    top: -220px;
  }

  .partners__item {
    height: 100px;
    margin-bottom: 0;
  }

  .partners__item_tg img {
    height: 64px;
  }
}
/*# sourceMappingURL=general.css.map */
