@font-face {
  font-family: 'BigNoodleTitling';
  src: url('font/bignoodletitlingrusbydaymarius.ttf');
  font-weight: normal;
  font-style: normal;
}

.topheader {
  z-index:99999;
  position: fixed;
  width: 100%;
  background: white;
  height: 140px;
}

body {
  font-size: 14px;
  line-height: 100%;
  font-weight: 300;
  color: #696969;
}

.logo {
  display: block;
  position: absolute;
  bottom: auto;
}

.logo > a > img {
  margin-top: -10px;
  padding-right: 10px;
  height: 60px;
}

.logo > a {
  font-family: 'BigNoodleTitling';
  margin-top: 30px;
  display: flex;
  align-items: center;
  width: 70%;
  color: #696969;
  text-transform: uppercase;
  font-size: 20px;
  line-height: initial;
}

.banner {
  background: url(images/a-photo-of-a-neatly-arranged-stack-of-textbooks-on-a-desk-set-against-a-blurred-background-of-a-school-library_984126-14706.avif) #353535;
  background-blend-mode: multiply,normal;
  background-size: cover;
  _color: #D6D5D5;
  display: flex;
  min-height: 708px;
  width: 100%;
  text-align: center;
  align-items: center;
}

.banner h2 {
  font-size: 3rem;
  color: white;
  font-family: 'BigNoodleTitling';
}

.banner p {
  font-size: 2rem;
  color: white;
  font-family: 'BigNoodleTitling';
}

.scrolldown {
  position: absolute;
  left: calc(50% - 52px);
  margin-top: 10%;
}

.scrolldown img {
  color: #FFF;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  margin-bottom: 20px;
}

.scrolldown p {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
}

h3 {
  font-size: 38px;
  text-transform: uppercase;
  font-family: 'BigNoodleTitling';
}

.head_white_content span.line, .head_black_content span.line {
  display: inline-block;
  background: aqua;
  width: 140px;
  height: 2px;
}

.head_white_content {
  text-align: center;
  padding: 30px 0;
  width: 100%;
}

.head_white_content p {
  padding: 30px 0;
  color: #696969;
}

.aboutus {
  margin-bottom: 40px;
}

.advantage {
  background: #EBEBEB;
  text-align: center;
  width: 100%;
  padding: 30px;
}

.advantage span {
  font-size: 40px;
  color: aqua;
}

.advantage h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.25px;
  color: #707070;
  padding: 25px 0 13px;
}

.advantage p {
  font-size: 14px;
  color: #707070;
  line-height: 100%;
}

.somefutures, .price, .map {
  background: #171F23;
  text-align: center;
  color: #F6F6F6;
  padding: 60px 0;
  display: block;
}

h4 {
  text-transform: uppercase;
  font-size: 36px;
  -font-family: 'BigNoodleTitling';
}

.head_black_content {
  padding-bottom: 20px;
  text-align: center;
}

.head_black_content span.line {
  display: inline-block;
  width: 80px;
  height: 2px;
  margin: 25px auto 0;
  background: #404040;
}

.head_black_content .addit_info {
  font-size: 18px;
  letter-spacing: 0.75px;
  margin-top: 35px;
}

.numeral > div > span {
  font-size: 60px;
  color: aqua;
}

.numeral > div > p {
  font-size: 12px;
}

.numeral > div > h5 {
  font-size: 30px;
}

.price-content-head {
  background: #0e1316;
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 40px 0 30px;
}
.price-content-head h4 {
  padding-top: 6px;
  font-size: 24px;
}
.price-content-head p {
  margin-top: 25px;
  padding: 25px;
  font-size: 14px;
}

/* Тело для блока цен */
.price-content-body {
  background: #1f282c;
  padding: 45px 0 40px;
  letter-spacing: 1px;
  font-weight: 300;
}
.price-content-body p {
  font-size: 15px;
  padding-bottom: 20px;
  color: #ffffff;
}

/* Стиль для цифр */
.price-content-body p span {
  font-size: 14px;
  font-weight: 700;
  margin-right: 2px;
}

/* Стиль для кнопки "Заказать" */
.price-content-body a {
  background: aqua;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 700;
  padding: 10px 30px;
}

/* Рамка при наведении */
.price-content:hover {
  border: 3px solid aqua;
}

/* Выделение цифр при наведении */
.price-content:hover .price-content-body > p > span, .price-content:hover .price-content-head > h4 {
  color: aqua;
}

.sinner1 {
  padding: 9% 5%;
  text-align: center;
  background: #ebebeb;
  min-height: 440px;
}
.sinner1 img {
  margin: 0 auto;
}
.sinner1 a img {
  display: inherit;
  width: 20%;
}
.sinner1 h4 {
  margin-top: 10px;
  font-size: 20px;
}

.team {
  padding-bottom: 90px;
}

.team .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: -34%;
}

.sinner2 {
  -display: block;
  padding: 9% 5%;
  -text-align: left;
  background: #ebebeb;
  min-height: 440px;
}

.sinner2 > h4 {
  font-family: 'BigNoodleTitling';
  font-size: 36px;
}

.skill {
  -text-align: left;
}

.skill_item {
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  font-size: 24px;
  width: 150px;
  -border: 1px solid black;
}

span.skill_line {
  content: "";
  display: inline-block;
  width: calc(400px / 100 * var(--prc));
  height: 3px;
  background: aqua;
}

span.skill_tail {
  content: "";
  display: inline-block;
  width: calc(400px / 100 * (100 - var(--prc)));
  height: 3px;
  background: #404040;
}

.skill_prc {
  font-size: 24px;
  text-align: right;
}

.teamslider {
  background: #ebebeb;
  min-height: 440px; 
}

.partners {
  background: url(images/cbanner.jpg) no-repeat center center;
  background-size: cover;
  color: #F6F6F6;
  padding: 30px 0;
}

.slides {
  display: flex;
  align-items: center;
}

.innerwidth {
  width: 70%;
  margin: 0 auto;
}

.getintouch{
  padding: 80px 0; /* Внутренний отступ секции */
}
.textinput {
  margin: 40px 0; /* Внешний отступ полей */
}
.textinput p, .textmsg p { /* Типографика надписей для полей ввода */
  font-weight: 700;
  color: #696969;
  margin-bottom: 5px;
}
.textinput p span, .textmsg p span { /* Типографика для звёздочки. */
  color: aqua;
  margin-left: 5px;
}
.textinput input { /* Графика для верхних, полей ввода  */
  border: 0; /* Отключение рамки */
  border-bottom: 1px solid #cacaca; /* Нижняя граница для поля */
  width: 90%;
  height: 40px;
  outline: 0; /* Отключение обводки при нажатии на поле */
}
.textmsg textarea { /* Графика для нижнего поля ввода */
  border: 0;
  border-bottom: 1px solid #cacaca;
  width: 95%;
  height: 80px;
  outline: 0;
  padding-top: 10px;
}
.getintouch form { /* Сужение формы ввода */
  width: 70%;
  margin: 0 auto;
}
.submit { /* Кнопка отправки формы */
  width: 205px;
  height: 50px;
  letter-spacing: 1px; /* Межсимвольный интервал */
  background: aqua;
  border: 1px solid aqua;
  border-radius: 15px;
  color: #fff;
  display: block;
  margin: 50px auto 0;
  font-weight: 700;
  text-transform: uppercase;
}
.submit:hover {
  color: aqua;
  transition: 0.5s;
  background: white;
}

.map span { /* Общий стиль стрелочек */
  margin-left: 10px;
  font-weight: 700;
  color: aqua;
  font-size: 24px;
}
.accordion-open span::before { /* Oткpытая стрелочка */
  font-family: 'Linearicons-Free';
  content:"\e873";
}
.accordion-close span::after { /* 3акрытая стрелочка */
}

.footer {
  text-align: center;    
}

.footer h4 {
  font-family: 'BigNoodleTitling';
}

.logo-ft img {
  width: 200px;
}

.social img {
  width: 50px;
}

#filters {
  margin: 1% auto;
  width: 100%;
  text-align: center;
}

#filters li {
  display: inline-block;
  padding: 5px 10px;
}
.filter {
  display: block;
  color: #3d3d3d;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}

.filter.active {
  font-weight: 700;
  color: #3d3d3d;
  border-bottom: 1px solid aqua;
}


#portfoliolist .portfolio {
  border: none !important;
  width: 20%;
  float: left;
  overflow: hidden;
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}
.portfolio img {
  width: 100%;
  display: block;
  position: relative;
}

.imgDisc2 {
  position: absolute;
  color: #fff;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  padding-top: 60px;
  cursor: pointer;
  transition: 0.5s;
  top: 0;
  left: 0;
  bottom: 0;
}
.imgDisc2 h1 {
  font-size: 20px;
  text-transform: uppercase;
}

.portfolio-wrapper:hover .imgDisc2 {
  visibility: visible;
  opacity: 1;
}

.topheader.is-fixed {
  height: 80px;
}

.topheader.is-fixed a {
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  /* Слайдер в шапке */
  .bx-wrapper .bx-controls-direction a {
      display: none;
  }

  /* Мы в цифрах отступы */
  numeral div {
      margin: 3% 0;
  }

  /* Блок "Партнёры" */
  .innerwidth {
      width: 100%;
  }

  /* Блок "Команда" */
  .team .bx-wrapper .bx-pager {
      bottom: 30px;
  }

  .sinner2 {
      min-height: 300px;
  }

  .sinner1 {
      min-height: 300px;
  }

  .sinner1 img {
      width: 70%;
  }

  /* Блок "Цены" */
  .price-content{
      width: 100%;
  }
}

.send_success {
  padding: 2%;
  box-shadow: 0 0 10px rgba(1, 255, 1, 0.3);
  border: 2px solid rgba(1, 255, 1, 0.3);
}

.send_fail {
  padding: 2%;
  box-shadow: 0 0 10px rgba(255, 1, 1, 0.3);
  border: 2px solid rgba(255, 1, 1, 0.3);
}

#send_form{
  transition: all 1s ease-out;
}
