/* LANDING */

body {
  font-size: 16px;
}

section h2 {
  font-size: 32px;
  /*text-transform: uppercase;*/
}

@media (min-width: 992px) {
  html,
  body,
  header,
  .intro {
    height: 100%;
    min-height: 100%;
  }
}

@media (min-width: 992px) {
  .view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
  }
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.mask .margins {
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section.view.intro .mask {
  padding-top: 70px;
}

.mask .margins .img-screenshot img,
.mask .margins .img-screenshot iframe {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
  border-radius: 6px;
}

@media (min-width: 571px) and (max-width: 992px) {
  .mask .margins .img-screenshot img,
  .mask .margins .img-screenshot iframe {
    max-height: 350px;
  }
}

@media (min-width: 361px) and (max-width: 570px) {
  .mask .margins .img-screenshot img,
  .mask .margins .img-screenshot iframe {
    max-height: 550px;
  }
}

@media (min-width: 0px) and (max-width: 360px) {
  .mask .margins .img-screenshot img,
  .mask .margins .img-screenshot iframe {
    max-height: 450px;
  }
}

.icon-area .svg-icon svg {
  width: 45px;
  height: 45px;
}

/* accordion */
.collapse .collapse-toggle .glyphicon.arrow {
  float: right;
}
.collapse .collapse-toggle .glyphicon.arrow:before {
  padding-left: 20px;
  content: "\2212";
}
.collapse .collapse-toggle.collapsed .glyphicon.arrow:before {
  content: "\2b";
}
.workit-list .collapse .collapse-toggle .glyphicon.arrow {
  display: none;
}

/* section.intro */

.gradient-blue {
  background-image: linear-gradient(#012638 0%, #00345E 85%, #004D89 100%);
}

section.intro h1 {
  font-size: 42px;
  line-height: 1.5;
}

.list-hr {
  margin: 10px 0;
  font-size: 18px;
  line-height: 2;
}
.list-hr hr {
  clear: both;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--bg);
  margin: 10px auto;
}

.bot_characters,
.play-video {
  position: relative;
}
.bot_characters,
.bot_characters img,
.play-video,
.play-video img,
.img-screenshot,
.img-screenshot img {
  max-height: 100%;
  max-width: 100%;
}

@media (min-width: 431px) {
  .bot_characters {
    height: 400px;
  }
}
@media (max-width: 430px) {
  .bot_characters {
    width: 400px;
  }
}

.img-screenshot {
  height: 500px;
}
.play-video.on::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  background: url("https://ifile.weask.ru/img/landing/svg/play-video.svg?3") 50% 50% no-repeat;
  cursor: pointer;
  opacity: .4;
}
.play-video.on:hover::before {
  opacity: 1;
}

.gradient-blue .btn {
  border-color: var(--bg);
}

@media (min-width: 992px) {
  .btn.anchor {
    position: absolute;
    margin-left: -31px;
    bottom: 31px;
    left: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
  }
  #section_intro .btn.anchor i {
    animation: anchor 2s infinite ease-in-out;
  }
  @keyframes anchor {
    0% {transform:translate(0, -3px)}
    50% {transform:translate(0, 6px)}
    100% {transform:translate(0, -3px)}
  }
}
@media (max-width: 991px) {
  #btn-intro-description,
  .btn.anchor {
    display: none;
  }
}

/* section.section_bot_characters */

#section_bot_characters .news__img img {
  max-height: 200px;
}

/* section.workit */

#section_workit .panel {
  border: 0;
}

#section_workit .panel-title,
#section_workit .panel-body {
  font-size: 24px;
}

#section_workit .panel-default:has(.collapse.in) {
  background: var(--bg_body);
}

#section_workit .panel-default > .panel-heading {
  background: none;
  border: 0;
}

#section_workit .panel-heading a {
  color: var(--warning);
  font-weight: bold;
}

#section_workit .panel-body {
  color: var(--border);
}

#section_workit .panel-body .cell.description {
  justify-content: flex-start;
  display:         flex;
  min-height: 80px;
}
#section_workit .panel-body .cell.description i {
  padding-right: 10px;
}

#section_workit img.chat_wrapper {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: var(--line) 0 0 10px 3px, var(--line) 0 0 0 1px;
}
@media (max-width: 768px) {
  #section_workit img.chat_wrapper {
    margin: 10px 0;
  }
}

/* section.intro2 */

/* section.features */

/*.svg-icon-question {
  background-image: url("https://ifile.weask.ru/img/landing/svg/question.svg");
}*/

/* section.cases */

.cases-list .btns .btn {
  margin: 0 10px 0 10px;
}

section.cases .list-circle li {
  font-size: 22px;
}

.panel-heading {
  padding: 0;
}

.panel-heading a {
  padding: 15px 15px;
  height: 100%;
  width: 100%;
  display: inline-block;
}

section.cases .panel-heading a {
  color: var(--warning);
  font-weight: bold;
  text-decoration: none;
}

section.cases .panel-body,
section.cases .list-group-item,
section.cases .panel-footer {
  background: var(--bg);
  color: var(--text);
}

.img-cases {
  width: 585px;
  max-width: 100%;
}

/* section.future */

.future .icon-area {
  padding-top: 20px;
  background: url('https://ifile.weask.ru/img/landing/matrix.jpg?9') -120px 0 repeat !important;
}
