@import "bootstrap.min.css";
@import "et-line-font.css";
@import "font-awesome.min.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import "animate.min.css";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&display=swap");

::-moz-selection {
  background: #43b4da;
  color: #fff;
}
::selection {
  background: #43b4da;
  color: #fff;
}
body,
html {
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Oswald", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #44525f;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #2f2f2f;
}
a:focus {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: #2c3e4d;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  color: #313338;
  line-height: 40px;
}
img {
  border: none;
}
section h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.section {
  background: #000;
  padding: 30px 0;
}
.section-heading {
  margin-bottom: 30px;
}
.section-heading h2 {
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  font-size: 2em;
  text-align: center;
}
.tel_link:hover {
  cursor: pointer;
  color: #ffe400;
}
.tel_link:link {
  color: #fff;
}
section .heading {
  margin-bottom: 75px;
}
section .heading p {
  font-size: 16px;
}
section h3 {
  color: #333;
  font-weight: 600;
  font-size: 1.6rem;
}
#mainnav {
  background: rgba(0, 0, 0, 0.9);
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-width: 0 0 1px;
  padding: 5px 0;
  z-index: 1030;
  border-radius: 0;
  transition: all 0.2s;
}
.navbar-brand > img {
  width: 140px;
  margin-top: -10px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 8px;
}
.header-buttons {
  display: flex;
  justify-content: flex-end;
}
.header-buttons .languages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.header-buttons .languages a {
  color: #fff;
}
.header-buttons .languages a:first-child {
  margin-right: 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #ffe400;
  background-color: transparent;
}
#fp-nav ul li .fp-tooltip {
  background-color: #333;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 75%;
  overflow: visible;
}
#fp-nav ul li .fp-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #333;
  border-top-color: rgba(255, 255, 0, 0);
  border-bottom-color: rgba(255, 255, 0, 0);
  position: absolute;
  top: 5.25px;
  right: -5px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  height: 7px;
  width: 7px;
  margin: -3px 0 0 -3px;
  border-radius: 0;
  background: #4b440e;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 16px;
  width: 16px;
  margin: -8px 0 0 -8px;
  border: 5px solid #fee314;
  border-radius: 0;
  cursor: pointer;
}

.additional-services {
  background: #fff;
}
.additional-services h2 {
  color: #000;
}

.additional-services .tariff-case__title {
  min-height: 90px;
}

.additional-services .express-approve .express-approve__info {
  font-size: 14px;
  text-align: left;
  display: block;
  margin-bottom: 20px;
  font-weight: 300;
}
.additional-services .tariff-case__title span {
  margin-top: 10px;
}

.social-links {
  list-style: outside none;
}
.social-links li {
  display: inline-block;
  margin-left: 5px;
}
.social-links li:first-child {
  margin-left: 0;
}
.social-links li a {
  width: 22px;
  height: 18px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.social-links li a:hover,
.social-links li a:focus {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.9)";
}

#homescreen {
  min-height: 100vh;
  background-size: cover;
  padding-top: 280px;
}
#homescreen h1 {
  color: #fff;
  font-size: 4em;
  position: relative;
  overflow: hidden;
}
#homescreen:before {
  content: "";
  position: absolute;
  /* background-color: rgba(0, 0, 0, 0.65); */
  width: 100%;
  height: 100%;
}
#homescreen p {
  font-size: 24px;
  color: #fff;
}
#homescreen .promotion {
  color: #f30e24;
  background: #fee314;
  padding: 0 10px;
}
/* #homescreen h1,
#homescreen p {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
} */

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  width: 100% !important;
  height: 225px !important;
  background-size: cover;
}

.review_text iframe {
  width: 100% !important;
  height: 225px !important;
}

.youtube .play {
  background: url("../images/youtube-play-btn.png") no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
  background-position: 0 -50px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.youtube:hover .play {
  background-position: 0 0;
}

#homescreen .homescreen_girl {
  min-height: 137px;
}
#homescreen .homescreen_girl > img {
  width: 100%;
  max-width: 230px;
  position: absolute;
  right: 0px;
  bottom: -24px;
}
#homescreen .homescreen_action > .homescreen_form {
  background: linear-gradient(to right, #f3cd53, #f3d92a);
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}
#homescreen .homescreen_action p {
  color: #000;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 5px 0;
}
#first_calls {
  background: #f30e24;
  padding: 8px 10px;
  color: #fff;
  font-weight: bold;
  font-family: "Orbitron";
  border-radius: 50%;
}
.form-promo {
  display: block;
  text-transform: uppercase;
  color: 1.2em;
  color: #000;
  font-size: 1.2em;
  margin-top: 20px;
}
.form-promo img {
  width: 40px;
  border-radius: 50%;
}

.advice_more {
  text-align: left;
  display: inline-block;
  padding: 0px 10px;
  margin-top: 10px;
  font-weight: 300;
}
.homescreen_form input {
  border-radius: 0;
  height: 40px;
  border: 0;
}
.client_gift {
  display: inline-block;
  background: #f30e24;
  padding: 0 20px;
  color: #fff !important;
}
#homescreen .offer-proof {
  font-size: 24px;
  font-weight: 300;
  color: rgb(255, 228, 0);
  text-transform: uppercase;
}
#homescreen .offer-proof span {
  font-weight: bold;
}

#gift_icon {
  margin-left: 15px;
}
.block-icon img {
  max-height: 70px;
}

#founder .block-icon h3 {
  font-weight: 200;
}
#founder .section-heading {
  text-align: center;
}
.ceo_description {
  font-weight: 200;
  font-size: 2rem;
  padding: 10px 30px;
  border-radius: 20px;
  margin-bottom: 25px;
}
.btn-red {
  background: #f30e24;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 5px 50px;
  font-size: 1.2em;
}
.btn-red:hover {
  cursor: pointer;
  background: #f30e24;
  color: #fff;
}
.homescreen_action .form-inline .form-control {
  width: 100%;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 200;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arrow {
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
  width: 95px;
  height: 40px;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.founder {
  position: relative;
  background-image: url(../images/about.jpg);
}
.founder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.founder::before {
  /* background: linear-gradient(to right, rgba(255,228,0,0.9), rgba(230,162,0,.9)); */
  /* background: linear-gradient(to bottom, rgba(0,0,0,0.96), rgba(255,228,0,0.96)); */
  background: rgba(0, 0, 0, 0.85);
}
.founder h2 {
  line-height: normal;
  font-size: 2em;
}
.founder,
.founder h2 {
  color: #fff;
}
.founder p {
  color: #000;
}
.founder .cc-slogan {
  text-transform: uppercase;
  color: #fff;
}
.founder .quotes {
  font-family: "Neucha", cursive;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
}
.founder .qr-code-img {
  margin: 0 auto;
}
.founder .box-content h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 0.85em;
}
.founder-photo img {
  max-width: 250px;
  margin: 0 auto;
}
.founder .founder-detail {
  position: absolute;
  bottom: -35px;
  background: #eee;
  background: rgba(0, 0, 0, 0.9);
  padding: 5px 10px;
  transform: rotate(2deg);
}
.founder .founder-detail p {
  text-transform: uppercase;
  font-weight: 200;
  color: #ffe400;
  margin: 0;
  font-size: 0.9em;
}
.whatwedo,
.whatwedo h2,
.whatwedo .box-content h3 {
  color: #fff;
}
.whatwedo h2 {
  line-height: normal;
}
.whatwedo .box-content {
  margin-top: 20px;
}
.whatwedo .box-content h3 {
  margin-top: 10px;
}
.project {
  color: #fff;
}
.project .owl-dots {
  display: none;
}
.project-slick .item {
  padding: 0.5rem;
}
.project .owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.project .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.popup-effect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.popup-effect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.popup-effect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popup-effect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}
.popup-effect a.info:hover {
  background-color: #fff;
  color: #333;
}
.popup-effect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.popup-effect .cover-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.popup-effect:hover .cover-layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.popup-effect:hover h2,
.popup-effect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}
.popup-effect:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* advantages */
.adv_item {
  margin-bottom: 30px;
}
.adv_item .adv_heading h3 {
  color: #ffe400;
  margin-top: 0;
}
.adv_item .adv_heading {
  border-bottom: 2px solid #ffe400;
  margin-bottom: 15px;
}
.adv_item .adv_desc {
  color: #fff;
  font-weight: 300;
}
.adv_icon {
  height: 60px;
  width: 60px;
  position: relative;
  background: #ffe400;
  transform: rotate(45deg);
}

.cooper_subheader {
  text-transform: uppercase;
  color: #ffe400;
  font-weight: 200;
}

.adv_icon span {
  margin: 0;
  position: absolute;
  color: #000;
  top: 27%;
  left: 74%;
  margin-right: -50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  font-size: 2.4em;
}
.feedback-item {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 30px;
}
.feedback-item .top-icon {
  margin-bottom: 20px;
}
.feedback-item .top-icon,
.feedback-item .client-name {
  color: rgba(255, 255, 255, 0.75);
}
.feedback-item .client-name {
  font-size: 16px;
}
.team,
.team h3,
.team p {
  color: #fff;
}
.team h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.founder-name {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0;
}
.img-center {
  margin: 0 auto;
}
.team .member-item img {
  margin: 0 auto;
  width: 200px;
  border: 10px solid #fff;
}
.team .owl-nav {
  display: none;
}
.team .owl-dots {
  margin-top: 30px;
}
.team .owl-theme .owl-dots .owl-dot.active span {
  background-color: #0ff;
}
.team .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}
.contactus,
.contactus a {
  color: #fcfcfa;
}
.contactus h2 {
  color: #fff;
  line-height: 1.04167;
  margin-top: 20px;
}
.enquiry-box {
  margin-top: 20px;
}
.enquiry-box .form-control {
  width: 100%;
  height: auto;
  background: #a5c1ca;
  color: #303c40;
  border: none;
  font-size: 14px;
  line-height: 26px;
  padding: 0.5em 0.75em;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 100ms, color 100ms;
  transition: background 100ms, color 100ms;
}
.enquiry-box .form-control:focus {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.enquiry-box label {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fcfcfa;
  font-size: 13px;
  font-weight: 400;
}
.contact-details dt {
  color: #fff;
  font-weight: 400;
}
.contact-details dd {
  margin-left: 0;
}
.contact-details dl dt:first-child {
  margin-top: 1.5625em;
}
.contact-details dd + dt {
  margin-top: 1em;
}
.contact-details dt {
  text-transform: uppercase;
  font-weight: 200;
  color: #fff;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.contact-details dt a {
  font-weight: bold;
  color: #fee314;
}
.contact-details dd + dt:before {
  border-top: thin solid #fee314;
  content: "";
  display: block;
  margin-bottom: 1.5625em;
  width: 100%;
}
.contact-details dd .org {
  font-weight: 600;
  text-transform: uppercase;
}
.enquiry-box ::-webkit-input-placeholder {
  color: #dae8ed;
}
.enquiry-box :-moz-placeholder {
  color: #dae8ed;
  opacity: 1;
}
.enquiry-box ::-moz-placeholder {
  color: #dae8ed;
  opacity: 1;
}
.enquiry-box :-ms-input-placeholder {
  color: #dae8ed;
}
.btn-secondary {
  background: none;
  border: thin solid #fcfcfa;
  padding: 1.25em 2em 1em 2em;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #fcfcfa;
  color: #4d8599;
}
footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
}
footer a,
footer p {
  font-size: 14px;
}
footer a,
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer .copyright {
  color: rgba(255, 255, 255, 0.75);
}
.pricingTable {
  padding-bottom: 30px;

  background: #ffe400;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.pricingTable:hover {
  box-shadow: 0 0 10px rgba(195, 67, 67, 0.3) inset,
    0 0 20px -5px rgba(0, 0, 0, 0.8);
}
.pricingTable .pricingTable-header {
  padding: 20px 15px 45px;
  background: #e6a200;
  -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
  clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
  position: relative;
}
.pricingTable .pricingTable-header:before {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  right: -50%;
  top: -130%;
  background: repeating-radial-gradient(
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.2) 20%
  );
  transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricingTable-header:before {
  right: 50%;
}
.pricingTable .title {
  font-size: 1.8em;
  color: #fff;
  margin: 0;
}

.pricingTable .pricing-content {
  padding: 30px 25px 0;
  margin: 0;
  list-style: none;
}
.pricingTable .pricing-content li {
  font-size: 1.1em;
  color: #333;
  line-height: 40px;
  font-weight: 200;
  text-transform: capitalize;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  position: relative;
  text-align-last: left;
}
.pricingTable .pricing-content li:last-child {
  border-bottom: none;
}
.pricingTable .pricing-content li i {
  color: #5c3298;
}
.pricingTable.blue .pricingTable-header,
.pricingTable.blue .pricingTable-signup {
  background: #e6a200;
}
.pricingTable.blue .pricing-content li i {
  color: ##5c3298;
}
.pricingTable.pink .pricingTable-header,
.pricingTable.pink .pricingTable-signup {
  background: #f03c79;
}
.pricingTable.pink .pricing-content li i {
  color: #f03c79;
}

#top-menu > li > a:after {
  background-color: #ffe400;
  display: block;
  content: "";
  height: 3px;
  width: 0%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
#top-menu > li > a:hover:after,
#top-menu > li > a:focus:after {
  width: 100%;
}
.tg-icon {
  display: flex;
  background: #fee314;
  padding: 7px 9px;
  color: #000;
  text-transform: uppercase;
  font-size: 0.85em;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
}

.tg-icon:hover {
  color: #000;
  text-decoration: none;
  background: #f6e459;
}
.tg-icon img {
  width: 25px;
  margin-left: 5px;
}

.flip-boxes {
  justify-content: center;
}
.flip-box {
  display: flex;
  align-content: stretch;
  min-height: 200px;
  flex-wrap: wrap;
  position: relative;
  border: 10px solid transparent;
  padding: 0;
  border-top: 0;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.flip-box:hover .back {
  transform: rotateY(0deg);
  z-index: 10;
}
.flip-box:hover .front {
  transform: rotateY(180deg);
  z-index: -1;
}
.flip-box .back,
.flip-box .front {
  cursor: pointer;
  position: relative;
  background-color: #222;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 0 0 100%;
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center;
}
.flip-box .front h3,
.flip-box .back h3 {
  color: #ffe400;
  display: block;
  background: #fff;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
}
.flip-box .back h3 {
  font-size: 1.3em;
}
.flip-box .front img {
  max-height: 200px;
}
.front .case-description {
  margin-bottom: 3px;
}
.case-description {
  text-align: left;
  padding: 5px 10px;
  font-size: 0.9em;
  width: 100%;
}
.front .case-description {
  text-align: center;
}
.back .case-description,
.front .case-description {
  font-weight: 200;
  /* font-size: 1em; */
}
.back .case-description span,
.front .case-description span {
  font-weight: bold;
  color: #ffe400;
}
.case-description p .flip-box .front p {
  font-weight: 200;
}
.flip-box .back {
  background-color: #222;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  transform: rotateY(-180deg);
}
.flip-box .back:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 15px solid #444;
  border-top-color: #222;
  border-right-color: #222;
}
.flip-box .front {
  z-index: 10;
}
.flip-box .front .content {
  font-size: 2rem;
}
.flip-box .front:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 15px solid #222;
  border-bottom-color: #444;
  border-right-color: #444;
}
.flip-box .content {
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
  text-shadow: 0px 0px 2px black;
}

.show-modal {
  color: #0abde3;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 15px;
  margin: 80px auto 0;
  border: none;
  box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
  outline: none;
  display: block;
}
.show-modal:hover,
.show-modal:focus {
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  text-shadow: 0 0 3px #000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.modal-backdrop.in {
  opacity: 0;
}
.modal {
  top: 70px !important;
}
.modal-dialog {
  width: 400px;
  margin: 30px auto 10px;
}
.modal-dialog .modal-content {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 25px -8px #555;
  position: relative;
}

.modal-dialog .modal-content .close {
  color: #000;
  background-color: #fff;
  font-size: 33px;
  line-height: 28px;
  height: 28px;
  width: 28px;
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 5px #555;
  position: absolute;
  left: auto;
  right: -7px;
  top: -7px;
  z-index: 1;
  transition: all 0.3s;
}
.modal-dialog .modal-content .close span {
  margin: -2px 1px 0 0;
  display: block;
}
.modal-dialog .modal-content .close:hover {
  color: #fff;
  background-color: #ffe400;
}
.modal-dialog .modal-content .modal-body {
  padding: 30px 30px !important;
}
.modal-dialog .modal-content .modal-body .icon {
  color: #f2f7fb;
  font-size: 80px;
  text-align: center;
  line-height: 100px;
  margin: 0 0 35px;
}
.modal-dialog .modal-content .modal-body .title {
  color: #009688;
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 10px 0;
}
.modal-dialog .modal-content .modal-body .description {
  color: #fff;
  font-size: 1em;
  text-align: center;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 200;
}
.modal-content .form-control {
  color: #646d94;
  font-size: 16px;
  letter-spacing: 1px;
  height: 40px;
  padding: 2px 15px 2px 15px;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 200;
  text-transform: uppercase;
}
.modal-content .form-control::placeholder {
  color: #909090;
  font-size: 14px;
}
.modal-content .form-control:hover,
.modal-content .form-control:focus {
  box-shadow: 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
  border: 1px solid #009688;
}
.review_tg {
  display: block;
  font-size: 0.95em;
}
.review_tg i {
  margin-right: 3px;
  color: #039be5;
}
.review_tg:hover {
  text-decoration: none;
  color: #039be5;
}
/*! Button Action to Call */
.dws {
  z-index: 10;
  position: fixed;
  bottom: -5px;
  right: 15px;
  transform: translate(-50%, -50%);
}
.pulse {
  cursor: pointer;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  background: #6ac259;
  border-radius: 50%;
}
.pulse:hover .text {
  transform: scaleX(1);
  transition: 0.5s ease-in-out;
  opacity: 1;
  font-size: 0.7em;
}
.pulse:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(0);
}
.pulse:hover:before,
.pulse:hover:after {
  content: "";
  position: absolute;
  border: 1px solid #6ac259;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 1.8s linear infinite;
}
.pulse:hover:after {
  animation-delay: 0.5s;
}
.phone {
  position: absolute;
  font-size: 25px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  animation: phone 0.9s ease-in-out infinite;
}
.phone i {
  transition: 0.5s ease-in-out;
}
.text {
  position: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  top: 14px;
  font-size: 10px;
  transform: scaleX(-1);
  transition: 0.5s ease-in-out;
  opacity: 0;
}
@keyframes phone {
  0%,
  100% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(21deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.nav_tel {
  background: #ffe400;
  margin-top: 7px !important;
  display: inline-block;
}
.tg_icon a i {
  color: #ffe400;
  font-size: 1.6em;
}
.tg_icon a:hover {
  text-decoration: none;
}
.tg_icon a i:hover {
  /* color: #0085C6; */
  color: #fff;
  border-bottom: none;
  /* transition: .5s ease; */
}
.nav_tel:hover {
  cursor: pointer;
  text-decoration: none;
}
.nav_tel a:hover {
  color: #000 !important;
  text-decoration: none;
}
.nav_tel a {
  display: inline-block;
  min-width: 141px;
  padding: 0px 5px !important;
  color: #000 !important;
}

.contacts h2 {
  color: #fff;
}

.contact_call .form-group input,
.contact_call .form-group textarea {
  width: 100%;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 200;
  border-radius: 0;
}

/* Cases */

.cases {
  color: #fff;
}

.cases h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #ffe400;
  text-align: center;
}
.case-info {
  font-weight: 300;
  text-transform: uppercase;
  padding: 5px 0;
}
.case-info {
  margin: 0;
}
.case_item {
  margin-bottom: 50px;
}
.case-info .case-items {
  padding: 0;
}
.case-info .case-before,
.case-info .case-after {
  text-align: center;
  padding: 0;
  font-size: 1em;
}
.case-info .case-before {
  color: #f30e24;
}
.case-info .case-after {
  color: #03c019;
}
.case-header {
  text-align: center;
  background: #fff;
  color: #000;
  padding: 10px 0px;
  text-transform: uppercase;
  margin: 0;
}
.cases h4 {
  color: #000;
  padding: 10px 0;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
}
.cases p {
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cases p span {
  color: #03c019;
  font-weight: bold;
}
.case_item img {
  max-width: 250px;
  margin: 0 auto;
}
.case_item h3 {
  text-align: center;
}
.case_item h3 span {
  color: #fff;
  font-weight: 300;
  font-size: 0.8em;
}
.case-resume h3 {
  background: #ffe400;
  color: #000;
  padding: 10px 0;
}
.case-resume p {
  font-size: 0.9em;
}
.case-resume {
  margin: 0;
}

/* Tarrifs */
.section-tariffs {
  background: #fff;
}
.section-tariffs .section-heading h2 {
  color: #000;
}

.tariff-case {
  box-shadow: 0px 10px 60px rgba(127, 118, 182, 0.15);
  border-radius: 20px;
  padding: 30px 10px;
  margin-top: 20px;
  text-align: center;
}
.tariff-case__img {
  height: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.tariff-case__img img {
  width: auto;
  height: 100%;
}
.tariff-case__title {
  font-size: 1.5em;
  line-height: 36px;
  letter-spacing: 0.1px;
  color: #2d252d;
  text-align: center;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.tariffs-options,
.vacancy-options {
  margin-bottom: 40px;
}
.tariffs-options__item,
.vacancy-options__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.tariffs-options__img,
.vacancy-options__img {
  margin-right: 8px;
}
.low-price {
  position: relative;
}
.low-price span {
  font-size: 12px;
  display: inline-block;
  line-height: 18px;
}
.tariffs-options__text,
.vacancy-options__text {
  text-align: left;
  font-weight: 300;
}
.tariff-case--optimal {
  background: rgba(243, 14, 36, 0.9);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.8);
  background-size: contain;
  color: #fff;
}
.tariff-case--optimal .tariff-case__title {
  color: #fff;
}
.tariff-case--optimal .btn {
  background: #ffe400;
  color: #000;
}
.tariff-case--premium {
  background: rgba(255, 228, 0, 1) url(../images/crown2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.tariff-case__price {
  margin-bottom: 25px;
  font-size: 2.5em;
}
.btn-secondary {
  padding: 18px 36px;
  border: 2px solid rgba(244, 83, 100, 0.7);
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.3px;
  background-color: transparent;
  color: #f53245;
}
.btn-secondary {
  color: #ffffff;
  background-color: #f53245;
  border-color: #f53245;
}
.tariff-case__old-price {
  color: #b3aab3;
  position: relative;
  display: inline-block;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #f30e24;
  border-color: #e90b21;
}

/* Section FORM */
.section-form {
  background: linear-gradient(to bottom, #000 45%, transparent 45%);
  background: #000;
}
.section-form {
  padding-bottom: 70px;
}
.request__form {
  background: #111;
  padding: 40px 40px 0 40px;
}
.request__form h3 {
  margin-bottom: 60px;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #fff;
}

.developer {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #aaa;
  font-weight: 300;
  margin-top: 25px;
  font-size: 0.9em;
}
.developer a:hover {
  color: #fab925;
}
.developer a img {
  width: 110px;
}
.request__banner {
  padding: 40px 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.request__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 228, 0, 0.9),
    rgba(230, 162, 0, 0.9)
  );
  opacity: 0.95;
}
.request__banner h3 {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  font-size: 1.3em;
  color: #000;
  text-transform: uppercase;
}
.banner-list {
  position: relative;
  z-index: 1;
}
.banner-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.banner-list__img {
  min-width: 20px;
  margin-right: 30px;
}
.banner-list__text {
  max-width: 250px;
  font-size: 1em;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #333;
  font-weight: 300;
  text-transform: uppercase;
}
/* Footer */
.footer {
  position: relative;
  color: #fff;
  padding-top: 25px;
  background: #000;
}
.footer__logo {
  width: 90px;
}
.footer__logo img {
  padding-top: 25px;
}
.footer .contacts__adress {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #fff;
  opacity: 0.8;
  max-width: 220px;
  width: 100%;
}
.footer .contacts__tel {
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #ffe400;
  opacity: 0.8;
  border-bottom: 1px dotted #ffe400;
  margin-bottom: 20px;
}
.footer .contacts__mail {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #fff;
  opacity: 0.8;
  display: inline-block;
}
.footer .menu {
  display: flex;
  flex-wrap: wrap;
}
.footer .menu li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 5px;
}
.footer .menu li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #fff;
}
.footer__social {
  display: flex;
}
.footer .scroll-to-top {
  float: right;
  font-weight: 900;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #f53245;
  opacity: 0.8;
}
.footer__social li a {
  transition: 0.3s ease;
}
.form-control {
  font-family: "Oswald";
  font-size: 1em;
  font-weight: 200;
  border-radius: 0;
  border: 1px solid #eee;
}

/* How we work */
.how_work {
}
.how_work .hw_item {
  min-height: 280px;
  padding: 0 35px;
}
.how_work .hw_item::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 9;
  width: 49px;
  height: 46px;
  background: url(../images/arrow1.png) no-repeat center center/contain;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
.how_work .hw_item:last-child::after {
  content: none;
}
.how_work .hw_item h3 {
  color: #fff;
}
.how_work .hw_item span {
  font-size: 60px;
  margin-right: 10px;
  margin-top: 31px;
  color: #ffe400;
  margin-left: auto;
  display: block;
  text-align: right;
}
.how_work .hw_item img {
  height: 68px;
  width: auto;
}
input[name="name"]:before {
  content: "\f406";
}

/* Call Section */
.call_section {
  background: linear-gradient(to right, #ffe400, #e6a200);
}
.call_section h3 {
  font-size: 1.7em;
  margin: 0;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}
.call_section h4 {
  font-size: 1.2em;
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
.call_section h4 span {
  font-weight: bold;
  color: #f30e24;
}
.call_section form {
  text-align: center;
}
.call_section .form-control {
  padding: 20px 10px;
}
.call_section .btn-red {
  padding: 9px 50px;
}
.call_section .form-control {
  padding: 20px 10px;
  border: 1px solid #999;
  border-radius: 4px;
}
.call_section .form-promo {
  text-align: center;
  font-size: 1em;
  max-width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}

.audio_field {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}
/* 

/* Reviews Section */
.owl-theme .owl-nav [class*="owl-"] {
  background: #000;
  padding: 7px 12px;
  font-size: 1em;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

.reviews {
  background: linear-gradient(
    to right,
    rgba(255, 228, 0, 0.9),
    rgba(230, 162, 0, 0.9)
  );
}
.reviews .section-heading h2 {
  color: #000;
}
.reviews .review_item {
  padding: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  background: #ffff;
  box-shadow: 5px 4px 10px 1px #444;
}
.reviews .review_item .order-count {
  position: absolute;
  top: 15px;
  right: 12px;
  background: #ffe400;
  padding: 5px 10px;
  color: #000;
  text-transform: uppercase;
  transform: rotate(5deg);
}
.review_item .reviewer-name {
  margin-top: 20px;
  padding-left: 30px;
}
.review_item .reviewer-name h2 {
  font-size: 1.3em;
  line-height: 1em;
  color: #000;
  margin: 0;
}
.review_item .reviewer-name span {
  text-transform: uppercase;
  color: #666;
  font-weight: 300;
  font-size: 0.8em;
}
.reviewer-photo .client_avatar {
  display: block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.review_item .review_text {
  margin-top: 20px;
  font-weight: 300;
}
.navbar_tel {
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 15;
}

.popup {
  position: absolute;
  width: 450px;
  height: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  background-color: #ffe400;
  color: #fff;
}
.popup h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
}
.popup p {
  color: #333;
  font-size: 1.2em;
  font-weight: 300;
}
.popup p span {
  font-weight: bold;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.close-popup i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  color: #333;
}
.close-popup i:hover {
  color: #fff;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 30px;
  }
  .header-buttons {
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer .tg-icon {
    max-width: 200px;
    margin: 0 auto;
  }

  .call_section .row {
    margin: 0;
  }
  .homescreen_action {
    margin: 0;
  }
  .nav_tel,
  .tg_icon {
    display: inline-block !important;
  }
  .tg_icon {
    margin-left: 50px;
  }
  .tg_icon {
    border: none;
  }
  .popup {
    width: 350px;
  }
  .popup h2 {
    font-size: 1em;
  }
  .popup p {
    font-size: 1em;
  }
  #homescreen {
    padding-top: 80px;
  }
  #homescreen h1 {
    font-size: 2.5em;
    text-align: center;
  }
  #homescreen p {
    text-align: center;
  }
  .timer {
    padding-left: 0;
  }
  .desc-logo img {
    margin: 0 auto;
    max-width: 150px;
  }
  .footer {
    text-align: center;
    padding-top: 0;
  }
  .footer .contacts__adress {
    margin: 0 auto;
  }
  .dws {
    z-index: 10;
  }
  .section-form {
    padding-bottom: 0;
  }
  .modal-dialog {
    width: 400px !important;
  }
  .how_work .hw_item {
    min-height: 150px;
  }
  .how_work .hw_item::after {
    top: 115%;
    right: 5%;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  .adv_item {
    text-align: center;
  }
  .adv_item img {
    margin-bottom: 15px;
  }
  #homescreen .homescreen_action p {
    font-size: 1.25em;
  }
  .desc-logo {
    margin-top: 25px;
  }
  .founder .founder-detail {
    position: static;
  }
  .ceo_description {
    padding: 0 5px;
  }
  .founder .quotes {
    padding: 10px 15px;
    text-align: justify;
    line-height: 1.3em;
  }
  .founder .founder-detail {
    transform: rotate(0);
    padding: 5px 15px;
  }
  .how_work .hw_item img {
    height: 95px;
  }
  .how_work .hw_item h3 {
    font-size: 1.2em;
    font-weight: 300;
  }
  .call_section .btn-red {
    margin-top: 10px;
  }
  .reviews .review_item {
    margin-bottom: 20px;
  }

  .owl-theme .owl-nav .disabled {
    background: #555;
  }
  .adv_item img {
    height: 90px;
  }
  .founder .founder-detail {
    display: inline-block;
  }

  .homescreen {
    position: relative;
    background-image: url(../images/hdr-bg.jpg);
  }
  .homescreen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
  }
  .call_section form .form-control {
    margin-bottom: 10px;
    border: none;
  }
  .navbar-brand > img {
    width: 120px;
    margin-top: 0;
  }
  .navbar_tel {
    display: inline-block;
    color: #fee314;
    text-decoration: none;
    margin-top: 18px;
    margin-left: 0px;
    background: rgba(255, 255, 255, 0.15);
    padding: 3px 8px;
    border-radius: 10px;
  }
  .navbar_tel i {
    padding-right: 5px;
    color: #fff;
  }
  #homescreen .homescreen_action > .homescreen_form {
    border-radius: none;
  }
  .how_work .hw_item span {
    display: none;
  }
  .how_work .hw_item {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .modal-dialog {
    width: 95% !important;
  }
  .modal-dialog .modal-content .modal-body .title {
    font-size: 33px;
  }
}
