/*------------------------------------------------------------------
	[Table of contents]


	-------------------------
	1.  MAIN
	-------------------------
	2.	HEADER
	-------------------------
	3.  TITLE_HEAD
	-------------------------
	4.  BUTTONS
	-------------------------
	5.  ABSOLUTE
	-------------------------
	6.  MENU
	-------------------------
	7.  WELCOME_BLOCK
	-------------------------
	8.  SERVICES_BLOCK
	-------------------------
	9.  PRODUCTS_BLOCK
	-------------------------
	10.  WORK_BLOCK
	-------------------------
	11.  PROCESS_BLOCK
	-------------------------
	12.  TEAM_BLOCK
	-------------------------
	13.  REVIEWS_BLOCK
	-------------------------
	14.  BLOG_BLOCK
	-------------------------
	15.  FORM_BLOCK
	-------------------------
	16.  FOOTER
	-------------------------
	17.  PAGES *
	-------------------------
	18.  RESPONSIVE *

-------------------------------------------------------------------*/
/*--------------------------------------------------
------ 1. MAIN
--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Inconsolata");
body {
  font-family: 'Proxima Nova', sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

section {
  overflow: hidden;
}

h1 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  color: #fff;
  display: block;
}

h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #272733;
}

h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #272733;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #272733;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

p {
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  color: #2b2727;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}

.h-100 {
  height: 100vh;
}

.height {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.flex {
  flex-wrap: wrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex_start {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  align-items: center;
}

.logo {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
}

.logo img {
  width: 55px;
  margin-right: 10px;
}

.link-interactive-center {font-size:17px; text-align: center;}
a.link-interactive_white {display: inline; border-bottom: 1px dashed #fff; color: #fff; text-decoration: none; transition: color 0.3s ease, border-bottom-color 0.3s ease;}
a.link-interactive_white:hover {border-bottom-color: #ec3fcc; color: #ec3fcc;}

.load--preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/*--------------------------------------------------
------ 2. HEADER
--------------------------------------------------*/
.header-outerfix {
  width: auto; height:auto; padding: 24px 20px;
  position: fixed; z-index: 777; left: 0; right: 0; top: 0;
  transition: padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.header-outerfix.pos--fixeds {
  padding-top: 10px; padding-bottom: 10px;
  background:#000; box-shadow: 0 0 5px #000;
}
@media all and (max-width: 772px){
  .header-outerfix.pos--fixeds {padding-top: 5px; padding-bottom: 5px;}
}

.header-outerfix .menu {width:auto; position: relative; margin: 0 -20px;}
.header-outerfix .navbar-nav > ul {margin: 0;}

header {
  background: #161A23;
  width: 100%;
  position: relative;
}

header .flex {
  -webkit-box-align: center;
  align-items: center;
}

header .icon {
  position: absolute;
  display: block;
  right: 100px;
  z-index: 2;
}

@media all and (min-width: 992px){
  .side_scls {
    padding-top: 15px;
    font-size: 25px;
  }
}

.page-static .header-outerfix {
  background: #000;
  box-shadow: 0 0 5px #000;
}
.slider_head-empty {
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  background: #161A23;
}

.slider_head {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
}

.head_slider .swiper-slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0 !important;
  height: 550px;
}
.head_slider .swiper-slide.current {opacity: 1 !important;}

.head_slider .swiper-slide > div:nth-child(1) {
  width: 60%;
}

.head_slider .swiper-slide > div:nth-child(2) {
  width: 40%;
}

.head_slider .swiper-slide .tit_img, .head_slider .swiper-slide img {
  height: 100%;
}

.head_slider .swiper-slide .tit_img {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.head_slider .swiper-slide .title {
  position: relative;
}

.head_slider .swiper-slide .box, .head_slider .swiper-slide p, .head_slider .swiper-slide .button {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translate(-70px, 0px) !important;
  transform: translate(-70px, 0px) !important;
}

.head_slider .swiper-slide p {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.head_slider .swiper-slide .button {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.head_slider .swiper-slide img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.head_slider .swiper-slide-active {
  opacity: 1 !important;
}

.head_slider .swiper-slide-active img {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.head_slider .swiper-slide-active .box, .head_slider .swiper-slide-active p, .head_slider .swiper-slide-active .button {
  -webkit-transform: translate(0px, 0) !important;
  transform: translate(0px, 0) !important;
}

.head_slider-buttons {display: flex; align-items: center; flex-wrap: wrap;}
.head_slider-buttons .button {margin: 10px 10px 0 0;}
@media all and (max-width: 998px){
  .head_slider-buttons {justify-content: center;}
}

/*--------------------------------------------------
------ 3. TITLE_HEAD
--------------------------------------------------*/
.head_block {
  margin-top: 20px;
}

.nav_slider, .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 100px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.nav_slider span.swiper-pagination-bullet, .swiper-pagination span.swiper-pagination-bullet {
  opacity: .5;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 14px;
  background: none;
  outline: none;
}

.nav_slider span.swiper-pagination-bullet-active, .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  border: 2px solid #ee3fce;
}

.title {
  z-index: 1;
  padding-left: 65px;
}

.title p {
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 50px;
  margin: 0;
  color: #C9C9C9;
}

.box h1 {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #d1d1d1 0%, #fff 100%);
  background-size: 1000px;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-animation: gradient-move 1s ease-in-out infinite;
  animation: gradient-move 2.5s ease-in-out infinite;
}

@-webkit-keyframes gradient-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes gradient-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.box_two h1 {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #d1d1d1 0%, #fff 100%);
  background-size: 700px;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-animation: gradient-movee 1s ease-in-out infinite;
  animation: gradient-movee 2.5s ease-in-out infinite;
}

@-webkit-keyframes gradient-movee {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 700px 0;
  }
}

@keyframes gradient-movee {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 700px 0;
  }
}

/*--------------------------------------------------
------ 4. BUTTONS
--------------------------------------------------*/
.button a {
  background: -webkit-gradient(linear, left top, right top, from(#7231CF), color-stop(68%, #c33ca6), to(#ee3fce));
  background: linear-gradient(to right, #7231CF 0%, #c33ca6 68%, #ee3fce 100%);
  color: #fff;
  padding: 16px 40px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 24px;
}

.button a:hover {
  box-shadow: inset 0 0 0 32px #fff;
  color: #272733;
}

.button.small a {
  padding: 13px 30px;
}
.button.micro a {
  padding: 5px 16px;
}

.button.line a {
  border: 2px solid #ee3fce;
  background: transparent;
}

.button.line a:hover {
  border: 2px solid transparent;
}

/*--------------------------------------------------
------ 5. ABSOLUTE
--------------------------------------------------*/
@-webkit-keyframes elm_o {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@keyframes elm_o {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@-webkit-keyframes elm_t {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  100% {
    -webkit-transform: translatey(10px);
    transform: translatey(10px);
  }
}

@keyframes elm_t {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  100% {
    -webkit-transform: translatey(10px);
    transform: translatey(10px);
  }
}

@-webkit-keyframes elm_th {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes elm_th {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes elm_fi {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@keyframes elm_fi {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@-webkit-keyframes elm_f {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes elm_f {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.element_one {
  position: absolute;
  bottom: -50px;
  left: 120px;
  -webkit-animation: elm_o 1s infinite ease-in-out;
  animation: elm_o 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
  z-index: -1;
}

.element_two {
  position: absolute;
  top: 170px;
  left: 220px;
  -webkit-animation: elm_t 1s infinite ease-in-out;
  animation: elm_t 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_three {
  position: absolute;
  bottom: 100px;
  left: -10px;
  -webkit-animation: elm_th 1s infinite ease-in-out;
  animation: elm_th 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_four {
  position: absolute;
  top: 0px;
  left: 10px;
  -webkit-animation: elm_o 1s infinite ease-in-out;
  animation: elm_o 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
  z-index: 1;
}

.element_five {
  position: absolute;
  top: 50px;
  bottom: 0px;
  right: 0px;
  -webkit-animation: elm_fi 1s infinite ease-in-out;
  animation: elm_fi 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_six {
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  -webkit-animation: elm_f 1s infinite ease-in-out;
  animation: elm_f 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_seven {
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  -webkit-animation: elm_f 1s infinite ease-in-out;
  animation: elm_f 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_eight {
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 1;
  -webkit-animation: elm_f 1s infinite ease-in-out;
  animation: elm_f 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_nine {
  position: absolute;
  bottom: 0px;
  right: 540px;
  -webkit-animation: elm_o 1s infinite ease-in-out;
  animation: elm_o 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
  z-index: 1;
}

.element_nine img {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.element_five img {
  height: 90vh;
}

.element_six img {
  height: 100vh;
}

.element_seven img {
  height: 100vh;
}

.element_eight img {
  height: 100vh;
}

/*--------------------------------------------------
------ 6. MENU
--------------------------------------------------*/
.active a {
  position: relative;
}

.navbar-nav ul .active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ee3fce;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.container {
  position: relative;
}

.menu {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 0;
  left: 0;
}

.menu li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.menu__icon {
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
}

.menu__icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  z-index: 1;
}

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

.menu__icon span:nth-child(2), .menu__icon .menu__icon span:nth-child(3) {
  top: 10px;
}

.menu__icon span:nth-child(4) {
  top: 20px;
}

.navbar-nav .button {
  padding: 0px 15px;
}

.navbar-nav .button:last-child {
  padding-right: 0px;
}
@media all and (min-width: 992px) and (max-width: 1200px){
  .navbar-nav .button {
    margin-top: 30px;
  }
  .navbar-nav .button a {background-color: #161a23;}
}

.down_nav > a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  font-size: 12px;
  margin-left: 10px;
  color: #fff;
}

.navbar-nav > ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-nav > ul > li {
  list-style: none;
  padding: 0px 7px;
}

.navbar-nav > ul > li > a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.navbar-nav > ul > li > a:before {
  -webkit-transition: .3s;
  transition: .3s;
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 2px;
  background: #BC38C9;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.navbar-nav > ul > li > a:hover::before {
  content: "";
  opacity: 1;
}

.dropdown-menu .mega_m ul {
  width: auto;
}

.dropdown-menu {
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.dropdown-menu ul {
  margin: 0;
  padding: 0;
  width: 200px;
  background: #272733;
  overflow: hidden;
  border-radius: 10px;
  z-index: 99;
}

.dropdown-menu ul li {
  padding: 10px 0px;
  padding-left: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dropdown-menu ul li:hover a {
  color: #fff;
}

.dropdown-menu ul li:hover {
  background: #BC38C9;
}

.dropdown-menu ul a {
  font-size: 14px;
  color: #b6b6b6;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.w_dropdown .widget_mega h3 {
  padding-left: 0px !important;
}

.w_dropdown {
  left: 0;
  right: 0;
  width: 100%;
  padding: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  flex-wrap: wrap;
  visibility: hidden;
  padding: 40px;
  opacity: 0;
  position: absolute;
  background: #272733;
  border-radius: 10px;
  z-index: 99;
}

.w_dropdown .mega_m {
  width: 24%;
}

.w_dropdown .mega_m ul {
  background: none;
}

.w_dropdown .mega_m ul li {
  border-radius: 50px;
  padding: 5px 0px;
  padding-left: 25px;
}

.w_dropdown .mega_m ul li:hover {
  background: none;
}

.w_dropdown .mega_m ul li:hover a {
  color: #ee3fce;
}

.w_dropdown .mega_m h3 {
  color: #fff;
  padding-left: 25px;
  margin-bottom: 15px;
}

.w_dropdown .mega_m .widget_m {
  height: 150px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.w_dropdown .mega_m .widget_m img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .navbar-nav {
  display: block;
}

/*

.menu__icon {
   display: none;
   width: 30px;
   height: 25px;
   position: relative;
   cursor: pointer;
   span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	z-index: 1;
  }
  span:nth-child(1) {
	top: 0px;
  }
  span:nth-child(2), .menu__icon span:nth-child(3) {
	top: 10px;
  }
  span:nth-child(4) {
	top: 20px;
  }
}
.dropdown-menu {
    display: inline-block;
    color: #fff;
    font-size: 16px;
	line-height: 30px;
	font-weight: 300;
    margin-right: 35px;
    text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
	font-size: 15px;
}
.down_nav {
	.dropdown-menu:after {
		font-family: "Font Awesome 5 Free";
		content: "\f078";
		font-weight: 600;
		font-size: 12px;
		margin-left: 10px;
	}
}
li:last-child .dropdown-menu  {
	margin-right: 0px;
}

.dropdown-menu:hover {
	color: #fff;
}
.menu__links .dropdown-menu:before {
	transition: .3s;
	content: "";
	display: block;
	opacity: 0;
	width: 100%;
	height: 2px;
	background: $base-color-two;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
}
.menu__links .dropdown-menu:hover::before {
	content: "";
	opacity: 1;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  transform: rotate(45deg);
}

.menu.menu_state_open  .menu__icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.menu.menu_state_open  .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__links {
  display: block;
}

.menu__links ul {
	display: flex;
	list-style:none;
	flex-wrap: wrap;
}

.menu__links ul ul {
	display:none;
	position:absolute;
	top: 100%;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}

.menu__links ul li:hover > ul {
	display: block;
	background: #272733;
	z-index: 99;
}

.menu__links > ul > li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu__links ul ul li {
	width: 200px;
	transition: 0.3s;
}

.menu__links ul ul li:hover {
	background: $base-color-two;
}

.menu__links ul ul a {
	padding:10px 25px;
	text-decoration: none;
	display: inline-block;
    color: #b6b6b6;
    font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	transition: 0.3s;
}

.menu__links ul ul li:hover a {
	color: #fff;
}
*/
/*--------------------------------------------------
------ 7. WELCOME_BLOCK
--------------------------------------------------*/
.welcome {
  background: whitesmoke;
  position: relative;
  border-radius: 20px;
}

.img_b {
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin: auto;
}

.img_b img {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
}

.welcome:hover img {
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

.cont_inf ul i {
  width: 16px;
  text-align: center;
}


@media all and (max-width: 772px){
  .welcome {
    padding-top: 20px;
  }
  .img_b {
    height: auto;
  }
  .img_b img {
    height: auto;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.welcome .bg {
  background: whitesmoke;
  padding: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.welcome .bg .cont_inf {
  max-width: 550px;
}

.welcome .bg .cont_inf ul {
  margin: 32px 0 0 0;
  padding: 0;
}

.welcome .bg .cont_inf li {
  overflow: hidden;
  font-weight: 400;
  line-height: 24px;
  color: #2B2727;
}


.welcome .bg .cont_inf li:not(:first-child) {
  margin-top: 16px;
}

.welcome .bg .button {
  margin-top: 32px;
}

.welcome .bg h2 {
  position: relative;
}

.welcome .bg h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #ee3fce;
  position: absolute;
  bottom: -16px;
}

.welcome .bg p {
  padding-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2b2727;
  white-space: pre-line;
}

.welcome .button a:hover {
  box-shadow: inset 0 0 0 64px #272733;
  color: #fff;
}

/*--------------------------------------------------
------ 8. SERVICES_BLOCK
--------------------------------------------------*/
.services {
  padding-top: 100px;
  padding-bottom: 100px;
}

.numb {
  text-align: center;
}

.numb span {
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: -webkit-gradient(linear, left top, right top, from(#ee3fce), to(#7231CF));
  background: linear-gradient(90deg, #ee3fce 0%, #7231CF 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.numb span i {
  color: #fff;
  font-size: 24px;
}

.numb span:before {
  border-radius: 50%;
  content: '';
  position: absolute;
  background: #fde8f9;
  z-index: -1;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
  -webkit-animation: shadow  2s infinite ease-in-out;
  animation: shadow  2s infinite ease-in-out;
}

@-webkit-keyframes shadow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shadow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.numb p {
  padding-top: 20px;
}

.col-lg-4:last-child .numb::after {
  content: none;
  display: none;
}

/*--------------------------------------------------
------ 9. PRODUCTS_BLOCK
--------------------------------------------------*/
.products {
  background: #161A23;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.products .title_b h2, .products .title_b p {
  color: #fff;
}

.products .el_01, .products .el_02, .products .el_03, .products .el_04, .products .el_05, .products .el_06 {
  position: absolute;
  top: 0;
}

.products .el_01 {
  right: 300px;
  top: 150px;
}

.products .el_01 img {
  height: 60px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.products .el_02 {
  right: 550px;
  top: 140px;
}

.products .el_02 img {
  height: 90px;
}

.products .el_03 {
  left: 250px;
  top: 400px;
}

.products .el_03 img {
  height: 30px;
}

.products .el_04 {
  top: 200px;
  left: 250px;
}

.products .el_04 img {
  height: 40px;
}

.products .el_05 {
  right: 250px;
  top: 580px;
}

.products .el_05 img {
  height: 40px;
}

.products .el_06 {
  left: 500px;
  top: 150px;
}

.products .el_06 img {
  height: 70px;
}

.element_ten {
  position: absolute;
  top: 50px;
  right: 0px;
  -webkit-animation: elm_th 1s infinite ease-in-out;
  animation: elm_th 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_eleven {
  position: absolute;
  bottom: 200px;
  right: 150px;
  -webkit-animation: elm_t 1s infinite ease-in-out;
  animation: elm_t 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_twelve {
  position: absolute;
  bottom: 150px;
  left: -20px;
  -webkit-animation: elm_th 1s infinite ease-in-out;
  animation: elm_th 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.title_b {
  text-align: center;
}

.title_b h2 {
  position: relative;
  line-height: 36px;
  margin-bottom: 32px;
}

.title_b h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #ee3fce;
  bottom: -16px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.title_b p {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.product_bl {
  background: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border-radius: 10px;
  text-align: center;
  background: #272733;
}

.product_bl .product_cont {
  padding: 30px;
}

.product_bl img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_bl h3 {
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.product_bl span {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-top: 25px;
}

.product_bl p {
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  color: #C9C9C9;
  position: relative;
}

.product_bl i {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  padding-left: 5px;
}

.product_bl p::after {
  content: "";
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  background: #ee3fce;
  margin-top: 25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.product_bl .button {
  margin-top: 35px;
}

.product_bl .button a {
  width: 100%;
}

.product_bl:hover h3 {
  color: #ee3fce;
}

.product_bl:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product_bl:hover {
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

/*--------------------------------------------------
------ 10. WORK_BLOCK
--------------------------------------------------*/
.work {
  padding-top: 100px;
  padding-bottom: 100px;
}

.b-works > .b-work {display: none;}
.b-works > .b-work.current {display: flex;}
.b-work {
  display: flex;
  overflow: hidden; margin-bottom: 30px; font-size: 15px;
  background: #fff; box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); border-radius: 10px;
}
.b-work__image {
  flex:none; width: 50%; padding: 20px;
}
.b-work__image img {width: 100%; height: auto; vertical-align: top; border-radius: 10px;}
.b-work__content {
  flex:1 0; padding: 20px;
}
.b-work__shop-name {margin:0 0 12px 0; font-weight: bold; font-size: 22px;}
.b-work__shop-name::after {
  width: 40px; height: 2px;
  content: ""; display: block; margin: 12px 0 0 0; background: #d6d6d6;
}

.b-work__shop-type {margin:0 0 12px 0; font-weight: 500; font-size: 18px;}
.b-work__shop-desc {line-height: 1.34; font-weight: 400;}
.b-work__shop-desc p {margin: 10px 0; line-height: inherit; font-weight: inherit; font-size: inherit;}
.b-work__shop-desc p:first-child {margin-top: 0;}
.b-work__shop-desc p:last-child {margin-bottom: 0;}
.b-work__shop-desc p.b-work__shop-subtitle {margin:20px 0 12px 0; font-weight: 600; font-size: 16px;}
.b-work__shop-desc li + li {margin-top: 2px;}


.b-work-nav {display: flex; column-gap: 20px;}
.b-work-nav__item {flex:1 0;}
.b-work-nav p {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #5a5663;
}
.b-work-nav__button {
  width: 100%; height: auto; padding: 100% 0 0 0; margin: 0; border: 0; background: 0; position: relative;
  border-radius: 10px; cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.b-work-nav__button::after {
  width: auto; height: auto; content: ' '; display: block;
  position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  box-shadow: inset 0 0 0 2px #ee3fce;
  border-radius: 10px;
  opacity: 0; transition: opacity 0.3s ease;
}
.b-work-nav__button.current {cursor: default;}
.b-work-nav__button:hover::after {opacity: 0.25;}
.b-work-nav__button.current::after {opacity: 1;}
.b-work-nav__button img {
  width: 100%; height: 100%; vertical-align: top; position: absolute; left: 0; top: 0;
  object-fit: cover;
  border-radius: 10px;
}
.b-work-nav__drop {display: none;}




@media all and (max-width: 998px){
  .b-work {flex-direction: column;}
  .b-work__image {width: 100%; padding: 0;}
  .b-work__image img {height: 500px; object-fit: cover; border-radius: 10px 10px 0 0;}
}
@media all and (max-width: 772px){
  .b-work__image img {height: 350px;}
  .b-work-nav {
    overflow: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
    align-items: center;
    -webkit-overflow-scrolling: touch;
  }
  .b-work-nav__item {
    flex:none; width: 200px;
    scroll-snap-align: start;
    scroll-margin: 15px;
  }
}
@media all and (max-width: 576px){
  .b-work-nav {margin-left: -15px; margin-right: -15px; column-gap: 15px;}
  .b-work-nav::before,
  .b-work-nav::after {flex:none; min-width: 1px; height: 20px; content: ''; display: block;}
  .b-work-nav::before {margin-right: -1px;}
  .b-work-nav::after {margin-left: -1px;}
}
/*--------------------------------------------------
------ 11. PROCESS_BLOCK
--------------------------------------------------*/
.process {
  background: #eee;
  background: url("../img/bg_light.jpg");
  padding-top: 100px;
  padding-bottom: 100px;
}

.process .row {
  position: relative;
}

.process_b {
  text-align: center;
  width: 33%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding: 50px 15px;
  position: relative;
}

.process_b .b_brc {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

.process_b h4 {
  padding-bottom: 15px;
}

.process_b p {
  margin: 0px;
  max-width: 280px;
  margin: 0 auto;
}

.process_b span {
  position: absolute;
  top: -25px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 2;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#ee3fce), to(#7231CF));
  background: linear-gradient(90deg, #ee3fce 0%, #7231CF 100%);
  color: #fff;
}

.process_b span:after {
  content: '';
  width: 110px;
  height: 110px;
  position: absolute;
  background: rgba(238, 61, 197, 0.15);
  border-radius: 50%;
  z-index: -1;
}

.process_b span img {width: 50%; height: 50%; filter:invert(1);}

/* .process_b:nth-child(3n+3) {
  padding-right: 30px;
}

.process_b:nth-child(3n+1) {
  padding-left: 30px;
} */

.process_b:nth-last-child(-n+3) {
  padding-bottom: 0px;
}

.process_b:nth-last-child(-n+3) {
  padding-bottom: 0px;
}


.pr_b {
  position: relative;
}

/*--------------------------------------------------
------ 12. TEAM_BLOCK
--------------------------------------------------*/
.team {
  padding-top: 70px;
  margin-bottom: 100px;
  position: relative;
  overflow: initial;
}

.team h4 {
  color: #19191F;
}

.team:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  max-height: 492px;
}

.team::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ee3fce), to(#7231CF));
  background: linear-gradient(90deg, #ee3fce 0%, #7231CF 100%);
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: -1;
  max-height: 492px;
}

.team_t h2 {
  color: #fff;
  padding-bottom: 15px;
  position: relative;
}

.team_t h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  top: 70px;
  left: 0;
}

.team_t p {
  max-width: 750px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
}

.face_team {
  border-radius: 20px;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.face_team img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.face_team .img_team {
  position: relative;
  display: block;
  height: 270px;
  overflow: hidden;
}

.face_team:hover .social {
  opacity: 1;
  -webkit-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.face_team .social {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  opacity: 0;
  position: absolute;
  bottom: 0;
  background: rgba(189, 56, 201, 0.9);
  width: 100%;
  padding: 20px 0px;
}

.face_team .social a {
  color: #fff;
  padding: 10px;
}

.bg_team {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
  background: #fff;
  margin-top: 70px;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.bg_team h4 {
  padding-top: 18px;
  padding-bottom: 10px;
}

.bg_team span {
  color: #858585;
  display: block;
  padding-bottom: 25px;
}

/*--------------------------------------------------
------ 13. REVIEWS_BLOCK
--------------------------------------------------*/
.reviews {
  padding-top: 100px;
  padding-bottom: 100px;
}

.reviews .title_b h2 {
  color: #000;
}

.rewiews_title {
  margin-bottom: 80px;
}

.rew {
  display: -webkit-box;
  display: flex;
}

.img_rev {
  display: block;
  width: 200px;
  height: 200px;
}

.img_rev img {
  border-radius: 200px;
  width: 100%;
}

.text_rev {
  margin-left: 55px;
}

.text_rev p {
  max-width: 700px;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev img {
  border-radius: 100px;
}

.swiper-button-next img {
  border-radius: 100px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: 70px;
  left: auto;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  top: 88%;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 255px;
}

.swiper-pagination {
  text-align: start;
}

.text_rev h3 {
  margin-bottom: 20px;
}

.bg_rev {
  text-align: center;
  display: block;
  right: 0px;
  top: 0px;
  width: 74px;
  height: 74px;
  background: #1B1F28;
  position: absolute;
  border-radius: 20px;
  z-index: 99;
}

.bg_rev img {
  padding-top: 22px;
}

/*--------------------------------------------------
------ 14. BLOG_BLOCK
--------------------------------------------------*/
.blog {
  background: #fff;
  padding-bottom: 80px;
}

.blog .posts_s .row {
  -webkit-box-align: start;
  align-items: flex-start;
}

.blog .posts_s h2 {
  font-size: 24px !important;
}

.blog_title {
  text-align: center;
}

.blog_title h2 {
  position: relative;
}

.blog_title h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #d6d6d6;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.blog_title p {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 55px;
}

/*--------------------------------------------------
------ 15. FORM_BLOCK
--------------------------------------------------*/
.form_b {
  padding: 100px 0px;
  text-align: center;
  background: #F5F5F5;
}

.rpl_b {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.form_contact h2 {
  margin-bottom: 20px;
}

.form_contact form .rpl_b input {
  width: 50%;
}

.form_contact form .rpl_b input:nth-child(2) {
  margin-left: 15px;
}

.form_contact form input {
  border: 0;
  border-radius: 50px;
  padding: 20px;
  outline: none;
  font-size: 14px;
}

.form_contact form textarea {
  width: 100%;
  border: 0;
  border-radius: 20px;
  display: block;
  padding: 20px;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 15px;
  height: 150px;
}

.form_contact form p {
  margin-top: 20px;
}

.form_contact form a {
  margin-top: 40px;
}

.form_contact .button a:hover {
  box-shadow: inset 0 0 0 25px #272733;
  color: #fff;
}

/*--------------------------------------------------
------ 16. FOOTER
--------------------------------------------------*/
footer {
  background: #161A23;
  padding-top: 50px;
  padding-bottom: 40px;
}

footer p {
  color: #8A8A8A;
}

footer h4 {
  color: #fff;
  padding-bottom: 20px;
}

footer .logo {
  padding-bottom: 20px;
  margin: 0 auto;
  text-decoration: none;
}

footer .button {
  margin-bottom: 30px;
}

.brend {
  display: -webkit-box;
  display: flex;
  border-radius: 15px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.brend h3 {
  color: #fff;
  padding-bottom: 20px;
}

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

.nav_f span {
  padding-top: 20px;
  margin-top: 50px;
  text-align: center;
  color: #8A8A8A;
  display: block;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav_f a {
  text-decoration: none;
}

.nav_f p {
  padding-bottom: 5px;
  max-width: 200px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: normal;
}

.nav_f a p:hover {
  color: #fff;
}

.icon i {
  padding-top: 15px;
  color: #8A8A8A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon a:first-child i {
  padding-top: 0px;
}

.icon i:hover {
  color: #BC38C9;
}

.i_two i {
  padding-right: 15px;
}

#footer .icon i {
  padding-top: 0px;
  padding-right: 15px;
}

.gallery_widget {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.gallery_widget .min_img_w {
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding-bottom: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.gallery_widget .min_img_w img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}

/*--------------------------------------------------
------ 17. PAGES
--------------------------------------------------*/
/* ------------------------------------------------------------------
    Theme by astroon
    Versiom: 1.0.0
    Year: 2019
    Contact: astroonthemes@gmail.com
    Thank you for your purchase!
    ---------------------------------------------------------------- */
/*------------------------------------------------------------------
	[Table of contents]

	* - include sass file

	-------------------------
	17.1  HEAD
	-------------------------
	17.2	ABOUT_PAGE
	-------------------------
	17.3  GALLERY
	-------------------------
	17.4  CONTACTS_PAGE
	-------------------------
	17.5  PORTFOLIO_PAGE
	-------------------------
	17.6  SINGLE_POST_PAGE
	-------------------------
	17.7  SIDEBAR
	-------------------------
	17.8  COMMENTS
	-------------------------
	17.9  FORM
	-------------------------
	17.10  POSTS_PAGE

-------------------------------------------------------------------*/
/*--------------------------------------------------
------ 17.1 HEAD
--------------------------------------------------*/
header.head_page {
  width: 100%;
  height: 550px;
  background: #161A23;
  position: relative;
}

header.head_page h1 {
  font-size: 42px;
}

#head .element_two {
  position: absolute;
  top: 80px;
  left: 100px;
  -webkit-animation: elm_t 1s infinite ease-in-out;
  animation: elm_t 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

#head .element_three {
  position: absolute;
  top: 120px;
  left: -10px;
  -webkit-animation: elm_th 1s infinite ease-in-out;
  animation: elm_th 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_thirteen {
  position: absolute;
  top: 100px;
  right: 0px;
  -webkit-animation: elm_th 1s infinite ease-in-out;
  animation: elm_th 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.title_m {
  padding-left: 0px;
  padding-top: 180px;
}

.title_m h2 {
  color: #fff;
  position: relative;
}

.title_m h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #BC38C9;
  bottom: -20px;
  right: 0;
  left: 0;
}

.info_c {
  padding-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.info_c span {
  height: 60px;
  width: 60px;
  background: #161A23;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.info_c p {
  padding-left: 35px;
  font-size: 16px;
}

.text {
  text-align: center;
  padding-bottom: 100px;
}

.text_c {
  border: 2px solid #a3a3a3;
  padding: 60px 100px;
}

.title_h {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: calc(100% - 50px);
  text-align: center;
}

.title_h h1 {
  color: #fff;
  position: relative;
}

.title_h h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #BC38C9;
  bottom: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.title_h p {
  color: #C9C9C9;
  padding-top: 45px;
}

.nav_pages {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.nav_pages span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(189, 56, 201, 0.2);
  font-weight: 500;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 5px;
}

.nav_pages span.active {
  border: 2px solid #BC38C9;
}

/*--------------------------------------------------
------ 17.2 ABOUT_PAGE
--------------------------------------------------*/
.about_w {
  overflow: initial;
}

.welcome_ab {
  display: block;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
  background: #fff;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  border-radius: 10px;
  overflow: hidden;
}

.welcome_ab:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.img_ab {
  width: 100%;
  overflow: hidden;
}

.img_ab img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.inf_ab {
  background: #fff;
  padding: 80px 0;
  padding-left: 55px !important;
  padding-right: 55px !important;
  display: block;
  border-radius: 20px;
}

.inf_ab h2 {
  position: relative;
}

.inf_ab h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #d6d6d6;
  position: absolute;
  bottom: -20px;
}

.inf_ab p {
  padding-top: 45px;
}

.information_ab {
  text-align: center;
  padding-bottom: 100px;
}

.information_ab h2 {
  position: relative;
}

.information_ab h2::after {
  content: "";
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 40px;
  height: 2px;
  background: #ee3fce;
  position: absolute;
  bottom: -20px;
}

.information_ab p {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 45px;
  margin-bottom: 45px;
}

/*--------------------------------------------------
------ 17.3 GALLERY
--------------------------------------------------*/
.gallery {
  padding-bottom: 100px;
}

.gallery h2 {
  position: relative;
}

.gallery h2::after {
  content: '';
  position: absolute;
  background: #ee3fce;
  width: 40px;
  height: 2px;
  bottom: -20px;
  display: block;
}

.gallery p {
  padding-top: 45px;
  padding-bottom: 55px;
  max-width: 850px;
}

.gallery img {
  width: 100%;
}

.gallery_img img {
  border-radius: 10px;
}

/*--------------------------------------------------
------ 17.4 CONTATCS_PAGE
--------------------------------------------------*/
.information {
  overflow: initial;
}

.img_information img {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  width: 100%;
}

.con {
  padding-top: 100px;
}

.map {
  height: 600px;
  width: 100%;
}

/*--------------------------------------------------
------ 17.5 PORTFOLIO_PAGE
--------------------------------------------------*/
#portfolio .work {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

/*--------------------------------------------------
------ 17.6 SINGLE_POST_PAGE
--------------------------------------------------*/
.media_blog {
  position: relative;
  background-size: cover;
  height: 450px;
  width: 100%;
  margin-top: -100px;
  margin-bottom: 70px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.13);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.media_blog iframe {
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.13);
}

.media_blog img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper {
  padding-bottom: 50px;
}

.content_post p {
  padding-bottom: 25px;
  padding-right: 30px;
}

.content_post h2 {
  margin: 0px;
  padding-bottom: 20px;
}

.qoute {
  background: #fff;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.13);
  padding: 75px 75px;
  margin-top: -100px;
  margin-bottom: 70px;
  border-radius: 20px;
  text-align: center;
}

.quotes {
  border: 2px solid #7231CF;
  box-shadow: none !important;
}

.quotes_p {
  padding: 25px;
  margin-bottom: 25px;
  border: 2px solid #7231CF;
  border-radius: 10px;
}

.quotes_p p {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}

.img_blog {
  margin-top: 20px;
  margin-bottom: 40px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}

.img_blog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

/*--------------------------------------------------
------ 17.7 SIDEBAR
--------------------------------------------------*/
.sidebar {
  border-radius: 20px;
  padding: 25px 25px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.wrap_sidebar h4 {
  color: #272733;
  font-size: 20px;
  font-weight: 700;
  padding-left: 15px;
}

.wrap_sidebar .flex {
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 25px;
}

.widget {
  background: #fdecfa;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.widget .title_widget span {
  height: 40px;
  width: 40px;
  border: 2px solid #ee3fce;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  color: #ee3fce;
}

.icon_widget a {
  padding-bottom: 0px;
  padding-right: 25px;
}

.icon_widget a:last-child {
  padding-right: 0px;
}

.icon_s {
  background: #ee3fce;
  color: #fff;
  border-radius: 100px;
  padding: 10px 10px;
}

.icon_s a i {
  color: #fff;
}

.icon_widget.icon i {
  padding-top: 0px;
}

.author_widget {
  border-radius: 10px;
  padding: 0px;
  padding-bottom: 25px;
  overflow: hidden;
}

.author_widget img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.author_widget h3 {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.author_widget span {
  font-size: 14px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.author_widget p {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.search_widget {
  background: transparent;
  padding: 0px;
}

.search_widget input {
  width: 100%;
  outline: none;
  padding: 15px;
  font-size: 14px;
  border-radius: 100px;
  border: 1px solid #e1e1e1;
}

.lts_post {
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}

.lts_post:last-child {
  padding-bottom: 0px;
}

.lts_post h5 {
  font-weight: 600;
  font-size: 16px;
}

.info_m_post {
  padding-left: 15px;
}

.min_img_w {
  width: 100px;
}

.min_img_w img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}

.info_m_post span {
  font-size: 12px;
  padding-top: 15px;
}

.category_widget {
  position: relative;
}

.category_widget li {
  padding-bottom: 10px;
  font-size: 15px;
  width: 100%;
  list-style: none;
  position: relative;
}

.category_widget li i {
  position: absolute;
  right: 0;
  font-weight: 500;
}

.tags_widget {
  padding-bottom: 20px;
}

.tags_widget > span {
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 15px;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
}

/*--------------------------------------------------
------ 17.8 COMMENTS
--------------------------------------------------*/
.comments::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  display: block;
  bottom: 0;
}

.comment h2 {
  padding-top: 80px;
  padding-bottom: 55px;
}

.ava_img {
  display: -webkit-box;
  display: flex;
}

.comment .ava_img {
  padding-bottom: 35px;
}

.comment .avatar img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100px;
}

.answer {
  margin-top: 55px;
}

.info_comm {
  padding-left: 35px;
}

.info_comm p {
  padding-top: 20px;
}

.info_comm span {
  font-size: 14px;
  padding-top: 15px;
}

/*--------------------------------------------------
------ 17.9 FORM
--------------------------------------------------*/
.form_comment {
  border-radius: 20px;
  padding: 55px 55px;
  background: #F7F7F7;
  margin-bottom: 100px;
}

form .rpl_b input {
  width: 50%;
}

form .rpl_b input:nth-child(2) {
  margin-left: 15px;
}

form input {
  border: 0;
  border-radius: 50px;
  padding: 20px;
  outline: none;
  font-size: 14px;
}

form textarea {
  width: 100%;
  border: 0;
  border-radius: 20px;
  display: block;
  padding: 20px;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 15px;
  height: 150px;
}

form p {
  margin-top: 20px;
}

form a {
  margin-top: 40px;
}

h2 {
  margin-bottom: 10px;
}

.rpl_b {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

/*--------------------------------------------------
------ 17.10 POSTS_PAGE
--------------------------------------------------*/
.post_content {
  margin-top: -100px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: flex;
}

.posts_standart {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
  margin-right: 0px;
  display: block;
  background: #fff;
}

.posts_standart h2 {
  font-size: 28px;
}

.post_img {
  width: 100%;
  height: 300px;
  border-radius: 20px 20px 0px 0px;
}

.post_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrp_post {
  padding: 25px 30px;
}

.wrp_post p {
  overflow: hidden;
  display: -webkit-box;
  height: 54.4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.category {
  padding-bottom: 20px;
}

.category span {
  margin-right: 20px;
  position: relative;
  font-size: 14px;
}

.category span::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #d6d6d6;
  position: absolute;
  right: -12px;
  top: 2px;
}

.category span:last-child:after {
  content: none;
}

.posts_s a {
  list-style: none;
  text-decoration: none;
}

.posts_s span {
  color: #877F7F;
  font-size: 12px;
}

.bottom_inf {
  padding-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.left_inf span {
  color: #000;
}

.right_inf {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.star {
  margin-left: 30px;
  color: #FF7A00;
}

.star i {
  padding-left: 5px;
}

.qoutes {
  border: 2px solid #7231CF;
}

.video_p {
  height: 300px;
  width: 100%;
}

.two_cols .posts_standart {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.two_cols .posts_standart:nth-child(2n+1) {
  margin-right: 30px;
}

.three_cols .posts_standart {
  width: calc((100% /3) - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.three_cols .posts_standart:last-child, .three_cols .posts_standart:nth-child(3n+3) {
  margin-right: 0px;
}

.three_cols .posts_standart .post_img {
  height: 250px;
}

.three_cols .posts_standart .video_p {
  height: 250px;
}

.three_cols .posts_standart .wrp_post h3 {
  font-size: 18px;
  line-height: 32px;
}

.three_cols .posts_standart .wrp_post h2 {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 5px;
}

/*--------------------------------------------------
------ 18. RESPONSIVE
--------------------------------------------------*/
/* ------------------------------------------------------------------
    Theme by astroon
    Versiom: 1.0.0
    Year: 2019
    Contact: astroonthemes@gmail.com
    Thank you for your purchase!
    ---------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  h3 {
    font-size: 20px;
  }
  header .icon {
    display: none;
  }
  .head_slider .swiper-slide .tit_img, .head_slider .swiper-slide img {
    height: 85%;
  }
  .element_one, .element_two, .element_three, .element_six, .element_seven, .element_eight {
    display: none;
  }
  .three_cols .posts_standart {
    width: calc(50% - 15px);
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .three_cols .posts_standart:nth-child(2n+1) {
    margin-right: 30px;
  }
  .blog .three_cols .posts_standart {
    width: calc((100% /3) - 30px);
    margin-right: 30px;
  }
  .text_rev p {
    max-width: 550px;
    margin: 0 auto;
  }
  .process .row::before {
    bottom: 150px;
  }
  .pr_b::after {
    height: 211px;
  }
  .wrap_sidebar h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 999px) {
  .menu__icon {
    display: inline-block;
    z-index: 999;
  }
  .menu_state_open .menu__icon {
    position: fixed;
    top: 40px;
    right: 40px;
  }
  .navbar-nav .button {
    padding-left: 0px;
  }
  .navbar-nav {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    background-color: black;
    z-index: 998;
    overflow: scroll;
    height: 100vh;
  }
  .navbar-nav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
  }
  .navbar-nav ul li {
    width: 100%;
  }
  .navbar-nav > ul {
    height: 100%;
  }
  .navbar-nav .down_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }
  .navbar-nav .down_nav a {
    display: block;
    padding: 10px 0;
    margin: 0px;
    text-align: center;
    color: #ffffff;
  }
  .navbar-nav .down_nav ul {
    display: none !important;
    top: 0px;
  }
  .navbar-nav .down_nav:hover ul {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .navbar-nav .down_nav .small_menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-nav .down_nav .dropdown-menu {
    margin-top: 0px;
  }
  .navbar-nav .down_nav .dropdown-menu ul {
    width: 100%;
  }
  .navbar-nav .down_nav .dropdown-menu ul li {
    padding: 5px 0px;
    padding-left: 0px;
    width: 100%;
  }
  .navbar-nav .w_dropdown {
    display: block;
    top: 0;
  }
  .navbar-nav .w_dropdown .mega_m {
    width: 100%;
  }
  .navbar-nav .w_dropdown .mega_m h3 {
    padding-left: 0px;
    color: #ee3fce;
  }
  .navbar-nav .w_dropdown .mega_m ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .navbar-nav .w_dropdown .mega_m ul li {
    padding-left: 0px;
  }
  .navbar-nav > ul > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .menu .navbar-nav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .menu .navbar-nav ul ul {
    position: relative;
  }
  .work .img_w .img_portf {
    width: calc((100% / 3) - 20px);
  }
  .work .img_w .img_portf:nth-last-child(-n+5) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 998px) {
  /* HOME PAGE */
  .slider_head {
    height: auto;
  }
  .slider_head .container {
    padding: 150px 0;
    padding-bottom: 100px;
  }
  .slider_head .swiper-container {
    overflow: initial;
  }
  .slider_head .start-container {
    overflow: initial;
  }
  .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: auto !important;
  }
  .swiper-slide .tit_img {
    width: 100% !important;
    height: auto !important;
  }
  .swiper-slide .tit_img img {
    height: auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .swiper-slide .title {
    width: 100% !important;
  }
  .height {
    height: 90vh;
  }
  .flex_start {
    display: block;
  }
  .tit_img {
    height: auto;
    width: auto;
  }
  .title {
    text-align: center;
    padding-left: 0px;
  }
  .title p {
    padding-bottom: 65px;
    margin: 0 auto;
  }
  h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .tit_img {
    text-align: center;
  }
  .tit_img img {
    width: 60%;
    margin-bottom: 20px;
  }
  .element_four, .element_five, .element_six, .element_seven, .element_eight {
    display: none;
  }
  .welcome .bg {
    padding: 0 25px;
    margin-bottom: 100px;
  }
  .welcome .cont_inf {
    padding: 0 25px;
  }
  .pr {
    margin: 0 auto;
  }
  .product_bl {
    margin-bottom: 30px;
  }
  .process .row::before {
    bottom: 150px;
  }
  .bg_team {
    margin-top: 56px;
  }
  .face_team .img_team {
    height: auto;
  }
  .pr_b::after {
    height: 210px;
  }
  .numb_item:not(:last-child) {
    margin-bottom: 32px;
  }
  .numb::after {
    display: none;
  }
  .swiper-container {
    height: 100%;
  }
  .slider_head .start-container {
    height: 100%;
  }
  .swiper-pagination, .bg_rev {
    display: none;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 30%;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
  }
  .rew {
    display: block;
  }
  .text_rev {
    padding-top: 35px;
    margin: 0;
  }
  .reviews {
    text-align: center;
  }
  .rewiews_title h2::after {
    top: 70px;
  }
  .img_rev {
    margin: 0 auto;
  }
  .img_rev img {
    margin-bottom: 30px;
  }
  .bg_rev {
    margin-top: 30px;
  }
  .blog .three_cols .posts_standart {
    width: 100%;
    margin-right: 0;
  }
  .block_b {
    margin-bottom: 30px;
  }
  .block_b h3 {
    max-width: 320px;
  }
  footer {
    padding: 100px 40px 40px 40px;
    text-align: center;
  }
  footer .icon {
    padding-bottom: 30px;
  }
  footer .icon .row a {
    margin: 0 auto;
  }
  .team_t {
    margin: 0px 15px;
  }
  .team_t p {
    padding-top: 45px;
  }
  .brend {
    padding-bottom: 30px;
  }
  .nav_f {
    padding-bottom: 30px;
  }
  .nav_f p {
    margin: 0 auto;
  }
  /* CONTACTS */
  .information .img_information img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 100px;
    margin-top: 30px;
  }
  /* ABOUT US */
  .about_w .inf_ab {
    padding: 35px !important;
  }
  .ig {
    margin-bottom: 30px;
  }
  /* SINGLE_POST */
  .img_blog {
    margin-bottom: 25px;
    margin-top: 0px;
  }
  .quotes_p {
    padding: 25px;
  }
  .info_comm {
    padding-left: 15px;
  }
  .qoute {
    padding: 0px;
  }
  .qoute h2 {
    padding: 50px 15px;
    font-size: 18px;
    line-height: 32px;
  }
  .two_cols .posts_standart {
    width: 100%;
  }
  .two_cols .posts_standart:nth-child(2n+1) {
    margin-right: 0px;
  }
  .three_cols .posts_standart {
    width: 100%;
  }
  .three_cols .posts_standart:nth-child(2n+1) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  /* HOME PAGE */
  .height {
    height: 100vh;
  }
  .title {
    text-align: center;
    padding-left: 0px;
  }
  .title p {
    padding: 0px 20px;
    padding-bottom: 40px;
  }
  .title h1 {
    padding: 0px 20px;
    padding-bottom: 20px;
  }
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .products {
    padding: 100px 15px;
  }
  .product_bl p {
    padding: 0px;
  }
  .pr_b::after {
    display: none;
  }
  .process .row::after {
    display: none;
  }
  .process .row::before {
    display: none;
  }
  .face_team:first-child img {
    border-radius: 20px 20px 0px 0px;
  }
  .face_team:last-child img {
    border-radius: 0px 0px 0px 0px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 25%;
  }
  /* CONTACTS */
  .info_c span {
    -webkit-box-flex: 0;
    flex: none;
  }
  .info_c p {
    padding-left: 15px;
  }
  /* ABOUT US */
  .team .face_team:first-child img {
    border-radius: 20px 20px 0px 0px;
  }
  .team .face_team:last-child img {
    border-radius: 0px 0px 0px 0px;
  }
  /* SINGLE_POST */
  .form_comment {
    padding: 50px 20px;
  }
  .work .img_w .img_portf {
    width: 100%;
  }
  .work .img_w .img_portf:nth-last-child(-n+5) {
    margin-bottom: 20px;
  }
  .wrap_sidebar {
    margin-bottom: 30px;
  }
  /* .process_b:nth-child(3n+3) {
    padding-right: 15px;
  }
  .process_b:nth-child(3n+1) {
    padding-left: 15px;
  } */
  .process_b:nth-child(6n-3) {
    border-right: none;
    border-radius: 0px;
  }
  .process_b:not(:last-child) {
    padding-bottom: 50px;
  }
  .sidebar {
    margin: 30px 0px;
  }
  .img_blog {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content_post p {
    padding-right: 0px;
  }
  header.head_page {
    overflow: hidden;
  }
  header.head_page h1 {
    font-size: 30px;
  }
}


@media screen and (max-width: 320px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .tit_img img {
    width: 45%;
  }
  .welcome {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 45%;
  }
  .work .img_w .img_portf {
    width: 100%;
  }
  footer {
    padding: 100px 15px 30px 15px;
  }
}

/*--------------------------------------------------
------ FAQ
--------------------------------------------------*/
.faq-block_one {
  padding: 120px 0px 120px 0px;
}

.faq-block_one .heading {
  text-align: center;
  margin-bottom: 60px;
}

.faq-block_one .heading h2 {
  margin-bottom: 20px;
}

.faq-block_two {
  background-color: #F8F8F8;
  padding: 120px 0px 120px 0px;
}

.faq-block_two .faq-block_two__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.faq-block_two .faq-block_two__info h2 {
  margin-bottom: 20px;
}

.faq-block_two .faq-block_two__info .button {
  margin-top: 55px;
}

.faq-block_two .img-wrap {
  width: 100%;
  height: 405px;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

.faq-block_two .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-block_two .img-wrap .play_b {
  position: absolute;
  color: #fff;
  cursor: pointer;
  font-size: 64px;
}
.faq-block_three {
  background-color: #161A23;
  background-image: url(../img/faq_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 110px 0;
}

.faq-block_three li {
  color: #CBCBCB;
}

.faq-block_three-header {color: #fff;}
.faq-block_three-header h1,
.faq-block_three-header h2 {color: inherit;}

.faq-block_three .heading {
  margin-bottom: 40px;
}

.faq-block_three .heading h2 {
  color: #fff;
}

.faq-block_three .tabs {
  box-shadow: none;
}

.faq-block_three .tab {
  margin: 0px 0px 20px 0px;
}

.faq-block_three .tab-label {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}

.faq-block_three .tab-label:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.faq-block_three .tab-content {
  background-color: rgba(2, 1, 1, 0);
}

.faq-block_three .tab-content p {
  color: #CBCBCB;
}

.faq-block_three .astroon_accordion input:checked + .tab-label {
  background-color: transparent;
  background-image: linear-gradient(70deg, #7231CF 0%, #EE3FCE 100%);
}

.faq-block_four {
  padding: 120px 0px 50px 0px;
}

/* Accordion styles */
.astroon_accordion h1, .astroon_accordion h2, .astroon_accordion h3, .astroon_accordion h4, .astroon_accordion h5, .astroon_accordion h6 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.astroon_accordion .flex_right {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.astroon_accordion .flex_right i {
  margin-right: 15px;
}

.tabs {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab-label {
  color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* Icon */
}

.tab-label h5 {
  font-size: 16px;
}

.tab-label:hover {
  background: #f2f2f2;
}

.tab-label i {
  -webkit-transition: all .35s;
  transition: all .35s;
  color: var(--theme-color);
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  position: relative; overflow: hidden;
  color: #535353;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #ee3fce;
  cursor: pointer;
}

.tab-close:hover {
  background: #e614bf;
}

.astroon_accordion input:checked + .tab-label {
  background: #f2f2f2;
}

.astroon_accordion input:checked + .tab-label i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.astroon_accordion input:checked ~ .tab-content {
  max-height: 1000px;
  padding: 20px;
}

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

.spacing-top {
  position: relative;
  margin-top: -70px;
  padding: 0px;
}

.spacing-top > .container {
  background: #fff;
  padding: 100px 0px 120px 0px;
  border-radius: 10px;
}


/* Modal form */
body.body--modal-open {overflow: hidden;}

.modal-layer {
  width: auto; height: auto; padding:10px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  position: fixed; z-index: 777; left: 0; right: 0; top: 0; bottom: 0;
  overflow: hidden; overflow-y: auto;
  background: rgba(0,0,0,0.5);
  visibility: hidden; opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.modal-layer.m--open {
  visibility: visible; opacity: 1;
}

.modal-layer_close {
  width: 100%; height: 100%; display: block; padding: 0; margin: 0; border: 0; background: 0;
  position: absolute; z-index: 3; left: 0; top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-order {
  flex:none; width: 440px; max-width: 100%; position: relative; z-index: 4;
  background: #fff; box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); border-radius: 10px;
}
.modal-order__header {
  padding: 30px 40px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(204, 204, 204, 0.64);
}
.modal-order__header-title {
  font-weight: bold; font-size: 26px;
}
.modal-order__button-close {
  width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
  padding: 0; margin: 0; border:0; background: no-repeat center center url(../img/icons/button-close.svg);
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
  filter:grayscale(5);
  opacity: 0.5;
}
.modal-order__button-close:hover {
  filter:grayscale(0); opacity: 1;
}
.modal-order__content {
  padding: 30px 40px 40px;
}

.modal-order__info {
  margin: 0 0 30px 0;
  opacity: 0.7;
}

.modal-order__form::after {border-radius: 0 0 24px 24px;}

.modal-form--loader {position: relative;}
.modal-form--loader::after {
  width: auto; height: auto; content: ' '; display: block;
  position: absolute; z-index: 5; left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(255,255,255,0.8);
}
.modal-form--loader::before {
  width: 80px; height: 80px; content: ' '; display: block;
  position: absolute; left: 50%; top: 50%; margin: -40px 0 0 -40px;
  border: 5px solid transparent;
  border-radius: 50%;
  animation: rotating 2s linear infinite;
  box-shadow: 2px 2px 5px #000;
}

@keyframes rotating {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}


.modal-form__row {margin: 0 0 20px 0;}
.modal-form__label {
  margin: 0 0 5px 0; font-weight: bold; font-size: 13px;
}

.modal-form__input {
  width: 100%; height: 40px; padding: 0 15px; border: 1px solid #ccc;
  margin: 0; background: 0; box-shadow: none;
  border-radius: 3px; outline: snow;
}
.modal-form__input:hover,
.modal-form__input:focus {border-color: #888;}

.modal-form__input.input--error {box-shadow: inset 0 0 0 2px red; border-color: red;}

.modal-form__input.brd--top {border-radius: 3px 3px 0 0;}

textarea.modal-form__input {
  padding: 8px 15px;
  min-height: 50px;
  height: auto;
}


.modal-form__swither {display: flex; align-items: center;}
.modal-form__swither-button {
  flex:1 0; width: auto; padding: 10px; margin: 0; display: flex; align-items: center; justify-content: center;
  border:2px solid #ae39b0;
  background:#fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-form__swither-button.current {
  color: #fff;
  border-color:#ae39b0;
  background-color:#ae39b0;
}
.modal-form__swither-button:first-child {border-radius: 5px 0 0 5px;}
.modal-form__swither-button:last-child {border-radius: 0 5px 5px 0;}



.modal-form__choose {
  display:flex; flex-wrap: wrap; margin: 0 0 -2px 0;
  overflow: hidden; position: relative; z-index: 1;
}
.modal-form__choose label {flex:1 0; display:inline-block; vertical-align:top; position:relative; cursor: pointer;}
.modal-form__choose label:first-child .modal-form__choose-icon {border-radius: 5px 0 0 0;}
.modal-form__choose label:last-child .modal-form__choose-icon {border-radius: 0 5px 0 0;}
.modal-form__choose-icon.bgs--telegram {background-color: #61a8de;}
.modal-form__choose-icon.bgs--skype {background-color: #15ace5;}
.modal-form__choose-icon.bgs--discord {background-color: #5865f2;}
.modal-form__choose-icon.bgs--whatsapp {background-color: #1bd741;}
.modal-form__choose-icon.bgs--viber {background-color: #7d3daf;}
.modal-form__choose-icon.bgs--vk {background-color: #44678d;}
.modal-form__choose-icon.bgs--email {background-color: #0ba4e0;}
.modal-form__choose input {display:block; position:absolute; left:0; top:0; border:0; background:0; opacity:0; visibility:visible;}
.modal-form__choose-icon {
  width:100%; height:40px; padding-bottom: 4px; display:flex; align-items: center; justify-content: center; position:relative;
  transition: transform 0.3s ease;
}
.modal-form__choose-icon img {
  width: auto; height: 28px; vertical-align: top;
}
.modal-form__choose-icon::after {
  width: auto; height: auto; content: ' '; display: block;
  position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(255,255,255,0.3); opacity: 0; transition:opacity 0.3s ease;
}
.modal-form__choose input:checked + .modal-form__choose-icon {transform: translateY(6px);}
.modal-form__choose input:checked + .modal-form__choose-icon::after {
  opacity: 1;
}

.modal-form__choose + .modal-form__place {position: relative; z-index: 3; background: #fff;}

.modal-form__boxswith-item {display: none;}
.modal-form__boxswith-item.current {display: block;}


.modal-form__bottom {margin:20px 0 0 0; text-align: center;}
.modal-form__button {
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(#7231CF), color-stop(68%, #c33ca6), to(#ee3fce));
  background: linear-gradient(to right, #7231CF 0%, #c33ca6 68%, #ee3fce 100%);
  color: #fff;
  padding: 15px 40px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  letter-spacing: 0.075em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.modal-form__button:hover {
  box-shadow: inset 0 0 0 25px #fff;
  color: #272733;
}
.modal-form__button[disabled] {
  opacity: 0.5; cursor: default; pointer-events: none;
}

.modal-order__sent-success {
  width: 64px; height: 64px; display: block; margin: 0 auto 20px;
}
.modal-order__sent-text {
  font-weight: bold; font-size: 16px; text-align: center;
}


.modal-form__rules {display: flex; align-items: center;}
.modal-form__rules .modal-form__checkbox {flex: none; margin: 0 10px 0 0;}
.modal-form__rules-label {flex:1 0; font-size: 12px;}

.modal-form__checkbox {width:17px; height:17px; display:inline-block; vertical-align:top; position:relative;
  background-color: #ad39af;
  -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}
.modal-form__checkbox.type-radio { -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.modal-form__checkbox input {width:100%; height:100%; position:absolute; left:0; top:0; margin:0; border:0; background:0; z-index:2; opacity:0;}
.modal-form__checkbox-icon {width:auto; height:auto; display:block; position:absolute; left:0; right:0; top:0; bottom:0; z-index:4;}
.modal-form__checkbox input:checked + .modal-form__checkbox-icon {background:#ad39af url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAbvmRdVM8A/CqiVxYQSsGkTzvBgAAADxJREFUGNNjoAvgY0QTYOMQgAuxc7ExMLAyCXDyw0QYBZhYGQUEmBHq2ZkFgIAFxQwWASYeNGO5eRloDgC4JwE5zYe0nAAAAABJRU5ErkJggg==') no-repeat center center;
  -webkit-background-size:100% 100%; -moz-background-size:100% 100%; background-size:100% 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.modal-form__checkbox input[disabled] + .modal-form__checkbox-icon { left:0; right:0; top:0; bottom:0; background:#f4f4f4;}
.modal-form__checkbox.type-radio,
.modal-form__checkbox input[type="radio"] + .modal-form__checkbox-icon  {-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}


@media all and (max-width: 472px){
  .modal-order__header {padding: 15px 30px;}
  .modal-order__content {padding: 15px 30px;}
}




/*
H - title
 */
.idesc {
  line-height: 1.14;
  font-weight: 500;
  font-size: 14px;
  color: #091D27;
  word-break: break-word;
}

.idesc p {
  line-height: 1.14;
  margin: 16px 0;
  font-weight: 400;
}

.idesc h1, .idesc .h1, .idesc h2, .idesc .h2, .idesc h3, .idesc .h3, .idesc h4, .idesc .h4, .idesc h5, .idesc .h5, .idesc h6, .idesc .h6 {
  margin: 30px 0 12px 0;
  font-weight: 500;
  line-height: 1.24;
}

.idesc ul {
  padding: revert;
  display: revert;
  margin: revert;
  list-style: revert;
  line-height: 1.64;
}

.idesc p + ul {
  margin-top: 10px;
}

.idesc ul > li {
  display: revert;
  margin: revert;
  list-style: revert;
}

.idesc ol {
  padding: revert;
  display: revert;
  margin: revert;
  list-style: revert;
  line-height: 1.64;
}

.idesc p + ul {
  margin-top: 10px;
}

.idesc ol > li {
  display: revert;
  margin: revert;
  list-style: revert;
}

.idesc ul ul, .idesc ul ol, .idesc ol ol, .idesc ol ul {
  margin-left: 20px;
}

.idesc p:first-child, .idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child {
  margin-top: 0 !important;
}

.idesc p:first-child, .idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child, .idesc .h1:first-child, .idesc .h2:first-child, .idesc .h3:first-child, .idesc .h4:first-child, .idesc .h5:first-child, .idesc .h6:first-child {
  margin-top: 0 !important;
}

.idesc p:last-child, .idesc h1:last-child, .idesc h2:last-child, .idesc h3:last-child, .idesc h4:last-child, .idesc h5:last-child, .idesc h6:last-child, .idesc .h1:last-child, .idesc .h2:last-child, .idesc .h3:last-child, .idesc .h4:last-child, .idesc .h5:last-child, .idesc .h6:last-child {
  margin-bottom: 0 !important;
}

.idesc table {
  width: 100%;
  margin: 12px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-collapse: collapse;
}

.idesc table td, .idesc table th {
  padding: 6px 9px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.idesc table tr:first-child td, .idesc table th {
  font-weight: bold;
}

.idesc table tr:hover > td {
  background-color: rgba(0, 0, 0, 0.01);
}

.idesc img {
  max-width: 500px;
  height: auto;
  border-radius: 5px;
}

@media all and (max-width: 520px) {
  .idesc img {
    max-width: 100%;
  }
}



/*
* Используется для разворачивания/сворачивания блока с описанием
 */
.btn-reset {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.text-toggle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-toggle-overflow {
  width: 100%;
  max-height: 140px; /* Установленная высота блока */
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0.7;
}
.text-toggle .btn-text-show {
  display: inline;
}
.text-toggle .btn-text-hide {
  display: none;
}
.text-toggle-btn {
  display: none; /* Кнопка скрыта по умолчанию */
  position: relative;
  z-index: 4;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #a742c7;
  text-decoration: none !important;
  transition: color 0.3s ease;
}
.text-toggle-btn .btn-text-show,
.text-toggle-btn .btn-text-hide {
  border-bottom: 1px dashed #a742c7;
}
.text-toggle-btn:hover {
  color: #ee41ce;
}
.text-toggle-btn:hover .btn-text-show,
.text-toggle-btn:hover .btn-text-hide {
  border-bottom-color: #ee41ce;
}
.text-toggle.show-btn .text-toggle-overflow::after {
  width: auto;
  height: 110px;
  content: " ";
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10 preview */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.text-toggle.show-btn .text-toggle-btn {
  display: inline-flex; /* Кнопка отображается */
}
.text-toggle.expanded .text-toggle-overflow {
  /* max-height: none; Высота блока увеличивается до высоты всего текста */
  opacity: 1;
}
.text-toggle.expanded .text-toggle-overflow::after {
  display: none;
}
.text-toggle.expanded .text-toggle-btn {
  margin-top: 20px;
}
.text-toggle.expanded .text-toggle-btn .btn-text-show {
  display: none;
}
.text-toggle.expanded .text-toggle-btn .btn-text-hide {
  display: inline;
}

