

body, p {
  font-family: 'Gilroy-Regular', sans serif;
  font-size: 18px;
  line-height: 28px;
}

.z-i-2 {
	z-index: 2;
}

a:hover {
	color: var(--main-red) !important;
}

.banner-button a:hover,
.header-top-address a:hover,
.header-button a:hover {
	color: white !important;
}

.cpnb-buttons a:hover {
	color: white !important;
}
.modalCheckBox label {
	color: black;
}

.cpnb-warningBox-show-fade-in {
  max-width: 1770px;
  margin: 0 auto;
  right: 0;
}

@media (max-width: 479px) {
	.cpnb-inner {
  padding: 5px;
}
.cpnb-button {
  display: grid;
  float: left;
  width: 105px;
  margin-right: 5px;
  margin: 5px auto auto 5px;
  font-size: 12px !important;
  line-height: 16px;
}
}

@media (max-width: 1279px) {
.cpnb-message {
  max-height: 64px;
  overflow-y: auto;
  margin-bottom:9px;
  padding-left: 11px;
  padding-right: 11px;
  line-height: 19px;
  padding-top: 9px;
  text-align: left;
}
}


/*
 <-- Топ-хидер и меню -->
*/
.header-top-area {
  background: var(--main-dark);
  padding: 10px 0;
}
.header-top-address ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}
.header-top-address a {
  font-size: 14px;
  color: #fff;
  position: relative;
  top: 2px;
  border-radius: 9px;
}

.header-top-address  .header-phone {
  background: var(--main-red);
  padding: 11px;
}

.header-top-address .header-calculate {
  font-weight: 300;
  text-transform: uppercase;
  animation: 1s pulse infinite;
  border: 1px solid gray;
  padding: 11px;
  background: #828181;
}
.header-top-address  .header-calculate:hover {
	background: var(--main-red);
}

.header-top-address ul :hover {
  background: var(--main-dark);
}
.header-top-address ul li span {
    font-size: 14px;
    color: #fff;
}
.header-top-address ul li i {
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
}
.header-top-social {
    text-align: right;
}
.header-top-social a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-left: 14px;
    transition: .5s;
}
.header-top-social a:hover{
    color: var(--main-red);
}
.header-top-social .follow-company-icon a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 1px;
  filter: grayscale(0.6);
}
.header-top-social .follow-company-icon a:hover { 
   filter: none;
}
.header_top_menu {
    background: #141323;
    height: 61px;
    padding: 12px 0 0;
}

@media(min-width: 991px) and (max-width: 1279px) {
	.header-top-address ul li span {
  font-size: 11px;
  color: #fff;
}
}
	

/*текст меню*/
.header_top_menu_text p {
    color: #fff;
    padding: 0 0 0 18px;
    position: relative;
    z-index: 1;
}

.header_top_menu_text p:before {
    position: absolute;
    content: "";
    left: -12px;
    top: 4px;
    height: 100%;
    width: 100%;
    background: url(../images/resource/hand.png);
    background-repeat: no-repeat;
}

.menu-title {
    margin-right: 10px;
    display: inline-block;
}

.menu-title h6 {
    font-size: 15px;
    font-family: 'FiraSans-Regular';
    font-weight: 500;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
}

.menu-title h6:before {
    position: absolute;
    content: "";
    left: -45px;
    top: 8px;
    height: 2px;
    width: 35px;
    background: var(--main-red);
}

.header_top_menu_icon_inner {
    display: inline-block;
}

.header_top_menu_icon_inner ul li {
    display: inline-block;
    list-style: none;
}

.header_top_menu_icon_inner ul li a {
    color: #1773ea;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 29px;
    border-radius: 50%;
    background: #ffff;
    text-align: center;
}

li.menu-icon a {
    color: #e04b85 !important;
    display: inline-block;
}

/*================================
<--  Меню, навигация -->
==================================*/
.consen_nav_manu {
  background: linear-gradient(90deg,#645e5e 15%,#8b888e 30%,#cecbc9 70%,#797378);
  transition: .5s;
  z-index: 2;
  position: absolute;
  padding: 0 100px;
  left: 0;
  right: 0;
}

.consen_nav_manu.transparent_menu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #5a5668 !important;
  transition: .5s;
  z-index: 9;
}

.sticky .sub-logo-p {
	display: none;
}


nav.consen_menu {
    text-align: right;
}

.consen_menu ul {
    list-style: none;
    display: inline-block;
}

.consen_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.consen_menu > ul > li > a {
  display: block;
  margin: 30px 6px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #2d2c2c;
  font-family: 'Montserrat';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12.5px;
}

nav.consen_menu span {
    font-size: 13px;
    padding-left: 6px;
    font-family: FontAwesome;
    opacity: .5;
}

.consen_menu>ul>li>a:hover {
    color: var(--main-red);
}

/*кнопка меню*/
.header-button {
  display: inline-block;
  padding-left: 22px;
}

.header-button a {
  padding: 12px 15px;
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat';
  position: relative;
  z-index: 1;
  transition: .5s;
}

.header-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: var(--main-dark);
    transform: scale(0);
    transition: .5s;
}

.header-button a:hover:before {
    transform: scale(1);
}

/*меню стиль 2*/
.style-two.consen_nav_manu {
    background: transparent;
    transition: .5s;
    z-index: 2;
    position: relative;
    margin-bottom: -110px;
}

.style-two.sticky {
    background: transparent !important;
    box-shadow: none;
}

.row.header-bg {
    background: #fff;
    border-radius: 5px;
    height: 110px;
    padding: 0 18px;
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    z-index: 1;
}

.style-two nav.consen_menu {
    text-align: left;
}

.style-two .consen_menu>ul>li>a {
    color: #232323;
}

.style-two .header-button {
    padding-left: 18px;
}

.style-two .consen_menu>ul>li>a:hover {
    color: var(--main-red);
}

/* Меню стиль 3 */
.consen_nav_manu.style-three {
    margin-bottom: 0;
}
.consen_nav_manu.style-three.sticky {
  background: #5a5668 !important;
}

/*** Подменю ***/
.consen_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid var(--main-red);
    opacity: 0;
}

.consen_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.consen_menu ul .sub-menu li {
    position: relative;
}

.consen_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-family: 'FiraSans-Regular';
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
}

.consen_menu ul .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: var(--main-red);
    color: #fff !important;
}

/* подменю 2 */
.consen_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.consen_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* подменю 3 */
.consen_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.consen_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.consen_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: var(--main-red);
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'FiraSans-Regular';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* подменю 4 */
.consen_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.consen_menu li a:hover:before {
    width: 101%;
}

.consen_nav_manu.sticky .logo_img {
    display: none;
}

.logo img {
  max-width: 150px;
}
	

.main_sticky {
    display: none;
}

.consen_nav_manu.sticky .main_sticky {
    display: inherit;
}

.consen_nav_manu.sticky .main_sticky img {
  max-width: 170px;
}

.sticky .consen_menu li a {
    color: #fff;
	font-size: 10px;
}

.consen_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.consen_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.consen_nav_manu.style-three .header-button a {
  border: 1px solid #C5CCC7;
  border-radius: 5px;
  font-size: 12px;
}
.consen_nav_manu.style-three .header-button a:before {
    border-radius: 0;
}
.consen_nav_manu.style-three .header-button a:hover{
    border: 1px solid var(--main-dark);
}

/*
<!-- ============================================================== -->
<!-- Слайдер -->
<!-- ============================================================== -->*/
.slider-area {
    background: url(../images/slider/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
    z-index: 1;
    position: relative;
}

.slider2 {
    background: url(../images/slider/hero-bg.jpg);
    background-size: cover;
    background-position: 35%;
    background-repeat: no-repeat;
    height: 890px;
    z-index: 1;
    position: relative;
}

/*контент слайдера*/

.slider-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 10px 56px;
    position: relative;
    z-index: 1;
}

.slider-content h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background: var(--main-red);
}

.slider-content h1 {
    font-size: 58px;
    color: #fff;
    line-height: 1;
}

.slider-content span {
    color: var(--main-red);
}

.slider-content p {
    font-size: 17px;
    color: #B6B9C0;
    margin-top: 30px;
    width: 90%;
}

.slider-thumb img {
    filter: brightness(.5);
}
.banner-thumb img {
	filter: grayscale(0.5)
}

@media screen and (min-width:992px) {
    .slider-thumb {
        padding-left: 3rem;
    }
}

/*Кнопка видео*/
.video-button {
  position: relative;
  width: 90px;
  margin: 25px auto 25px auto;
  height: 90px;
  display: grid;
  align-content: center;
  text-align: center;
  font-size: 70px;
  border-radius: 50%;
  border: 1px solid var(--main-red);
}
.video-button::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  animation: ripple 2s ease-out infinite;
  opacity: 0;
  background: linear-gradient(90deg,#e3dbdbe0 15%,#c6c2cc 30%,#9f9c9b 70%,#bfb1b18c);
  border-radius: 100%;
}
.video-button a {
  background: var(--main-red);
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  display: grid;
  align-content: center;
}

.video-button a i {
  color: white !important;
  font-size: 30px !important;
}
.video-icon {
  position: absolute;
  top: 50%;
  right: -120px;
  border: 1px solid var(--main-dark);
  border-radius: 50%;
  padding: 7px;
  transform: translate(-50%, -50%);
}
.video-icon a {
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  background: var(--main-dark);
  display: inline-block;
  font-size: 113px;
}

/* .banner-area .video-icon::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 90px;
    height: 90px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 2s ease-out infinite;
    opacity: 0;
    background: linear-gradient(90deg,#ddd4d4e0 15%,#8746dd 30%,#bf622a 70%,#e1ac8b);
    border-radius: 100%;
}
.banner-area .video-icon::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 90px;
    height: 90px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 2s ease-out infinite;
    opacity: 0;
    background: linear-gradient(90deg,#ddd4d4e0 15%,#8746dd 30%,#bf622a 70%,#e1ac8b);
    border-radius: 100%;
} */
.style-two.video-icon a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  background: var(--black);
  display: inline-block;
  font-size: 20px;
}
.style-two.video-icon {
  position: absolute;
  top: 95px;
  right: 100%;
  left: 9px;
  border: 0;
  padding: 7px;
  transition: .5s;
}
.style-two.video-icon .social-box  { 
 opacity: 0.5;
  filter: grayscale(0.7);
   border-radius: 0;
}

.case-study-thumb:hover .style-two.video-icon .social-box {
    opacity: 1;
	filter: none;
}

.style-two.socials-icon a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  background: var(--black);
  display: inline-block;
  font-size: 20px;
}
.style-two.socials-icon {
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 100%;
  left: 9px;
  border: 0;
  padding: 7px;
  transition: .5s;
}
.style-two.socials-icon .social-box {
  opacity: 0.8;
  filter: grayscale(0.7);
  border-radius: 0;
}

.case-study-thumb:hover .style-two.socials-icon .social-box {
    opacity: 1;
	filter: none;
}
.single_team:hover  .style-two.socials-icon .social-box {
    opacity: 1;
	filter: none;
}

/* Кнопки мессендежров */
ul.social-box {
    margin: 30px 0 0;
	transition: 0.5s all;
}

ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}
.vspl-contacts ul.social-box li {
  display: block;
  list-style: none;
  margin: 0 6px 6px 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    color: var(--white);
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: var(--main-red);
    color: #fff;
}

/*видео*/
.style-three .upp.style-two.video-icon {
    position: absolute;
    top: 40px;
    right: 169px;
    left: inherit;
    border: 0;
    border-radius: 50%;
    padding: 7px;
    transition: .5s;
    opacity: 1;
}

.style-three .upp.style-two.style-two.video-icon a {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: var(--main-red);
    display: inline-block;
    font-size: 16px;
}


/***Слайдер 2***/

.slider2 .slider-content h1 {
    font-size: 66px;
}

.slider2 .slider-content p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    max-inline-size: 40ch;
    line-height: 30px;
    position: relative;
    z-index: 1;
    border-left: 3px solid var(--main-red);
    padding-left: 1rem;
}

.slider2 .slider-button a {
    padding: 13px 40px;
    display: inline-block;
}

.slider2 .slider-button a i {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 6px;
    width: inherit;
    height: inherit;
    background: inherit;
    color: #fff;
    transition: .5s;
}

.slider2 .slider-button a:hover i {
    background: #fff;
    color: var(--main-red);
}

.slider-shape-thumb3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.slider-shape-thumb4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: moveLeftBounce 3s linear infinite;
}

.slider-shape-thumb5 {
    position: absolute;
    left: 85px;
    top: 310px;
    z-index: -1;
}

.slider-shape-thumb6 {
    position: absolute;
    left: 40%;
    top: 18%;
}

.slider-shape-thumb7 {
    position: absolute;
    left: 165px;
    bottom: 101px;
}

.slider-shape-thumb8 {
    position: absolute;
    left: 46%;
    top: 18%;
}

.slider-shape-thumb9 {
    position: absolute;
    left: 49%;
    bottom: 7%;
    z-index: -1;
}

/**
======================================================
<--  Заголовки секций -->
======================================================**/

.banner-area {
    background-color: var(--main-dark);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
	padding: 65px 0 0 0;
}

.banner-area.style-two {
    background-color: var(--main-dark);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
	 padding: 65px 0 0 0;
}

.banner-area, .banner-area.style-two {
  overflow: hidden;
  min-height: 93vh;
}

.banner-content h3 {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 23px 10px 82px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    margin-bottom: 22px;
}

.banner-content h3::before {
    position: absolute;
    content: "";
    left: 22px;
    top: 19px;
    height: 2px;
    width: 45px;
    background: var(--main-red);
}
.banner-content .sub-p {
  max-width: 100%;
  background: rgba(51, 49, 49, 0.67);
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 10px 23px 10px 82px;
  font-weight: 500;
  border-radius: 30px;
  position: relative;
  margin-top: 120px;
  text-transform: uppercase;
  line-height: 21px;
}

.banner-content .sub-p::before {
    position: absolute;
    content: "";
    left: 22px;
    top: 19px;
    height: 2px;
    width: 45px;
    background: var(--main-red);
}

.banner-content h1 {
    font-size: 45px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.banner-content h2 {
  font-size: 25px;
  color: #fff;
  margin: 13px 0 0 0;
  font-weight: 300;
  border-top: 1px solid rgba(221, 215, 215, 0.43);
  padding-top: 13px;
  display: inline-block;
  font-family: 'Gilroy-Light', sans serif;
  text-transform: none;
}

.banner-content p {
  max-width: 80%;
  color: #fff;
  font-size: 18px;
  padding: 30px 0 24px;
}

.banner-button a {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  background: var(--main-red);
  padding: 14px 35px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.banner-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--main-dark);
    transform: scale(0);
    transition: .5s;
}

.banner-button a:hover:before {
    transform: scale(1);
}

.banner-year-thumb {
  position: absolute;
  right: -70px;
  top: 25px;
  z-index: 1;
}

.banner-list .owl-dots {
    text-align: center;
    padding: 18px 0 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.case-study-area .banner-list .owl-dots {
    bottom: -30px;
}

.consen-section-title h2 {
    font-size: 26px;
    margin: 0;
}

.consen-section-title span {
    color: var(--main-red);
}

.consen-section-title p {
    padding: 13px 0 0;
}

.consen-section-title h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    margin: 0 0 16px;
    position: relative;
    margin-left: 53px;
    display: inline-block;
}

.consen-section-title h5:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -53px;
    height: 2px;
    width: 41px;
    background: var(--main-red);
}

.upper.consen-section-title h5 {
    left: 0px;
    margin-left: 0;
}

.upper.consen-section-title h5::before {
    position: absolute;
    content: "";
    top: 10px;
    left: -55px;
    margin: auto;
    height: 2px;
    width: 41px;
    background: var(--main-red);
}

.upper.consen-section-title h5:after {
    position: absolute;
    content: "";
    top: 10px;
    right: -55px;
    margin: auto;
    height: 2px;
    width: 41px;
    background: var(--main-red);
}


.service-area {
    padding: 120px 0 80px;
}

.dreamit-service-box {
    padding: 0px 25px 30px;
    background-color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.dreamit-service-box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../images/resource/box-bg.png);
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-number h1 {
    font-size: 55px;
    opacity: 10%;
    position: absolute;
    top: 0;
    left: 10px;
    margin: auto;
}

.service-button a {
    padding: 8px 18px 8px 24px;
    font-size: 15px;
    font-family: 'FiraSans-Regular';
    border-radius: 22px;
    background-color: #ffffff;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.1);
    display: inline-block;
    margin-top: 11px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--main-dark);
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
}

.service-button a i {
    font-size: 18px;
    color: var(--main-red);
    display: inline-block;
    position: relative;
    top: 2px;
    transition: .5s;
}

.consen-button {
	text-align: right;
}
.consen-button a {
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.consen-button a i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 25px;
  text-align: center;
  color: var(--white);
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 3px;
  transition: .5s;
}

.consen-button a:hover:before {
    width: 100%;
    left: 0;
}

.consen-button a:hover i {
    background: var(--main-red);
    color: #fff;
}


.dreamit-service-box:hover .em-service-title h2,
.dreamit-service-box:hover .em-service-text p {
    color: #fff;
}

.dreamit-service-box:hover .em-service-text p {
    color: #fff;
}

.dreamit-service-box:hover .em-service-icon img {
    filter: brightness(0) invert(1);
}

.dreamit-service-box:hover .em-service-icon {
    background: var(--main-red);
}

.dreamit-service-box:hover .service-button a:before {
    transform: scale(1);
}

.dreamit-service-box:hover .service-button a {
    color: #fff;
    border: 1px solid #fff;
}

.dreamit-service-box:hover .service-button a i {
    color: #fff;
}

.dreamit-service-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}


.upper .row.serivce-bg {
    position: relative;
    z-index: 1;
    top: 0;
    margin-top: -130px;
}

.style-three .dreamit-service-box {
    padding: 36px 15px 30px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.style-three .dreamit-service-box::before {
    background: url(../images/resource/box-bg3.png);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.style-three .service-bar {
    background: var(--main-red);
    height: 2px;
    width: 64px;
    position: relative;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: 0 auto 19px;
    transition: .5s;
}

.style-three .service-bar:before {
    height: 2px;
    transition: .5s;
}

.style-three .service-button a {
    padding: 10px 22px;
    font-size: 15px;
    font-family: 'FiraSans-Regular';
    border-radius: 30px;
    background-color: #f6f5f5;
    border: 0;
}


.style-three .dreamit-service-box:hover .em-service-icon1 img {
    filter: brightness(0) invert(1);
}

.style-three .dreamit-service-box:hover .service-bar {
    background: #fff;
}

.style-three .dreamit-service-box:hover .em-service-icon1:after {
    background: #FF784E;
}

.style-three .dreamit-service-box:hover .service-bar:before {
    background: var(--main-red);
}

.style-three .dreamit-service-box:hover .em-service-title h3 {
    color: #fff;
}

.style-three .dreamit-service-box:hover .service-button a {
    color: #fff;
    border: 0;
}

.service-rows {
	margin-top: 60px;
}

.service-bottom-text {
    text-align: center;
    padding: 25px 0 0;
}

.service-bottom-text p {
  font-size: 12px;
  color: #F4F4F4;
  padding-bottom: 35px;
}

.service-bottom-text p a {
  margin-top: 13px;
  padding: 6px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #fff !important;
  background: var(--main-red);
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 13px;
  border-radius: 5px;
}

.service-bottom-text p a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--main-dark);
  transform: scale(0);
  transition: .5s;
}

.service-bottom-text p a:hover:before {
    transform: scale(1);
	color: white !important;
}

.service-area.new-style {
    background: #fff;
}

.service-area.new-style .single-service-box {
  margin: 0 auto 30px auto;
  border: 1px dashed #CCCCCC;
  padding: 10px;
  transition: .5s;
  border-radius: 5px;
  max-width: 450px;
}

.service-icon-thumb {
    position: relative;
    margin-top: -50px;
    margin-left: 20px;
	z-index: 1;
}
.service-icon-thumb img {
	transform: none !important;
}

.service-box-thumb {
	overflow: hidden;
}

.service-area.new-style .service-box-thumb img {
    width: 100%;
}

.single-service-box img {
	filter: grayscale(0.6);
	transition: 2s all;
}

.single-service-box:hover img {
	transform: scale(1.1);
	filter: none;
	overflow: hidden;
}

.service-area.new-style .service-content {
    padding: 15px 20px 12px;
}

.service-area.new-style .service-content h2 {
    font-size: 18px;
}

.service-area.new-style .service-content p {
    padding-top: 12px;
}



.service-area.new-style .single-service-box:hover{
    border-color: var(--main-red);
}

.service-area.new-style .service-content a:hover{
    color: var(--main-red);
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: var(--main-red);
    border-radius: 0 4px 4px 0;
}

.upper button.icons {
    height: 56px;
    width: 56px;
}

.widget-title2 h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    color: #ffff;
    padding: 31px 0 40px;
}

.widget-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: var(--main-red);
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.widget-button a i {
    margin-right: 5px;
}

/* Contact form */
.contract-form-bg {
    padding: 15px 35px 40px;
    background: #fff;
    border-radius: 3px;
    width: 430px;
    position: relative;
    z-index: 1;
    margin-top: -140px;
    left: 100px;
}

.contract-form-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: #FF3C00;
    z-index: -1;
    border-radius: 3px 3px 0 0;
}

.contract-form-bg:after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/resource/square-line.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

.block-insert {
  position: absolute;
  margin-top: 12.5%;
  z-index: 2;
  width: 94%;
}

/*form title*/
.contact-form-title {
    padding: 0 0 72px;
}
.contact_from_box {
  margin: 45px 0;
  background: rgba(227, 225, 225, 0.21);
  padding: 25px;
  border-radius: 13px;
}

.contact_from_box h3 {
  color: white;
  font-size: 21px;
  max-width: 90%;
  font-weight: 300;
  border-bottom: 1px solid rgba(227, 222, 222, 0.51);
  display: inline-grid;
  padding-bottom: 13px;
}

.contact_from_box p {
	color: white;
}

.contact-form-title h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.contact-form-title p {
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0;
}

/*form input*/
.form_box input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}

.checkdata input {
  width: 10%;
  height: 25px;
  float: left;
}

.checkdata p  {
  color: white;
  font-size: 14px;
}

.checkdata a {
	color: white !important;
	border-bottom: 1px dashed white;
}

.form_box textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: #232323;
    transition: .5s;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #FF3C00;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.quote_button button {
    padding: 13px 15px;
    background: #10102E;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    transition: .5s;
}

.quote_button button i {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #FF3C00;
    transition: .5s;
}

.quote_button button:hover {
    color: #fff;
    background: var(--main-red);
}

.quote_button button:hover i {
    color: #fff;
}

/* Contact form END */

.about-area {
  padding: 120px 0 120px;
  position: relative;
  background-image: url(/images/resource/leaf-shape.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
}

.float-text {
  visibility: visible !important;
  animation-name: zoomInRight !important;
  position: absolute;
  top: 120px;
  left: 99%;
  font-size: 21px;
  color: #0f0f0f;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  display: inline-block;
  width: 100vh;
  font-family: 'FiraSans-Regular';
  font-weight: 600;
  opacity: 0.1;
}
.about-section {
	padding-bottom: 25px !important;
}
.about-section .float-text {
	position: relative;
}

.about-area .dreamit-about-thumb {
  margin: 0px 0 0 -50px;
  position: relative;
  z-index: 1;
}
.about-presentation {
	max-width: 500px;
	margin: 0 auto;
	float: none;
}

/* Секция все услуги Агентства */
.all-offers {
	padding: 85px 0 60px 0;
}
.offer-block {
	margin-bottom: 55px;
	overflow: hidden;
}
.offer-block .video-button {
   position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.offer-block-img {
	overflow: hidden;
}
	
.offer-block-img img {
	max-width: 100%;
	width: 100%;
}
.offer-block:hover .style-two.socials-icon .social-box {
  opacity: 1;
  filter: none;
}
.offer-block:hover .offer-block-img img {
  transform: scale(1.2);
   transition: transform 2s;
}

.offer-block-text {
  max-width: 450px;
  margin: 0 auto;
  width: inherit;
  text-align: justify;
}

/* .offer-block-text h5 {
  position: absolute;
  top: 55%;
  background: linear-gradient(90deg,#fbf8f80d 15%,#e9e6ec5e 30%,#cecbc959 70%,#f06bdb24);
  color: white;
  padding: 8px;
  bottom: 0;
  height: 35px;
  width: auto;
  overflow: hidden;
  display: grid;
  align-content: center;
  letter-spacing: 2px;
  font-size: 90%;
  text-align: left;
} */

.offer-block-text h5 {
  position: absolute;
  top: 50%;
  background: linear-gradient(90deg,#fbf8f80d 15%,#e9e6ec5e 30%,#cecbc959 70%,#f06bdb24);
  color: white;
  padding: 13px;
  bottom: 0;
  height: 55px;
  overflow: hidden;
  display: inline-grid;
  align-content: center;
  letter-spacing: 2px;
  font-size: 100%;
  text-align: left;
  max-width: 400px;
}


.offer-block .h-special {
  font-size: 14px;
  max-width: 90%;
}
.offer-block-text .p-1 {
  position: relative;
  top: 13px;
  line-height: 19px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px dotted rgb(223, 220, 220);
  min-height: 65px;
  display: grid;
  align-content: center;
}
.offer-block-text .p-2 {
  line-height: 24px;
  font-size: 15px;
  padding: 0 0 25px 0 !important;
  margin-top: 20px;
  border-bottom: 1px solid rgb(220, 0, 0);
  display: grid;
  align-content: center;
  min-height: 180px;
}

.offer-block-text-2 .p-2 {
  line-height: 24px;
  font-size: 15px;
  padding: 0 0 25px 0 !important;
  margin-top: 20px;
  border-bottom: 1px solid #5a5668;
  display: grid;
  align-content: baseline;
  min-height: 230px;
}
.offer-block-text-2 .p-2 strong {
	margin-bottom: 5px;
}

.offer-block-2 {
	float: left;
	overflow: hidden;
}
.offer-block-2 .service-icon-thumb  {
	filter: grayscale(0.7);
}
.offer-block-2 .service-icon-thumb img {
	width: 60px;
}
.offer-block-2 .service-icon-thumb {
  position: relative;
  margin-top: -34px;
  margin-left: 20px;
  z-index: 1;
  filter: grayscale(0.7);
}
.offer-block-2-img {
	overflow: hidden;
}
.offer-block-2-img img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
  /* border-radius: 0 0 25px 25px; */
  box-shadow: 0px 11px 24px #939090;
  z-index: 1;
  position: relative;
}

@media (min-width: 1200px) {
	.offer-block-2-img img {
  filter: grayscale(0.5);
}
}
.offer-block-img img {
  width: auto;
  filter: brightness(0.8);
  margin: 0 auto;
  display: block;
}
	
.offer-block-2 h2 {
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  max-width: 60%;
  margin: 0 auto 20px auto;
  font-weight: 500;
}
.offer-block-2 p {
  margin: 0 auto 25px auto;
  padding: 9px;
  display: grid;
  align-content: center;
  min-height: 120px;
  width: 80%;
}
.offers-intro-row-add {
  background-image: url(/images/backgrounds/ladder.png);
  padding: 60px 0 80px 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-color: rgb(220, 214, 211);
}
.offers-intro-row-add .banner-button {
	text-align: center;
}
.offers-intro-row-add .banner-button a {
	margin-top: 25px;
}

/* Секция все услуги Агентства END */

/* Секция баннер-разделитель */

.banner-divider {
	background-image: url(/images/backgrounds/slide-banner.jpg);
	background-size: cover;
	background-position: center center;
}

/* Секция баннер-разделитель END */
.dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 2px 0 10px;
    font-style: italic;
}

.dreamit-icon-title h4 span {
    color: var(--main-red);
}

.dreamit-icon-list ul li {
  display: inline-block;
  list-style: none;
  padding: 14px 0 0px;
  width: 100%;
  font-size: 16px;
}

.dreamit-icon-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--main-red);
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 10px;
}


.about-button a {
  padding: 5px 11px 11px 22px;
  font-family: 'Gilroy-Regular';
  color: #fff;
  background: var(--darkblue);
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--darkblue);
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 38px;
  text-transform: uppercase;
  font-size: 12px;
}

.about-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #1e1c1c;
    transition: .5s;
}

.about-button a i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: white;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 3px;
  transition: .5s;
}

.about-button a:hover {
    color: white;
}

.about-button a:hover:before {
    width: 100%;
    left: 0;
}

.about-button a:hover i {
    background: var(--main-red);
    color: #fff;
}

.about-shape-thumb1 {
  position: absolute;
  right: 0;
  bottom: -92px;
  z-index: -1;
}

.about-shape-thumb2 {
    position: absolute;
    right: 72px;
    top: -111px;
}

.ceo-cod-area {
  background: url(../images/resource/leaf-shape.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  padding: 70px 0 65px;
}

p.about-text {
  font-size: 17px;
  font-weight: 500;
  font-family: 'FiraSans-Regular';
  color: #232323 !important;
  line-height: 27px;
  font-style: italic;
  opacity: inherit;
  margin-bottom: 12px;
  text-align: justify;
}

p.about-text2 {
    opacity: inherit;
    padding: 0;
}

.dreamit-ceo-title h4 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'FiraSans-Regular';
  padding: 8px 0 0 32px;
  position: relative;
  z-index: 1; 
}

.dreamit-ceo-title h4:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 18px;
    width: 22px;
    border: 1px solid var(--main-red);
}

.dreamit-ceo-title span {
    font-size: 15px;
    padding: 7px 0 0;
    display: inline-block;
}

.style-two.about-area .about-button a {
    margin-top: 28px;
}

.dreamit-about-thumb1 {
    margin-right: 64px;
}

.dreamit-about-thumb1 img {
  max-width: 360px;
  width: auto;
}

.about-shape-box {
    position: relative;
    z-index: 1;
}

.about-shape-thumb img {
  position: absolute;
  top: -160px;
  left: 26px;
}

.style-three.about-area {
    background: #fff;
}

.upper.style-three.about-area {
    padding: 90px 0 90px;
}

p.about-text1 {
  opacity: inherit;
  padding: 16px 0 0;
  text-align: justify;
}

.about-area-uslugi-p {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Gilroy-Light';
  margin-bottom: 13px;
  color: #666363;
  text-transform: none;
  border-bottom: 1px solid lightgray;
  padding-bottom: 35px !important;
  font-style: italic;
}

.dreamit-icon-list p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 21px;
  border-top: 1px solid lightgray;
  padding-top: 9px;
  font-weight: 600;
}

.introcontent-img {
  max-width: 25px;
  margin-right: 9px;
  opacity: 0.4;
  display: none;
}

.introcontent-img-2 {
  width: auto;
  position: absolute;
  left: -150px;
  z-index: -1;
  top: -55px;
}

.listed img {
	max-width: 30px;
}

.style-three.about-area .dreamit-about-thumb {
    margin: 0px 0 0 -72px;
}

.style-three .dreamit-icon-list ul {
  margin-top: 13px;
}

.style-three .dreamit-icon-list ul li {
  width: 100%;
  padding: 6px 0 0px;
}

.style-three .dreamit-icon-list ul li span {
  color: #444141;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Arial';
  letter-spacing: 1px;
}

.style-three .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: 16px;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: var(--main-red);
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.style-three .about-button a {
    padding: 14px 37px;
    font-family: 'FiraSans-Regular';
    font-weight: 500;
    color: #fff;
    background: var(--main-red);
    display: inline-block;
    border-radius: 30px;
    border: 1px solid var(--main-red);
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 31px;
    font-size: 16px;
}

.style-three .about-button a i {
    font-size: 19px;
    width: 0;
    height: 0;
    line-height: 0;
    color: #fff;
    margin-left: 22px;
    top: 2px;
    left: -24px;
}

.style-three .about-button a:hover {
    color: var(--main-red);
}

.style-three .about-button a:hover i {
    color: var(--main-red);
}

.progress-box {
    width: 600px;
    margin: 35px auto 0 0px;
    font-family: 'FiraSans-Regular';
}

.circle_percent {
    font-size: 80px;
    width: 80px;
    height: 80px;
    position: relative;
    background: #FFEAE3;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 20px 0 0;
    z-index: 1;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: var(--main-red);
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: var(--main-red);
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 22px;
    line-height: 26px;
    color: #232323;
    text-align: center;
}

.extra-progress {
    display: inline-block;
    padding: 0 0 0 70px;
}

.circle-progress-title {
    display: inline-block;
}

.circle-progress-title h4 {
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    position: relative;
    top: -30px;
}

.style-three .about-shape-thumb1 {
    position: absolute;
    left: -191px;
    bottom: -98px;
    z-index: 1;
}

.cta-agency-section .about-shape-thumb1 {
  position: absolute;
  right: 44%;
  bottom: 20%;
  z-index: 1;
  opacity: 0.7;
}
.cta-agency-content .p-inform {
	border: none;
	font-size: 11px;
	line-height: 15px;
	max-width: 400px;
	border-top: 1px solid grey;
	padding-top: 11px;
	border-radius: 0;
}
.cta-intro h2 {
	font-size: 40px;
	font-family: 'Arial';
}

.cta-agency-section  .section-title .introspan {
	font-size: 25px;
}

.style-three .about-shape-thumb3 {
    position: absolute;
    right: 37px;
    top: -4px;
    z-index: -1;
}

.upper1.style-three.about-area {
    padding: 88px 0 82px;
    background: url(../images/resource/credistories-bg.png);
}

.upper1.style-three.about-area .dreamit-about-thumb {
    margin: 0px 0 0 30px;
}

.upper1.style-three .about-shape-thumb3 {
    position: absolute;
    right: -68px;
    top: -4px;
    z-index: -1;
}

.about-area.new-style {
    background: url(../images/about/about-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-area.new-style .about-thumb {
    position: relative;
    margin-left: -100px;
    margin-right: 50px;
}

.about-area.new-style .about-thumb img {
    width: 100%;
}

.about-area.new-style .about-icon-thumb {
    float: left;
    margin-right: 20px;
}

.about-area.new-style .about-icon-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.about-area.new-style .about-icon-box.border-non {
    border-bottom: none;
}

.about-area.new-style .about-box-content {
    overflow: hidden;
}

.about-area.new-style .about-box-content h2 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-top: 0;
}

.new-button a {
    display: inline-block;
    background: var(--main-red);
    padding: 14px 35px;
    color: #fff;
    border-radius: 30px;
    position: relative;
	top: 35px;
    z-index: 1;
}

.new-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: var(--main-dark);
    transform: scale(0);
    transition: .5s;
}

.new-button a:hover:before {
    transform: scale(1);
}

.counter-area {
  background-image: url(../images/backgrounds/process-bg.png);
  background-size: cover;
  padding: 0 0 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.counter-vip {
    padding: 85px 0 0;
}

.counter-vip .banner-button {
	margin: 35px auto auto;
}

.counter-vip .counter-box {
  padding: 9px;
  min-height: 130px;
}
	

.counter-title {
	text-align: center;
}

.couter-top-title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 76px;
}

.couter-top-title h3:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.couter-top-title h3:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.counter-title h4 {
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.counter-title span {
    font-size: 48px;
    font-weight: 600;
    display: inline-block;
    color: var(--main-red);
}

.counter-title p {
    color: #9D9EA6;
}

/* Баннер разделитель */

.banner-divider h2 {
	font-size: 20px;
}

/***
======================================================
<--  Список услуг -->
======================================================***/
.case-study-area {
    background: url(../images/backgrounds/house-bgr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 92px 0 95px;
}

.row.case-study-bg {
    position: relative;
    z-index: 1;
}

.case-study-single-box {
    border-radius: 3px;
    margin-bottom: 30px;
}

.case-study-thumb img {
    width: 100%;
}

.case-study-thumb {
    position: relative;
    z-index: 1;
	transition: 0.5s all;
}

.case-study-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
	background-image: linear-gradient(0deg, rgba(3, 4, 34, 0.902) 0%, rgba(3, 4, 34, 0.902) 24%, rgba(3, 3, 33, 0) 62%, rgba(3, 3, 33, 0) 100%);
}
.case-study .banner-button a {
  float: left;
  padding: 9px;
  margin-right: 9px;
  margin-left: 18px;
  text-align: center;
  filter: grayscale(0.9);
  opacity: 0.6;
}
.case-study-thumb:hover .banner-button a {
  filter: none;
  opacity: 1;
}
.banner-button .zakaz, .button-zakaz {
  background: var(--main-red) !important;
}
.banner-button .inform, .button-inform {
  background: var(--main-red) !important;
}
.button-zakaz, .button-inform  {
  color: white;
  padding: 13px;
  font-size: 15px;
}

.case-study-content {
    position: absolute;
    bottom: 24px;
    left: 30px;
    right: 0;
    margin: auto;
    transition: .5s;
}

.case-study-title h6 {
  font-size: 17px;
  color: var(--white);
  font-weight: 600;
  padding: 0 0 0 32px;
  position: relative;
  transition: .5s;
  letter-spacing: 1.3px;
  width: 90%;
  line-height: 22px;
}

.case-study-title h6:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 10px;
    width: 22px;
    border: 1px solid var(--main-red);
}

.case-study-title h3 {
	font-family: 'Gilroy-Regular', sans serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

.case-study-title h3 a {
    color: #fff;
    font-weight: 600;
}

.case-button a {
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    opacity: 0;
    transition: .5s;
}

.case-button a i {
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.case-study-thumb:hover .case-study-content {
    bottom: 28px;
}

.case-study-thumb:hover .case-button a {
    opacity: 1;
}

.case-study-thumb:hover .case-study-title h6 {
    color: #fff;
}

.case-study-thumb:hover .case-study-title h6:before {
    border: 1px solid #fff;
}

.case-study-thumb:hover:before {
    background-image: linear-gradient(0deg, rgba(3, 4, 34, 0.902) 0%, rgba(3, 4, 34, 0.902) 24%, rgba(3, 3, 33, 0) 62%, rgba(221, 21, 21, 0) 100%);
}
.case-study-thumb:hover:before .case-study-thumb img {
	filter: none;
}

.case-shape-thumb {
    position: absolute;
    right: -255px;
    top: 55px;
}

.case-shape-thumb1 {
  position: absolute;
  left: -210px;
  top: -196px;
}
.case-shape-thumb1 img {
  max-width: 290px;
}

/*owl carousel*/
.owl-dots {
    text-align: center;
    padding: 18px 0 0;
}

.owl-dot {
    width: 19px;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    display: inline-block;
    margin-right: 10px;
}

.owl-dot.active {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--main-red);
    display: inline-block;
    position: relative;
    top: 4px;
}

.inf-promo-area {
	overflow: hidden;
  background-image: url(../images/backgrounds/finance.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  padding: 120px 0 0px;
  background-color: var(--grey-back);
}

p.inf-promo-text1 {
    opacity: inherit;
    padding: 20px 0 0;
    margin: 0 auto 13px auto;
	max-width: 950px;
}
.inf-promo-text1 span  {
	color: black;
	display: block;
	margin: 9px auto auto;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	border-top: 1px solid rgba(100, 97, 97, 0.26);
	padding-top: 3px;max-width: 590px;
}
p.inf-promo-text-0 {
    opacity: inherit;
    padding: 11px 0 0;
    margin: 0 auto;
}
p.inf-promo-text-0 strong {
  display: block;
  font-size: 20px;
  color: var(--main-red);
}

.inf-promo-area .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: var(--main-red);
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.inf-promo-area .dreamit-icon-list ul li span {
    color: #232323;
    font-weight: 400;
    font-family: "FiraSans-Regular";
}

.inf-promo-thumb {
    position: relative;
    z-index: 1;
    left: 120px;
}

.credistories-button a {
    padding: 14px 38px;
    font-family: 'FiraSans-Regular';
    font-weight: 500;
    color: #fff;
    background: var(--main-red);
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 38px;
}

.credistories-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.credistories-button a i {
    font-size: 19px;
    color: #fff;
    padding-right: 5px;
    position: relative;
    top: 2px;
    transition: .5s;
}

.credistories-button a:hover {
    color: var(--main-red);
}

.credistories-button a:hover:before {
    width: 100%;
    left: 0;
}

.credistories-button a:hover i {
    color: var(--main-red);
}

.inf-promo-shape-thumb {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.inf-promo-shape-thumb2 {
    position: absolute;
    top: -56px;
    left: -43px;
}

.inf-promo-shape-thumb3 {
    position: absolute;
    left: -192px;
    bottom: -30px;
}

.inf-promo-shape-thumb4 {
    position: absolute;
    right: 8px;
    bottom: -18px;
    z-index: -1;
    animation: moveLeftBounce 3s linear infinite;
}

.style-three.case-study-area {
	background: white;
   /*  background: linear-gradient(90deg,#e3dfdfe0 15%,#f6f5f7 30%,#dfd9d5 70%,#aca8a5) !important; */
    padding: 95px 0 50px;
}

.study-area-sp {
  background: linear-gradient(90deg,#e3dfdfe0 15%,#f6f5f7 30%,#dfd9d5 70%,#aca8a5) !important;
}

.study-area-sp  .consen-section-title p  {
  font-size: 20px;
  font-weight: 600;
}

.portfolio_nav {
    margin-bottom: 40px;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
}

.portfolio_nav ul li {
    background: #F6F5F5;
    font-size: 15px;
    font-family: 'FiraSans-Regular';
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 30px;
}

.portfolio_menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: .5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: var(--main-red);
}

.case-study-thumb2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.case-study-thumb2::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    content: "";
    opacity: 0;
    transition: .5s;
}

.case-study-thumb2 img {
    width: 100%;
}

.case-study-title h3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
  border-top: 1px solid rgba(217, 204, 204, 0.52);
  padding-top: 5px;
  width: 90%;
  margin: 11px auto auto auto;
}

.style-three .case-study-content {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}

.case-study-content-inner {
    position: relative;
    z-index: 1;
}

.case-study-content-inner:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    background: url(../images/resource/port.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 160px;
}

.style-three .case-study-title {
    padding: 0 0 27px 30px;
}

.style-three .case-study-title h3 {
    line-height: 26px;
}

.style-three .case-study-title h3 a {
    color: #fff;
    font-weight: 500;
}

.style-three .case-study-title h6 {
    color: #fff;
}

.style-three .case-study-title h6:before {
    border: 1px solid #fff;
}

.style-three .style-two.video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: var(--main-red);
    display: inline-block;
    font-size: 13px;
}

.single_portfolio_icon {
    position: absolute;
    right: 168px;
    top: 20px;
    opacity: 0;
    transition: .5s;
}

.single_portfolio_icon a i {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: var(--main-red);
    display: inline-block;
    font-size: 16px;
}

.case-study-thumb2:hover .case-study-content {
    bottom: 0px;
    opacity: 1;
}

.case-study-thumb2:hover .style-two.video-icon {
    top: 40px;
    opacity: 1;
}

.case-study-thumb2:hover .single_portfolio_icon {
    right: 100px;
    opacity: 1;
}

.case-study-thumb2:hover:before {
    opacity: 1;
}

.port-shape-thumb {
  position: absolute;
  left: 2%;
  top: -5px;
  z-index: -1;
}
@media (max-width: 1199px) {
.port-shape-thumb  img {
	max-width: 160px;
}
}

.port-shape-thumb2 {
    position: absolute;
    right: -149px;
}

.port-shape-thumb2 {
    position: absolute;
    top: -147px;
    right: -240px;
    z-index: 11;
}

.portfolio-area {
    background: #fff;
    padding: 92px 0 70px;
}

.portfolio-area .row.prtb-bg {
    padding: 0 100px;
}

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

.portfolio-thumb {
    position: relative;
}

.portfolio-thumb:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    transition: .5s;
    opacity: 0;
}

.single-portfolio:hover .portfolio-thumb:before{
    opacity: 1;
}
.portfolio-thumb img {
    width: 100%;
    border-radius: 5px;
}

.portfolio-content {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    text-align: left;
    background: var(--main-red);
    margin: auto;
    padding: 5px 30px 18px;
    width: 92%;
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
}

.portfolio-title h3 a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.portfolio-title span {
    color: #fff;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.single-portfolio:hover .portfolio-content{
    bottom: 30px !important;
    opacity: 1;
}


.row.process-bg {
    position: relative;
    z-index: 1;
}

.process-area .consen-section-title {
	padding-bottom: 3rem;
}

.process-single-box {
    padding: 67px 22px 15px;
    border-radius: 3px;
    background-color: #c4bebe;
    filter: drop-shadow(0px 10px 30px rgba(116, 100, 95, 0.2));
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}

.process-single-box .process-number {
    margin-bottom: 40px;
}

.upper.process-single-box {
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}

.upper1.process-single-box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
    padding-bottom: 32px;
}

.upper2.process-single-box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    padding-bottom: 32px;
}

.process-single-box:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    background: url(../images/resource/bx-bg.png);
    transition: .7s;
    border-radius: 3px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.process-number span {
    font-size: 24px;
    font-weight: 500;
    font-family: 'FiraSans-Regular';
    line-height: 26px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.process-number span:before {
    position: absolute;
    content: "";
    left: -24px;
    top: -15px;
    width: 60px;
    height: 55px;
    background: url(../images/resource/process-i1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .5s;
}

.process-number span:after {
    position: absolute;
    content: "";
    left: -24px;
    top: -15px;
    width: 60px;
    height: 55px;
    background: url(../images/resource/process-i2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.process-title h3 {
    font-size: 16px;
    color: var(--main-red);
    font-weight: 600;
    font-family: "FiraSans-Regular";
    transition: .5s;
    margin-top: 0;
    margin-bottom: 8px;
}

.process-title span {
    color: #232323;
    transition: .5s;
}

.process-title p {
  transition: .5s;
  font-size: 13px;
  line-height: 19px;
}

.process-area .about-button a {
    margin-top: 17px;
}

.process-single-box:hover:before {
    width: 100%;
    opacity: 1;
    height: 100%;
}

.process-single-box:hover .process-number span:after {
    opacity: 1;
}

.process-single-box:hover .process-title span,
.process-single-box:hover .process-title p {
    color: #fff;
}

.wyc-online {
    position: relative;
    z-index: 1;
}

.style-two.process-area {
    padding: 95px 0 170px;
    position: relative;
    z-index: 1;
}

.process-extra-area.style-two {
    position: relative;
    margin-top: -145px;
}

.style-two .row.process-bg {
    padding: 70px 0 17px;
    background: url(../images/backgrounds/process-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}

.style-two .process-single-box2 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 20px;
}

.style-two .process-title h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: "FiraSans-Regular";
    transition: .5s;
}

.style-two .process-title h3 span {
  font-size: 95px;
  font-family: 'sans-serif';
  color: #d0c7c7;
  position: relative;
  top: -25px;
  opacity: 0.3;
  display: block;
  float: left;
}

.style-two .process-title p {
    color: #fff;
}

.process-text p {
    color: #9C9CA3;
}

.team_area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 240px 0 140px;
    margin-top: -141px;
}

.single_team {
    margin-bottom: 30px;
}

.single_team_thumb1 {
    position: relative;
    z-index: 1;
}

.single_team_thumb1 img {
    width: 100%;
}

.single_team_content {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.team-title {
    padding: 10px 0 17px;
    background: var(--main-red);
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 3px 3px 0 0;
	opacity: 0.8;
    transform: perspective(500px)rotateX(0deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

.single_team .title-boss {
	background: var(--main-dark);
	opacity: 1;
    top: -30px;
}

.team-title h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 4px;
    color: #fff;
}

.team-title span {
    color: #fff;
}

.single_team_subtext {
    position: relative;
    z-index: 1;
    left: 10%;
    width: 80%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 3px 3px;
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

.single_team_subtext a {
  width: 90%;
  height: auto;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 3px;
}

.single_team:hover .single_team_subtext {
    transform: perspective(500px)rotateX(0deg);
}

.single_team:hover .team-title {
    transform: perspective(500px)rotateX(0deg);
}

.single_team_subtext a:hover:before {
    transform: scale(1);
}

.single_team:hover .team-title {
	opacity: 1;
}

.style-two.team_area {
    padding: 100px 0 100px;
    margin-top: 0;
}

.upp.style-two.team_area {
    padding: 100px 0 65px;
    margin-top: 0;
}

.upp .single_team {
    margin-bottom: 60px;
}

.upp .single_team_content {
    bottom: 30px;
}

.upp .single_team_subtext {
    top: -1px;
}

/***
======================================================
<-- ЧаВо -->
======================================================***/

/*accordion*/
.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.active .accordion li:before {
    background-color: rgba(255, 255, 255, 0.10196078431372549) !important;
}

.accordion li:hover:before {
	background-color: var(--main-dark);
}

.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.050980392156862744);
  border: 1px solid #626065;
  padding: 14px 30px 14px 19px;
  border-radius: 30px;
  z-index: 1;
}

.accordion li p {
    display: none;
    font-size: 16px;
    color: #E3E4E6;
    padding: 25px 0 10px 30px;
    margin: 0;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: var(--main-red);
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: var(--main-red);
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #fff !important;
    border: 1px solid var(--main-red) !important;
    background: var(--main-red) !important;
}

.accordion li a span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 25px;
  max-width: 95%;
  display: grid;
  align-content: center;
}

.accordion li a span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -35px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.tab_container {
    position: relative;
}

.btn-common a {
  color: #fff;
  font-size: 17px;
  background: var(--main-red);
  padding: 14px 31px;
  border: 1px solid var(--main-red);
  border-radius: 5px;
  transition: .5s;
  text-transform: capitalize;
}

.btn-common a:hover {
    background: #fff;
    color: var(--main-red);
}

.video-icon {
    display: inline-block;
}


@-webkit-keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

@keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}


.contact-section {
  background-image: url(/images/backgrounds/house-bgr.jpg);
  background-attachment: fixed;
  background-position: center top;
}

.contact-section .consen-section-title {
	padding-top: 55px;
}

.contact-section .consen-section-title h5 {
    color: var(--white);
	text-transform: uppercase;
}

.contact-section .consen-section-title h5:before {
    background: var(--white);
}

.faq-image {
	height: 100%;
}

.faq-image img {
	position: relative;
	height: 100%;
	filter: grayscale(0.6);
	transition: 0.6s all;
}

.contact-section:hover .faq-image img {
	filter: none;
}

/***
======================================================
<--  Навыки компании -->
======================================================***/

.call-do-action-area {
    background: url(../images/backgrounds/call-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0;
}
.call-do-action-area .consen-section-title h5 {
	color: var(--white);
}

/* .video-icon::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 90px;
  height: 90px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  animation: ripple 2s ease-out infinite;
  opacity: 0;
  background: linear-gradient(90deg,#ddd4d4e0 15%,#dcd7e1 30%,#9b8b81 70%,#d2c9c3);
  border-radius: 100%;
} */

.skill-thumb-content {
    position: absolute;
    bottom: 0;
    left: 50px;
    background-color: #5a5668;
    padding: 26px 35px 28px 30px;
    border-radius: 0px 319px 0 0;
}

.skill-title h3 {
    font-size: 60px;
    color: #fff;
    display: inline-block;
}

.skill-title span {
    font-size: 60px;
    font-weight: 700;
    font-family: 'FiraSans-Regular';
    color: #fff;
}

.skill-title h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 6px;
}

/***
======================================================
<--  Футер -->
======================================================***/
.footer-middle {
  background: linear-gradient(90deg,#282727e0 15%,#373539 30%,#2b2928 70%,#0f0f0f) !important;
  padding: 0;
}

.widget-nav-menu {
  padding: 50px 40px 0 40px;
}

.adress span  {
  color: #959292;
  font-size: 15px;
  margin-right: 5px;
  font-weight: 600;
}

.adress p {
	font-size: 14px;
	line-height: 20px;
}

.adress a {
  color: white;
  border-bottom: 1px dotted white;
  font-size: 13px;
}

.informations h4  {
  color: white;
  text-transform: capitalize;
  font-weight: 300;
  border-bottom: 1px solid lightgray;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 9px;
  font-size: 14px;
}

.informations p {
  margin-bottom: 3px;
}

.informations p a {
  font-size: 11px;
  line-height: 18px;
}

.footer-bg {
    padding: 0;
    position: relative;
}

.widget p {
	color: white;
}

h4.widget-title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h4.widget-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 42px;
    background: var(--main-red);
    width: 50px;
    height: 2px;
    transition: .5s;
}

.company-info-desc p {
    color: #fff;
    padding: 15px 0 14px;
    opacity: .6;
}

.follow-company-icon a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: transparent /* #11112E */;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
    position: relative;
    z-index: 1;
}

.follow-company-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    transform: scale(0);
    transition: .5s;
}

.menu-quick-link-content {
    padding: 10px 0 0;
}

ul.footer-menu li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
}

ul.footer-menu li a {
    font-family: 'FiraSans-Regular';
    color: #fff;
    transition: .5s;
}

ul.footer-menu li a:hover {
    color: var(--main-red);
}

.follow-company-icon a:hover:before {
    transform: scale(1);
}

.footer-bottom-area {
  background: rgba(17, 17, 17, 0.54);
  padding: 19px 0;
  border-top: 1px solid rgba(68, 66, 66, 0.37);
}
a.logo_thumb img {
    width: 50%;
}

.footer-bottom-content {
    text-align: right;
    padding: 10px 0 0;
}

.footer-bottom-content-copy p {
    color: #FFf;
    margin: 0 0 5px;
}

.footer-bottom-content-copy span {
  color: var(--main-red);
  font-size: 13px;
}

.subscribe-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.subscribe-title2 a {
	border-bottom: 1px dashed white;
}

.subscribe-thumb {
    position: absolute;
    left: 0;
    top: 52px;
}

.subscribe-thumb1 {
    position: absolute;
    right: 55px;
    top: 21px;
    animation: moveLeftBounce 3s linear infinite;
}

.style-two.subscribe-area {
  padding: 0;
  background-image: url(../images/backgrounds/call-bg.png);
  background-size: contain;
}

.subscribe {
    position: relative;
    background: url(../images/backgrounds/call-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 42px 55px;
    border-radius: 3px;
    z-index: 1;
    /* margin-bottom: -105px; */
	margin-bottom: 0px;
}

.subscribe a {
	color: white !important;
}

.style-two .subscribe-title h2 {
  font-size: 22px;
  line-height: 32px;
}

.subscribe-icon {
  right: 0;
  position: absolute;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 8px;
}

.subscribe-icon i {
    font-size: 45px;
    color: var(--main-red);
    transition: 0.5s;
    height: 92px;
    width: 92px;
    line-height: 92px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}

.subscribe-title2 h2 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.subscribe-title2 p {
    font-size: 20px;
    font-family: 'FiraSans-Regular';
    color: #fff;
    padding: 12px 0 0;
}

.lines .line {
    position: relative;
    width: 93%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
}

.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: var(--main-red);
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateY(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateX(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.style-two.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: var(--main-red);
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}

.style-two.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
}

@keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(538px);
        transform: translateX(538px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.style-three.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    background-color: #E0E0E0;
    overflow: hidden;
    z-index: 5;
}

.style-three.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: var(--main-red);
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}


@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: var(--main-red);
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

/*
<!-- ============================================================== -->
<!-- Bounce Animation -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

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

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

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

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

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

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

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

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

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

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

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

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

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

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


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

.content-box h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.content-box p {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0;
  font-size: 13px;
}

.style-two .dreamit-icon-list ul li span {
    color: #686868;
}

.estate-tabs .consen-section-title {
	margin-bottom: 50px;
}

.tab {
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0 0 25px 0;
  width: 100%;
}

.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.tabs li a {
  background-color: lightgray;
  color: black;
  font-family: 'FiraSans-Regular';
  font-weight: 500;
  display: inline-block;
  outline: none;
  padding: 5px 16px;
  transition: all 0.8s ease-in-out;
  margin-right: 16px;
  text-align: center;
  border-radius: 18px;
}

.tabs li a:hover  {
	color: white !important;
	background-color: var(--main-dark);
}

.tabs_item {
    display: none;
    padding: 30px 0;

}

.tabs_item:first-child {
    display: block;
}

.tabs_item h3 {
  max-width: 500px;
  font-size: 20px;
  margin-bottom: 13px;
  border-bottom: 1px solid gray;
  padding-bottom: 11px;
}

.tabs_item p {
  display: block;
  max-width: 500px;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.tabs_item p span {
  font-weight: 600;
  max-width: 400px;
  display: block;
}

.tabs_item p br {
	margin-bottom: 5px;
}

.tabs_item .tab-p-sub {
  margin-top: 11px;
  padding-top: 9px;
  line-height: 16px;
  display: block;
  font-weight: 600;
  text-align: left;
  font-size: 13px;
}

.tabs_item img {
  width: 100%;
  float: right;
  margin-right: 24px;
  max-width: 550px;
}

li.current a {
    background: var(--main-red) !important;
    color: #fff;
}

ul.tabs-inner-list li {
    display: inline-block;
    margin: 3px 0;
}

ul.tabs-inner-list li i {
    display: inline-block;
    margin-right: 12px;
    color: #FF3C00;
    font-size: 15px;
}


.pricing-section {
  padding: 95px 0 70px;
  background-color: var(--grey-back);
  background-image: url(/images/backgrounds/city-3.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
}

.pricing-single-items {
  height: 550px;
  box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 30px;
  background: linear-gradient(90deg,#f0ededb5 15%,#fff 30%,#f0edeb 70%,#f7f7f7);
  padding-top: 50px;
}

.style-2 .pricing-thumb img {
    filter: brightness(0) invert(1);
}

.pricing-title {
  padding: 12px 0 13px;
}

.pricing-title h3 {
    font-size: 22px;
    font-weight: 600;
}

.pricing-item-text span {
    font-family: 'FiraSans-Regular', sans-serif;
    display: inline-block;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    color: #232323;
}

.pricing-feature ul {
  margin: 0 auto;
  width: 90%;
}

.pricing-feature .text-center {
  padding-left: 20px;
}
	
.pricing-feature ul li {
  display: block;
  font-size: 14px;
  padding: 3px 20px 9px 50px;
  text-align: left;
  margin: 0 auto;
  float: none;
  width: 90%;
  line-height: 18px;
}

.pricing-feature ul li b {
    font-weight: 500 !important;
    font-family: 'FiraSans-Regular';
    font-size: 18px;
}

.btn-common .pc-btn a {
  color: var(--black);
  background: #D9D8D2;
  text-transform: uppercase;
}

.pricing-single-items:hover .btn-common.pc-btn a {
    color: #fff;
    background: var(--main-red);
}

.pricing-single-items.style-2 {
	height: 600px;
    background: var(--main-red);
    color: #fff;
}

.pricing-single-items.style-2:hover .btn-common.pc-btn a {
    background-color: #fff;
    color: var(--main-red)
}

.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
    color: #fff !important;
}

.pricing-single-items.style2 .btn-common.pc-btn a {
    color: #fff;
    background: var(--main-red);
    border-color: #fff;
}

.widget-title {
    margin-bottom: 45px;
    position: relative;
}

.widget-title h2 {
    margin-top: 0;
}

.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}

.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--main-red);
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 80px;
        top: 0px;
    }
}


/*rotateme animation*/
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.search-box-btn.search-box-outer {
    display: inline-block;
}

.nav-btn.navSidebar-button {
    display: inline-block;
}

.nav-btn.navSidebar-button a i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}

.nav-btn.navSidebar-button a i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--main-red);
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover:after {
    transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
    color: #fff;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: var(--main-red);
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: var(--main-red);
}

.nav-logo {
    margin: 0 0 50px;
}

a.theme-btn.btn-style-two span {
  color: #fff;
  font-size: 13px;
}

a.theme-btn.btn-style-two i {
    color: var(--main-red);
}


ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
    font-family: 'FiraSans-Regular';
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-red);
    margin: 0 10px 0 0px;
}

/*===========================
<-- Загрузчик страницы -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    /* border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C; */
   /*  -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; */
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    /* border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: var(--main-red); */
    /* -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; */
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    /* border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff; */
   /*  -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite; */
}



@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/* Testimonials */
.testimonial-area {
  /* background-image: url(/images/backgrounds/ladder.png); */
  padding: 90px 0 80px 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-color: #ccc6c6;
}

/*testimonial*/
.testimonial-single-box {
    padding: 18px 30px 24px;
    transition: all .4s ease 0s;
    position: relative;
    margin-top: 10px;
    text-align: left;
    z-index: 1;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
}

.testimonial-single-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    background: url(../images/resource/earth.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
    background: url(../images/resource/box-bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.quote-thumb  img {
	border-radius: 50%;
}

.quote-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.quote-thumb:before {
    content: "";
    font-size: 18px;
    position: absolute;
    bottom: 5px;
    right: -10px;
    background: url(../images/resource/quote1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px;
    height: 31px;
}

/*quote title*/
.quote-title {
    position: relative;
    top: 10px;
}

.quote-title h4 {
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    padding: 0 0 5px;
}

.quote-title p {
  color: #373534;
  transition: .5s;
  font-weight: 600;
}

.em-testimonial-text p {
  display: inline-grid;
  align-content: center;
  transition: .5s;
  padding: 20px 0 0px;
  min-height: 220px;
}

.em-testi-start-icon i {
    color: #FF3C00;
    transition: .5s;
    display: inline-block;
}

/*testi counter*/
.testi-counter-box {
    text-align: right;
}

.upper.testi-counter-box {
    position: relative;
    z-index: 1;
}



.testi-counter-title h3 {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
}

.testi-counter-title span {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Fira Sans';
    color: #FF3C00;
}

.testi-counter-title p {
    padding: 10px 0 0;
}

/*testimonial all hover*/
.testimonial-single-box:hover:after {
    left: 0;
    width: 100%;
}

.testimonial-single-box:hover .quote-title h4,
.testimonial-single-box:hover .quote-title p,
.testimonial-single-box:hover .em-testimonial-text p,
.testimonial-single-box:hover .em-testi-start-icon i {
    color: #fff;
}

/*testi shape thumb*/
.testi-shape-thumb {
    position: absolute;
    left: -120px;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: .2;
}

.row.testi-rotate {
    position: relative;
}

.testi-shape-thumb1 {
    position: absolute;
    left: 165px;
    top: -85px;
}

/*owl carousel*/
.testimonial-area.style-two {
    background: #fff;
    padding: 95px 0 70px;
}

.testimonial_list .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}

.testimonial-area.style-two .testimonial-single-box {
    filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
}

.testimonial-area.style-two .owl-dot {
    width: 19px;
    height: 5px;
    border-radius: 2px;
    background-color: #131323;
    display: inline-block;
    margin-right: 10px;
}

.testimonial-area.style-two .owl-dot.active {
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #ff3c00;
    display: inline-block;
    position: relative;
    top: 4px;
}

/* Testimonial New Style */

.testimonial-area.new-style {
    background: url(../images/resource/testi-bg.jpg);
}

.testimonial-icon-thumb {
    float: left;
}

.testimonial-ratting {
    text-align: right;
    margin-right: 25px;
}

.testimonial-ratting i {
    color: #FF3C00;
    font-size: 13px;
}

.testimonial-text {
    padding: 25px 19px 10px 0;
}

.testimonial-title {
    border-top: 1px solid#E5E5E7;
    padding-top: 15px;
}

.testimonial-title h2 {
    font-size: 22px;
}

.testimonial-content span {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 6px;
    font-size: 15px;
}

.testimonial-content span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    height: 2px;
    width: 22px;
    background: #f00;
}

/*/ При полной загрузке страницы /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}