

:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #f40000;
  --theme2: #ed3b3b;
  --header: #171717;
  --text: #777777;
  --border: #d7d7d7;
  --border-2: #D4DCED;
  --bg: #F3F7FB;
  --darkblue: #083061;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  --main-dark: #5a5668 /* #162938 */;
  --main-orange: #FF3C00;
  --main-beige: #fff7e8;
  --main-red: #D51515;
  --grey-back: rgba(234, 230, 230, 0.76);
}

.theme-btn {
  background-color: var(--main-red);
  color: var(--white);
  display: inline-block;
  font-weight: 700;
  padding: 13px;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 13px;
}
.theme-btn::before {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.theme-btn::after {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before, .theme-btn:hover::after {
  width: 100%;
}

.link-btn {
  text-transform: uppercase;
  color: var(--text);
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
}
.link-btn i {
  margin-right: 5px;
}
.link-btn:hover {
  color: var(--header);
}

.schodovo-h {
  font-size: 30px !important;
  font-family: 'Gilroy' !important;
  font-weight: 300 !important;
  padding-top: 25px;
}
	

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy", /* "FiraSans-Regular" */ sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 110px;
  font-weight: 700;
  line-height: 123%;
}

h2 {
  font-size: 25px;
  line-height: 125%;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}


@media (max-width: 470px) {
  .about-wrapper-3 {
    margin-bottom: -20px;
  }
}
.about-wrapper-3.style-border {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-border {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3.style-border {
    padding-bottom: 80px;
  }
}
.about-wrapper-3 .about-image {
  position: relative;
}
.about-wrapper-3 .about-image img {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-image .border-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15%;
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image .border-shape {
    display: none;
  }
}
.about-wrapper-3 .about-image .about-image-2 {
  position: absolute;
  bottom: 0;
  left: -18%;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .about-image-2 {
    left: 0;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image .about-image-2 {
    max-width: 200px;
  }
}
.about-wrapper-3 .about-image-3 img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}

.about-i-text {
	text-align: justify;
}
.about-i-text-2 {
	text-align: justify;
}
.about-i-text-2 strong {
  margin: 9px 0 0 0;
  display: block;
}
.about-i-text-3 {
  margin-top: 11px;
  padding-top: 9px;
}

.bolded-intro {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 9px;
}

.about-wrapper-3 .about-content b {
  color: var(--main-dark);
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'PoiretOne';
  letter-spacing: 2px;
}
.about-wrapper-3 .about-content .about-icon-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-icon-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-wrapper-3 .about-content .about-icon-items .about-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrapper-3 .about-content .about-icon-items .about-icon .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50px;
  text-align: center;
  background-color: var(--main-red);
  transition: all 0.4s ease-in-out;
}
.about-wrapper-3 .about-content .about-icon-items .about-icon .content h4 {
  font-weight: 600;
}
.about-wrapper-3 .about-content .about-icon-items .about-icon:hover .icon {
  background-color: var(--header);
}
.about-wrapper-3 .about-content .about-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-btn {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-wrapper-3 .about-content .about-btn .text span {
  color: #808080;
  font-size: 14px;
}

.best-company-wrapper {
  margin-top: -10px;
}
.best-company-wrapper .best-company-content {
  margin-top: 110px;
}
@media (max-width: 1199px) {
  .best-company-wrapper .best-company-content {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .best-company-wrapper .best-company-content {
    margin-top: 80px;
  }
}
.best-company-wrapper .best-company-content .check-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .best-company-wrapper .best-company-content .check-list {
    flex-wrap: wrap;
  }
}
.best-company-wrapper .best-company-content .check-list li {
  background-color: #f4f4f4;
  padding: 16px 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Barlow Condensed", sans-serif;
  color: var(--header);
  font-weight: 500;
}
.best-company-wrapper .best-company-content .check-list li i {
  color: var(--main-red);
  margin-right: 7px;
}
.best-company-wrapper .best-company-content .text {
  max-width: 520px;
  font-weight: 500;
  margin-top: 30px;
}
.best-company-wrapper .best-company-content .list-items {
  margin-top: 30px;
}
.best-company-wrapper .best-company-content .list-items li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.best-company-wrapper .best-company-content .list-items li:not(:last-child) {
  margin-bottom: 40px;
}
.best-company-wrapper .best-company-content .list-items li .icon {
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--main-red);
  color: var(--white);
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.best-company-wrapper .best-company-content .list-items li .content h4 {
  font-weight: 600;
}
.best-company-wrapper .best-company-content .list-items li .content p {
  font-weight: 500;
  margin-top: 5px;
}
.best-company-wrapper .best-company-content .list-items li:hover .icon {
  background-color: var(--header);
}
.best-company-wrapper .best-company-image {
  margin-right: -25px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .best-company-wrapper .best-company-image {
    margin-right: 0;
  }
}
.best-company-wrapper .best-company-image img {
  width: 100%;
  height: 100%;
  margin-top: -10px;
}
@media (max-width: 1199px) {
  .best-company-wrapper .best-company-image img {
    margin-top: 0;
  }
}
.best-company-wrapper .best-company-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--main-red);
  z-index: -1;
  left: -60px;
  height: calc(100% + 70px);
  width: 63%;
}
@media (max-width: 1199px) {
  .best-company-wrapper .best-company-image::before {
    display: none;
  }
}
.best-company-wrapper .best-company-image .video-btn {
  display: inline-block;
  width: 115px;
  line-height: 115px;
  background-color: var(--main-red);
  color: var(--white);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.best-company-wrapper .best-company-image .video-btn:hover {
  background-color: var(--header);
}
.best-company-wrapper .best-company-image .text-shape {
  position: absolute;
  top: 50px;
  left: -40px;
}
@media (max-width: 1199px) {
  .best-company-wrapper .best-company-image .text-shape {
    display: none;
  }
}
.best-company-wrapper .best-company-image .text-shape img {
  width: initial;
  height: initial;
}

.about-section {
  background-color: white;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}



.cta-agency-content {
  margin-bottom: 50px;
}
.cta-agency-content h2 {
  font-size: 40px;
}

.cta-agency-content .theme-btn {
  background-color: var(--header);
  margin-top: 50px;
  border-radius: 5px;
}

.cta-agency-content .theme-btn::before, .cta-agency-content .theme-btn::after {
  background-color: var(--white);
}
.cta-agency-content .theme-btn:hover {
  color: var(--header);
}

.cta-agency-section {
  position: relative;
  background-image: url('/images/backgrounds/sales.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--grey-back);
  filter: grayscale(0.6);
  transition: 0.6s all;
  padding: 120px 0 0 0;
}

.cta-agency-section:hover {
	filter: grayscale(0.3);
}

.cta-agency-section .skill-thumb-content {
  border-radius: 319px 0 0 0;
  left: inherit;
  right: 0;
  text-align: right;
  z-index: 1;
}

.cta-shape {
  position: absolute;
  top: -4px;
  bottom: -2px;
  right: 0;
  width: auto;
}
@media (max-width: 1199px) {
.cta-shape {
    display: none;
  }
}
.cta-shape img {
  width: auto;
  height: 100%;
  max-width: 550px;
}
.shape-cicrle {
  position: absolute;
  top: 22%;
  left: 55%;
}
@media (max-width: 1399px) {
 .shape-cicrle {
    display: none;
  }
}
.shape-cicrle .animation-circle {
  animation: cir36 10s linear infinite;
}
 .shape-cicrle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-agency-content .cta-intro b {
  color: var(--main-red);
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
}

.cta-agency-content p {
  margin-bottom: 9px;
  text-align: justify;
  border-left: 5px solid var(--main-red);
  padding-left: 13px;
  margin-top: 13px;
  border-radius: 8px;
  max-width: 400px;
  line-height: 22px;
}

.cta-content-ul li {
	font-weight: 600;
}

.cta-agency-content h3 {
	margin-top: 13px;
	margin-bottom: 13px;
	font-size: 16px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.aximo_screenfix_right {
  margin-right: calc((-100vw + 100%) / 2);
}
@media (max-width: 1199px) {
  .aximo_screenfix_right {
    margin-right: 0;
  }
}

.section-padding {
  padding: 120px 0 80px 0;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 20px 0;
  }
    .about-content {
		margin-top: 5px;
	}
}

.section-title {
  margin-bottom: 20px;
  margin-top: -7px;
}
.section-title span {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.section-title span::before {
  content: " ";
  display: inline-block;
  margin-right: 5px;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 0;
    justify-content: center;
    text-align: center;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}