.body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.top-box {
  background-image: url('../images/tut_new.png'), linear-gradient(#00000082, #00000082);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 100vh;
  position: relative;
}

.vid_box, .vid_bcgr {
  height: 100vh;
}

.logo {
  z-index: 9;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.ep-link {
  border: 1px #fff;
  border-radius: 0;
  width: 118px;
  padding: 0;
}

.main-title {
  position: absolute;
  inset: auto 0% 35%;
}

.heading {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 135%;
}

.subtitle-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0063ff;
  border-radius: 80px;
  margin-top: 10px;
  margin-left: 30%;
  margin-right: 30%;
  padding: 10px 20px;
  font-weight: 700;
}

.pream_sec {
  padding-bottom: 0;
}

.cont {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pream_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp-date {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp-text {
  color: #0063ff;
  text-transform: uppercase;
  font-weight: 700;
}

.date-text {
  text-align: right;
}

.regular_text {
  margin-bottom: 20px;
}

.bold_span_text {
  font-weight: 700;
}

.interw_sec {
  padding-bottom: 40px;
}

.aks-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ededed;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.aks-box.newst {
  background-color: #ededed00;
  border: 1px solid #fff;
}

.ask-numb {
  background-color: #0063ff;
  border-radius: 80px;
}

.ask-numb.wert {
  background-color: #fff;
}

.ask-text {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 600;
}

.ask-text.redis {
  color: #070170;
}

.ask-text2 {
  font-weight: 600;
}

.ask-text2.witi {
  color: #fff;
}

.kharkiv_sec {
  background-color: #0047b6;
  padding-bottom: 0;
}

.kharkiv_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.case_title {
  margin-bottom: 40px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 135%;
}

.reg_white_text {
  color: #fff;
  margin-bottom: 20px;
}

.heading-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 135%;
}

.fin-sec {
  background-color: #141414;
}

.fin-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin-text {
  color: #fff;
  font-size: 12px;
}

.youtube {
  margin-top: 40px;
}

.speaker_photo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image {
  object-fit: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ph_desr_text {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
}

.ph_desr_text.blank {
  color: #fff;
}

.bbb {
  font-weight: 500;
}

.pic {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-2 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.kotel_text {
  color: #0063ff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.kotel_text.seer {
  display: none;
}

.two_pack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.image-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link, .link-2 {
  color: #0063ff;
  font-weight: 700;
}

.link-3 {
  color: #f5dc21;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 44px;
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    font-size: 56px;
  }

  .subtitle-text {
    margin-left: 25%;
    margin-right: 25%;
    padding: 20px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 78px;
  }

  .subtitle-text {
    padding: 40px;
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 26px;
  }

  .subtitle-text {
    margin-left: 25%;
    margin-right: 25%;
  }

  .cont {
    max-width: 680px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 22px;
  }

  .subtitle-text {
    margin-left: 15%;
    margin-right: 15%;
    font-size: 14px;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .aks-box {
    grid-template-columns: 1fr;
  }

  .ask-text2 {
    text-align: left;
  }

  .heading-2, .heading-3 {
    font-size: 24px;
  }

  .ph_desr_text {
    font-size: 12px;
  }

  .two_pack {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .top-box {
    height: 70vh;
  }

  .vid_box, .vid_bcgr {
    height: 50vh;
  }

  .main-title {
    left: 5%;
    right: 5%;
  }

  .heading {
    font-size: 20px;
  }

  .subtitle-text {
    margin-left: 0%;
    margin-right: 0%;
  }

  .pream_box {
    padding-bottom: 0;
  }

  .aks-box {
    padding: 20px;
  }

  .ask-text2 {
    text-align: left;
  }

  .heading-2, .heading-3 {
    font-size: 20px;
  }

  .ph_desr_text {
    line-height: 130%;
  }

  .kotel_text {
    font-size: 10px;
  }
}

#w-node-_1923e552-61a5-5800-7824-c5a0f86af424-33496390 {
  align-self: start;
}

#w-node-_1923e552-61a5-5800-7824-c5a0f86af427-33496390 {
  place-self: center start;
}

#w-node-d7978312-bc64-f698-bc59-1961a1ad9a5a-33496390 {
  align-self: start;
}

#w-node-d7978312-bc64-f698-bc59-1961a1ad9a5d-33496390 {
  place-self: center start;
}

#w-node-_6f758e5f-d169-d7be-a3e9-2939edba3373-33496390 {
  align-self: start;
}

#w-node-_6f758e5f-d169-d7be-a3e9-2939edba3376-33496390 {
  place-self: center start;
}

#w-node-_4d47ed67-ce26-1490-d376-04ede2d56170-33496390 {
  align-self: start;
}

#w-node-_4d47ed67-ce26-1490-d376-04ede2d56173-33496390 {
  place-self: center start;
}

#w-node-_0acf802d-2906-d2c6-c33e-f32bd965976b-33496390 {
  align-self: start;
}

#w-node-_0acf802d-2906-d2c6-c33e-f32bd965976e-33496390 {
  place-self: center start;
}

#w-node-_2af22b4c-ae3b-09ab-5484-a4dc8f7dba24-33496390 {
  align-self: start;
}

#w-node-_2af22b4c-ae3b-09ab-5484-a4dc8f7dba27-33496390 {
  place-self: center start;
}

#w-node-_4a677b07-73dd-bd8f-0569-16df4754ab60-33496390 {
  align-self: start;
}

#w-node-_4a677b07-73dd-bd8f-0569-16df4754ab63-33496390 {
  place-self: center start;
}

#w-node-_20fcd344-a615-82ca-2486-43e5ec9f60c2-33496390 {
  align-self: start;
}

#w-node-_20fcd344-a615-82ca-2486-43e5ec9f60c5-33496390 {
  place-self: center start;
}

#w-node-_0a38471d-38bf-ab91-55c5-74ea7760370b-33496390 {
  align-self: start;
}

#w-node-_0a38471d-38bf-ab91-55c5-74ea7760370e-33496390 {
  place-self: center start;
}

#w-node-f22722fe-8c7c-db98-ee0e-47d3b4b4f293-33496390 {
  align-self: start;
}

#w-node-f22722fe-8c7c-db98-ee0e-47d3b4b4f296-33496390 {
  place-self: center start;
}

#w-node-_6f878f61-440c-0324-ee6f-78b6cf5aa113-33496390 {
  align-self: start;
}

#w-node-_6f878f61-440c-0324-ee6f-78b6cf5aa116-33496390 {
  place-self: center start;
}

#w-node-cd47cf37-8153-fade-bb1f-ac2770aeb08f-33496390 {
  align-self: start;
}

#w-node-cd47cf37-8153-fade-bb1f-ac2770aeb092-33496390 {
  place-self: center start;
}

#w-node-_3b4da8db-6d11-42c3-b80c-e4093160d79f-33496390 {
  align-self: start;
}

#w-node-_3b4da8db-6d11-42c3-b80c-e4093160d7a2-33496390 {
  place-self: center start;
}

#w-node-_53e7a67e-9b31-3e43-673e-3c2909e46143-33496390 {
  align-self: start;
}

#w-node-_53e7a67e-9b31-3e43-673e-3c2909e46146-33496390 {
  place-self: center start;
}

#w-node-_3e6ff336-ed50-8e8d-3ef3-ff6f4106812f-33496390 {
  align-self: start;
}

#w-node-_3e6ff336-ed50-8e8d-3ef3-ff6f41068132-33496390 {
  place-self: center start;
}

#w-node-_00db80fa-0a55-ccad-1246-a296b1cbec4d-33496390 {
  align-self: start;
}

#w-node-_00db80fa-0a55-ccad-1246-a296b1cbec50-33496390 {
  place-self: center start;
}

#w-node-_5e0957a2-f104-f226-5b16-5a625dde0567-33496390 {
  align-self: start;
}

#w-node-_5e0957a2-f104-f226-5b16-5a625dde056a-33496390 {
  place-self: center start;
}

#w-node-af3e3872-8010-95cf-e588-ab7453143bfd-33496390 {
  align-self: start;
}

#w-node-af3e3872-8010-95cf-e588-ab7453143c00-33496390 {
  place-self: center start;
}

#w-node-_2554f9c3-3197-252c-44a8-5927b5bab288-33496390 {
  align-self: start;
}

#w-node-_2554f9c3-3197-252c-44a8-5927b5bab28b-33496390 {
  place-self: center start;
}

#w-node-_60f93d03-3232-a6d8-a462-7ea0e7707029-33496390 {
  align-self: start;
}

#w-node-_60f93d03-3232-a6d8-a462-7ea0e770702c-33496390 {
  place-self: center start;
}

#w-node-_88f9b70f-cdf4-ed5c-f32f-f2c3cc59e553-33496390 {
  align-self: start;
}

#w-node-_88f9b70f-cdf4-ed5c-f32f-f2c3cc59e556-33496390 {
  place-self: center start;
}

#w-node-_4c095dd4-6ee7-f95c-81b2-faa5d8ad97c9-33496390 {
  align-self: start;
}

#w-node-_4c095dd4-6ee7-f95c-81b2-faa5d8ad97cc-33496390 {
  place-self: center start;
}

#w-node-_498093d9-6933-1a08-83ed-c2411187a107-33496390 {
  align-self: start;
}

#w-node-_498093d9-6933-1a08-83ed-c2411187a10a-33496390 {
  place-self: center start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58ba-33496390 {
  align-self: start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58bd-33496390 {
  place-self: center start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58c5-33496390 {
  align-self: start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58c8-33496390 {
  place-self: center start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58d0-33496390 {
  align-self: start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58d3-33496390 {
  place-self: center start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58dd-33496390 {
  align-self: start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58e0-33496390 {
  place-self: center start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58e6-33496390 {
  align-self: start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58e9-33496390 {
  place-self: center start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58f1-33496390 {
  align-self: start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee58f4-33496390 {
  place-self: center start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee5905-33496390 {
  align-self: start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee5908-33496390 {
  place-self: center start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee590e-33496390 {
  align-self: start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee5911-33496390 {
  place-self: center start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee5932-33496390 {
  align-self: start;
}

#w-node-accc7e63-b525-6286-0539-d2081aee5935-33496390 {
  place-self: center start;
}


