@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&subset=cyrillic');

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.navbar {
  background: rgb(15, 15, 15);
  font-size: 20px;
}

.navbar-brand {
  font-size: 35px;
}

.dropdown-menu-dark {
  --bs-dropdown-link-active-bg: rgb(14, 14, 14)
}

.badge {
  width: 15px;
  height: 15px;
  text-align: center;
  padding: 2px;
  font-size: 10px;
  position: absolute;
  background-color: rgb(150, 1, 1);
}

.dropdown-menu {
  background: rgb(29, 29, 29);
}

.logo {
  text-rendering: optimizeLegibility;
  font-family: segoeui, Arial, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.bg-blue {
  background-color: rgb(1, 1, 53);
  color: white;
}

.bg-red {
  background-color: rgb(46, 1, 1);
  color: white;
}

.bg-black {
  background-color: rgb(36, 36, 36);
  color: white;
}

.bg-dark1 {
  background-color: rgb(27, 27, 27);
}

.t-black {
  color: black;
}

body {
  background: url(/ru/static/images/bg-tile.png);
  margin: 0;
  font-size: 20px;
  overflow-x: hidden;
}

img.inject-me {
  display: none;
}

a {
  text-decoration: none;
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease;
}

.site-inner {
  width: 1000px;
  position: relative;
  width: 58.75em;
  margin-left: auto;
  margin-right: auto;
}


.bef-2 {
  margin-top: 4em;
}

@font-face {
  font-family: segoeui;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/segoeui.eot");
  src: url("fonts/segoeui.eot?#iefix") format("embedded-opentype"), url("fonts/segoeui.woff") format("woff"), url("fonts/segoeui.ttf") format("truetype"), url("fonts/segoeui.svg#segoeui") format("svg");
}

@font-face {
  font-family: segoeuib;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/segoeuib.eot");
  src: url("fonts/segoeuib.eot?#iefix") format("embedded-opentype"), url("fonts/segoeuib.woff") format("woff"), url("fonts/segoeuib.ttf") format("truetype"), url("fonts/segoeuib.svg#segoeuib") format("svg");
}

@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  src: url(font1-url);
}

.heading {
  color: #464b4f;
  text-rendering: optimizeLegibility;
}

.heading.heading-main {
  color: #000;
  font-family: segoeuib, Arial, sans-serif;
  font-size: 80px;
  font-weight: normal;
  line-height: 1;
}

.heading.h-01 {
  font-family: segoeuib, Arial, sans-serif;
  font-size: 80px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}

.heading.h-02 {
  font-family: segoeui, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1;
}

.heading.h-03 {
  font-family: segoeuib, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

.copy-01 {
  text-rendering: optimizeLegibility;
  font-family: segoeui, Arial, sans-serif;
  font-size: 25px;
  color: #464b4f;
  line-height: 42px;
}

.copy-02 {
  text-rendering: optimizeLegibility;
  font-family: segoeui, Arial, sans-serif;
  font-size: 18px;
  color: #888a8b;
  line-height: 30px;
}

.copy-03,
#gen-deb .filter-link .form-result {
  text-rendering: optimizeLegibility;
  font-family: segoeui, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.button {
  display: inline-block;
  padding: 23px 63px;
  transition: all 0.3s ease-in-out;
}

.button.main {
  background: #7b77c9;
  border: 1px solid #7b77c9;
  color: white;
  font-family: segoeui, Arial, sans-serif;
  font-size: 14px;
}

.button.white {
  background: white;
  color: #888a8b;
  font-family: segoeui, Arial, sans-serif;
  font-size: 14px;
}

.button.rounded {
  border-radius: 3px;
}

.button:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.section {
  padding: 114px 0;
}

.section .h-01 {
  text-align: center;
}

.indebate-text {
  opacity: 0;
  transition: all 2s ease 0s;
}

.indebate-text._active {
  transform: translate(1px, 0px);
  opacity: 1;
}

.page-hero-text {
  margin-bottom: 0em;
}

.page-hero-text .heading.h-01 {
  color: black;
}

.sub-header {
  color: #000;
  margin-left: 100px;
  margin-right: 100px;
}

#page-hero {
  padding-bottom: 17em;
  text-align: center;
  background-image: url("/ru/static/images/main-image.png");
  background-position: 50% 50%;
  background-size: cover;
}


#page-hero .brand-logo {
  padding: 10px 0 0px 0;
  margin-bottom: 0em;
  filter: drop-shadow(1px 1px 1px #000)
}

#page-hero .brand-logo img {
  width: 200px;
  height: 200px;
}

#page-hero .brand-logo #brand-logo {
  height: 135px;
  width: 135px;
}

#page-hero .brand-logo #brand-logo * {
  position: relative;
  fill: white;
  transform-origin: center top;
  transition: all 0.4s ease;
}

#page-hero .brand-logo #brand-logo #circle-alt {
  opacity: 0;
}

#page-hero .brand-logo #brand-logo:hover #circle {
  fill: #2e3134;
}

#page-hero .brand-logo #brand-logo:hover #circle-alt {
  opacity: 1;
  fill: #464b4f;
  transform: scale(0.75) translateY(9px);
}

#page-hero .brand-logo #brand-logo:hover #icon {
  transform: scale(0.75) translateY(3px);
}

#page-hero .h-01 {
  margin-bottom: 50px;
}

#page-hero .copy-02 {
  margin-bottom: 30px;
  padding: 0 220px;
}



.animTextScroll {
  transform: translate(0px, 10%);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.animTextScroll._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

#page-about .copy-01 {
  text-align: left;
  margin-bottom: 42px;
  padding: 0 20px;
}

#page-about .h-01 {
  margin: 104px 0 90px 0;
}

#page-about .h-03 {
  margin-bottom: 18px;
}

#page-about .columns {
  display: box;
  display: flex;
  box-align: stretch;
  align-items: stretch;
  box-orient: horizontal;
  flex-direction: row;
  box-pack: start;
  justify-content: flex-start;
}

#page-about aside {
  box-flex: 1;
  flex: 1;
  width: 285px;
  float: left;
  margin-right: 20px;
}

.card-deb-cont {
  display: flex;
  justify-content: center;
  width: 80%;
}

.card-deb-cont .card-deb-content {
  display: flex;
  padding: 1rem 2.5rem;
}

.card-deb {
  border: none;
  position: relative;
}

.card-deb img {
  border-radius: 12px;
  object-fit: cover;
}

.deb-img {
  width: 300px;
  height: 300px;
}


.card-title {
  margin-top: 0.4em;
  margin-bottom: 5px;
  font-size: 25px;
  text-align: center;
}

#page-about aside:last-child {
  margin: 0;
}


.gen-deb-zag {
  margin-bottom: 3em;
}

#gen-deb {
  position: relative;
  text-align: center;
  padding-left: 16em;
  padding-right: 16em;
}

#gen-deb .h-01 {
  color: white;
  margin-bottom: 50px;
}

#gen-deb .h-02 {
  color: white;
  margin: 10px 0 15px 0;
}

#gen-deb .copy-03,
#gen-deb .filter-link,
#gen-deb #page-signup .form-result,
#page-signup #gen-deb .form-result {
  color: #818baa;
}

#gen-deb .gen-deb-item {
  margin-top: 50px;
  cursor: pointer;
}

.gen-deb-item a {
  display: flex;
  justify-content: center;
}

#gen-deb .gen-deb-item:nth-child(3n) {
  margin-right: 0;
}

#gen-deb .gen-deb-item figure {
  height: 300px;
  width: 300px;
  overflow: hidden;
}

#gen-deb .gen-deb-item figure img {
  transition: all 1s ease;
  display: block;
  height: 100%;
  width: 100%;
}

#gen-deb .gen-deb-item:hover img {
  transform: scale(1.2) translateX(5px) rotate(5deg);
}

#gen-deb .button {
  margin-top: 40px;
}

#gen-deb #gen-deb-detail {
  display: none;
  background: #23232e;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#gen-deb #gen-deb-detail .close-icon {
  cursor: pointer;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 40px;
  text-rendering: optimizeLegibility;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
}

#gen-deb #gen-deb-detail .inner {
  padding: 70px 0;
}

.other-news {
  margin-top: 1em;
  text-align: center;
  margin-bottom: 2em;

}

.other-arts.btn {
  width: 700px;
  margin-top: 30px;
}

.other-arts.btn.white-style {
  color: white;
}

.btn:hover {
  color: white;
}

#formats-slider .copy-02 {
  color: #888a8b;
  margin-top: 46px;
  padding: 0 250px;
}

.formats-container {
  display: flex;
  justify-content: center;
}

.format-heading {
  font-size: 56px;
}

.tutor {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  width: 50%;
}

.tutor>h2 {
  text-align: center;
  margin-bottom: 1em;
}

.foot-text {
  text-decoration: none;
  color: white;
}

.foot-text:hover {
  color: rgb(178, 178, 178);
}

footer {
  width: 100%;
  position: relative;
  padding-top: 7em;
  text-align: center;
  padding-bottom: 90px;
}

footer .copy-02 {
  margin-bottom: 17px;
}

.card {
  background: rgb(30, 30, 30);
}

.developer {
  color: white;
  font-family: segoeui, Arial, sans-serif;
}



@media (max-width: 968px) {
  .navbar {
    position: fixed;
    width: 100%;
    z-index: 10;
  }

  .sub-header {
    margin-left: 0px;
    margin-right: 0px;
  }

  #page-container {
    overflow: hidden;
  }

  .section {
    padding: 50px 0;
  }

  .site-inner {
    width: 100%;
  }

  .heading.h-01 {
    font-size: 36px;
  }
  
  .heading.heading-main {
    font-size: 52px;
  }

  #page-hero {
    padding-top: 3em;
  }

  #page-hero .brand-logo {
    margin-bottom: 0em;
    padding: 20px 0 20px 0;
  }

  #page-hero .brand-logo img {
    width: 150px;
    height: 150px;
  }

  #page-hero .h-01 {
    margin-bottom: 20px;
  }

  #page-hero .copy-02 {
    padding: 0 40px;
    margin-bottom: 30px;
  }

  #page-about .h-01 {
    margin: 40px 0 40px 0;
  }

  #page-about .h-03 {
    margin-bottom: 10px;
  }

  #page-about .copy-01 {
    font-size: 24px;
    line-height: 38px;
  }

  #page-about .copy-02 {
    line-height: 24px;
  }

  #page-about .columns {
    display: block;
  }

  #page-about aside {
    float: none;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 30px 0;
    text-align: center;
    box-sizing: border-box;
  }

  .debater {
    width: 75%;
  }

  .deb-img {
    width: 250px;
    height: 250px;
  }

  #gen-deb {
    padding-left: 1em;
    padding-right: 1em;
  }

  #gen-deb .h-01 {
    margin-bottom: 2px;
  }

  .other-arts.btn {
    width: 300px;
  }

  .tutor {
    margin-top: 1em;
    width: 80%;
  }

  .format-heading {
    font-size: 32px;
  }

  #deb-formats .copy-02 {
    padding: 0 20px;
  }

  footer {
    padding-top: 4em;
  }
}