/**
* Template Name: Vesperr - v2.2.1
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
@font-face {
  font-family: 'Circe';
  src: url('/assets/fonts/Circe-Regular.eot');
  src: local('Circe'), local('Circe-Regular'),
    url('/assets/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/Circe-Regular.woff') format('woff'),
    url('/assets/fonts/Circe-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('/assets/fonts/Circe-ExtraLight.eot');
  src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
    url('/assets/fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/Circe-ExtraLight.woff') format('woff'),
    url('/assets/fonts/Circe-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('/assets/fonts/Circe-Thin.eot');
  src: local('Circe Thin'), local('Circe-Thin'),
    url('/assets/fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/Circe-Thin.woff') format('woff'),
    url('/assets/fonts/Circe-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('/assets/fonts/Circe-Light.eot');
  src: local('Circe Light'), local('Circe-Light'),
    url('/assets/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/Circe-Light.woff') format('woff'),
    url('/assets/fonts/Circe-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('/assets/fonts/Circe-Bold.eot');
  src: local('Circe Bold'), local('Circe-Bold'),
    url('/assets/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/Circe-Bold.woff') format('woff'),
    url('/assets/fonts/Circe-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('/assets/fonts/Circe-ExtraBold.eot');
  src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
    url('/assets/fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/Circe-ExtraBold.woff') format('woff'),
    url('/assets/fonts/Circe-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

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

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Circe';
  color: #444444;
}

a {
  color: #6300FF;
}

a:hover {
  color: #6300FF;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #3498db;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #57aae1;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1410px;
  }
}

#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 7px 0;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  background: #fff;
}

#header .logo h1 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 101px;
}

@media (max-width: 768px) {
  #header {
    background: #fff;
  }

  #header .logo h1 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #555555;
  padding: 8px 0 12px 25px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}


.nav-menu a:hover span {
  color:#6300FF;
  border-bottom: 1px solid #6300FF;
  padding: 12px 0;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #6300FF, 100 %;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #3498db;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 30px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: #57aae1;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 25px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 5px;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #222222;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #3498db;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  left: 15px;
  top: 24px;
  z-index: 1050;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #6300FF;
}

.mobile-nav {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  padding: 10px 0;
}

.mobile-nav-active .mobile-nav ul {
  text-align: right;
  margin-top: 10%;
}


.mobile-nav-active .social {

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: space-around;

}

.mobile-nav .mobile_ask {
  position: absolute;
  right: 10px;
  bottom: 50px;
}

.mobile-nav-active .social-title {
  text-align: right;
  margin-right: 15px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #3498db;
  text-decoration: none;
}

.mobile-nav .get-started {
  text-align: center;
  margin-top: 10px;
}

.mobile-nav .get-started a {
  background: #3498db;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 30px;
  display: inline-block;
}

.mobile-nav .get-started a:hover {
  background: #57aae1;
  color: #fff;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  /* background: rgba(9, 9, 9, 0.6); */
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  margin-top: 70px;
}

#hero h1 {
  font-family: 'Coiny-Cyrillic';
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 10px 0;
  color: #fff;
}

#hero h2 {
  color: #FFF;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}

#hero .btn-get-started {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  padding: 10px 96px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  border: 2px solid #01FEF0;
  background: #01FEF0;
  margin-top: 81px;
  margin-bottom: 61px;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    margin-top: 20px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  position: relative;
  text-align: left;
  font-family: 'Coiny-Cyrillic';
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #6300FF;
}

/* .section-title h2::before {
  content: '';
  width: 85px;
  height: 2px;
  background: #6300FF;
  display: inline-block;
} */

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title .title-block {
  display: flex;
}

.section-title .line {
  padding-right: 42px;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f3f9fd;
  padding: 10px 0;
  text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 50%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3498db;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3498db;
}

.about .content .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #3498db;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #484848;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 70%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #3498db;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #3498db;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #3498db;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #3498db;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f6f6f6;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #3498db;
}

.features .icon-box:hover {
  background: #eef7fc;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #3498db !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #3498db;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #3498db;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.pricing .box h4 {
  font-size: 42px;
  color: #3498db;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 30px;
}

.pricing .box ul i {
  color: #3498db;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #3498db;
  color: #3498db;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #3498db;
  color: #fff;
}

.pricing .recommended {
  border-color: #3498db;
}

.pricing .recommended .btn-buy {
  background: #3498db;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.faq .faq-item i {
  color: #8bc4ea;
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #3498db;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #3498db;
}

.contact .social-links a:hover {
  background: #3498db;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #3498db;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form button[type="submit"] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #2383c4;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 86px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #3498db !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #222222;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}

#footer .footer-links a {
  color: #222222;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #3498db;
}


/* new */
.logo-block {
  display: flex;
}

.logo-line {
  margin: 0 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.logo-text {
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  margin-top: auto;
  margin-bottom: auto;
}

.header-phones .phone a {
  font-family: Circe;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: right;
  color: #000;
}

.header-phones .callback {
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
}

.callback a {
  color: #6300FF;
  border-bottom: 1px solid #6300FF;
}

.callback a:hover {
  transition: 0.3s;
  color: #51E0E5;
  border-bottom: 1px solid #51E0E5;
}

.header-phones {
  text-align: right;
}

/* Section 1 */
section#hero {
  background: url(/assets/img/section/section1/section-bg1.png) no-repeat;
  background-size: cover;
  height: 100%;
}

#hero .container {
  padding-top: 70px;
}

.section-block1 {
  color: #fff;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.section-block1 .col {
  border: 1px solid #E5E5E5;
  padding: 10px;
}

.section-block1 .top-preim:nth-child(1) {
  border-left: none;
  border-top: none;
}

.section-block1 .top-preim:nth-child(2) {
  border-right: none;
  border-top: none;
}

.section-block1 .bottom-preim:nth-child(1) {
  border-left: none;
  border-bottom: none;
}

.section-block1 .bottom-preim:nth-child(2) {
  border-right: none;
  border-bottom: none;
}

/* Block 3 */
@media (min-width: 1480px) {
  .col.small-block {
    background: #F3F3F3;
    height: 100%;
    width: 100%;
    min-height: 325px;
    min-width: 450px;
    margin-left: -15px;
    margin-right: -15px;
  }

}

.block3-title {
  font-family: 'Coiny-Cyrillic';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 25px;
}

.block3-description {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 264px;
}

.block3-information {
  padding: 50px 20px;
}

.col.img-block1:after {
  content: '';
  width: 100%;
  height: 225px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block1.png) no-repeat;
  top: 48%;
  left: 59%;
}

.col.img-block1:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/01.png) no-repeat;
  top: 90%;
  left: 0;
}

.col.img-block2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block2.png) no-repeat;
  top: 70px;
  left: 63%;
}

.col.img-block2:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/04.png) no-repeat;
  top: 90%;
  left: 80%;
}

.col.img-block3:after {
  content: '';
  width: 100%;
  height: 225px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block3.png) no-repeat;
  top: 54%;
  left: -5%;
}

.col.img-block3:before {
  content: '';
  width: 100%;
  height: 225px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/03.png) no-repeat;
  top: 90%;
  left: 81%;
}


.col.img-block4:after {
  content: '';
  width: 100%;
  height: 225px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block4.png) no-repeat;
  top: 41%;
  left: 57%;
}

.col.img-block4:before {
  content: '';
  width: 100%;
  height: 225px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/05.png) no-repeat;
  top: 90%;
  left: 0;
}


.center-block.img-block5 {
  height: 100%;
  width: 100%;
  background: #51E0E5;
}


.center-block.img-block5 .title-block {
  font-family: 'Coiny-Cyrillic';
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  padding: 50px 20px;
}

.center-block.img-block5 .center-description {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 0 20px;
}

.center-block.img-block5:after {
  content: '';
  width: 100%;
  min-width: 459px;
  height: 100%;
  max-height: 459px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block5.png) no-repeat;
  top: 35%;
  left: -2%;
}

@media (min-width: 1600px) {
  .center-block.img-block5:after {
    content: '';
    width: 100%;
    min-width: 459px;
    height: 100%;
    max-height: 459px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/block5.png) no-repeat;
    top: 35%;
    left: 2%;
  }
}

.center-block.img-block5:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/02.png) no-repeat;
  top: -10px;
  left: 5%;
}

/* Отступы */
.col.small-block.img-block1 {
  margin-bottom: 30px;
}

.col.small-block.img-block3 {
  margin-bottom: 30px;
}

.col.center-block {
  padding-left: 10px;
  padding-right: 0;
}

/* Block 3 */
section#contact-form {
  background: #F3F3F3;
  overflow: inherit;
}

#contact-form .h2-center {
  text-align: center;
}

#contact-form .section-title-center .h2-center {
  text-align: center;
  font-family: 'Coiny-Cyrillic';
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #6300FF;
  padding-bottom: 30px;
}

#contact-form .form-group {
  margin-bottom: 2rem;
}

#contact-form .form-control {
  background: #0000;
  border-top: none;
  border-left: none;
  border-right: none;
}

#contact-form .form-group textarea {
  max-height: 79px;
}

#contact-form .php-email-form button[type="submit"] {
  background: #51E0E5;
  border: 0;
  padding: 17px 17px;
  color: #fff;
  transition: 0.4s;
  border-radius: 60px;
}

#contact-form .php-email-form button[type="submit"]:hover {
  background: #6300FF;
  transition: 0.3s;
}

#contact-form .button-top {
  margin-top: auto;
}


#contact-form .button-over {
  /* border: 1px solid #000; */
  border-radius: 60px;
  border: 1px solid #B6B6B6;
  box-sizing: border-box;
  /* width: 94px; */
  /* height: 94px; */
  padding: 15px 10px;
  min-width: 94px;
}


@media (min-width: 1024px) {
  #contact-form .img-block-left:after {
    content: '';
    width: 100%;
    height: 100%;
    min-height: 365px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section4/img1.svg) no-repeat;
    top: -25%;
    left: 0;
  }

  #contact-form .img-block-right:before {
    content: '';
    width: 100%;
    height: 100%;
    min-height: 365px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section4/img2.svg) no-repeat;
    top: -70%;
    left: 40%;
    max-width: 365px;
  }


  #contact-form .img-block-right:after {
    content: '';
    width: 100%;
    height: 100%;
    min-height: 418px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section4/img3.svg) no-repeat;
    top: 16%;
    left: 40%;
    max-width: 365px;
  }


}


/* Block 4 */
#block-4 .block4-text-right {
  background: #fff;
  box-shadow: 0px 5px 54px rgba(199, 199, 199, 0.3);
  border-radius: 16px;
  padding: 20px 40px;
}

#block-4 .section-title h2 {
  max-width: 900px;
}

#block-4 .block4-bottom {
  /* padding: 20px 40px; */
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 65px;

}

#block-4 .block4-bottom li {
  text-transform: uppercase;
  padding: 0px 60px;
  margin: 30px 0 0 0;
}

#block-4 .block4-bottom li span {
  color: #6300FF;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

#block-4 .ri-check-double-line:before {
  content: "";
  width: 38px;
  height: 32px;
  /* min-height: 365px; */
  background: #6300FF;
  display: inline-block;
  background: url(/assets/img/section/section5/check.svg) no-repeat;
}


#block-4 .couch-name {
  font-family: 'Coiny-Cyrillic';
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  font-size: 24px;
  color: #6300FF;
}


#block-4 .couch-personal {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}


#block-4 .couch-img {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
}


#block-4 .col.sertif {
  padding: 10px 0;
}

/* Block 4 end */


/* Block 5 */
#block-5 .slider-block {
  background: #F3F3F3;
}

#block-5 .btn-get-coll {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  padding: 10px 31px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  border: 2px solid #01FEF0;
  background: #01FEF0;
  margin-top: 81px;
  margin-bottom: 61px;
}

#block-5 .btn-get-coll:hover {
  border: 2px solid #6300FF;
  background: #6300FF;
}

#block-5 .slide-title {
  font-family: 'Coiny-Cyrillic';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #6300FF;
}

#block-5 .slide-description {
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 25px;
}


#block-5 .slider-row {
  padding: 70px;
}


#block-5 .left-container {
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 120px;
  opacity: 1;
}

#block-5 .right-container {
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 120px;
  background: #000;
}

.carousel-control-next:hover .left-container {
  transition: 0.3s;
  box-shadow: 0px 16px 44px -4px rgba(117, 117, 117, 0.4);
}

.carousel-control-prev:hover .left-container {
  transition: 0.3s;
  box-shadow: 0px 16px 44px -4px rgba(117, 117, 117, 0.4);
}

#block-5 .carousel-control-prev {
  left: -120px;
}

#block-5 .carousel-control-next {
  right: -180px;
}

#block-5 .carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 100%;
}

#block-5 .carousel-control-prev-icon {
  background-image: url(/assets/img/section/section6/left.svg) !important;
  margin-left: 50px;
}

#block-5 .carousel-control-next-icon {
  background-image: url(/assets/img/section/section6/right.svg) !important;
  margin-right: 50px;
}


#block-5 .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  min-height: 70px;
  height: 100%;
  text-indent: 0;
  /* cursor: pointer; */
  background-color: #0000;
  background-clip: padding-box;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  opacity: 1;
  text-align: center;
  padding: 10px 10px;
  min-width: 290px;
}


#block-5 .carousel-indicators li:hover {
  background: #FFFFFF;
  box-shadow: 0px 16px 44px -4px rgba(117, 117, 117, 0.4);
  border-radius: 32px;
  transition: 0.3s;
}

#block-5 .carousel-indicators {

  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: start;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;

  overflow-x: scroll;
  overflow-y: hidden;
  background: #fff;
  padding-bottom: 20px;
}

#block-5 .carousel-indicators li.active {
  background: #6300FF;
  border-radius: 32px;
  color: #fff;
}

#block-5 .text-indic {
  max-width: 210px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#block-5 .carousel-indicators::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  max-width: 1px;
}


#block-5 .carousel-indicators::-webkit-scrollbar-track {
  background-color: #999;
}

#block-5 .carousel-indicators::-webkit-scrollbar-track-piece {
  background-color: #D4F2FA;
}

#block-5 .carousel-indicators::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #6300FF;
  border-radius: 3px;
}

#block-5 .carousel-indicators::-webkit-scrollbar-corner {
  background-color: #D4F2FA;
}

#block-5 .carousel-indicators::-webkit-resizer {
  background-color: #D4F2FA;
}


/* position dots up a bit */
.flickity-page-dots {
  bottom: -22px;
}
/* dots are lines */
.flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
/* Block 5 end */

/* Block 6 */
section#pricing {
  background: url(/assets/img/section/section7/bg.png) no-repeat;
  background-size: cover;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #6300FF;
  font-family: 'Coiny-Cyrillic';
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}

.pricing .box h4 {
  margin-bottom: 20px;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  padding-top: 30px;
}

.pricing .box ul li span {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #6300FF;
}

#pricing .ri-check-double-line:before {
  content: "";
  width: 38px;
  height: 32px;
  /* min-height: 365px; */
  background: #6300FF;
  display: inline-block;
  background: url(/assets/img/section/section5/check.svg) no-repeat;
}


.pricing .recommended {
  border-color: transparent;
  box-shadow: 0px 22px 44px -12px rgba(1, 233, 220, 0.35);
  border-radius: 16px;
  margin-top: -40px;
}

#pricing .section-title {
  text-align: center;
  padding-bottom: 60px;
}

.pricing .box ul i {
  vertical-align: middle;
  padding-right: 20px;
}

.pricing .recommended .btn-buy {
  background: #51E0E5;
  color: #fff;
  border: 1px solid #51E0E5;
}

.pricing .box:hover {
  box-shadow: 0px 22px 44px -12px rgba(1, 233, 220, 0.35);
  transition: 0.3s;
}

.pricing .box .btn-buy {
  background: #51E0E5;
  color: #fff;
  border: 1px solid #51E0E5;
}

.pricing .box .btn-buy:hover {
  transition: 0.3s;
  background: #6300FF;
  color: #fff;
}

.pricing .box .btn-buy {
  background: #51E0E5;
  color: #fff;
  border: 1px solid #51E0E5;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}


.pricing .price-cost {
  text-align: center;
  display: inline-block;
}


.pricing .price-block {
  display: flex;
}

.pricing .price-block .price-name {
  font-family: Circe;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: right;
  text-transform: uppercase;
  margin-right: 40px;
}

.pricing .price-block .price-rage {
  font-family: 'Coiny-Cyrillic';
  font-style: normal;
  font-weight: 400;
  /* line-height: 26px; */
  letter-spacing: 0em;
  text-align: left;
  font-size: 24px;
  color: #6300FF;
}


/* Block 7 */
.pricing .price-block-center {
  background: #FFFFFF;
  /* 2 */

  box-shadow: 0px 5px 54px rgba(199, 199, 199, 0.3);
  border-radius: 16px;
  padding: 20px 15px;

}


.pricing .price-block-center .price-block-title {
  font-family: 'Coiny-Cyrillic';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #6300FF;
  padding-bottom: 53px;
  padding-top: 51px;
}

.pricing .price-block-center ul li {
  padding: 0;
  list-style: none;
  color: #222;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  padding: 10px 0;
}

.pricing .price-block-center ul li {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

.pricing .price-block-center ul li span {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #6300FF;
}

.pricing .price-block-center ul i {
  vertical-align: middle;
  padding-right: 20px;
}

.pricing .price-block-center .btn-buy {
  display: inline-block;
  padding: 23px 40px 23px 40px;
  border-radius: 50px;
  transition: 0.3s;
  background: #6300FF;
  box-shadow: 0px 22px 44px -12px rgba(99, 0, 255, 0.35);
  border-radius: 50px;
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;

  color: #FFFFFF;
}

.pricing .price-description {
  padding-bottom: 124px;
  text-transform: uppercase;
}


.pricing .btn-wrap {
  padding-bottom: 40px;
}

.pricing .block-descr-bottom {
  padding-top: 87px;
}


.pricing .price-block-center .btn-buy:hover {
  transition: 0.3s;
  background: #51E0E5;
  box-shadow: 0px 22px 44px -12px rgba(99, 0, 255, 0.35);
}

/* Block 7 */
#block-7 .slider-block {
  background: #F3F3F3;
}

#block-7 .btn-get-coll {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  padding: 10px 31px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  border: 2px solid #01FEF0;
  background: #01FEF0;
  margin-top: 81px;
  margin-bottom: 61px;
}

#block-7 .slide-title {
  font-family: 'Coiny-Cyrillic';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
}


#block-7 .slider-block .name {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 20px;
}

#block-7 .slide-description {
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 25px;
}


#block-7 .slider-row {
  padding: 70px;
}


#block-7 .left-container {
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 120px;
  opacity: 1;
}

#block-7 .right-container {
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 120px;
  background: #000;
}

#block-7 .carousel-control-prev {
  left: -120px;
}

#block-7 .carousel-control-next {
  right: -120px;
}

#block-7 .carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 100%;
}

#block-7 .carousel-control-prev-icon {
  background-image: url(/assets/img/section/section6/left.svg) !important;
  margin-left: 50px;
}

#block-7 .carousel-control-next-icon {
  background-image: url(/assets/img/section/section6/right.svg) !important;
  margin-right: 50px;
}

#block-7 .section-title p {
  margin: 15px 0px 0px;
  text-align: left;
  margin-left: 100px;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}


#block-7 .slide-descr {
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

#block-7 .content-top {
  padding-bottom: 40px;
}

/* Block 8 */
#block-8 .slider-block {
  background: #fff;
}

#block-8 .btn-get-coll {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  padding: 10px 31px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  border: 2px solid #01FEF0;
  background: #01FEF0;
  margin-top: 81px;
  margin-bottom: 61px;
}

#block-8 .slide-title {
  font-family: 'Coiny-Cyrillic';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #6300FF;
}

#block-8 .slide-description {
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 25px;
}


#block-8 .slider-row {
  padding: 70px;
}


#block-8 .left-container {
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 120px;
  opacity: 1;
}

#block-8 .right-container {
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 120px;
  background: #000;
}

#block-8 .carousel-control-prev {
  left: -120px;
}

#block-8 .carousel-control-next {
  right: -120px;
}

#block-8 .carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 100%;
}

#block-8 .carousel-control-prev-icon {
  background-image: url(/assets/img/section/section6/left.svg) !important;
  margin-left: 50px;
}

#block-8 .carousel-control-next-icon {
  background-image: url(/assets/img/section/section6/right.svg) !important;
  margin-right: 50px;
}

#block-8 .section-title p {
  margin: 15px 0px 0px;
  text-align: left;
  margin-left: 100px;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}


#block-8 .slide-descr {
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

/* Block 9 */
div#block9-bg {
  background: url(/assets/img/section/section9/bg-9.png);
  background-size: contain;
  overflow: hidden;
  min-height: 520px;
}


#block-9 .faq-item-right {
  text-align: right;
  background: #6300FF;
  border-radius: 100px;
}

#block-9 .faq-item-left {
  text-align: left;
  background: #51E0E5;
  border-radius: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#block-9 .faq-item-left h4 {
  font-family: Circe;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 50px;
}

#block-9 .faq-item-right h4 {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 20px 50px;
}


#block-9 .row.content.faq-scroll {
  max-height: 600px;
  overflow-y: hidden;
  direction: rtl;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#block-9 .row.content.faq-scroll div {
  direction: ltr;
}

#block-9 .row.content.faq-scroll::-webkit-scrollbar {
  width: 10px;
  height: 100%;
  max-width: 10px;
}

#block-9 .row.content.faq-scroll::-webkit-scrollbar-track {
  background-color: #999;

}

#block-9 .row.content.faq-scroll::-webkit-scrollbar-track-piece {
  background-color: #D4F2FA;

}

#block-9 .row.content.faq-scroll::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #6300FF;
  border-radius: 3px;

}

#block-9 .row.content.faq-scroll::-webkit-scrollbar-corner {
  background-color: #D4F2FA;

}

#block-9 .row.content.faq-scroll::-webkit-resizer {
  background-color: #D4F2FA;

}



/* Block 10 */
#block-10 h2.h2-left {
  font-family: 'Coiny-Cyrillic';
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 600px;
}

#block-10 .section-title-center.aos-init.aos-animate {
  padding-bottom: 30px;
}


#block-10 .form-group {
  margin-bottom: 2rem;
}

#block-10 .form-control {
  background: #0000;
  border-top: none;
  border-left: none;
  border-right: none;
}

#block-10 .form-group textarea {
  max-height: 79px;
}

#block-10 .php-email-form button[type="submit"] {
  background: #51E0E5;
  border: 0;
  padding: 17px 17px;
  color: #fff;
  transition: 0.4s;
  border-radius: 60px;
}

#block-10 .php-email-form button[type="submit"]:hover {
  background: #6300FF;
  transition: 0.3s;
}

#block-10 .button-top {
  margin-top: auto;
}


#block-10 .button-over {
  /* border: 1px solid #000; */
  border-radius: 60px;
  border: 1px solid #B6B6B6;
  box-sizing: border-box;
  /* width: 94px; */
  /* height: 94px; */
  padding: 15px 10px;
  min-width: 94px;
}

#block-10 .right-information {
  background: #6300FF;
  height: 100%;
  padding: 30px 60px;
  border-radius: 30px;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}


#block-10 .block-submit {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}


#block-10 .info-title {
  font-family: 'Coiny-Cyrillic';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}


#block-10 ul.top-info {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #fff;
  text-align: left;
  list-style-type: none;
  padding-left: 0;
  padding-top: 20px;
}


#block-10 .ri-address:before {
  content: "";
  width: 32px;
  height: 32px;
  /* min-height: 365px; */
  background: #6300FF;
  display: inline-block;
  background: url(/assets/img/section/section10/address.svg) no-repeat;
}

#block-10 .ri-time:before {
  content: "";
  width: 32px;
  height: 32px;
  /* min-height: 365px; */
  background: #6300FF;
  display: inline-block;
  background: url(/assets/img/section/section10/time.svg) no-repeat;
}




#block-10 .ri-mail:before {
  content: "";
  width: 32px;
  height: 32px;
  /* min-height: 365px; */
  background: #6300FF;
  display: inline-block;
  background: url(/assets/img/section/section10/email.svg) no-repeat;
}



#block-10 .ri-phone:before {
  content: "";
  width: 32px;
  height: 32px;
  /* min-height: 365px; */
  background: #6300FF;
  display: inline-block;
  background: url(/assets/img/section/section10/phone.svg) no-repeat;
}

#block-10 .top-info i {
  vertical-align: middle;
  padding-right: 20px;
}


#block-10 .top-info .left-margin {
  padding-left: 50px;
}

#block-10 .top-info li {
  padding: 5px 0;
}

#block-10 .social {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: baseline;
  align-content: space-between;
  max-width: 350px;
}


/* Footer */
#footer {
  background: #fff;
  box-shadow: none;
  padding: 0 0;
  color: #222;
  font-size: 14px;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

#footer .copyright {
  text-align: right;
}


/* Mobilу  */
@media (max-width: 768px) {
  #header .logo img {
    max-width: 50%;
  }

  .logo-block {
    display: flex;
    padding-left: 50px;
  }

  .header-phones .phone a {
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: right;
    color: #000;
  }


  /* Block 1 */

  #hero .container {
    padding-top: 0;
  }


  #hero .btn-get-started {
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #hero h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }

  #hero h2.h2-block1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;

  }


  #hero .img1-mobile {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  #hero .callback-button {
    margin-left: auto;
    margin-right: auto;
  }

  #hero .hero-img {
    display: none;
  }

  #about .section-title h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
  }

  #about .col.small-block {
    background: #F3F3F3;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }



  #about .col.img-block1:after {
    content: '';
    width: 100%;
    height: 225px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/block1.png) no-repeat;
    top: 35%;
    left: 80%;
  }

  #about .col.img-block2:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/block2.png) no-repeat;
    top: 20%;
    left: 80%;
  }

  #about .col.img-block3:after {
    content: '';
    width: 100%;
    height: 225px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/block3.png) no-repeat;
    top: 20%;
    left: 80%;
  }

  #about .col.small-block.img-block2 {
    margin-bottom: 40px;
  }

  #about .col.img-block4:after {
    content: '';
    width: 100%;
    height: 225px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/block4.png) no-repeat;
    top: 20%;
    left: 90%;
  }


  #about .col.img-block3:before {
    content: '';
    width: 100%;
    height: 225px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/03.png) no-repeat;
    top: 90%;
    left: 0;
  }

  #about .col.img-block2:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/04.png) no-repeat;
    top: 90%;
    left: 0;
  }


  #about .mobile-none {
    display: none;
  }

  #about .mobile-block {
    display: block;
    margin-bottom: 30px;
  }

  #contact-form .button-top .text-center {
    max-width: 94px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title h2 {
    position: relative;
    text-align: left;
    font-family: 'Coiny-Cyrillic';
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    font-size: 26px;
    color: #6300FF;
  }

  #block-5 .btn-get-coll {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 80%;
  }


  .margin-bottom {
    margin-bottom: 40px;
  }


  .pricing .btn-wrap {
    text-align: center;
  }



  #block-7 .slider-row {
    padding: 45px;
  }

  #block-7 .slider-block .name {
    font-family: Circe;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
    color: #000;
    text-transform: uppercase;
  }

  #block-7 .slider-block .img-row {
    margin-bottom: 20px;
  }

  .block3-information {
    padding: 40px 5px;
  }


  .php-email-form {
    margin-top: 50px;
  }

  #footer .copyright {
    text-align: center;
  }

  #block-4 .block4-text-right {
    background: #fff;
    box-shadow: 0px 5px 54px rgba(199, 199, 199, 0.3);
    border-radius: 16px;
    padding: 20px 20px;
  }

}


.icofont-close:before {
  content: '';
  display: inline-block;
  background: url(/assets/img/left-icon.svg) no-repeat;
  width: 32px;
  height: 21px;
  margin-top: 0;
}


@media (min-width: 320px) and (max-width: 414px) {
  .header-phones {
    text-align: right;
    font-size: 12px;
    width: 200px;
  }
}


@media (max-width: 768px) {
  .center-block.img-block5-mobile {
    height: 100%;
    width: 100%;
    background: #51E0E5;
    padding: 60px 10px;
  }


  .center-block.img-block5-mobile .title-block {
    font-family: 'Coiny-Cyrillic';
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    padding: 20px 10px;
  }

  .center-block.img-block5-mobile .center-description {
    font-family: Circe;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 0 10px;
  }

  .center-block.img-block5-mobile:after {
    content: '';
    width: 100%;
    /* min-width: 459px; */
    height: 100%;
    /* max-height: 459px; */
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/mobile_2.png) no-repeat;
    top: 10%;
    left: 90%;

  }

  .center-block.img-block5-mobile:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/02_mobile.png) no-repeat;
    top: 90%;
    left: 0;
  }
}

@media (max-width: 658px) {



  #block-5 .slider-row {
    padding: 20px;
  }

  #block-5 .carousel-control-prev {
    left: -20px;
  }

  #block-5 .carousel-control-next {
    right: -20px;
  }

  #block-5 .left-container {
    background: #fff;
    width: 75px;
    height: 60px;
    border-radius: 120px;
    opacity: 1;
  }

  #block-5 .carousel-control-next-icon {
    margin-right: 20px;
    margin-left: 20px;
  }

  #block-5 .carousel-control-prev-icon {
    margin-right: 20px;
    margin-left: 20px;
  }


  #block-5 .btn-get-coll {
    font-size: 14px;
  }

  .pricing .price-block .price-name {
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: right;
    text-transform: uppercase;
    margin-right: 40px;
  }

  .pricing .price-block .price-rage {
    font-size: 22px;
  }

  .pricing .price-description {
    padding-bottom: 20px;
    text-transform: uppercase;
  }

  .pricing .price-block-center .btn-buy {
    display: inline-block;
    padding: 23px 30px 23px 30px;
    border-radius: 50px;
    transition: 0.3s;
    background: #6300FF;
    box-shadow: 0px 22px 44px -12px rgba(99, 0, 255, 0.35);
    border-radius: 50px;
    font-family: Circe;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }

  .pricing .price-description ul {
    padding: 0;
  }

  #block-7 .section-title p {
    margin: 0;
    padding: 0;
  }

  #block-7 .carousel-control-prev {
    left: -20px;
  }

  #block-7 .carousel-control-next {
    right: -20px;
  }

  #block-7 .left-container {
    background: #fff;
    width: 75px;
    height: 65px;
    border-radius: 120px;
    opacity: 1;
  }

  #block-7 .carousel-control-prev-icon {
    background-image: url(/assets/img/section/section6/left.svg) !important;
    margin-left: 20px;
    margin-right: 20px;
  }

  #block-7 .carousel-control-next-icon {
    background-image: url(/assets/img/section/section6/right.svg) !important;
    margin-left: 20px;
    margin-right: 20px;
  }

  .mobile-none {
    display: none;
  }


  #block-8 .carousel-control-next {
    right: -20px;
  }

  #block-8 .carousel-control-prev {
    left: -20px;
  }

  #block-8 .carousel-control-prev-icon {
    background-image: url(/assets/img/section/section6/left.svg) !important;
    margin-left: 20px;
    margin-right: 20px;
  }

  #block-8 .carousel-control-next-icon {
    background-image: url(/assets/img/section/section6/right.svg) !important;
    margin-right: 20px;
    margin-left: 20px;
  }

  #block-8 .left-container {
    background: #fff;
    width: 75px;
    height: 65px;
    border-radius: 120px;
    opacity: 1;
  }

  #block-10 .right-information {
    background: #6300FF;
    height: 100%;
    padding: 30px 60px;
    border-radius: 30px;
  }

  #block-10 .button-top .text-center {
    max-width: 94px;
    margin-left: auto;
    margin-right: auto;
  }
}

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


}



/* Form */
#callback .modal-header {
  display: -ms-flexbox;
  display: block;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: none;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  background: url(/assets/img/section/form/form_bg1.png) no-repeat;
  height: 100%;
  margin-left: -25px;
  margin-top: -20px;
}

#callback .modal-header .form1_title {
  font-family: 'Coiny-Cyrillic';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #6300FF;

  margin-left: 5%;
}

#callback .img-form1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 25px;
  margin-left: 5%;
}

#callback .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  right: 15px;
  top: 15px;
}


#callback .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
}

#callback .button-over button {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  border: 2px solid #01FEF0;
  background: #01FEF0;
}

#callback .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  outline: 0;
  box-shadow: 0px 0px 24px rgba(13, 46, 163, 0.04);
  border-radius: 16px;
}

#callback .close {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* Form 2 */
#callback_2 .modal-header {
  display: -ms-flexbox;
  display: block;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: none;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  background: url(/assets/img/section/form/form_bg1.png) no-repeat;
  height: 100%;
  margin-left: -25px;
  margin-top: -20px;
}

#callback_2 .modal-header .form1_title {
  font-family: 'Coiny-Cyrillic';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #6300FF;

  margin-left: 5%;
}

#callback_2 .img-form1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 25px;
  margin-left: 5%;
}

#callback_2 .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  right: 15px;
  top: 15px;
}


#callback_2 .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
}

#callback_2 .button-over button {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  border: 2px solid #01FEF0;
  background: #01FEF0;
}

#callback_2 .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  outline: 0;
  box-shadow: 0px 0px 24px rgba(13, 46, 163, 0.04);
  border-radius: 16px;
}

#callback_2 .close {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* Form 3 */

/* Form 2 */
#callback_3 .modal-header {
  display: -ms-flexbox;
  display: block;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: none;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  background: url(/assets/img/section/form/form_bg1.png) no-repeat;
  height: 100%;
  margin-left: -25px;
  margin-top: -20px;
}

#callback_3 .modal-header .form1_title {
  font-family: 'Coiny-Cyrillic';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #6300FF;

  margin-left: 5%;
}

#callback_3 .img-form1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 25px;
  margin-left: 5%;
}

#callback_3 .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  right: 15px;
  top: 15px;
}


#callback_3 .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
}

#callback_3 .button-over button {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  border: 2px solid #01FEF0;
  background: #01FEF0;
}

#callback_3 .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  outline: 0;
  box-shadow: 0px 0px 24px rgba(13, 46, 163, 0.04);
  border-radius: 16px;
}

#callback_3 .close {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (min-width: 576px) {
  #callback .modal-dialog {
    max-width: 400px;
  }

  #callback_2 .modal-dialog {
    max-width: 400px;
  }

  #callback_3 .modal-dialog {
    max-width: 400px;
  }

  .modal {
    z-index: 99999;
  }

  .validate {
    color: #f00;
  }

}


.video-youtube:before {
  content: '';
  background: url(/assets/img/youtube.png) no-repeat;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 35%;
}


@media (max-width: 768px) {

  .col.center-block {
    padding-left: 0;
  }

  .video-youtube:before {
    display: none;
  }

  #block-10 .form.php-email-form {
    padding-top: 40px;
  }

  .mobile-none {
    display: none !important;
  }

  .header-phones {
    text-align: right;
    margin-left: auto;
  }

}

@media (min-width: 768px) {
  .mobile-nav .mobile_ask {
    position: relative;
    text-align: right;
  }

}


@media (min-width: 768px) and (max-width: 992px) {

  header .container {
    max-width: 960px;
  }

  .price-block-center .img-right .img-fluid {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header-phones {
    text-align: right;
    margin-left: auto;
  }

  .logo .logo-line {
    display: none !important;
  }

  .logo .logo-text {
    display: none !important;
  }
}


@media (min-width: 992px) and (max-width: 1024px) {
  .header-phones .phone a {
    font-family: Circe;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: right;
    color: #000;
  }

  .logo-text {
    display: none;
  }

  .logo-line {
    display: none;
  }
}


@media (min-width: 1024px) and (max-width: 1200px) {
  .header-phones .phone a {
    font-family: Circe;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: right;
    color: #000;
  }

  .logo-text {
    display: none;
  }

  .logo-line {
    display: none;
  }
}


@media (min-width: 575px) and (max-width: 768px) {
  header .container {
    max-width: 940px;
  }
}


@media(min-widtH: 414px) and (max-width: 768px) {
  .header-phones {
    font-size: 12px;
  }
}

@media(min-widtH: 768px) and (max-width: 992px) {
  .header-phones .phone a {
    font-family: Circe;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0em;
    text-align: right;
    color: #000;
  }

  .mobile-nav {
    top: 73px;

  }

  .mobile-nav-toggle {
    position: fixed;
    left: 15px;
    top: 24px;
    z-index: 1050;
    border: 0;
    background: none;
    font-size: 30px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }

  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 70px;
  }

  .mobile-nav-active .social-title {
    text-align: right;
    margin-right: -25px;
  }

  .mobile-nav .mobile_ask {
    position: relative;
    right: 0px;
    bottom: 0;
  }


  .mobile_ask {
    margin-top: 50px;
  }

  .mobile_ask .container {
    max-width: 96%;
  }

}

@media (max-width: 567px) {
  .section-title .line {
    padding-right: 12px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .logo-block {
    display: flex;
    margin-left: 50px;
}
  .center-block.mobile-none{
    display: none;
   
    
  }

  .center-block.img-block5-mobile:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/02_mobile.png) no-repeat;
    top: 80%;
    left: 0;
}
  .col.center-block {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}

  .center-block.img-block5-mobile {
    height: 100%;
    width: 100%;
    background: #51E0E5;
    padding: 60px 10px;
}

.block-descr-bottom .portait_button{
  display: none;
}
.block-descr-bottom .portait {
  display: flex;
}

.pricing .portait .btn-wrap {
  padding-bottom: 0;
  margin-top: 40px;
}
#block-7 .section-title p{
  margin-left: 125px;
}

#block-7 .carousel-control-prev {
  left: -60px;
}

#block-7 .carousel-control-next {
  right: -60px;
}

#block-7 .left-container {
  background: #fff;
  width: 140px;
  height: 100px;
  border-radius: 120px;
  opacity: 1;
}

#block-7 .slider-block .name {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 20px;
  color: #000;
  text-transform: uppercase;
}
#block-10 .right-information {
  background: #6300FF;
  height: 100%;
  padding: 30px 60px;
  border-radius: 30px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}

#block-10 form.php-email-form {
  padding-top: 50px;
}

#footer .copyright {
  text-align: right;
  margin-top: -50px;
}

  #block-5 .carousel-control-prev {
    left: -50px;
  }

  #block-5 .slide-title {
    font-family: 'Coiny-Cyrillic';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #6300FF;
    padding-top: 50px;
    margin-left: -20px;
  }

  #block-5 .slide-description {
    font-family: Circe;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 25px;
    margin-left: -20px;
  }

  #block-5 .carousel-control-prev-icon {
    background-image: url(/assets/img/section/section6/left.svg) !important;
    margin-left: 20px;
  }

  #block-5 .left-container {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 120px;
    opacity: 1;
  }

  #block-5 .carousel-control-next {
    right: -50px;
  }

  #block-5 .carousel-control-next-icon {
    background-image: url(/assets/img/section/section6/right.svg) !important;
    margin-right: 30px;
  }

  .callback-button.aos-init.aos-animate {
    margin-right: auto;
    margin-left: auto;
  }

  #hero .hero-img {
    display: none;
  }

  #hero h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }

  #hero h2 {
    text-align: center;
  }


  #about .col.small-block {
    background: #F3F3F3;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .col.img-block2:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/04.png) no-repeat;
    top: 90%;
    left: 0;
}

.col.img-block3:before {
  content: '';
  width: 100%;
  height: 225px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/03.png) no-repeat;
  top: 90%;
  left: 0;
}

.col.small-block.img-block2.mobile-none {
  display: none;
}


  #about .block3-information {
    padding: 40px 10px;
  }

  #about .col.img-block1:after {
    content: '';
    width: 100%;
    height: 225px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/block1.png) no-repeat;
    top: 25%;
    left: 60%;
  }

  #about .block3-title {
    font-family: 'Coiny-Cyrillic';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 25px;
    max-width: 300px;
  }

  .center-block.img-block5-mobile .title-block {
    font-family: 'Coiny-Cyrillic';
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    padding: 20px 10px;
    max-width: 300px;
  }

  .center-block.img-block5-mobile .center-description {
    font-family: Circe;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 0 10px;
    max-width: 300px;
  }

  .center-block.img-block5-mobile:after {
    content: '';
    width: 100%;
    height: 100%;

    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/mobile_2.png) no-repeat;
    top: 10%;
    left: 60%;
  }

  #about .col.img-block3:after {
    content: '';
    width: 100%;
    height: 225px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/block3.png) no-repeat;
    top: 5%;
    left: 60%;
  }

  #about .col.img-block2:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/block2.png) no-repeat;
    top: 10%;
    left: 60%;
  }

  #about .col.img-block4:after {
    content: '';
    width: 100%;
    height: 225px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/block4.png) no-repeat;
    top: 5%;
    left: 60%;
  }

  #contact-form .img-block-rightmobile {
    position: absolute;
    right: 0;
    left: 70%;
    top: 10px;
  }

}

@media (min-width: 992px) {
  #about .mobile-block {
    display: none;
  }

  #contact-form .img-block-rightmobile {
    display: none;
  }
}

@media (max-width: 767px) {
  #contact-form .img-block-rightmobile {
    display: none;
  }
}


@media (max-width: 992px) {
  .order-first-block {
    order: -1;
  }

}


@media (min-width: 993px){
  .portait {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 360px){
  #about .section-title h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}

.section-title h2 {
  position: relative;
  text-align: left;
  font-family: 'Coiny-Cyrillic';
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  font-size: 18px;
  color: #6300FF;
}

.pricing .price-block .price-rage {
  font-size: 14px;
  line-height: 0;
}

.pricing .price-block .price-name{
  line-height: 0;
}

.portait .btn-wrap{
  display: none;
}

#block-10 .right-information {
  background: #6300FF;
  height: 100%;
  padding: 30px 30px;
  border-radius: 30px;
}

}

@media (max-width: 767px){
  .portait .btn-wrap {
    display: none;
  }
}



@media (max-width: 992px){
  .pricing .price-block .price-name{
    line-height: 24px;
  }
  .pricing .price-block .price-rage{
    line-height: 24px;
  }
}

@media (max-width: 992px){
.img-right_desctop {
  display: none;
}
}



@media (min-width:992px) and (max-width: 992px){
  .pricing .portait .btn-wrap{
    display: none !important;
  }
  .block-descr-bottom .portait_button{
    display: block;
  }

  .portait .img-right {
    margin-top: 100%;
}
}


@media (min-width: 992px) and (max-width: 1200px){
  .img-right_desctop {
    margin-top: 100%;
}
}


@media (min-width: 1200px) and (max-width: 1920px){
  .img-right_desctop {
    margin-top: 50%;
}

}


@media (min-width: 992px) and (max-width: 1210px) {
  #about .portable {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

#about .mobile-block{
  display: block;
}


.center-block.img-block5-mobile:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/02_mobile.png) no-repeat;
  top: 80%;
  left: 0;
}
.col.center-block {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}

.center-block.img-block5-mobile {
  height: 100%;
  width: 100%;
  background: #51E0E5;
  padding: 60px 10px;
}

.block-descr-bottom .portait_button{
display: none;
}
.block-descr-bottom .portait {
display: flex;
}

.pricing .portait .btn-wrap {
padding-bottom: 0;
margin-top: 40px;
}
#block-7 .section-title p{
margin-left: 125px;
}

#block-7 .carousel-control-prev {
left: -60px;
}

#block-7 .carousel-control-next {
right: -60px;
}

#block-7 .left-container {
background: #fff;
width: 140px;
height: 100px;
border-radius: 120px;
opacity: 1;
}

#block-7 .slider-block .name {
font-family: Circe;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
margin-top: 20px;
color: #000;
text-transform: uppercase;
}
#block-10 .right-information {
background: #6300FF;
height: 100%;
padding: 30px 60px;
border-radius: 30px;
border-bottom-right-radius: 16px;
border-top-right-radius: 16px;
}

#block-10 form.php-email-form {
padding-top: 50px;
}

#footer .copyright {
text-align: right;
margin-top: -50px;
}

#block-5 .carousel-control-prev {
  left: -50px;
}

#block-5 .slide-title {
  font-family: 'Coiny-Cyrillic';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #6300FF;
  margin-left: -20px;
}

#block-5 .slide-description {
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 25px;
  margin-left: -20px;
}

#block-5 .carousel-control-prev-icon {
  background-image: url(/assets/img/section/section6/left.svg) !important;
  margin-left: 20px;
}

#block-5 .left-container {
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 120px;
  opacity: 1;
}

#block-5 .carousel-control-next {
  right: -50px;
}

#block-5 .carousel-control-next-icon {
  background-image: url(/assets/img/section/section6/right.svg) !important;
  margin-right: 30px;
}

.callback-button.aos-init.aos-animate {
  margin-right: auto;
  margin-left: auto;
}

#hero .hero-img {
  display: none;
}

#hero h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

#hero h2 {
  text-align: center;
}


#about .col.small-block {
  background: #F3F3F3;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}

.col.img-block2:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/04.png) no-repeat;
  top: 90%;
  left: 0;
}

.col.img-block3:before {
content: '';
width: 100%;
height: 225px;
background: #6300FF;
display: inline-block;
position: absolute;
background: url(/assets/img/section/section3/03.png) no-repeat;
top: 90%;
left: 0;
}

.col.small-block.img-block2.mobile-none {
display: none;
}


#about .block3-information {
  padding: 40px 10px;
}

#about .col.img-block1:after {
  content: '';
  width: 100%;
  height: 225px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block1.png) no-repeat;
  top: 25%;
  left: 60%;
}

#about .block3-title {
  font-family: 'Coiny-Cyrillic';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 25px;
  max-width: 300px;
}

.center-block.img-block5-mobile .title-block {
  font-family: 'Coiny-Cyrillic';
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  padding: 20px 10px;
  max-width: 300px;
}

.center-block.img-block5-mobile .center-description {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 0 10px;
  max-width: 300px;
}

.center-block.img-block5-mobile:after {
  content: '';
  width: 100%;
  height: 100%;

  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/mobile_2.png) no-repeat;
  top: 10%;
  left: 60%;
}

#about .col.img-block3:after {
  content: '';
  width: 100%;
  height: 225px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block3.png) no-repeat;
  top: 5%;
  left: 60%;
}

#about .col.img-block2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block2.png) no-repeat;
  top: 10%;
  left: 60%;
}

#about .col.img-block4:after {
  content: '';
  width: 100%;
  height: 225px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block4.png) no-repeat;
  top: 5%;
  left: 60%;
}

#contact-form .img-block-rightmobile {
  position: absolute;
  right: 0;
  left: 70%;
  top: 10px;
}
.mobile-none{
  display: none;
}




}

@media (min-width: 1210px) and (max-width: 1359px){
  .center-block.img-block5:after {
    content: '';
    width: 100%;
    min-width: 459px;
    height: 100%;
    max-height: 459px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section3/mobile_2.png) no-repeat;
    top: 60%;
    left: 25%;
}
}


@media (min-width: 1024px){
  .packet_url{
    display: none;
  }
}

.packet_url {
  margin-top: 20px;
  font-family: Circe;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;

text-align: center;
text-decoration-line: underline;
text-transform: uppercase;

color: #6300FF;
margin-bottom: 20px;
}


.coll-mobile{
  padding-top: 20px;
  padding-bottom: 20px;
}


@media (max-width: 1024px){
  ul.packet_description_desctop {
    display: none;
  }
}


@media (min-width: 768px) and (max-width: 1014px){
  .margin-bottom {
    margin-bottom: 60px;
}
}


@media (min-width: 992px) and (max-width: 1210px) {
  #hero .hero-img {
    display: block;
  }

  #contact-form .img-block-left:after {
    content: '';
    width: 100%;
    height: 100%;
    min-height: 365px;
    background: #6300FF;
    display: inline-block;
    position: absolute;
    background: url(/assets/img/section/section4/img1.svg) no-repeat;
    top: -25%;
    left: 0;
}
#contact-form .img-block-right:before {
  content: '';
  width: 100%;
  height: 100%;
  min-height: 365px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section4/img2.svg) no-repeat;
  top: -70%;
  left: 40%;
  max-width: 365px;
}
#contact-form .img-block-right:after {
  content: '';
  width: 100%;
  height: 100%;
  min-height: 418px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section4/img3.svg) no-repeat;
  top: 16%;
  left: 40%;
  max-width: 365px;
}

}


@media (max-width: 768px) {
  .d-mobile{
    display: none;
  }
}


@media (min-width: 768px) and (max-width: 992px){
  #block-8 .carousel-control-prev {
    left: -40px;
}
#block-8 .carousel-control-next {
  right: -40px;
}

#block-8 .left-container {
  background: #fff;
  width: 140px;
  height: 100px;
  border-radius: 120px;
  opacity: 1;
}

#block-8 .carousel-control-prev-icon {
  background-image: url(/assets/img/section/section6/left.svg) !important;
  margin-left: 20px;
}

#block-8 .carousel-control-next-icon {
  background-image: url(/assets/img/section/section6/right.svg) !important;
  margin-left: 20px;
}
}


@media (min-width: 550px) and (max-width: 768px){
  .mobile-nav .mobile_ask {
    position: relative;
    right: 10px;
    bottom: 50px;
    margin-top: 50px;
}

.mobile-nav .mobile_ask .container{
  max-width: 100%;
  width: 100%;
}
.mobile-nav-active .social-title {
  text-align: right;
  margin-right: 10px;
}
}


@media (min-width: 658px) and (max-width:767px){
  #block-10 .button-top .text-center {
    max-width: 94px;
    margin-left: auto;
    margin-right: auto;
}

#block-10 .right-information {
  background: #6300FF;
  height: 100%;
  padding: 30px 60px;
  border-radius: 30px;
  border-bottom-right-radius: auto;
  border-top-right-radius: auto;
}

#block-8 .carousel-control-prev {
  left: -40px;
}

#block-8 .carousel-control-next {
  right: -40px;
}

#block-7 .carousel-control-prev {
  left: -40px;
}

#block-7 .carousel-control-next {
  right: -40px;
}

#block-7 .left-container {
  background: #fff;
  width: 140px;
  height: 70px;
  border-radius: 120px;
  opacity: 1;
}

#block-7 .carousel-control-next-icon {
  background-image: url(/assets/img/section/section6/right.svg) !important;
  margin-right: 20px;
}
#block-7 .carousel-control-prev-icon {
  background-image: url(/assets/img/section/section6/left.svg) !important;
  margin-left: 20px;
}

#block-5 .carousel-control-prev {
  left: -40px;
}

#block-5 .carousel-control-next {
  right: -40px;
}

#block-5 .left-container {
  background: #fff;
  width: 140px;
  height: 70px;
  border-radius: 120px;
  opacity: 1;
}
#block-5 .carousel-control-next-icon {
  background-image: url(/assets/img/section/section6/right.svg) !important;
  margin-right: 20px;
}

#block-5 .carousel-control-prev-icon {
  background-image: url(/assets/img/section/section6/left.svg) !important;
  margin-left: 20px;
}

#block-8 .left-container {
  background: #fff;
  width: 140px;
  height: 70px;
  border-radius: 120px;
  opacity: 1;
}

#block-8 .carousel-control-prev-icon {
  background-image: url(/assets/img/section/section6/left.svg) !important;
  margin-left: 20px;
}
#block-8 .carousel-control-next-icon {
  background-image: url(/assets/img/section/section6/right.svg) !important;
  margin-right: 20px;
}
}


/* Scroll на iphone  */
@supports (-webkit-overflow-scrolling: touch) {

  .mobile-nav-toggle {
    position: fixed;
    left: 0px;
    top: 24px;
    z-index: 1050;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

  .scroll-test {
    /* width: 100%; */
    max-height: 520px;
    overflow-y: scroll;
    /* -webkit-overflow-scrolling: touch; */
    overflow-x: hidden;

}

.scroll-test div{
  margin-left:auto;
  margin-right: auto;
}

}


/* тестовый слайдер с прокруткой плавной*/

.carousel {
  background: #FAFAFA;
  margin-bottom: 40px;
}

.carousel-cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  border-radius: 32px;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.carousel-nav .carousel-cell {
  height: 100%;
  width: 325px;
  max-height: 90px;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  align-content: center;
  margin-top: 20px;;
}

.carousel-nav .carousel-cell:hover{
  transition: 0.3s;
  background: #FFFFFF;
  box-shadow: 0px 16px 44px -4px rgba(117, 117, 117, 0.4);
  border-radius: 32px;
}

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
  background: #6300FF;
  border-radius: 32px;
}
.carousel-nav .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-nav .flickity-viewport{
  overflow-x: scroll;
  overflow-y:hidden;
}

/* The emerging W3C standard
   that is currently Firefox-only */
   * {
  scrollbar-width: thin;
  scrollbar-color: #6300FF #D4F2FA;
}

/* Works on Chrome/Edge/Safari */
#slider-uslugi .carousel-nav .flickity-viewport::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  max-width: 1px;
}
#slider-uslugi .carousel-nav .flickity-viewport::-webkit-scrollbar-track {
  background-color: #D4F2FA;
}
#slider-uslugi .carousel-nav .flickity-viewport::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #6300FF;
  border-radius: 3px;
}


.flickity-page-dots{
  display: none;
}


/* Block slider */
.carousel-cell .text-slider {
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.carousel-nav .carousel-cell.is-nav-selected .text-slider {
  color: #fff;
}

.flickity-enabled.is-draggable .flickity-viewport{
  min-height: 150px;
  background: #F3F3F3;
}

.carousel-slider-item  {
  background: #F3F3F3;
}


#slider-uslugi .slider-block {
  background: #F3F3F3;
}

#slider-uslugi .btn-get-coll {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  padding: 10px 31px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  border: 2px solid #01FEF0;
  background: #01FEF0;
  margin-top: 81px;
  margin-bottom: 61px;
}

#slider-uslugi .btn-get-coll:hover {
  border: 2px solid #6300FF;
  background: #6300FF;
}

#slider-uslugi .slide-title {
  font-family: 'Coiny-Cyrillic';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #6300FF;
}

#slider-uslugi .slide-description {
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 25px;
}


#slider-uslugi .slider-row {
  padding: 70px;
}


#slider-uslugi .left-container {
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 120px;
  opacity: 1;
}

#slider-uslugi .right-container {
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 120px;
  background: #000;
}

.carousel-control-next:hover .left-container {
  transition: 0.3s;
  box-shadow: 0px 16px 44px -4px rgba(117, 117, 117, 0.4);
}

.carousel-control-prev:hover .left-container {
  transition: 0.3s;
  box-shadow: 0px 16px 44px -4px rgba(117, 117, 117, 0.4);
}

#slider-uslugi .carousel-control-prev {
  left: -120px;
}

#slider-uslugi .carousel-control-next {
  right: -180px;
}

#slider-uslugi .carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 100%;
}

/* #slider-uslugi .carousel-control-prev-icon {
  background-image: url(/assets/img/section/section6/left.svg) !important;
  margin-left: 50px;
}

#slider-uslugi .carousel-control-next-icon {
  background-image: url(/assets/img/section/section6/right.svg) !important;
  margin-right: 50px;
} */


#slider-uslugi .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  min-height: 70px;
  height: 100%;
  text-indent: 0;
  /* cursor: pointer; */
  background-color: #0000;
  background-clip: padding-box;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  opacity: 1;
  text-align: center;
  padding: 10px 10px;
  min-width: 290px;
}


#slider-uslugi .carousel-indicators li:hover {
  background: #FFFFFF;
  box-shadow: 0px 16px 44px -4px rgba(117, 117, 117, 0.4);
  border-radius: 32px;
  transition: 0.3s;
}

#slider-uslugi .carousel-indicators {

  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: start;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;

  overflow-x: scroll;
  overflow-y: hidden;
  background: #fff;
  padding-bottom: 20px;
}

/* Кнопки */
#slider-uslugi .flickity-prev-next-button.previous {
  left: -60px;
}

#slider-uslugi .flickity-prev-next-button.next  {
  right: -60px;
}

#slider-uslugi .flickity-prev-next-button {
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /* transform: translateY(-50%); */
}

#slider-uslugi .flickity-prev-next-button.previous .carousel-control-prev-icon{

  background-image: url(/assets/img/section/section6/left.svg);
    margin-left: 20px;
}

#slider-uslugi  .flickity-prev-next-button.next .carousel-control-prev-icon{

  background-image: url(/assets/img/section/section6/right.svg);
    margin-right: 20px;
}


#slider-uslugi .flickity-prev-next-button:hover{
  transition: 0.3s;
  background: #FFFFFF;
box-shadow: 0px 16px 44px -4px rgba(117, 117, 117, 0.4);
}


@media (max-width: 568px) {
  #slider-uslugi .slider-row{
    padding: 20px 35px;
  }
  #slider-uslugi .flickity-prev-next-button {
    top: 50%;
    width: 75px;
    height: 65px;
    border-radius: 50%;
    /* transform: translateY(-50%); */
  }

#slider-uslugi .flickity-prev-next-button.previous {
  left: -40px;
}

#slider-uslugi .flickity-prev-next-button.next  {
  right: -40px;
}
#slider-uslugi .slide-title{
  margin-top: 20px;
}
}

@media (max-width: 992px) and (min-width: 768px){
  #slider-uslugi .flickity-prev-next-button {
    top: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* transform: translateY(-50%); */
  }

  #slider-uslugi .flickity-prev-next-button.previous {
    left: -50px;
  }
  
  #slider-uslugi .flickity-prev-next-button.next  {
    right: -50px;
  }
  #slider-uslugi .slide-title{
    margin-top: 20px;
  }
}


@media (min-width: 1209px) and (max-width: 1480px) {
  .block3-information {
    background: #F3F3F3;
    min-height: 339px;
}

.col.img-block1::after {
  content: '';
  width: 100%;
  height: 225px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block1_portait.png) no-repeat;
  top: 63%;
  left: 62%;
}

.col.img-block2::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block2_portait.png) no-repeat;
  top: 40%;
  left: 65%;
}

.col.img-block4::after {
  content: '';
  width: 100%;
  height: 225px;
  background: #6300FF;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/section/section3/block4.png) no-repeat;
  top: 50%;
  left: 57%;
}

}


.top-info a{
  color:#fff;
}

@media (max-width: 992px) {
  .video-youtube:before {
    content: '';
    background: url(/assets/img/youtube.png) no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 35%;
}
}

@media (max-width: 325px) {
  .mobile-nav .mobile_ask {
    bottom: 0;
  }

  .center-block.img-block5-mobile .title-block{
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  #block-9 .faq-item-left h4 {
    font-family: Circe;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 50px;
}
}

@media (max-width: 992px){
  .validate {
    color: #f00;
}
}

.error-message {
  text-align: center;
}

@media (max-width: 700px) {
  #about .col.img-block1:after {
    display: none;
  }
  .center-block.img-block5-mobile:after {
    display: none;
  }
  #about .col.img-block3:after {
    display: none;
  }
  #about .col.img-block2:after {
    display: none;
  }
  #about .col.img-block4:after {
    display: none;
  }
}