/*Colors*/

/*Styles*/

/*Common styles*/

/*@font-face { font-family: 'HelveticaNeue'; src: url("../fonts/HelveticaNeueCyr-Roman.otf"); src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype"); font-weight: 400; font-style: normal; }*/

/*@font-face { font-family: 'HelveticaNeue'; src: url("../fonts/HelveticaNeueCyr-Bold.otf"); src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; }*/

/*@font-face { font-family: 'Pebble'; src: url("../fonts/Pebble_Regular.ttf"); font-weight: 400; font-style: normal; }*/

* {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

body {
  min-width: 360px;
  height: 100%;
  font-family: "HelveticaNeue", Helvetica, Arial sans-serif;
  color: #000;
}

a {
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a,
div,
span,
svg use {
  transition: 0.3s;
}

.container {
  max-width: 1300px;
}

@media (max-width: 1330px) {
  .container .container {
    max-width: 100%;
  }
}

.button {
  padding: 16px 80px;
  font-size: 14px;
  border-radius: 100px;
  font-weight: 700;
  text-transform: uppercase;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .button {
    padding: 16px 70px;
  }
}

.button:focus {
  outline: none;
}

.button-header {
  min-width: 160px;
  padding: 10px 26px;
  background: #00ce60;
  color: #fff;
}

.button-header:hover {
  color: #fff;
  opacity: 0.8;
}

.button-bord-wh {
  border: 1px solid #fff !important;
  color: #fff;
}

.button-bord-wh:hover {
  color: #000;
  background: #fff;
}

.button-bord-act {
  border: 1px solid #990ae3 !important;
  color: #990ae3;
  background: #fff;
}

.button-bord-act:hover {
  color: #fff;
  background: #990ae3;
}

.button-form {
  padding: 10px 26px;
  background: #990ae3;
  line-height: 20px;
  color: #fff;
}

.button-act {
  background: #990ae3;
  color: #fff;
  line-height: 20px;
}

.button-act:hover {
  opacity: 0.8;
  color: #fff;
}

h2 {
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 42px;
  color: #990ae3;
  text-transform: uppercase;
  text-align: center;
  font-family: "Pebble", sans-serif;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-family: "Pebble", sans-serif;
}

.wrapper.fix {
  position: relative;
  top: 117px;
}

@media screen and (max-width: 991px) {
  .wrapper.fix {
    top: 57px;
  }
}

/*header*/

.header {
  transition: top 1s;
  top: -117px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .header {
    top: -57px;
  }
}

.header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .header.fixed {
    padding: 10px 0;
  }
}

.header.fixed .submenu {
  /* 	top: 63px; */
}

.header.fixed .header__info {
  display: none;
}

.header.fixed .header__logo img {
  width: 90px;
}

.header.fixed .header__menu {
  padding: 10px 0 15px;
}

@media screen and (max-width: 1330px) {
  .header.fixed .header__menu {
    padding: 0;
  }
}

.header.fixed .navbar-nav > li {
  /* 	padding: 10px 32px; */
}

@media screen and (max-width: 1330px) {
  .header.fixed .navbar-nav > li {
    /* 	padding: 20px 15px; */
  }
}

@media screen and (max-width: 1200px) {
  .header.fixed .navbar-nav > li {
    /* 	padding: 21px 10px; */
  }
}

.header__inner {
  display: flex;
  align-items: center;
}

.header__logo {
  display: inline-block;
  margin-right: 107px;
}

@media screen and (max-width: 1200px) {
  .header__logo {
    margin-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .header__logo {
    margin-right: 15px;
  }
}

.header__logo img {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .header__logo img {
    width: 70px;
  }
}

.header__content {
  width: 100%;
}

.header__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}

@media screen and (max-width: 991px) {
  .header__info {
    padding-right: 35px;
    border: none;
  }
}

.header__contacts {
  padding: 7px 0 10px;
  margin: 0 -5px;
}

.header__contacts a {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  color: #000;
}

@media screen and (max-width: 991px) {
  .header__contacts a {
    display: block;
  }
}

.header__contacts a:hover {
  color: #990ae3;
}

.header__information {
  display: flex;
  align-items: center;
  margin-top: -5px;
}

.header__lang {
  padding: 0;
  margin: 0 45px 0 0;
}

@media screen and (max-width: 991px) {
  .header__lang {
    margin: 0 10px 0 0;
  }
}

.header__lang li {
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  list-style: none;
}

.header__lang li a {
  color: #a0a0a0;
  font-size: 14px;
}

.header__lang li a:hover {
  color: #990ae3;
}

.header__lang li.active a {
  color: #990ae3;
}

.header__enter {
  display: inline-block;
  color: #990ae3;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  transition: left 0.3s;
}

@media screen and (max-width: 991px) {
  .header__enter span {
    display: none;
  }
}

.header__enter:hover {
  color: #990ae3;
}

.header__enter svg {
  width: 14px;
  height: 15px;
  margin-left: 5px;
}

.header__enter svg use {
  color: #990ae3;
}

.navbar {
  padding: 0;
  position: inherit;
}

@media screen and (max-width: 1330px) {
  .navbar {
    padding-left: 20px;
  }
}

.navbar-toggler {
  padding: 0;
  position: absolute;
  top: 20px;
  right: 15px;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 3px;
  background: #000;
}

.navbar-toggler span:last-of-type {
  margin-bottom: 0;
}

.navbar-collapse {
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    width: 100%;
    position: fixed;
    overflow-y: auto;
    padding-bottom: 100px;

    height: 100%;
    top: 55px;
    left: 0;
    z-index: 20;
    background: #fff;
    transform: none;

    transition: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .navbar-collapse .button-header {
    margin: 10px 10px 0;
    display: inline-block;
  }
}

.navbar-nav {
  width: 100%;
  margin: 0 -32px;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    margin: 0;
  }
}

.navbar-nav > li {
  padding: 25px 32px;
}

@media screen and (max-width: 1330px) {
  .navbar-nav > li {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-nav > li {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav > li {
    padding: 8px 20px !important;
  }
}

.navbar-nav > li.active a {
  color: #990ae3;
}

.navbar-nav > li a {
  font-size: 16px;
  color: #000;
}

.navbar-nav > li a:hover {
  color: #990ae3;
}

.navbar-nav > li a svg {
  width: 8px;
  height: 6px;
}

.navbar-nav > li a svg use {
  color: #990ae3;
}

@media screen and (min-width: 991px) {
  .navbar-nav > li:hover > a {
    color: #990ae3;
  }

  .navbar-nav > li:hover > a svg {
    transform: rotate(180deg);
  }

  .navbar-nav > li:hover > .submenu {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .header__submenu.open a {
    color: #990ae3;
  }

  .header__submenu.open a svg {
    transform: rotate(180deg);
  }

  .header__submenu .submenu {
    display: none !important;
  }

  .header__submenu.open .submenu {
    display: block !important;
  }
}

.submenu {
  width: 100%;
  display: none;
  padding: 55px 0 30px;
  position: absolute;
  left: 0;
  /* 	top: 115px;  */
  /* 	margin: 0; */
  margin-top: 25px;
  z-index: 20;
  background: #f2f2f2;
}

@media screen and (max-width: 991px) {
  .submenu {
    display: none;
    padding: 20px;
    position: relative;
    top: 0 !important;
  }
}

.submenu__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .submenu__inner {
    display: block;
  }
}

.submenu__item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .submenu__item {
    margin-bottom: 20px;
  }

  .submenu__item:last-of-type {
    margin-bottom: 0;
  }
}

.submenu__item ul {
  padding: 0;
  margin: 0;
}

.submenu__item ul li {
  margin: 0 0 12px;
  list-style: none;
}

@media screen and (max-width: 991px) {
  .submenu__item ul li {
    padding: 0 !important;
  }
}

.submenu__item ul li a {
  font-size: 16px;
  color: #000;
  font-family: "HelveticaNeue", Helvetica, Arial sans-serif !important;
}

.submenu__item ul li a:hover {
  color: #990ae3;
}

.submenu__title {
  margin-bottom: 16px;
  display: block;
  font-size: 24px !important;
  line-height: 32px;
  color: #990ae3 !important;
}

/*banner*/

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(4, 4, 57, 0.5);
}

.banner h1 {
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
}

@media screen and (max-width: 768px) {
  .banner h1 {
    font-size: 38px;
  }
}

.banner__inner {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .banner__inner {
    display: block;
  }
}

.banner__tag {
  display: block;
  margin-bottom: 80px;
  font-size: 36px;
  color: #fff;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
}

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

.banner__clients {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .banner__clients {
    display: none;
  }
}

.banner__clients img {
  display: block;
  width: 149px;
  margin-bottom: 35px;
}

.banner__clients img:last-of-type {
  margin-bottom: 0;
}

.banner__clients-title {
  display: block;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-weight: 700;
}

.banner__text {
  width: calc(100% - 150px);
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .banner__text {
    width: 100%;
    padding: 0;
  }
}

/*solutions*/

.solutions {
  padding: 62px 0;
}

.solutions__item {
  display: block;
  height: 100%;
  padding: 35px 25px 25px;
  text-align: center;
}

.solutions__item svg {
  display: block;
  margin: 0 auto 20px;
}

.solutions__item svg path {
  color: #990ae3 !important;
}

.solutions__item p {
  /* margin-bottom: 42px; */
  font-size: 14px;
  color: #000;
}

.solutions__item:hover {
  background: #990ae3;
}

.solutions__item:hover svg path {
  fill: #fff !important;
}

.solutions__item:hover .solutions__title,
.solutions__item:hover p {
  color: #fff;
}

.solutions__title {
  display: block; /* 	margin-bottom: 30px;  */
  font-size: 22px;
  line-height: 28px;
  /* 	old 35px; */
  margin: 15px 0;
  color: #990ae3;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
}

.solutions__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

/*feedback*/

.feedback {
  padding: 75px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.feedback:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(4, 4, 57, 0.7);
}

.feedback h2 {
  color: #fff;
}

.feedback__inner {
  width: 53%;
  margin: auto;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .feedback__inner {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .feedback__inner {
    width: 100%;
  }
}

.feedback__slider {
  padding: 20px 0;
}

.feedback__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .feedback__item {
    display: block;
  }
}

.feedback__logo {
  max-width: 160px;
  width: 100%;
  margin-right: 70px;
}

@media screen and (max-width: 768px) {
  .feedback__logo {
    margin-right: 0;
    max-width: inherit;
  }

  .feedback__logo img {
    margin: 0 0 30px;
  }
}

.feedback__text p {
  padding-left: 50px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.feedback__text p:before {
  content: "";
  width: 28px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../svg/quotes.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 18px;
}

.feedback__title {
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

/*news*/

.news {
  padding: 80px 0;
  position: relative;
}

.news .btn-group {
  margin-top: 45px;
}

.news:after {
  content: "";
  width: 390px;
  height: 408px;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: -1;
  background-image: url("../images/bg2.png");
  background-repeat: no-repeat;
  background-position: center;
}

.news_banner {
  padding: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news_banner .news__item-big {
  background: #f2f2f2;
}

.news_banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(4, 4, 57, 0.5);
}

.news_banner .news__img {
  max-height: 300px;
  overflow: hidden;
}

.news_banner .news__text {
  background: #f2f2f2;
}

.news_page {
  background-image: none;
}

.news_page:after {
  display: none;
}

.news_article {
  padding: 45px 0;
}

.news_article .output h3 {
  margin-bottom: 10px;
  color: #000;
  text-align: left;
}

.news_article-tags {
  margin-bottom: 20px;
}

.news_article-tags span {
  display: inline-block;
  margin-right: 5px;
}

.news_article-info {
  margin-bottom: 10px;
}

.news_article-info .info1 {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}

.news_article-info .info2 {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #a0a0a0;
}

.news__item {
  display: block;
  padding-left: 120px;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.news_page .news__item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  border: none;
}

.news_page .news__item:hover {
  background: #f2f2f2;
}

.news_banner .news__item:hover .news__data,
.news_page .news__item:hover .news__data {
  background: #f2f2f2;
}

.news_banner .news__item:hover .news__data span,
.news_page .news__item:hover .news__data span {
  color: #000;
}

.news__item:last-of-type {
  margin-bottom: 0;
}

.news__item:hover {
  border-color: #990ae3;
}

.news__item:hover .news__data {
  background: #990ae3;
}

.news__item:hover .news__data span,
.news__item:hover .news__data svg use {
  color: #fff;
}

.news__item:hover .news__title {
  color: #990ae3;
}

.news__item:hover .news__title svg use {
  color: #990ae3;
}

.news__item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 23px;
  color: #000;
}

.news__item-big {
  display: block;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .news__item-big {
    margin-bottom: 20px !important;
  }
}

.news__img {
  position: relative;
}

.news__img img {
  width: 100%;
}

.news_page .news__img {
  width: 50%;
}

.news__title {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  font-family: "Pebble", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .news__title {
    font-size: 18px;
  }
}

.news__item-big .news__title {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}

.news__item-big .news__title svg {
  margin-top: -3px;
  width: 10px;
  height: 18px;
}

.news__item-big .news__title svg use {
  color: #000;
}

.news__text {
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100px;
}

.news__item-big .news__text {
  display: block;
  padding: 22px;
}

.news_page .news__text {
  width: 50%;
}

.news_banner .news__text {
  padding: 40px 35px;
}

.news__data {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #f2f2f2;
  text-align: center;
  font-family: "Pebble", sans-serif;
}

.news__item-big .news__data {
  height: 100px;
}

.news__data svg {
  width: 20px;
  height: 35px;
}

.news__data svg use {
  color: #000;
}

.news__data .data,
.news__data .month {
  display: block;
  color: #000;
}

.news__data .data {
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 34px;
}

.news__data .month {
  font-size: 14px;
  line-height: 24px;
}

/*write-to-us*/

.write-to-us {
  padding: 10px 0 30px;
}

.write-to-us p {
  font-size: 14px;
  color: #000;
  text-align: center;
}

.write-to-us__inner {
  display: flex;
  align-items: center;
  width: 77%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .write-to-us__inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .write-to-us__inner {
    display: block;
  }
}

.write-to-us__avator {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .write-to-us__avator {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.write-to-us__position {
  padding-left: 15px;
}

.write-to-us__position .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.write-to-us__position p {
  font-size: 14px;
  color: #a0a0a0;
  text-align: left;
}

.write-to-us__form {
  width: 70%;
  padding-left: 60px;
}

.write-to-us__form #check + label > p {
  margin-bottom: 0;
}
.write-to-us__form #check + label > p a span label {
  margin-bottom: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .write-to-us__form {
    width: 100%;
    padding-left: 0;
  }
}

.form__btn {
  display: flex;
  margin-bottom: 20px;
}

.form__btn input {
  width: 100%;
}

.form__btn .button-form {
  margin-left: -60px;
}

.form input {
  height: 54px;
  padding: 10px 15px;
  background: #f2f2f2;
  border-radius: 100px;
  font-size: 14px;
  color: #000;
  border: none;
  box-shadow: none;
}

.form input:focus {
  outline: none;
}

.form input[type="checkbox"],
.form input[type="radio"] {
  display: none;
}

.form input[type="checkbox"] + label {
  padding-left: 35px;
  position: relative;
  font-size: 12px;
  color: #000;
  cursor: pointer;
}

.form input[type="checkbox"] + label a {
  color: #000;
  text-decoration: underline;
}

.form input[type="checkbox"] + label a:hover {
  color: #990ae3;
}

.form input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  border: 2px solid #990ae3;
  transition: color ease 0.3s;
}

.form input[type="checkbox"] + label:after {
  content: "";
  width: 13px;
  height: 13px;
  display: none;
  position: absolute;
  left: 6px;
  top: 1px;
  background: #990ae3;
  border-radius: 100px;
}

.form input[type="checkbox"]:checked + label:before {
  color: #000;
}

.form input[type="checkbox"]:checked + label:after {
  display: block;
}

span.agreement_form_text_js {
  cursor: pointer;
}

/*footer*/

.footer {
  background: #990ae3;
}

.footer__ask {
  display: block;
  padding: 29px 0;
  font-size: 29px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Pebble", sans-serif;
}

.footer__ask a {
  overflow: hidden;
  display: block;
  color: #ffffff;
  font-family: helvetica, sans-serif;
  margin-left: 11px;
}

.footer__ask a:hover {
  text-decoration: underline;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  padding: 55px 0 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
  .footer__menu {
    display: block;
    text-align: center;
  }
}

.footer__menu-list {
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .footer__menu-list {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.footer__menu-list ul {
  padding: 0;
  margin: 0;
}

.footer__menu-list ul li {
  list-style: none;
}

.footer__menu-list ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.footer__menu-list ul li a:hover {
  text-decoration: underline;
}

.footer__menu-list p {
  color: #fff;
  font-size: 18px;
}

.footer__menu-title {
  display: block;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-family: "Pebble", sans-serif;
}

.footer__logo {
  display: inline-block;
}

.footer__soc {
  margin-top: 40px;
}

.footer__soc span {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
}

.footer__soc a {
  display: inline-block;
}

.footer__certificate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
  .footer__certificate {
    display: block;
    text-align: center;
  }
}

.footer__certificate img {
  display: inline-block;
  margin: 0 20px;
}

@media screen and (max-width: 991px) {
  .footer__certificate img {
    margin-bottom: 10px;
  }
}

.footer__copyright {
  padding: 30px 0;
  text-align: center;
}

.footer__copyright span {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  color: #fff;
}

.footer__copyright span a {
  color: #fff;
  text-decoration: none;
}

/*title-main*/

.title-main {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.title-main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(4, 4, 57, 0.5);
}

.title-main_data .news__data {
  height: 100px;
  left: inherit;
  right: 0;
}

.title-main_btn .button {
  height: 50px;
  padding: 14px 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  text-transform: inherit;
}

@media screen and (max-width: 768px) {
  .title-main_btn .button {
    display: inline-block;
    position: relative;
    margin-top: 40px;
  }
}

.title-main__inner {
  padding: 67px 35px 62px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  .title-main__inner {
    padding: 67px 0 62px;
  }
}

.title-main_data .title-main__inner {
  padding-right: 150px;
}

@media screen and (max-width: 768px) {
  .title-main_data .title-main__inner {
    padding: 122px 0 62px;
  }
}

.title-main_btn .title-main__inner {
  padding-right: 40%;
}

@media screen and (max-width: 768px) {
  .title-main_btn .title-main__inner {
    padding: 122px 0 62px;
  }
}

.title-main__inner h2 {
  margin-bottom: 25px;
  color: #fff;
  text-align: left;
}

.title-main__inner p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

/*company*/

.company {
  padding: 55px 0;
}

.company h2 {
  margin-bottom: 50px;
}

.company__list {
  margin-bottom: 60px;
  text-align: center;
}

.company__list-item {
  width: 185px;
  height: 185px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  margin: 0 25px 25px;
  text-align: center;
  background: #a0a0a0;
}

.company__list-item.active {
  background: #990ae3;
}

.company__list-item:hover {
  background: #990ae3;
}

.company__partners {
  text-align: center;
}

.company__partners img {
  margin: 0 50px 30px;
}

@media screen and (max-width: 425px) {
  .company__partners img {
    display: block;
    max-width: 250px;
  }
}

/*article*/

.article {
  padding: 50px 0 70px;
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .article {
    width: 100%;
  }
}

.output img {
  display: block;
  margin: 0 auto 60px;
}

.output strong {
  font-size: 15px;
  line-height: 29px;
  color: #4c4c4c;
}

.output ol li {
  font-size: 14px;
}

.output h3 {
  color: #4c4c4c;
}

.output p {
  margin-bottom: 30px;
  line-height: 24px;
  font-size: 14px;
  color: #000;
}

.output p + ul {
  margin-top: -30px;
}

.output ul {
  padding: 0;
  margin: 0 0 30px;
}

.output ul li {
  padding-left: 15px;
  position: relative;
  line-height: 24px;
  font-size: 14px;
  color: #000;
}

.output ul li a {
  line-height: 24px;
  font-size: 14px;
  color: #000;
}

.output ul li a:hover {
  color: #990ae3;
}

.output ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100px;
  background: #990ae3;
}

.about .row {
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .about .row-left .col-sm-12:first-of-type {
    order: 2;
  }

  .about .row-left .col-sm-12:last-of-type {
    order: 1;
  }
}

.about__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__text {
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .about__text {
    padding: 40px 0;
  }
}

.about__text p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.about__text .button {
  display: inline-block;
  margin-top: 30px;
}

.about__title {
  display: block;
  margin-bottom: 20px;
  color: #990ae3;
  font-size: 24px;
  line-height: 32px;
  font-family: "Pebble", sans-serif;
}

.about_advantages .about__title {
  color: #000;
  text-transform: uppercase;
}

.about__img img {
  width: 100%;
}

.about_advantages .container > h2 {
  margin-top: 50px;
}

/*certificates*/

.certificates {
  padding: 85px 0;
}

.certificates__inner {
  text-align: center;
}

.certificates__inner img {
  margin: 0 20px 20px;
}

@media screen and (max-width: 425px) {
  .certificates__inner img {
    margin: 0 20px 20px;
    max-width: 250px;
  }
}

/*team*/

.team {
  padding: 65px 0;
}

.team__item {
  margin-bottom: 30px;
  position: relative;
}

.team__item .button {
  display: block;
  width: 100%;
  text-align: center;
}

.team__item img {
  width: 100%;
  margin-bottom: 15px;
}

.team__item .avator {
  display: block;
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  font-family: "Pebble", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #990ae3;
  text-align: center;
  text-transform: uppercase;
}

.team__name {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  color: #990ae3;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
}

.team__position {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #a0a0a0;
}

.team__post {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  display: block;
}

.team__soc img {
  width: 18px !important;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px !important;
}

/*contracts*/

.contracts__inner {
  width: 77%;
  margin: auto;
  padding: 15px 0 55px;
}

@media screen and (max-width: 991px) {
  .contracts__inner {
    width: 100%;
  }
}

.contracts__item {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .contracts__item {
    display: block;
    margin-bottom: 50px;
  }
}

.contracts__item p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.contracts__item img {
  position: relative;
  top: 27px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contracts__item img {
    top: 0;
  }
}

.contracts__text {
  padding: 0 38px;
}

@media screen and (max-width: 768px) {
  .contracts__text {
    padding: 20px 0;
  }
}

.contracts__title {
  margin-bottom: 8px;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
}

/*map*/

.map {
  height: 450px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .map {
    height: 300px;
  }
}

.map #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.mapboxgl-ctrl-group {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  left: inherit;
}

.mapboxgl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in:before {
  content: "+";
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out:before {
  content: "-";
}

.mapboxgl-ctrl-group > button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass {
  display: none;
}

/*contacts*/

.contacts {
  padding: 40px 0;
}

.contacts__inner {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .contacts__inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contacts__inner {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
}

.contacts__item {
  padding: 0 15px;
}

.contacts__item p {
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.contacts__item p span {
  color: #990ae3;
}

.contacts__item p a {
  color: #000;
}

.contacts__item p a:hover {
  color: #990ae3;
}

/*policy*/

.policy {
  width: 80%;
  margin: auto;
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .policy {
    width: 100%;
  }
}

/*modal*/

.modal-dialog {
  max-width: 445px;
}

.modal-content {
  border-radius: 8px;
}

.modal-body {
  padding: 45px 30px;
  text-align: center;
}

.modal-body h3 {
  margin-bottom: 20px;
  color: #990ae3;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
}

.modal-body p {
  margin-bottom: 15px;
  line-height: 16px;
  font-size: 14px;
  color: #707070;
}

.modal-body .button {
  margin-top: 30px;
  display: inline-block;
}

.modal-backdrop {
  opacity: 1 !important;
  background: rgba(4, 4, 57, 0.5);
}

.lSPager {
  display: none;
}

/*slick*/

.slick-slide:focus {
  outline: none !important;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  position: relative;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
}

.slick-dots li:after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  background: #fff;
}

.slick-dots li.slick-active {
  border: 1px solid #990ae3;
}

.slick-dots li.slick-active button {
  display: none;
}

.slick-dots li.slick-active:after {
  background: #990ae3;
}

.slick-arrow {
  top: inherit;
  bottom: -48px;
  z-index: 10;
}

.slick-arrow svg {
  width: 7px;
  height: 12px;
}

.slick-arrow svg use {
  color: #fff;
}

.slick-arrow:hover svg use {
  color: #990ae3;
}

.slick-arrow:before {
  display: none;
}

.slick-next {
  right: 30%;
}

@media screen and (max-width: 768px) {
  .slick-next {
    right: 0;
  }
}

.slick-prev {
  left: 30%;
}

@media screen and (max-width: 768px) {
  .slick-prev {
    left: 0;
  }
}

.slick-prev svg {
  transform: rotate(180deg);
}

/*advantages*/

.advantages {
  padding: 55px 0 20px;
}

.advantages h2 {
  margin-bottom: 50px;
}

.advantages__title {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  color: #990ae3;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
}

.advantages__item {
  /* margin-bottom: 80px; */
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.advantages__item img {
  margin-bottom: 30px;
}

.advantages__item p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

/*services*/

.services {
  padding: 20px 0 30px;
}

.services .btn-group {
  margin-top: 30px;
}

.services__inner {
  padding: 50px 50px 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border: 1px solid #a0a0a0;
}

@media screen and (max-width: 991px) {
  .services__inner {
    padding: 25px;
  }
}

@media screen and (max-width: 768px) {
  .services__inner {
    display: block;
  }
}

.services__text {
  width: 60%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .services__text {
    width: 100%;
    padding: 20px 0;
  }
}

.services__text p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.services__title {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
  color: #000;
  font-family: "Pebble", sans-serif;
}

.services__list {
  margin: 0;
  padding: 0;
}

.services__list li {
  padding-left: 25px;
  margin-bottom: 6px;
  position: relative;
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.services__list li:before {
  content: "";
  width: 17px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/*gallery*/

.gallery {
  padding: 60px 0;
}

.gallery__inner {
  width: 90%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .gallery__inner {
    width: 100%;
  }
}

.gallery__inner a {
  display: inline-block;
  margin: 0 10px 20px;
}

/*works*/

.works {
  padding: 30px 0;
}

.works img {
  width: 100%;
}

/*chronology*/

.chronology {
  padding: 60px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.chronology .container {
  max-width: 100%;
}

.chronology:before {
  content: "";
  width: 30px;
  height: 35px;
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background-image: url("../svg/slide.svg");
  background-size: 30px 35px;
  background-repeat: no-repeat;
}

.chronology h2 {
  position: relative;
  z-index: 5;
  color: #fff;
}

.chronology:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(4, 4, 57, 0.7);
}

.chronology__tit {
  display: block;
  padding: 20px 0;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 5;
  font-size: 44px;
  line-height: 39px;
  color: rgba(242, 242, 242, 0.25);
  font-family: "Pebble", sans-serif;
  white-space: nowrap;
}

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

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

.chronology__inner {
  padding-right: 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1330px) {
  .chronology__inner {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}

.chronology__item {
  min-height: 550px;
  margin: 120px 0 0;
  position: relative;
  text-align: left;
}

.chronology__item:after {
  content: "";
  width: 30px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  background-image: url("../svg/pin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 80px;
}

.chronology__item:before {
  content: "";
  width: 106%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
  margin: auto;
  z-index: -1;
  background: #fff;
}

.chronology__item_top:after {
  top: -150px;
  transform: rotate(180deg);
}

.chronology__item_top:before {
  top: -100px;
}

.chronology__item_bottom {
  min-height: 450px;
}

.chronology__item_bottom:after {
  top: 45px;
}

.chronology__item_bottom .chronology__item-inner {
  bottom: 0;
}

.chronology__item-inner {
  position: absolute;
  left: 0;
}

.chronology__item_bottom .chronology__item-inner {
  bottom: 0;
}

.chronology__item_top .chronology__item-inner {
  top: 0;
}

.chronology__data {
  display: block;
  color: #a0a0a0;
  font-family: "Pebble", sans-serif;
}

.chronology__item_bottom .chronology__data {
  font-size: 38px;
  line-height: 39px;
}

@media screen and (max-width: 991px) {
  .chronology__item_bottom .chronology__data {
    font-size: 32px;
  }
}

.chronology__item_top .chronology__data {
  font-size: 44px;
  line-height: 49px;
}

@media screen and (max-width: 991px) {
  .chronology__item_top .chronology__data {
    font-size: 38px;
  }
}

.chronology__title {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
}

.chronology__item_bottom .chronology__title {
  font-size: 20px;
  line-height: 39px;
}

@media screen and (max-width: 991px) {
  .chronology__item_bottom .chronology__title {
    font-size: 17px;
    line-height: 23px;
  }
}

.chronology__item_top .chronology__title {
  font-size: 24px;
  line-height: 39px;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .chronology__item_top .chronology__title {
    font-size: 19px;
    line-height: 23px;
  }
}

@media screen and (max-width: 768px) {
  .chronology__item_top .chronology__title {
    white-space: pre-line;
  }
}

.chronology .owl-carousel .owl-item:first-of-type .chronology__item:before {
  display: none;
}

.banner__tag-holder {
  margin-bottom: 80px;
}

.banner__tag-inner {
  display: inline-block;

  overflow: hidden;
}

/*.banner__tag {

  margin-bottom: -20px;

  display: inline-block;



  overflow: hidden;

  border-right: .15em solid #ffffff;

  white-space: inherit;

  animation:

          typing 3.5s steps(30, end),

          blink-caret .5s step-end infinite;

}



.banner__tag + .banner__tag {

  margin-left: 10px;

}*/

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: #ffffff;
  }
}

.header .drop {
  display: none;
  transition: left 0.3s;
}

.header__top-dropdown {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .header__top-dropdown {
    margin-left: 10px;
  }
}

.header__top-dropdown-item {
  display: inline-block;
  padding: 0 10px;
}

.header__top-dropdown-item + .header__top-dropdown-item {
  border-left: 1px solid #f2f2f2;
}

@media screen and (max-width: 991px) {
  .header__top-dropdown-item {
    padding: 0 10px;
  }
}

.header__top-dropdown-item img {
  width: 22px;
  margin-right: 8px;
}

@media screen and (max-width: 991px) {
  .header__top-dropdown-item img {
    margin-right: 0;
  }
}

.header__top-dropdown-item span {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .header__top-dropdown-item span {
    display: none;
  }
}

.header__top-dropdown-item_cloud span {
  color: #a0a0a0;
}

.header__top-dropdown-item_mail span {
  color: #990ae3;
}

.pad_e {
  padding: 40px 0 !important;
}

.works_tour {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.works_tour:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(4, 4, 57, 0.5);
}

.works_tour__inner {
  padding: 100px 0 110px;
  position: relative;
  z-index: 5;
  text-align: center;
}

.works_tour__inner .circle {
  width: 100px;
  height: 100px;
  padding: 28px 0;
  margin: 5px auto 0;
  text-align: center;
  border-radius: 10000px;
  background: #fff;
}

.works_tour__inner .circle img {
  width: 39px;
  height: auto;
}

.works_tour__inner .circle span {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #990ae3;
  font-family: "Pebble", sans-serif;
}

.works_tour__title {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.works_tour {
  display: block;
}

.output .submenu__item ul li:before,
.policy ul li:before {
  display: none;
}

.output .submenu__item ul li,
.policy ul li {
  padding-left: 0;

  margin: 0 0 12px;

  font-size: 14px;

  line-height: 24px;
}

.output .submenu__item p + ul {
  margin-top: 0;
}

.output .submenu__item {
  padding: 0 10px;
}

.services .services__list .panel-grid {
  margin-left: 15px;
}

.services .services__list {
  width: 50%;
}

.services .services__inner {
  align-items: center;
}

.services .services__text p {
  display: none;
}

.solutions__item img {
  max-height: 60px;
}

@media screen and (max-width: 768px) {
  .services .services__list {
    width: 100%;
  }
}

.title-main__inner h1 {
  margin-bottom: 25px;
  color: #fff;
  text-align: left;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
}

.bg {
  position: relative;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg__inner {
  position: relative;
  z-index: 5;
}
.bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(4, 4, 57, 0.5);
}

.bg .header {
  background: transparent;
  z-index: 20;
}

.bg .header .navbar-nav > li > a {
  color: #ffffff;
}
.bg .header .navbar-nav > li > a svg use {
  color: #ffffff;
}

.bg .header__contacts a {
  color: #ffffff;
}

.bg .header__lang li a {
  color: #ffffff;
}
.bg .header__lang li.active a {
  color: #990ae3;
}
.bg .header__enter span,
.bg .header__enter svg use {
  color: #ffffff;
}

.bg .header.fixed {
  background: #ffffff;
}

.bg .header.fixed .navbar-nav > li > a svg use,
.bg .header.fixed .navbar-nav > li > a {
  color: #000000;
}

.bann__inner .title-main__inner {
  width: 60%;
  padding: 45px 35px 55px;
}

.bann__inner .title-main__inner h2 {
  margin-bottom: 15px;
}

.bann__inner p {
  font-size: 14px;
}

.bann__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.server {
  padding: 60px 0 100px;
}
.server__title {
  padding: 25px 0 10px;
  display: block;
}
.server__item {
  display: block;
  margin-bottom: 20px;
}
.server__item:hover .server__title {
  color: #990ae3;
}
.server__item p {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.server__title {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
}
.form-tw p {
  margin-bottom: 41px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}
.form-tw__title {
  display: block;
  color: #990ae3;
  text-transform: uppercase;
  font-family: "Pebble", sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
.form-tw__inner {
  width: 50%;
  margin: auto;
}

.form-tw__cell {
  margin-bottom: 20px;
}
.form-tw {
  margin-bottom: 30px;
}
.form-tw input,
.form-tw textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f2f2f2;
  border-radius: 0;
  font-size: 14px;
  color: #000;
  border: none;
  box-shadow: none;
}
.form-tw input:focus,
.form-tw textarea:focus {
  outline: none;
}
.form-tw input {
  height: 43px;
}
.form-tw textarea {
  height: 74px;
}
.form-tw input[type="checkbox"] + label {
  font-size: 14px;
}
.form-tw__cell-btn {
  text-align: center;
}
.form-tw__cell-btn {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .form-tw__inner {
    width: 100%;
  }

  .bann__inner {
    display: block;
    padding-bottom: 30px;
  }

  .bann__inner .title-main__inner {
    width: 100%;
  }

  .bann__inner .button-act {
    display: inline-block;
  }
  .bg .header .navbar-nav > li > a,
  .bg .header .navbar-nav > li > a svg use {
    color: #000000;
  }
  .bg .header.fixed .navbar-nav > li > a,
  .bg .header.fixed .navbar-nav > li > a svg use {
    color: #000000;
  }
  .navbar-nav > li a {
    font-size: 24px;
    font-family: "Pebble", sans-serif;
    text-align: center;
    text-transform: uppercase;
  }
  .navbar-nav > li {
    padding: 12px 0 12px 35px !important;
    text-align: left;
  }
  .submenu__item {
    margin-bottom: 20px;
    border: solid 1px #ccc;
    border-width: 0 0 1px 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .header__submenu.open a {
    color: #990ae3;
    font-size: 24px;
  }
  .header__submenu.open .submenu__item ul li a {
    font-size: 20px;
    line-height: 22px;
    color: #000;
  }
  .header__submenu.open a.pen {
    color: #990ae3 !important;
  }
  .submenu__title {
    margin-bottom: 16px;
    display: block;
    font-size: 24px !important;
    line-height: 32px;
    font-family: "Pebble", sans-serif;
  }
  .header__submenu.open .submenu {
    margin-top: 10px;
    -webkit-box-shadow: inset 0px 27px 35px -41px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 27px 35px -41px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 27px 35px -41px rgba(0, 0, 0, 0.1);
    padding: 20px 0 0 0;
  }
  .navbar-nav {
    margin: 30px 0;
  }
  .navbar-collapse .button-header {
    margin: 10px 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 20%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news_page .news__item {
    display: block;
  }
  .news_page .news__img {
    width: 100%;
  }
  .news_page .news__text {
    width: 100%;
  }
}

#cookie-bar {
  background: #f2f2f2;
  height: auto;
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 116px;
  padding: 5px 0;
}

#cookie-bar.down {
  top: 99px;
}

@media screen and (max-width: 991px) {
  #cookie-bar {
    background: #f2f2f2;
    height: auto;
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 59px;
    padding: 5px 0;
  }

  #cookie-bar.down {
    top: 70px;
  }
}

@media screen and (max-width: 1200px) {
  #cookie-bar.down {
    top: 74px;
  }
}

#cookie-bar .container {
  width: 1299px;
}

#cookie-bar .row p {
  color: #000;
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}

#cookie-bar .row .top-appoinment {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  background: #ffff;
  color: #000;
  text-align: center;
  padding: 10px 25px;
  margin: 7px;
  border-radius: 40px;
  text-decoration: none;
}

#cookie-bar .row a {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}

video {
  width: 100%;
  height: auto;
}

.glider-contain {
  width: 94% !important;
}

.glider-title {
  font-family: "Pebble", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  color: #8a2edb;
  text-align: center;
}

.glider-track {
  padding: 20px 0 !important;
  box-sizing: border-box;
}

.glider-slide {
  margin: 0 24px;
  max-width: 360px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.glider-slide__content {
  padding: 30px 30px 0 30px;
}

.glider-slide__title {
  font-family: Pebble;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;

  background: #8a2edb;
  border-radius: 20px 20px 0px 0px;
  padding: 14px 43px;
  min-height: 87px;
}

.glider-slide__price {
  font-family: Pebble;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #212529;
  padding-top: 20px;
}

.glider-slide__price span {
  font-family: Pebble;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}

.glider-slide small {
  font-family: "HelveticaNeue";
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #828282;
}

.glider-slide__hr {
  border: 1px solid #e0e0e0;
  margin: 20px 0;
}

.glider-slide__text {
  font-family: "HelveticaNeue";
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #212529;
  padding-bottom: 20px;
}

.glider-slide__icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.glider-slide__icons img {
  width: 40px;
  max-height: 40px;
}

.glider-slide__list {
  padding-left: 15px;
}

.glider-slide__item {
  font-family: "HelveticaNeue";
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #212529;
  padding: 6px 0;
}

.not-included {
  opacity: 0.5;
}

.glider-dot {
  background: #e0e0e0;
}

.glider-dots .active {
  background: #8a2edb;
}

.glider-prev,
.glider-next {
  top: 50% !important;
  transform: translateY(-50%);
}

.glider-prev {
  left: -40px;
}
.glider-next {
  right: -43px;
}

.small-info {
  font-family: "HelveticaNeue";
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #828282;
  display: block;
  width: 100%;
  padding: 30px 0 10px 0;
}

@media only screen and (max-width: 1155px) {
  .glider-slide__title {
    font-size: 18px;
    padding: 14px 20px;
  }

  .glider-slide__price {
    font-size: 36px;
  }

  .glider-slide__content {
    padding: 0 25px 0 25px;
  }
}

@media only screen and (max-width: 500px) {
  .glider-slide__content {
    padding: 0 10px;
  }

  .glider-next {
    right: -5px !important;
  }

  .glider-prev {
    left: -5px !important;
  }
}

.glider-slide2 {
  margin: 0 15px !important;
}

.glider-slide__smallTitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.glider-slide__smallTitle small {
  text-align: left;
}

.glider-slide__list2 {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 30px;
}

.glider-slide__list2:nth-last-of-type(1) {
  padding-bottom: 0;
}

.glider-slide__item2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0;
}

.glider-slide__item2 p {
  margin: 0;
  flex: 1;

  font-size: 14px;
}

.glider-slide__item2 span {
  display: block;
  text-align: right;
  width: 40%;

  font-size: 14px;
}

.toggle-panel {
  font-size: 14px;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
  font-family: "Pebble", sans-serif;
  font-weight: 700;
}

.pricing .card-price .period {
  font-size: 1.2rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

h5.card-title.text-muted.text-uppercase.text-center {
  color: #fff !important;
  opacity: 1;
  font-family: "Pebble", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 !important;
  padding-top: 5px;
  align-self: center;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

.card-body {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.adventages .row .col-sm-6:nth-last-of-type(1) .tlv-service-features {
  padding: 0 15px;
}
