@charset "UTF-8";
@import url("../fonts/fonts.css");
.contacts__social-item, .speakers__item-photo img, .partners__item, .skills__item-text, .skills__item .icon-hover, .prices__include-list li, .prices__info:before, .forwhom__item > span, .forwhom__item, .course__item-title, .course__item {
  transition: all 0.2s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}

header, nav, section, article, aside, footer {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: "Lato", sans-serif;
  color: black;
  font-weight: normal;
  font-style: normal;
  background: #fff;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media (max-width: 1439px) {
  body {
    font-size: 16px;
    line-height: 1.375;
  }
}

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

img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 610px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 609px) {
  .container {
    max-width: 100%;
  }
}

.wrapper {
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.noscroll {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.section__head {
  margin-bottom: 96px;
}
.section__title {
  font-weight: bold;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.section__pd {
  padding: 128px 0;
}
.section__pd--big {
  padding: 192px 0;
}
.section__pdt {
  padding-top: 128px;
}
.section__pdt--big {
  padding-top: 192px;
}
.section__pdb {
  padding-bottom: 128px;
}
.section__pdb--mid {
  padding-bottom: 144px;
}
.section__pdb--big {
  padding-bottom: 192px;
}
@media (max-width: 1439px) {
  .section__head {
    margin-bottom: 65px;
  }
  .section__title {
    font-size: 46px;
  }
  .section__pd {
    padding: 96px 0;
  }
  .section__pd--big {
    padding: 128px 0;
  }
  .section__pdt {
    padding-top: 96px;
  }
  .section__pdt--big {
    padding-top: 128px;
  }
  .section__pdb {
    padding-bottom: 96px;
  }
  .section__pdb--mid {
    padding-bottom: 96px;
  }
  .section__pdb--big {
    padding-bottom: 128px;
  }
}
@media (max-width: 1023px) {
  .section__head {
    margin-bottom: 47px;
  }
  .section__title {
    font-size: 46px;
  }
  .section__pd {
    padding: 63px 0;
  }
  .section__pd--big {
    padding: 94px 0;
  }
  .section__pdt {
    padding-top: 63px;
  }
  .section__pdt--big {
    padding-top: 94px;
  }
  .section__pdb {
    padding-bottom: 63px;
  }
  .section__pdb--mid {
    padding-bottom: 63px;
  }
  .section__pdb--big {
    padding-bottom: 94px;
  }
}
@media (max-width: 767px) {
  .section__head {
    margin-bottom: 40px;
  }
  .section__title {
    font-size: 36px;
  }
}
@media (max-width: 609px) {
  .section__head {
    margin-bottom: 40px;
  }
  .section__title {
    font-size: 28px;
  }
  .section__pdt--big {
    padding-top: 61px;
  }
  .section__pdb--mid {
    padding-bottom: 56px;
  }
}

.link-border {
  color: #0558F9;
  border-bottom: 1px solid #0558F9;
  transition: all 0.2s ease-in-out;
}
.link-border:hover {
  color: #EC5050;
  border-color: transparent;
}
.link-border:active {
  color: #CD4545;
  border-color: transparent;
}

.text--blue {
  color: #0558F9;
}

.text--white {
  color: #fff;
}

/**************************************************************
forms
**************************************************************/
.input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.input::-o-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.input::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.input:-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.input input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.input:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-o-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:input-placeholder {
  color: transparent;
  opacity: 0;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.but,
input[type=submit] {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input, button {
  -webkit-appearance: none;
}

.input__box {
  position: relative;
  margin-bottom: 8px;
}

.input {
  width: 100%;
  height: 56px;
  line-height: 52px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #000;
  background: #fff;
  border-radius: 8px;
  padding: 0 20px;
  transition: all 0.2s ease-in-out;
  border: 2px solid #fff;
}
.input:hover {
  background: #EAEEF9;
}
.input:focus {
  background: #fff;
}
.input:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.input:focus::-o-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.input:focus::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.input:focus:-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.input:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.input:focus input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.input:focus::placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.input:focus:placeholder-shown {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.input.error {
  border-color: #EC5050;
}
@media (max-width: 1439px) {
  .input {
    height: 52px;
    line-height: 48px;
    font-size: 16px;
  }
}

textarea.input {
  line-height: normal !important;
  padding: 15px 20px;
  resize: none;
  height: 150px;
}

.btn {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  text-align: center;
  border: none;
  background: #EC5050;
  border-radius: 8px;
  padding: 0 24px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn:hover {
  background: #CD4545;
}
.btn:active {
  background: #C73D3D;
}
.btn--wall {
  width: 100%;
}
.btn--hm {
  height: 56px;
  line-height: 56px;
}
@media (max-width: 1439px) {
  .btn {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
  }
  .btn--hm {
    height: 52px;
    line-height: 52px;
  }
}
@media (max-width: 1023px) {
  .btn {
    height: 52px;
    line-height: 52px;
  }
  .btn--hm {
    height: 52px;
    line-height: 52px;
  }
}

.variant_input {
  position: relative;
  z-index: 9;
  text-align: left;
  position: absolute;
  right: 5px;
  top: 5px;
  height: calc(100% - 10px);
  width: 155px;
}

.variant_input .ac_in {
  height: 100%;
  display: flex;
  align-items: center;
  background: url(../images/drop_v.svg) no-repeat right 10px center;
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #B3BDD5;
  font-size: 16px;
  color: #000;
  text-align: left;
  cursor: pointer;
  padding: 0 7px;
}
.variant_input .ac_in img {
  margin-right: 8px;
}
.variant_input .ac_in .icon-hover {
  display: none;
}

.variant_input.dropdown .ac_in {
  background-image: url(../images/drop_v_top.svg);
}

.variant_input img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: -1px;
}

.variant_input .bl_item {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  width: 100%;
  display: none;
  background: #fff;
  border: 1px solid rgba(12, 37, 72, 0.1);
  padding: 7px 7px;
  border-radius: 8px;
}

.variant_input.dropdown.reverse .bl_item {
  display: flex;
  flex-direction: column-reverse;
  top: auto;
  bottom: -15px;
  background-position: right 25px bottom 29px;
}

.variant_input .item_v {
  line-height: 32px;
  border-bottom: none;
  margin: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.variant_input .item_v + .item_v {
  margin-top: 4px;
}

.variant_input .item_v:hover {
  color: #000;
}

.variant_input .item_v.active {
  color: #000;
}

.variant_input .item_v img {
  margin-right: 8px;
  transition: all 0.2s ease-in-out;
}

.variant_input .item_v .icon-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.variant_input .item_v:hover .icon-hover,
.variant_input .item_v.active .icon-hover {
  opacity: 1;
  visibility: visible;
}

.in_sv {
  display: none;
}

.in_sv[data-name=phone] {
  display: block;
}

.in_sv {
  overflow: hidden;
}

.in_sv input,
.input_btn .in_sv input {
  padding-right: 170px;
}

@media (max-width: 1439px) {
  .variant_input {
    top: 3px;
    right: 3px;
    width: 142px;
    height: calc(100% - 6px);
  }

  .variant_input .ac_in {
    padding: 0 5px;
    font-size: 15px;
    background-position: right 5px center;
  }

  .variant_input .item_v {
    font-size: 15px;
  }
}
/**************************************************************
header
**************************************************************/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
.header.fixed {
  border-color: rgba(12, 37, 72, 0.1);
  z-index: 99;
}
.header__wrap {
  height: 112px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  max-height: 100%;
}
.header__lang {
  margin-left: auto;
}
.header__lang ul {
  display: flex;
  align-items: center;
}
.header__lang li {
  margin-left: 8px;
}
.header__lang li a {
  color: #000;
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
.header__lang li a:hover {
  opacity: 1;
}
.header__lang li.active a {
  opacity: 1;
  font-weight: bold;
}
.header__call {
  display: flex;
  align-items: center;
  margin-left: 48px;
}
.header__call-link {
  margin-left: 16px;
  font-size: 18px;
}
.header__phone {
  font-size: 18px;
  color: black;
}
@media (max-width: 1439px) {
  .header__wrap {
    height: 80px;
  }
  .header__logo {
    height: 50px;
  }
  .header__call-link {
    font-size: 16px;
  }
  .header__phone {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .header__call {
    margin-left: 32px;
  }
  .header__call-link {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .header__wrap {
    height: 128px;
    flex-wrap: wrap;
  }
  .header__call {
    margin-left: 0;
    margin-top: 30px;
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
  }
  .header__call-link {
    margin-left: 20px;
  }
}
@media (max-width: 479px) {
  .header__call {
    justify-content: space-around;
  }
  .header__call-link {
    margin-left: 0;
  }
}

/**************************************************************
footer
**************************************************************/
.footer {
  padding: 40px 0;
}
.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo img {
  max-height: 100%;
}
.footer__lang {
  margin-left: auto;
}
.footer__lang ul {
  display: flex;
  align-items: center;
}
.footer__lang li {
  margin-left: 8px;
}
.footer__lang li a {
  color: #000;
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
.footer__lang li a:hover {
  opacity: 1;
}
.footer__lang li.active a {
  opacity: 1;
  font-weight: bold;
}
@media (max-width: 1439px) {
  .footer {
    padding: 35px 0;
  }
  .footer__logo {
    height: 50px;
  }
}
/**************************************************************
.main
**************************************************************/
.main {
  padding-top: 176px;
}
.main__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0558F9;
  border-radius: 16px;
  color: #fff;
}
.main__info {
  padding: 39px 30px 32px 56px;
  display: flex;
  flex-direction: column;
}
.main__title {
  font-weight: bold;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.main__intro {
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1428571429;
  max-width: 400px;
}
.main__buttons {
  padding-top: 40px;
  margin-top: auto;
}
.main__right {
  padding: 32px 0;
  position: relative;
}
.main__right-img {
  position: absolute;
  bottom: 0;
  right: 8px;
}
.main__params {
  background: #EC5050;
  padding: 36px 32px 34px;
  border-radius: 8px;
  max-width: 312px;
  margin-left: -16px;
  font-weight: bold;
}
.main__params-item + .main__params-item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 39px;
  padding-top: 39px;
}
.main__params-icon {
  margin-bottom: 18px;
}
.main__params-text {
  max-width: 210px;
}
@media (max-width: 1439px) {
  .main {
    padding-top: 120px;
  }
  .main__wrap {
    border-radius: 12px;
  }
  .main__info {
    padding: 30px 30px 30px 40px;
  }
  .main__title {
    font-size: 46px;
    margin-bottom: 11;
  }
  .main__intro {
    font-size: 20px;
    max-width: 270px;
  }
  .main__right {
    padding: 24px 0;
  }
  .main__right-img {
    width: 320px;
  }
  .main__params {
    padding: 24px 24px;
    max-width: 240px;
    margin-left: 0px;
  }
  .main__params-item + .main__params-item {
    margin-top: 17px;
    padding-top: 17px;
  }
  .main__params-icon {
    margin-bottom: 8px;
  }
  .main__params-text {
    max-width: 173px;
  }
}
@media (max-width: 1023px) {
  .main {
    padding-top: 100px;
  }
  .main__wrap {
    display: block;
    background: none;
  }
  .main__info {
    border-radius: 12px;
    background: #0558F9;
    padding: 30px 270px 30px 30px;
  }
  .main__title {
    font-size: 46px;
    margin-bottom: 11;
  }
  .main__intro {
    max-width: 390px;
    margin-bottom: 0px;
  }
  .main__right {
    margin-top: 8px;
    padding: 0;
  }
  .main__right-img {
    bottom: 100%;
    margin-bottom: 8px;
    width: 287px;
  }
  .main__params {
    padding: 24px 30px;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.1fr;
    grid-gap: 35px;
    border-radius: 12px;
  }
  .main__params-item + .main__params-item {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
  .main__params-text {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 152px;
  }
  .main__info {
    padding: 28px 24px 24px;
  }
  .main__title {
    font-size: 32px;
    margin-bottom: 11;
    max-width: 400px;
  }
  .main__intro {
    font-size: 20px;
  }
  .main__right-img {
    bottom: 0;
    margin-bottom: 0;
    width: 225px;
    right: 0px;
  }
  .main__params {
    padding-right: 160px;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .main__params-text {
    max-width: 220px;
  }
}
@media (max-width: 479px) {
  .main__right-img {
    right: -50px;
  }
}
@media (max-width: 400px) {
  .main__buttons .btn {
    width: 100%;
  }
  .main__params-text {
    font-size: 14px;
  }
}

/**************************************************************
.course
**************************************************************/
.course__head {
  display: grid;
  grid-template-columns: 60% 330px;
  justify-content: space-between;
}
.course__head-right {
  padding: 23px 32px 0;
}
.course__head-right__t {
  color: #0558F9;
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.71;
}
.course__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  counter-reset: course;
}
.course__item {
  background: #F7F9FE;
  border-radius: 8px;
  min-height: 216px;
  padding: 26px 32px;
}
.course__item-title {
  color: #0558F9;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 17px;
}
.course__item:hover {
  background: #0558F9;
  color: #fff;
}
.course__item:hover .course__item-title {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1439px) {
  .course__head {
    grid-template-columns: 60% 235px;
  }
  .course__head-right {
    padding: 0;
  }
  .course__head-right__t {
    margin-bottom: 8px;
  }
  .course__item {
    min-height: 192px;
    padding: 18px 12px 18px 20px;
  }
  .course__item-title {
    margin-bottom: 8px;
  }
}
@media (max-width: 1023px) {
  .course__head {
    grid-template-columns: 1fr;
    grid-gap: 14px;
  }
  .course__head-right {
    max-width: 530px;
    color: rgba(0, 0, 0, 0.5);
  }
  .course__head-right__t {
    display: none;
  }
  .course__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .course__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 609px) {
  .course__items {
    display: flex;
    grid-gap: 0;
    margin: 0 -15px;
    padding-left: 15px;
    overflow: auto;
  }
  .course__item {
    margin-right: 8px;
    width: 255px;
    min-width: 255px;
    min-height: 200px;
    color: #fff !important;
    background: #0558F9;
  }
  .course__item-title {
    color: #fff !important;
  }
}

/**************************************************************
.forwhom
**************************************************************/
.forwhom__wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
.forwhom__photo {
  text-align: right;
}
.forwhom__head {
  margin-bottom: 80px;
}
.forwhom__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 56px;
  max-width: 616px;
}
.forwhom__item {
  padding-top: 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  padding-right: 5px;
}
.forwhom__item > span {
  position: relative;
  top: 0;
}
.forwhom__item:hover {
  border-color: black;
}
.forwhom__item:hover > span {
  top: 4px;
}
.forwhom__photo {
  grid-row: span 2;
}
@media (max-width: 1439px) {
  .forwhom__wrap {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
  }
  .forwhom__photo img {
    max-width: 370px;
  }
  .forwhom__head {
    margin-bottom: 60px;
  }
  .forwhom__item {
    padding-top: 15px;
  }
}
@media (max-width: 1023px) {
  .forwhom__wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 60px;
  }
  .forwhom__photo {
    grid-row: initial;
    order: 2;
  }
  .forwhom__photo img {
    max-width: 330px;
  }
  .forwhom__head {
    grid-column: span 2;
    margin-bottom: 53px;
  }
  .forwhom__items {
    grid-gap: 48px;
    grid-template-columns: 1fr;
  }
  .forwhom__item {
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  .forwhom__wrap {
    grid-template-columns: 1.4fr 1fr;
    grid-gap: 25px 25px;
  }
  .forwhom__head {
    grid-column: initial;
  }
  .forwhom__head br {
    display: none;
  }
  .forwhom__photo {
    order: initial;
  }
  .forwhom__photo img {
    max-width: 125px;
    width: 100%;
  }
  .forwhom__info {
    grid-column: span 2;
  }
  .forwhom__items {
    grid-gap: 32px;
  }
}

/**************************************************************
.prices
**************************************************************/
.prices {
  padding: 135px 0 144px;
  background: #091253;
}
.prices__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 32px;
}
.prices__info {
  border-radius: 16px;
  background: #0558F9;
  padding: 62px 56px 62px;
  width: 504px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.prices__info:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #0558F9;
  border-radius: 16px;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
}
.prices__info:hover:before {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}
.prices__item {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.prices__item + .prices__item {
  margin-top: 54px;
}
.prices__item-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.prices__include {
  background: #F7F9FE;
  background: url(../images/prices-photo.jpg) no-repeat center center;
  background-position: cover;
  border-radius: 16px;
  min-height: 656px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 62px 56px 62px 415px;
  position: relative;
}
.prices__include-photo {
  position: absolute;
  left: 0;
  bottom: 0;
}
.prices__include-title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}
.prices__include-list {
  max-width: 290px;
  margin-bottom: 20px;
}
.prices__include-list li {
  position: relative;
  margin-bottom: 30px;
  font-weight: 500;
  left: 0;
}
.prices__include-list li:before {
  position: absolute;
  right: 100%;
  top: 0px;
  margin-right: 16px;
  color: #0558F9;
  content: "—";
}
.prices__include-list li:hover {
  left: 16px;
}
@media (max-width: 1439px) {
  .prices {
    padding: 95px 0;
  }
  .prices__wrap {
    grid-gap: 24px;
  }
  .prices__info {
    padding: 38px 32px;
    width: 360px;
    border-radius: 12px;
  }
  .prices__item {
    font-size: 36px;
  }
  .prices__item + .prices__item {
    margin-top: 26px;
  }
  .prices__item-title {
    font-size: 12px;
  }
  .prices__include {
    background-image: url(../images/prices-photo-laptop.jpg);
    border-radius: 12px;
    min-height: 448px;
    padding: 38px 40px 38px 256px;
  }
  .prices__include-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .prices__include-list li {
    margin-bottom: 20px;
  }
  .prices__include-list li:before {
    margin-right: 8px;
  }
}
@media (max-width: 1023px) {
  .prices {
    padding: 80px 0 95px;
  }
  .prices__wrap {
    grid-gap: 16px;
  }
  .prices__info {
    padding: 22px 24px;
    width: 344px;
    border-radius: 12px;
  }
  .prices__include {
    background: #F7F9FE;
    padding: 38px 35px 24px 45px;
    min-height: 410px;
  }
  .prices__include-list {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .prices {
    padding: 45px 0 48px;
  }
  .prices__wrap {
    grid-template-columns: 1fr;
  }
  .prices__info {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 24px;
  }
  .prices__item {
    margin-top: 0 !important;
    font-size: 28px;
  }
  .prices__item--big {
    grid-column: span 2;
  }
  .prices__include {
    padding: 32px 20px 28px 45px;
    min-height: 1px;
  }
  .prices__include-list {
    max-width: 420px;
  }
}

/**************************************************************
.skills
**************************************************************/
.skills {
  background: #F7F9FE;
}
.skills__buttons {
  margin-top: 48px;
  text-align: center;
}
.skills__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
.skills__item {
  min-height: 184px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  padding: 20px 32px 46px;
  overflow: hidden;
}
.skills__item--r2 {
  grid-row: span 2;
}
.skills__item--c2 {
  grid-column: span 2;
}
.skills__item--end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.skills__item-icon {
  position: relative;
  margin-bottom: 8px;
}
.skills__item .icon-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.skills__item .icon-mobile {
  display: none;
}
@media (any-hover: hover) {
  .skills__item:hover .icon-hover {
    opacity: 1;
    visibility: visible;
  }
}
.skills__item-text {
  position: relative;
  top: 0;
}
@media (any-hover: hover) {
  .skills__item:hover .skills__item-text {
    top: 8px;
  }
}
.skills__item-img {
  position: absolute;
  bottom: 0;
  left: 50px;
}
@media (max-width: 1439px) {
  .skills__buttons {
    margin-top: 48px;
  }
  .skills__items {
    grid-gap: 8px;
  }
  .skills__item {
    min-height: 160px;
    padding: 20px 20px 20px;
  }
  .skills__item-icon {
    position: relative;
    margin-bottom: 8px;
  }
  .skills__item-img {
    position: absolute;
    bottom: 0;
    left: 50px;
  }
}
@media (max-width: 1023px) {
  .skills__buttons {
    margin-top: 36px;
  }
  .skills__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
  }
  .skills__item--5 {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .skills__item--5 .skills__item-img {
    left: 25px;
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .skills__items {
    grid-template-columns: 1fr;
  }
  .skills__item {
    grid-column: initial !important;
    grid-row: initial !important;
    background: #fff !important;
    padding: 20px;
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-gap: 16px;
    min-height: 1px;
  }
  .skills__item-img {
    display: none;
  }
  .skills__item .icon-mobile {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: block;
  }
  .skills__item-text {
    color: black !important;
  }
}

/**************************************************************
.place
**************************************************************/
.place__wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 56px;
  align-items: center;
}
.place__slider {
  min-width: 1px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.place__slider:before {
  position: absolute;
  height: 144px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
  z-index: 2;
  content: "";
}
.place__slider .slick-arrow {
  bottom: 16px;
  right: 16px;
  left: auto;
  top: auto;
  margin: 0;
}
.place__slider .slick-prev {
  right: 80px;
}
.place__info-title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}
.place__info p {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 15px;
}
.place__video {
  margin-top: 96px;
  position: relative;
  padding-bottom: 55%;
  border-radius: 16px;
}
.place__video iframe {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1439px) {
  .place__wrap {
    grid-template-columns: 1.9fr 1fr;
    grid-gap: 40px;
  }
  .place__slider {
    border-radius: 12px;
  }
  .place__info-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .place__info p {
    margin-top: 7px;
  }
  .place__video {
    margin-top: 64px;
    border-radius: 12px;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .place__wrap {
    grid-template-columns: 1fr;
  }
  .place__info {
    grid-row: 1/2;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    grid-gap: 30px;
  }
  .place__video {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .place__info {
    grid-row: initial;
    display: block;
  }
  .place__video {
    margin-top: 40px;
  }
  .place__slider .slick-arrow {
    width: 36px;
    height: 36px;
    bottom: 12px;
    right: 12px;
  }
  .place__slider .slick-prev {
    right: 60px;
  }
}

/**************************************************************
.partners
**************************************************************/
.partners__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 28px;
}
.partners__item {
  color: rgba(0, 0, 0, 0.5);
}
.partners__item-photo {
  height: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.partners__item-photo img {
  max-height: 100%;
}
.partners__item:hover {
  color: #000;
}
@media (max-width: 1439px) {
  .partners__items {
    grid-gap: 44px 20px;
  }
  .partners__item-photo {
    height: 64px;
    margin-bottom: 10px;
  }
  .partners__item-photo img {
    max-width: 175px;
  }
}
@media (max-width: 1023px) {
  .partners__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px 20px;
  }
}
@media (max-width: 767px) {
  .partners__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 36px 16px;
  }
}
@media (max-width: 479px) {
  .partners__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**************************************************************
.speakers
**************************************************************/
.speakers__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
}
.speakers__item-photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
  padding-bottom: 116%;
}
.speakers__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.speakers__item-photo:hover img {
  transform: scale(1.035);
}
.speakers__item-name {
  font-weight: bold;
  font-size: 28px;
}
.speakers__item-work {
  margin-top: 7px;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1439px) {
  .speakers__items {
    grid-gap: 20px;
  }
  .speakers__item-photo {
    margin-bottom: 20px;
  }
  .speakers__item-name {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .speakers__items {
    grid-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  .speakers__item-name {
    padding-right: 8px;
  }
  .speakers__item-work {
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .speakers__items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 8px;
  }
  .speakers__item-photo {
    margin-bottom: 16px;
  }
  .speakers__item-name {
    padding-right: 8px;
  }
  .speakers__item-work {
    padding-right: 7px;
  }
}
@media (max-width: 479px) {
  .speakers__items {
    grid-template-columns: 1fr;
  }
}

/**************************************************************
.contacts
**************************************************************/
.contacts__wrap {
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 16px;
  overflow: hidden;
}
.contacts__map {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contacts__map iframe {
  border-radius: 16px;
}
.contacts__info {
  display: inline-block;
  width: 100%;
  max-width: 583px;
  background: #FFFFFF;
  border-radius: 12px;
  margin: 32px;
  padding: 29px 48px 40px;
  position: relative;
  z-index: 5;
}
.contacts__info-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
.contacts__info-intro {
  margin-bottom: 46px;
}
.contacts__info-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.contacts__info-buttons {
  padding-top: 20px;
}
.contacts__item {
  margin-bottom: 34px;
}
.contacts__item-title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-transform: uppercase;
} 
.contacts__item a:not(.link-border) {
  color: black;
}
.contacts__social {
  padding-left: 30px;
}
.contacts__social-block + .contacts__social-block {
  margin-top: 40px;
}
.contacts__social-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-gap: 16px;
  align-items: center;
  color: black;
}
.contacts__social-item + .contacts__social-item {
  margin-top: 16px;
}
.contacts__social-item:hover {
  color: rgba(0, 0, 0, 0.5);
}
.contacts__social-item:active {
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1439px) {
  .contacts__wrap {
    min-height: 600px;
    border-radius: 12px;
  }
  .contacts__info {
    max-width: 480px;
    border-radius: 8px;
    margin: 24px;
    padding: 14px 32px 32px;
  }
  .contacts__info-title {
    font-size: 36px;
    margin-bottom: 23px;
  }
  .contacts__info-intro {
    margin-bottom: 38px;
    max-width: 340px;
  }
  .contacts__info-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .contacts__info-buttons {
    padding-top: 5px;
  }
  .contacts__item {
    margin-bottom: 34px;
  }
  .contacts__item-title {
    font-size: 12px;
  }
  .contacts__social {
    padding-left: 30px;
  }
  .contacts__social-block + .contacts__social-block {
    margin-top: 32px;
  }
  .contacts__social-item {
    grid-gap: 8px;
  }
  .contacts__social-item + .contacts__social-item {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .contacts__wrap {
    padding: 264px 16px 16px;
  }
  .contacts__map iframe {
    border-radius: 12px;
  }
  .contacts__info {
    max-width: 100%;
    margin: 0;
    padding: 24px 32px 24px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    grid-gap: 30px;
  }
  .contacts__info-title {
    margin-bottom: 11px;
  }
  .contacts__info-intro {
    margin-bottom: 90px;
    max-width: 195px;
  }
  .contacts__info-buttons {
    position: absolute;
    left: 32px;
    bottom: 24px;
    padding-top: 5px;
  }
  .contacts__item {
    margin-bottom: 27px;
  }
  .contacts__social {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .contacts__wrap {
    padding: 16px 16px 256px;
    margin: 0 -16px;
  }
  .contacts__info {
    padding: 24px 20px;
    display: block;
  }
  .contacts__info-title {
    font-size: 28px;
  }
  .contacts__info-intro {
    margin-bottom: 45px;
    max-width: 280px;
  }
  .contacts__info-buttons {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 609px) {
  .contacts__wrap {
    padding: 16px 16px 256px;
  }
  .contacts__map iframe {
    border-radius: 0;
  }
  .contacts__info-cols {
    grid-gap: 24px;
  }
  .contacts__social {
    padding-left: 0;
  }
}
@media (max-width: 360px) {
  .contacts__info-cols {
    grid-template-columns: 1fr;
  }
  .contacts__social {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .contacts__social-block {
    margin: 0 !important;
  }
}

/**************************************************************
.section__
**************************************************************/
/**************************************************************
popup
**************************************************************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}
.popup__content {
  width: 100%;
  min-height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
}
.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.popup__container {
  position: relative;
  width: 100%;
  max-width: 504px;
  padding: 60px 64px 72px;
  background: #0558F9;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.popup__close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 99;
}
.popup__close:hover {
  background: rgba(255, 255, 255, 0.15);
}
.popup__close:active {
  background: rgba(255, 255, 255, 0.4);
}
.popup__close g {
  transition: all 0.2s ease-in-out;
}
.popup__close:hover g, .popup__close:active g {
  opacity: 1;
}
.popup__body {
  width: 100%;
}
.popup__head {
  margin-bottom: 50px;
  position: relative;
}
.popup__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.popup__intro {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.popup-thank .popup__container {
  background: #fff;
  color: black;
  text-align: center;
}
.popup-thank .popup__head {
  margin-bottom: 0;
}
.popup-thank .popup__intro {
  color: rgba(0, 0, 0, 0.7);
}
.popup-thank .popup__close:hover {
  background: rgba(0, 0, 0, 0.05);
}
.popup-thank .popup__close:active {
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 1439px) {
  .popup__container {
    max-width: 472px;
    padding: 48px 48px 56px;
    border-radius: 12px;
  }
  .popup__close {
    top: 16px;
    right: 16px;
  }
  .popup__title {
    font-size: 36px;
  }
  .popup__title img {
    height: 36px;
  }
  .popup__intro {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .popup__container {
    max-width: 343px;
    padding: 21px 24px 24px;
    border-radius: 12px;
  }
  .popup__close {
    top: 8px;
    right: 8px;
  }
  .popup__head {
    margin-bottom: 45px;
  }
  .popup__title {
    padding-right: 60px;
    font-size: 28px;
  }
  .popup__title img {
    height: 36px;
  }
  .popup__intro {
    margin-top: 10px;
  }
}