@font-face {
  font-family: "HelveticaNeueCyr-UltraLight";
  src: url("../fonts/helveticaneuecyr-ultralight.eot"); /* IE 9 Compatibility Mode */
  src: url("../fonts/helveticaneuecyr-ultralight.eot?#iefix")
      format("embedded-opentype"),
    /* IE < 9 */ url("../fonts/helveticaneuecyr-ultralight.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/helveticaneuecyr-ultralight.woff")
      format("woff"),
    /* Firefox >= 3.6, any other modern browser */
      url("../fonts/helveticaneuecyr-ultralight.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/helveticaneuecyr-ultralight.svg#helveticaneuecyr-ultralight")
      format("svg"); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "GloberSemiBoldFree";
  src: url("../fonts/globersemiboldfree.eot"); /* IE 9 Compatibility Mode */
  src: url("../fonts/globersemiboldfree.eot?#iefix") format("embedded-opentype"),
    /* IE < 9 */ url("../fonts/globersemiboldfree.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/globersemiboldfree.woff")
      format("woff"),
    /* Firefox >= 3.6, any other modern browser */
      url("../fonts/globersemiboldfree.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/globersemiboldfree.svg#globersemiboldfree") format("svg"); /* Chrome < 4, Legacy iOS */
}
body {
  font-family: "GloberSemiBoldFree", sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

.text-black {
  color: #000000 !important;
}

a {
  color: #5259bf;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  color: #5259bf;
  text-decoration: none;
}

::selection {
  background: #000000;
  color: #ffffff;
}

.text-primary {
  color: #5259bf !important;
}

a.text-primary {
  color: #5259bf !important;
}
a.text-primary:hover {
  color: #5259bf !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Libre Baskerville", serif;
  color: black;
}

.btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05rem;
  border-radius: 0;
}
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary {
  background: #5259bf;
  border-color: #5259bf;
}
.btn.btn-primary:hover {
  border-color: #6cd1ce;
  background: #6cd1ce;
}
.btn.btn-black {
  background: #000000;
  color: #ffffff;
}
.btn.btn-outline-black {
  background: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-outline-black:hover {
  color: #ffffff;
  background: #000000;
}

.form-control,
.custom-select {
  border: none;
  font-size: 16px;
  height: 48px;
  background: transparent;
  border: 1px solid #43434d;
  border-radius: 0;
  color: #000000;
}
.form-control:active,
.form-control:focus,
.custom-select:active,
.custom-select:focus {
  color: #000000;
  border-color: #5259bf;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.form-control::-webkit-input-placeholder,
.custom-select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}
.form-control::-moz-placeholder,
.custom-select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-ms-input-placeholder,
.custom-select:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-moz-placeholder,
.custom-select:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px;
}
@media (max-width: 991.98px) {
  .gutter-v2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gutter-v2 > .col,
.gutter-v2 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  .gutter-v2 > .col,
  .gutter-v2 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.spinner-border {
  color: #5259bf;
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-icons {
  position: absolute;
  right: 30px;
  top: 0;
  color: #5259bf;
}
@media (max-width: 991.98px) {
  .menu-icons {
    right: 40px;
  }
}
.menu-icons span {
  font-size: 16px;
  display: inline-block;
  padding: 9px 10px;
}

.logo {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .logo {
    left: 20px;
    top: 15px;
  }
}
.logo:hover {
  color: #000000;
}

.menu-absolute {
  position: absolute !important;
}

.site-nav {
  box-shadow: rgba(0, 0, 0, 0.03);
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
}
.site-nav a {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.site-nav {
  padding-top: 20px;
  padding-bottom: 45px;
}
@media (max-width: 991.98px) {
  .site-nav {
    background: #ffffff;
  }
}
.site-nav h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.site-nav .site-navigation {
  position: relative;
}
.site-nav .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-nav .site-navigation .site-menu > li {
  display: inline-block;
}
.site-nav .site-navigation .site-menu > li > a {
  font-size: 20px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  font-weight: 700;
}
.site-nav .site-navigation .site-menu > li > a:hover {
  color: #5259bf;
}
.site-nav .site-navigation .site-menu > li.active > a {
  color: #000000;
  position: relative;
  display: inline-block;
}
.site-nav .site-navigation .site-menu > li.active > a:after {
  content: "";
  height: 1px;
  left: 11px;
  right: 11px;
  bottom: 0;
  position: absolute;
  background: #000000;
}
.site-nav .site-navigation .site-menu .has-children {
  position: relative;
}
.site-nav .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-nav .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-nav .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  z-index: 999;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #ffffff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-nav .site-navigation .site-menu .has-children .dropdown a {
  font-size: 20px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000000;
}
.site-nav .site-navigation .site-menu .has-children .dropdown .active {
  color: #5259bf !important;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 5px 20px;
  display: block;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  color: #5259bf;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li.active > a {
  color: #5259bf;
}
.site-nav
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-nav
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-nav
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-nav
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown
  li
  a:hover,
.site-nav
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul
  li
  a:hover {
  color: #5259bf;
}
.site-nav
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-nav
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-nav
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  color: #5259bf;
}
.site-nav .site-navigation .site-menu .has-children:hover > a,
.site-nav .site-navigation .site-menu .has-children:focus > a,
.site-nav .site-navigation .site-menu .has-children:active > a {
  color: #5259bf;
}
.site-nav .site-navigation .site-menu .has-children:hover,
.site-nav .site-navigation .site-menu .has-children:focus,
.site-nav .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-nav .site-navigation .site-menu .has-children:hover > .dropdown,
.site-nav .site-navigation .site-menu .has-children:focus > .dropdown,
.site-nav .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-nav.dark a {
  color: #000000;
}
.site-nav.dark .site-navigation .site-menu > li > a {
  color: rgba(0, 0, 0, 0.5);
}
.site-nav.dark .site-navigation .site-menu > li > a:hover {
  color: #000000;
}
.site-nav.dark .site-navigation .site-menu > li.active > a {
  color: #000000;
}
.site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:hover > a,
.site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:focus > a,
.site-nav.dark
  .site-navigation
  .site-menu
  > li.has-children.dropdown:active
  > a {
  color: #5259bf;
}
.site-nav.dark .site-navigation .site-menu > li.has-children:hover > a,
.site-nav.dark .site-navigation .site-menu > li.has-children:focus > a,
.site-nav.dark .site-navigation .site-menu > li.has-children:active > a {
  color: #000000;
}

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px;
}
.site-mobile-menu-close > span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}
.site-mobile-menu-close > span:before,
.site-mobile-menu-close > span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #000000;
}
.site-mobile-menu-close > span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-mobile-menu-close > span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #ffffff;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}
.offcanvas-menu .site-mobile-menu {
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  z-index: 1;
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  z-index: 1;
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: #000000;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #5259bf;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #5259bf;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 14px;
  z-index: 20;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 14px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 14px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 14px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
  background: #000000;
  -webkit-transition: 0s all ease;
  -o-transition: 0s all ease;
  transition: 0s all ease;
}

.sticky-nav {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: transparent;
}

@media (max-width: 991.98px) {
  #sticky-wrapper .sticky-nav {
    background: #ffffff !important;
  }
}

#sticky-wrapper.is-sticky .sticky-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.91);
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}
#sticky-wrapper.is-sticky .sticky-nav .burger:before,
#sticky-wrapper.is-sticky .sticky-nav .burger span,
#sticky-wrapper.is-sticky .sticky-nav .burger:after {
  background: #000000;
  -webkit-transition: 0s all ease;
  -o-transition: 0s all ease;
  transition: 0s all ease;
}
#sticky-wrapper.is-sticky .sticky-nav .logo {
  color: #000000 !important;
}
#sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a {
  color: #000000 !important;
}
#sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a:hover,
#sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a.active {
  color: #5259bf !important;
}
#sticky-wrapper.is-sticky .sticky-nav .site-menu > li.active a {
  color: #5259bf !important;
}

.hero {
  height: 100vh;
  min-height: 700px;
}
@media (max-width: 991.98px) {
  .hero {
    display: block;
    height: auto !important;
  }
}
.hero .text,
.hero .image {
  width: 50%;
}
@media (max-width: 991.98px) {
  .hero .text,
  .hero .image {
    width: 100%;
  }
}
.hero .intro {
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .hero .intro {
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero .intro .feature .wrap-icon {
  background: none !important;
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.hero .intro .feature .wrap-icon svg {
  color: #5259bf;
}
.hero .text h1 {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: 700;
}
.hero .text h3 {
  font-size: 16px;
  font-weight: 700;
}
.hero .image {
  background-size: cover;
  background-position: center;
  min-height: 700px;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero .image {
    height: 700px;
    min-height: 700px;
    margin-bottom: 30px;
  }
}
.hero .image .block {
  background: #5259bf;
  position: absolute;
  bottom: 0;
  max-width: 220px;
  padding: 30px 30px;
}
.hero .image .block .wrap-icon {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}
.hero .image .block h3 {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.1rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.hero .image .block p {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
}

.untree_co-section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .untree_co-section {
    padding: 50px 0;
  }
}
.untree_co-section .heading h3 {
  font-size: 35px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .untree_co-section .heading {
    font-size: 20px;
  }
}
.untree_co-section .heading strong {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .feature {
    text-align: center;
  }
}

.feature .wrap-icon {
  margin-bottom: 20px;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  background: #5259bf;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
}
.feature .wrap-icon svg {
  position: relative;
  margin-top: -7px;
}

.feature h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.feature p {
  font-size: 14px;
  line-height: 1.4;
  color: gray;
}

.heading .subtitle {
  color: #5259bf;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.bg-1 {
  position: absolute;
  height: 100%;
  width: 50%;
  background: #ffffff;
  right: 0;
  top: 0;
}
.bg-1:before {
  width: 100%;
}

.testimonial-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  max-width: 1400px;
}

.testimonial-inner {
  grid-area: testimonial-inner;
  background: #5259bf;
  padding: 30px;
  padding-left: 100px;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: -5;
  grid-column-end: -1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: -4;
  grid-row-end: -2;
}
@media (max-width: 767.98px) {
  .testimonial-inner {
    padding-left: 30px;
  }
}
.testimonial-inner blockquote {
  color: #ffffff;
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .testimonial-inner blockquote {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-inner blockquote {
    font-size: 13px;
  }
}

.testimonial-image {
  grid-area: testimonial-image;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  top: -50px;
  right: -50px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.98px) {
  .testimonial-image {
    -ms-grid-column: 0;
    grid-column-start: 0;
    top: 0px;
    right: 0px;
  }
}

.untree_co-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 0;
  max-width: 900px;
  margin: 0 auto;
  margin-top: -40px;
  grid-template-areas: ". img-1 img-3 img-3" "img-2 img-2 img-3 img-3" "img-2 img-2 img-5 img-4";
}
.untree_co-grid img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .untree_co-grid {
    grid-template-areas: "img-1 img-1 img-1 img-1" "img-1 img-1 img-1 img-1" "img-2 img-2 img-3 img-3" "img-4 img-4 img-5 img-5";
  }
}

.img {
  height: 13rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: img-1;
}

.img-2 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: img-2;
  min-height: 26rem;
}

.img-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: img-3;
  min-height: 26rem;
}

.img-4 {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
  grid-area: img-4;
}

.img-5 {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: img-5;
}

@media (max-width: 767.98px) {
  .img-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .img-2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .img-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
}

.pricing {
  padding: 30px;
  color: #ffffff;
}
.pricing.color-1 {
  background: #5259bf;
}
.pricing.color-2 {
  background: #6ebfb5;
}
.pricing.color-3 {
  background: #ade498;
}
.pricing .price {
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
}
.pricing .list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.pricing .list li:before {
  position: absolute;
  left: 0;
  top: 0.2rem;
  content: "";
  font-family: "icomoon";
  content: "\e315";
}
.pricing .btn {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
.pricing .btn:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #5259bf;
}

.search-form {
  background: #ffffff;
  width: 100%;
  left: 0;
  right: 0px;
  position: fixed;
  z-index: 99;
  padding: 30px 0;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.search-form.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.search-form .form-control {
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  top: 50%;
}
.search-form button {
  position: absolute;
  top: 0;
  border: none;
  background: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 70px;
}

.close-search {
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  z-index: 99;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.close-search > span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 5px;
}
.close-search > span:before,
.close-search > span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: #000000;
}
.close-search > span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-search > span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
  .pricing-wrap,
  .bg-v-half-wrap {
    padding-top: 8rem;
  }
}

.pricing-wrap:before,
.bg-v-half-wrap:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background: #f8f9fa;
  height: 50%;
}

.bg-v-half-wrap:before {
  height: 0px;
}

.person-image img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 20px;
  width: 70px !important;
  border-radius: 50%;
}

.person-image .name,
.person-image .position {
  line-height: 1.2;
  font-size: 14px;
  display: block;
}

.person-image .name {
  font-weight: 800;
}

.person-image .position {
  color: rgba(255, 255, 255, 0.5);
}

.owl-single .owl-dots {
  bottom: 20px;
}
@media (max-width: 767.98px) {
  .owl-single .owl-dots {
    bottom: 0;
  }
}
.owl-single .owl-dots .owl-dot > span {
  background: rgba(255, 255, 255, 0.5) !important;
}
.owl-single .owl-dots .owl-dot.active > span {
  background: #ffffff !important;
}

.jm-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
}

.blockquote {
  margin-bottom: 30px;
}
.blockquote p:first-child {
  margin-bottom: 20px;
}
.blockquote p {
  padding-left: 0px;
  font-size: 16px;
  color: #000000;
  font-style: italic;
}

.blockquote img {
  width: 40px;
  border-radius: 50%;
}

.hero-image-wrap {
  margin-top: 4rem;
  width: 50%;
}
@media (max-width: 991.98px) {
  .hero-image-wrap {
    width: 100%;
  }
}

.img-shadow {
  border-radius: 7px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}

.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #5259bf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.contact-info h4 {
  font-size: 18px;
  padding: 0 0 0 60px;
}

.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
}

.custom-block {
  margin-bottom: 30px;
}
.custom-block .section-title {
  font-family: "GloberSemiBoldFree", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.custom-accordion .accordion-item {
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.custom-accordion .accordion-item .btn-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  text-align: left;
  color: #000000;
  background: transparent;
  border: none;
  padding-left: 40px;
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-accordion .accordion-item .btn-link:before {
  font-family: "icomoon";
  content: "\f067";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
  font-weight: 700;
  color: #ffffff !important;
  background: #5259bf;
}
.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
  font-family: "icomoon";
  content: "\f068";
  position: absolute;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.custom-accordion .accordion-item.active {
  z-index: 2;
}
.custom-accordion .accordion-item.active .btn-link {
  color: #000000;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.custom-accordion .accordion-item .accordion-body {
  padding: 20px 20px 20px 20px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control .caption {
  position: relative;
  top: -3px;
  font-size: 16px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #5259bf;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #6fd2cf;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
  display: none;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #5259bf;
  opacity: 0.2;
}

.gal-item {
  display: block;
  margin-bottom: 8px;
}
.gal-item img {
  border-radius: 4px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 1;
}
.gal-item:hover img {
  opacity: 0.5;
}

.social-icons li {
  display: inline-block;
}
.social-icons li a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #303030;
}
.social-icons li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social-icons li a:hover {
  color: #ffffff;
}
.social-icons li:first-child a {
  padding-left: 0;
}

.social-icons.light li a {
  color: #000000;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #f8f9fa;
}

.video-wrap {
  position: relative;
  display: block;
}
.video-wrap .play-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.video-wrap .play-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-wrap:hover .play-wrap {
  width: 60px;
  height: 60px;
}

.owl-single .owl-dots,
.owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-single .owl-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}
.owl-single .owl-dots .owl-dot span,
.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.owl-single .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #5259bf;
}

.owl-single.no-nav .owl-nav,
.owl-carousel.no-nav .owl-nav {
  display: none;
}

.testimonial {
  max-width: 500px;
  text-align: center;
  margin-bottom: 30px;
}
.testimonial .name {
  font-size: 18px;
  color: #000000;
}
.testimonial .img-wrap img {
  margin: 0 auto;
  width: 70px;
  border-radius: 50%;
}

.owl-single .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .owl-single .owl-nav {
    display: none;
  }
}
.owl-single .owl-nav .owl-prev,
.owl-single .owl-nav .owl-next {
  position: absolute;
  top: 0;
}
.owl-single .owl-nav .owl-prev span,
.owl-single .owl-nav .owl-next span {
  display: block;
  background: #ffffff;
  padding: 15px;
}
.owl-single .owl-nav .owl-prev {
  left: -30px;
}
.owl-single .owl-nav .owl-next {
  right: -30px;
}
.owl-single .owl-nav .owl-next > span {
  position: relative;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ul-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.ul-check li:before {
  position: absolute;
  left: 0;
  top: -0.2rem;
  content: "\e5ca";
  font-size: 20px;
  font-family: "icomoon";
}

.ul-check.primary li:before {
  color: #5259bf;
}

.ul-check.white li:before {
  color: #ffffff;
}

.section-title {
  color: #000000;
  margin-bottom: 30px;
}

.site-footer {
  font-size: 14px;
  padding: 100px 0 70px 0;
}
.site-footer a {
  color: #000000;
  position: relative;
  display: inline-block;
}
.site-footer .btn:before {
  display: none;
}
.site-footer .widget {
  margin-bottom: 40px;
  display: block;
  position: relative;
  z-index: 1;
}
.site-footer .widget h3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.site-footer .social li {
  display: inline-block;
}
.site-footer .social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  color: #000000;
}
.site-footer .social li a:before {
  display: none;
}
.site-footer .social li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-footer .social li a:hover {
  background: #83d8d6;
}
.site-footer .copyright a {
  color: #000000;
  display: inline-block;
}
.site-footer .copyright a:before {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #000000;
}
.text-center {
  text-align: center !important;
}

.login {
  margin-top: -10px;
  margin-left: 85%;
}
.content {
  margin: auto;
  padding: 30px;
  width: 80%;
  box-sizing: border-box;
}

.left150 {
  position: relative;
  right: -125%;
}

.header {
  font-family: "GloberSemiBoldFree", sans-serif;
  font-size: 20px;
  margin: 1em auto;
  padding: 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

li img {
  position: absolute;
  top: 45px;
  left: 2%;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .rounded-lg-3 {
    border-radius: 0.3rem;
  }
}

#font {
  font-family: "GloberSemiBoldFree", sans-serif;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: black;
}
.slick-list {
  height: 100%;
}
.slick-track {
  height: 100%;
}
.slide img {
  display: block;
  position: relative;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.slide-text {
  opacity: 0;
  text-align: center;
  width: 100%;
  left: 0;
  top: 100%;
  font-size: 14px;
  color: #b2b2b2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slick-slide {
  margin: 0 auto 23px;
  width: auto;
  padding-bottom: 5px;
  opacity: 0.5;
  justify-content: center !important;
  padding: 0 10px;
  height: 95%;
  cursor: pointer;
}
.slick-current .slide-text {
  opacity: 1;
}
.slick-current {
  opacity: 1;
  height: 100%;
}
.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
}
.slick-next:before,
.slick-prev:before {
  color: black;
}
.slide-channels {
  display: inline-block;
  width: 750px;
  height: 80px;

  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
  animation: animatedBackground 40s linear infinite;
}
@keyframes animatedBackground {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
.slider-channels {
  white-space: nowrap;
  margin: 10px 0;
}

.single-item-intro {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  overflow-x: hidden;
  top: 275px;
  opacity: 0.4;
  font-size: 0;
  z-index: -2;
  overflow: hidden;
}
.slick-initialized .slider-channels {
  display: block;
}
.example {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  overflow-x: hidden;
  top: 275px;
  opacity: 0.4;
  font-size: 0;
  z-index: -1;
  overflow: hidden;
}
.single-item-detail .slick slide {
  width: 100%;
}
.dark-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}
.dark-wrapper .col-6 {
  width: 70%;
  padding-right: calc(var(--bs-gutter-x) * 2.5);
  --bs-gutter-x: 1.5rem;
}
.dark-wrapper .col-2 {
  width: 30%;
}
@media (max-width: 426px) {
  .dark-wrapper .col-6 {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 5px;
  }
  .dark-wrapper .col-2 {
    width: 100%;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.0.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.0")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff?v=4.0.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.0.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-laptop:before {
  content: "\f109";
}

.modal {
  font-family: "GloberSemiBoldFree", sans-serif;
}

.mgright {
  margin-right: 10%;
}

#left80 {
  left: 80% !important;
}

.footer__payment-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer__payment-info img.payment-type {
  max-height: 40px;
  width: auto;
  margin: 10px;
}
.bi-vkontakte:hover > g > rect {
  fill: #0a58ca;
}
.bi-telegram:hover > g > rect {
  fill: #0a58ca;
}
body {
  background: #1a1e23;
  margin: 0;
}

.bubbles {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

.bubble {
  position: absolute;
  z-index: -1;
  left: var(--bubble-left-offset);
  bottom: -75%;
  display: block;
  width: var(--bubble-radius);
  height: var(--bubble-radius);
  border-radius: 50%;
  animation: float-up var(--bubble-float-duration) var(--bubble-float-delay)
    ease-in infinite;
}
.bubble::before {
  position: inherit;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(82, 89, 191, 0.1);
  border-radius: inherit;
  animation: var(--bubble-sway-type) var(--bubble-sway-duration)
    var(--bubble-sway-delay) ease-in-out alternate infinite;
}
.bubble:nth-child(0) {
  --bubble-left-offset: 52vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 12s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 2s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(1) {
  --bubble-left-offset: 35vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 6s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(2) {
  --bubble-left-offset: 51vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 7s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 3s;
  --bubble-sway-delay: 4s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(3) {
  --bubble-left-offset: 83vw;
  --bubble-radius: 3vw;
  --bubble-float-duration: 6s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 4s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(4) {
  --bubble-left-offset: 54vw;
  --bubble-radius: 7vw;
  --bubble-float-duration: 8s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 2s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(5) {
  --bubble-left-offset: 99vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 7s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 2s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(6) {
  --bubble-left-offset: 100vw;
  --bubble-radius: 3vw;
  --bubble-float-duration: 7s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(7) {
  --bubble-left-offset: 5vw;
  --bubble-radius: 7vw;
  --bubble-float-duration: 9s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(8) {
  --bubble-left-offset: 27vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 7s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 2s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(9) {
  --bubble-left-offset: 28vw;
  --bubble-radius: 8vw;
  --bubble-float-duration: 6s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(10) {
  --bubble-left-offset: 31vw;
  --bubble-radius: 4vw;
  --bubble-float-duration: 9s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(11) {
  --bubble-left-offset: 17vw;
  --bubble-radius: 2vw;
  --bubble-float-duration: 6s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 4s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(12) {
  --bubble-left-offset: 5vw;
  --bubble-radius: 6vw;
  --bubble-float-duration: 11s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(13) {
  --bubble-left-offset: 70vw;
  --bubble-radius: 5vw;
  --bubble-float-duration: 11s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(14) {
  --bubble-left-offset: 70vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 11s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(15) {
  --bubble-left-offset: 88vw;
  --bubble-radius: 3vw;
  --bubble-float-duration: 12s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 3s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(16) {
  --bubble-left-offset: 80vw;
  --bubble-radius: 7vw;
  --bubble-float-duration: 10s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(17) {
  --bubble-left-offset: 66vw;
  --bubble-radius: 5vw;
  --bubble-float-duration: 6s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 3s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(18) {
  --bubble-left-offset: 3vw;
  --bubble-radius: 3vw;
  --bubble-float-duration: 12s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(19) {
  --bubble-left-offset: 65vw;
  --bubble-radius: 3vw;
  --bubble-float-duration: 8s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(20) {
  --bubble-left-offset: 37vw;
  --bubble-radius: 8vw;
  --bubble-float-duration: 10s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(21) {
  --bubble-left-offset: 75vw;
  --bubble-radius: 5vw;
  --bubble-float-duration: 7s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(22) {
  --bubble-left-offset: 26vw;
  --bubble-radius: 2vw;
  --bubble-float-duration: 12s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(23) {
  --bubble-left-offset: 41vw;
  --bubble-radius: 3vw;
  --bubble-float-duration: 11s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 2s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(24) {
  --bubble-left-offset: 84vw;
  --bubble-radius: 2vw;
  --bubble-float-duration: 7s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 4s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(25) {
  --bubble-left-offset: 78vw;
  --bubble-radius: 10vw;
  --bubble-float-duration: 12s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(26) {
  --bubble-left-offset: 71vw;
  --bubble-radius: 4vw;
  --bubble-float-duration: 8s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 3s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(27) {
  --bubble-left-offset: 15vw;
  --bubble-radius: 7vw;
  --bubble-float-duration: 6s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(28) {
  --bubble-left-offset: 4vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 8s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(29) {
  --bubble-left-offset: 11vw;
  --bubble-radius: 7vw;
  --bubble-float-duration: 8s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(30) {
  --bubble-left-offset: 58vw;
  --bubble-radius: 10vw;
  --bubble-float-duration: 8s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(31) {
  --bubble-left-offset: 54vw;
  --bubble-radius: 8vw;
  --bubble-float-duration: 7s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(32) {
  --bubble-left-offset: 67vw;
  --bubble-radius: 8vw;
  --bubble-float-duration: 7s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 4s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(33) {
  --bubble-left-offset: 79vw;
  --bubble-radius: 6vw;
  --bubble-float-duration: 7s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 3s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(34) {
  --bubble-left-offset: 79vw;
  --bubble-radius: 5vw;
  --bubble-float-duration: 6s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(35) {
  --bubble-left-offset: 23vw;
  --bubble-radius: 8vw;
  --bubble-float-duration: 8s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(36) {
  --bubble-left-offset: 23vw;
  --bubble-radius: 7vw;
  --bubble-float-duration: 10s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 2s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(37) {
  --bubble-left-offset: 38vw;
  --bubble-radius: 5vw;
  --bubble-float-duration: 6s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 3s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(38) {
  --bubble-left-offset: 32vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 7s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(39) {
  --bubble-left-offset: 96vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 8s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 4s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(40) {
  --bubble-left-offset: 16vw;
  --bubble-radius: 1vw;
  --bubble-float-duration: 11s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 3s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(41) {
  --bubble-left-offset: 43vw;
  --bubble-radius: 7vw;
  --bubble-float-duration: 12s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(42) {
  --bubble-left-offset: 6vw;
  --bubble-radius: 10vw;
  --bubble-float-duration: 10s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 2s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(43) {
  --bubble-left-offset: 89vw;
  --bubble-radius: 1vw;
  --bubble-float-duration: 11s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 2s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(44) {
  --bubble-left-offset: 84vw;
  --bubble-radius: 10vw;
  --bubble-float-duration: 6s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 3s;
  --bubble-sway-delay: 4s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(45) {
  --bubble-left-offset: 25vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 8s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 4s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(46) {
  --bubble-left-offset: 50vw;
  --bubble-radius: 10vw;
  --bubble-float-duration: 6s;
  --bubble-sway-duration: 6s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(47) {
  --bubble-left-offset: 6vw;
  --bubble-radius: 5vw;
  --bubble-float-duration: 6s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(48) {
  --bubble-left-offset: 36vw;
  --bubble-radius: 3vw;
  --bubble-float-duration: 7s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-left-to-right;
}
.bubble:nth-child(49) {
  --bubble-left-offset: 36vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 10s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-right-to-left;
}
.bubble:nth-child(50) {
  --bubble-left-offset: 90vw;
  --bubble-radius: 3vw;
  --bubble-float-duration: 8s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-right-to-left;
}

@keyframes float-up {
  to {
    transform: translateY(-175vh);
  }
}
@keyframes sway-left-to-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes sway-right-to-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

#noborder {
  border: 0px solid #dee2e6 !important;
}

#subscriptions {
  padding-top: 60px;
  display: flex;
  padding-bottom: 51px;
  background-color: #e6eaf28a;
  overflow: hidden;
  align-items: center;
  justify-content: space-evenly;
}

#subscriptions .content-wrapper {
  font-family: "GloberSemiBoldFree", sans-serif;
  max-width: 1170px;
  width: 100%;
}

#subscriptions .grid-col-3 {
  padding: 0 5px;
}

.subscriptions__section-title {
  margin-bottom: 56px;
  font-family: Gothic-regular;
  font-size: 42px;
  letter-spacing: -0.4px;
  text-align: center;
}

.subscriptions__add-now {
  /* margin-bottom: 58px; */
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.subscriptions__add-now a {
  text-decoration: underline;
  font-family: Gothic-bold;
  color: #666666;
  letter-spacing: -0.4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscriptions__add-now a:hover {
  color: #5259bf;
}
.tariff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 530px;
  max-height: 530px;
  background-color: #fff;
  margin-bottom: 70px;
}

.tariff__header {
  position: relative;

  text-align: center;
  overflow: hidden;
  background: #5259bf;
}

.tariff__header_promo:before {
  content: "ПРОМО";
  position: absolute;
  left: -30px;
  top: -16px;
  background-color: #ffd52e;
  font-family: Gothic-bold;
  font-size: 16px;
  text-align: center;
  width: 117px;
  height: 86px;
  line-height: 100px;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tariff__type {
  font-family: Gothic-bold;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3px;
}

.tariff__name {
  font-family: Gothic-regular;
  font-size: 32px;
  color: #fff;
}

.tariff__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 29px 15px 0px;
}

.tariff__feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 54px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 62px;
  margin-bottom: 15px;
  font-family: Gothic-regular;
  font-size: 18px;
  color: #333333;
}

.tariff__feature:last-child {
  margin-bottom: 0;
}

.tariff__feature:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #f25cc0;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.tariff__feature_connection:before {
  background-image: url(img/tariffs/tariff-connection.svg);
}

.tariff__feature_channels:before {
  background-image: url(img/tariffs/tariff-tv.svg);
}

.tariff__feature_cinema:before {
  background-image: url(img/tariffs/tariff-cinema.svg);
}

.tariff__available-channels {
  padding-bottom: 4px;
}

.tariff__available-channels a {
  color: #000;
  text-decoration: none;
  border-bottom: #5259bf 1px dotted;
}

.tariff__available-channels a:hover {
  border-color: transparent;
}

.tariff__hd-channels {
  color: #666666;
}

.tariff__footer {
  min-height: 204px;
  padding: 0px 15px 30px;
}

.tariff__price {
  text-align: center;
  font-family: Gothic-regular;
  font-size: 32px;
  color: #5259bf;
  margin-bottom: 25px;
}

.tariff__subscribe {
  text-align: center;
  margin-bottom: 25px;
}

.tariff__subscribe a {
  display: inline-block;
  padding: 15px 40px;
  font-family: Gothic-regular;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background-color: #f25cc0;
  background: #f25cc0;
  background-size: 200%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 1px;
}

.tariff__subscribe a:hover {
  border-color: #6cd1ce;
  background: #6cd1ce;
  color: white;
}
.tariff__subscribe a:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}
.tariff__footnote {
  text-align: center;
  font-family: Gothic-bold;
  font-size: 16px;
}

.tariff-spec {
  box-shadow: 0 10px 25px -5px rgba(82, 89, 191, 0.35);
}

.tariff-spec .tariff__header {
  background: #5259bf;
}

.tariff-spec .tariff__subscribe a {
  background: #5259bf;
}

.tariff-spec .tariff__subscribe a:hover {
  background: #05dbf3;
  color: black;
}
.tariff-premium__features {
  padding-right: 21px;
}

.tariff-premium__feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 54px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 65px;
  margin-bottom: 16px;
  font-family: Gothic-bold;
  font-size: 20px;
}

.tariff-premium__feature:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.tariff-premium__feature.tariff-premium__feature_cinema {
  margin-bottom: 7px;
}

.tariff-premium__feature-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tariff-premium__feature_cinema .tariff-premium__feature-row {
  padding: 4px 0 10px;
}

.tariff-premium__feature-name {
  color: #fff;
}

.tariff-premium__channels-total {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px dotted #fff;
  margin-bottom: 3px;
}

.tariff-premium__channels-hd {
  color: #fff;
}

.tariff-premium__blank {
  margin: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 2px dotted #fff;
}

.tariff-premium__feature-price {
  font-family: Gothic-regular;
  color: #fff;
}

.tariff-premium__total-price {
  text-align: right;
  color: #fff;
  font-family: Gothic-regular;
  font-size: 32px;
}

.tariff-premium__total-price span {
  position: relative;
}

.tariff-premium__total-price span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 24px;
  left: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e042b1;
  background: -webkit-linear-gradient(left, #e042b1 0%, #3172a9 100%);
  background: linear-gradient(to right, #e042b1 0%, #3172a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e042b1', endColorstr='#3172a9', GradientType=1);
}

.tariff-premium__about {
  max-width: 354px;
  margin: 0 auto;
}

.tariff-premium__info {
  padding: 5px 7px 0;
  font-family: Gothic-bold;
  font-size: 42px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 67px;
}

.tariff-premium__subscribe {
  margin-bottom: 15px;
}

.tariff-premium__subscribe a {
  display: block;
  padding: 19px;
  border-radius: 40px;
  font-family: Gothic-bold;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.tariff-premium__subscribe a:hover {
  background-position: left;
}

.tariff-premium__footnote {
  text-align: center;
  font-family: Gothic-bold;
  font-size: 16px;
  color: #fff;
}
.cinema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 20px 50px;
  margin-bottom: 35px;
  position: relative;
  background-color: #fff;
}
.cinema__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-size: cover;
  background-position: center;
}

.cinema:hover .cinema__background {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.cinema__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

.cinema__logo {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 17px;
}

.cinema__logo img {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cinema:hover .cinema__logo img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cinema__description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 15px;
  font-family: Gothic-bold;
  font-size: 16px;
  line-height: 1.2;
  color: #b2b2b2;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.cinema:hover .cinema__description {
  color: #fff;
}

.cinema__logos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.cinema:hover .cinema__logos-list {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cinema__logos-list img {
  display: block;
  max-width: 100%;
  margin: 10px 13px;
}

.cinema__price {
  font-family: Gothic-regular;
  font-size: 32px;
  color: #5259bf;
  text-align: center;
}
.cinema_button {
  display: grid;
  width: 180px;
  align-content: center;
}
@media (max-width: 426px) {
  .cinema_button {
    margin-left: 0%;
  }
}

@keyframes animatedBackground {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
.example_tariffs {
  width: 100%;
  height: 50%;
  position: absolute;
  overflow-x: hidden;
  left: 0;
  top: 450px;
  opacity: 0.4;
  font-size: 0;
  z-index: 0;
}
.slider-channels-tariffs {
  white-space: nowrap;
}
.slick-initialized .slider-channels-tariffs {
  display: block;
}
footer .text-muted:hover {
  text-decoration-line: underline;
}
.grid-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5%;
  z-index: 1;
}
.grid-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0 10px;
}
.grid-col-2 {
  width: 16.666667%;
  padding: 0 10px;
}

.grid-col-3 {
  width: 25%;
  padding: 0 10px;
}

.grid-col-4 {
  width: 33.33333%;
  padding: 0 10px;
}

.grid-col-5 {
  width: 41.666667%;
  padding: 0 10px;
}

.grid-col-6 {
  width: 50%;
  padding: 0 10px;
}

.grid-col-7 {
  width: 58.333333%;
  padding: 0 10px;
}

.grid-col-8 {
  width: 66.66667%;
  padding: 0 10px;
}

.grid-col-12 {
  width: 100%;
  padding: 0 10px;
}

@media only screen and (max-width: 991px) {
  .grid-col_sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0 10px;
  }

  .grid-col-2_sm {
    width: 16.666667%;
    padding: 0 10px;
  }

  .grid-col-3_sm {
    width: 25%;
    padding: 0 10px;
  }

  .grid-col-4_sm {
    width: 33.33333%;
    padding: 0 10px;
  }

  .grid-col-5_sm {
    width: 41.666667%;
    padding: 0 10px;
  }

  .grid-col-6_sm {
    width: 50%;
    padding: 0 10px;
  }

  .grid-col-7_sm {
    width: 58.333333%;
    padding: 0 10px;
  }

  .grid-col-8_sm {
    width: 66.66667%;
    padding: 0 10px;
  }

  .grid-col-12_sm {
    width: 100%;
    padding: 0 10px;
  }
}

#burger {
  display: none;
}

  .animated-icon1,
  .animated-icon2,
  .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .animated-icon1 span,
  .animated-icon2 span,
  .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .animated-icon1 span {
    background: #2d7ef7;
  }

  .animated-icon2 span {
    background: #e3f2fd;
  }

  .animated-icon3 span {
    background: #f3e5f5;
  }

  .animated-icon1 span:nth-child(1) {
    top: 0px;
  }

  .animated-icon1 span:nth-child(2) {
    top: 10px;
  }

  .animated-icon1 span:nth-child(3) {
    top: 20px;
  }

  .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

.step-1 {
  padding-top: 40px;
}
.device_img {
  margin-bottom: 27px;
}
.device_img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.device_name {
  color: #05dbf3;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.Find_app {
  margin-bottom: 40px;
}
.search_input_wrap {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 1px;
}
.search_input {
  position: relative;
  max-width: 410px;
  width: 100%;
  margin-left: 20px;
  margin-top: 40px;
  padding: 18px 32px;
  border: 2px solid #5259bf;
  border-radius: 8px;
  font-size: 24px;
  color: #fff;
}
.search_input:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(img/magnifying-glass.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.search_input2 {
  position: relative;
  max-width: 410px;
  margin-left: 20px;
  margin-top: 40px;
  padding: 18px 32px;
  border: 2px solid #5259bf;
  border-radius: 8px;
  font-size: 24px;
  color: #fff;
}
.search_input2:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(img/arrows-right.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .search_input2 {
    margin-left: 20px;
  }
}
@media (max-width: 426px) {
  .search_input2 {
    margin-left: 0px;
  }
  .search_input {
    margin-left: 0px;
  }
}
@media (max-width: 321px) {
  .search_input2 {
    padding-left: 5px;
  }
  .search_input {
    padding-left: 5px;
  }
}
.tutorial_text {
  font-size: 40px;
  margin-top: 20px;
}
@media (max-width: 426px) {
  .tutorial_text {
    font-size: 20px;
  }
}
.footer_title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 32px;
}
.footer_description {
  max-width: auto;
  margin: 0 auto 30px;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.1;
  text-align: center;
}
.footer_note {
  max-width: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 1.2;
  text-align: center;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.footer_note2 {
  max-width: auto;
  margin: 0 auto;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: -0.4px;
  line-height: 1.2;
  text-align: center;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.hero-buttons {
  display: grid !important;
}
.hero-button {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
@media (max-width: 767.9px) {
  .hero-button {
    padding: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .hero-buttons {
    display: flex !important;
  }
}
.col-nn {
  display: none;
}
@media (max-width: 767.9px) {
  .col-n1 {
    width: 40% !important;
  }
  .col-n2 {
    width: 60% !important;
  }
  .col-n3 {
    width: 150% !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 991.9px) {
  .col-n2 {
    width: 60% !important;
    flex: 0 0 auto;
  }
  .col-n1 {
    width: 40% !important;
    flex: 0 0 auto;
  }
}
@media (max-width: 426.9px) {
  .col-n1 {
    width: 100% !important;
  }
  .col-n2 {
    width: 100% !important;
  }
}
a {
  text-decoration: none;
}

.pricingTable {
  text-align: center;
  background: #fff;
  margin: 0 -15px;
  box-shadow: 0 0 10px #ababab;
  padding-bottom: 40px;
  border-radius: 10px;
  color: #cad0de;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.pricingTable:hover {
  transform: scale(1.05);
  z-index: 1;
}

.pricingTable .pricingTable-header {
  padding: 40px 0;
  background: #f5f6f9;
  border-radius: 10px 10px 50% 50%;
  transition: all 0.5s ease 0s;
}

.pricingTable:hover .pricingTable-header {
  background: #ff9624;
}

.pricingTable .pricingTable-header i {
  font-size: 50px;
  color: #858c9a;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
}

.pricingTable .price-value {
  font-size: 35px;
  color: #ff9624;
  transition: all 0.5s ease 0s;
}

.pricingTable .month {
  display: block;
  font-size: 14px;
  color: #cad0de;
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
  color: #fff;
}

.pricingTable .heading {
  font-size: 24px;
  color: #ff9624;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.pricingTable .pricing-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pricingTable .pricing-content ul li {
  line-height: 30px;
  color: #a7a8aa;
}

.pricingTable .pricingTable-signup a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 10px 35px;
  border-radius: 20px;
  background: #ffa442;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ffa442;
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
  color: #4b64ff;
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
  background: #4b64ff;
}

.pricingTable.blue .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #4b64ff;
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
  color: #ff4b4b;
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
  background: #ff4b4b;
}

.pricingTable.red .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ff4b4b;
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
  color: #40c952;
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
  background: #40c952;
}

.pricingTable.green .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #40c952;
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
  color: #fff;
}

.col-md-3 {
  width: 50% !important;
}
@media (max-width: 991.9px) {
  .col-md-3 {
    width: 100% !important;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.9px) {
  .col-md-3 {
    width: 150% !important;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 426px) {
  .col-md-3 {
    width: 100% !important;
  }

  @media screen and (max-width: 990px) {
    .pricingTable {
      margin: 0 0 20px;
    }
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    max-width: 33%;
  }
}

a {
  text-decoration: none !important;
}
.las {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #f3f3f3;
  font-size: 45px;
  border-radius: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
}
@media (max-width: 767px) {
  .las {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
  }
}
.feature {
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  text-align: left;
  padding: 20px;
  background-color: #fff0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
}
.feature:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background: linear-gradient(to right, #5259bf, #5259bf, #5259bf, #5259bf);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: 0.5s;
}
.feature::before {
  width: 0%;
}
.feature:hover::before {
  width: 100%;
}
.container-xl {
  background: linear-gradient(#f5deb39e, #f9c49f, #ffb97a, #f9c49f, #f5deb39e);
}
.footer_gradient {
  background: linear-gradient(#f5deb39e, #f9c49f, #ffb97a, #f9c49f, #f5deb39e);
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GloberSemiBoldFree", sans-serif !important;
  src: url("../fonts/globersemiboldfree.eot"); /* IE 9 Compatibility Mode */
  src: url("../fonts/globersemiboldfree.eot?#iefix") format("embedded-opentype"),
    /* IE < 9 */ url("../fonts/globersemiboldfree.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/globersemiboldfree.woff")
      format("woff"),
    /* Firefox >= 3.6, any other modern browser */
      url("../fonts/globersemiboldfree.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/globersemiboldfree.svg#globersemiboldfree") format("svg"); /* Chrome < 4, Legacy iOS */
}

#show-map-button {
  margin-top: 15px;
}

.wrapper,
.clearfix,
.row {
  padding-bottom: 20px;
}

.col-lg-4:hover .feature h3,
.col-md-3:hover .feature h3,
.col-sm-6:hover .feature h3,
.col-lg-4:hover .feature p,
.col-md-3:hover .feature p,
.col-sm-6:hover .feature p {
  color: white;
}

.container-xl {
  position: relative;
  overflow: hidden;
}

.container-xl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.8)
  );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.container-xl:hover::before {
  opacity: 1;
}

.animated-bg {
  background: linear-gradient(
    45deg,
    #f3ec78,
    #af4261,
    #373b44,
    #4286f4,
    #373b44,
    #af4261,
    #f3ec78
  );
  background-size: 400% 400%;
  animation: animatedGradient 15s ease infinite;
  position: relative;
  overflow: hidden;
}

.animated-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
  animation: animatedGradient 2s linear infinite;
}

@keyframes animatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
footer p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  font-size: 16px;
  margin-bottom: 5px;
}
.contacts p {
  font-size: 25px !important;
}

#container {
  z-index: 2;
  position: relative;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  overflow: hidden;
}

.navbar-light .navbar-nav .nav-link {
  color: #0d6efd !important;
}
@media only screen and (max-width: 767.9px) {

  #header-button {
    margin-left: 220px!important;
    margin-top: -65px!important;
  }
  #header-icon {
    margin-right: 120px;
  }

  .navbar-tonavbar-toggler {
    background-color: #5259bf !important;
    border: 0px 0px 0px 0px !important;
    margin-top:20px;
  }
  .navbar-toggler:focus {
    outline: none;
  }

  .col-md-3 .col-sm-6 {
    width: 40% !important;
  }
  body {
    overflow-x: hidden;
  }

  .animated-bg {
    border-radius: 0px !important;
  }


}
@media only screen and (max-width: 425px) {
  #header-button {
    margin-left: 70%!important;
    margin-top: -65px!important;
  }
  #header-icon {
    margin-right: 120px;
  }

  .navbar-tonavbar-toggler {
    background-color: #5259bf !important;
    border: 0px 0px 0px 0px !important;
    margin-top:20px;
  }
}
/* Скрыть меню для больших экранов */

@media (min-width: 992px) {
  .navbar-collapse {
    display: none;
  }

  #header-button {

    margin-left: 220px;
    margin-top: -65px;
  }

  .navbar-toggler {
    background-color: #5259bf !important;
    border: 0px 0px 0px 0px !important;
    margin-top:20px;
  }
  .navbar-toggler:focus {
    outline: none;
  }

  .col-md-3 .col-sm-6 {
    width: 40% !important;
  }

}

.navbar-brand {
  position: sticky !important;
  top: -10px !important;
  left: -250px !important;
}

.navbar-toggler {
  position:relative;
  top: -5px;
  right: -50px;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
}

.navbar-toggler-icon {
  width: 20px;
  height: 20px;
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  transition: transform .5s ease-in-out;
}

/* Анимация крестика */
.navbar-toggler-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

/* Анимация при открытии */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(2) {
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .navbar-brand {
    position: sticky !important;
    top: -10px !important;
    left: -250px !important;
  }

  .navbar-toggler {
    position:relative;
    top: -5px !important;
    right: -50px !important;
    border: none;
    outline: none;
    padding: 0;
    background-color: transparent;
  }
  #header-button {
    margin-left: 220px;
    margin-top: -65px;
  }
  #header-icon {
    margin-right: 120px;
  }

  .navbar-tonavbar-toggler {
    background-color: #5259bf !important;
    border: 0px 0px 0px 0px !important;
    margin-top:20px;
  }
}
