body {
  margin: 0;
  padding: 0;
  font-family: "Museo Sans Cyrl 500";
  overflow-x: hidden;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
.wrapper {
  padding-bottom: 80px;
  overflow: hidden;
  margin-bottom: 60px;
}
.main-wrapper {
  position: relative;
  width: 100%;
  background: radial-gradient(
    67.81% 67.81% at 51.25% 32.19%,
    #ffffff 0%,
    #efefef 76.93%
  );
}
.main-wrapper::after {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  top: 100%;
  border-style: solid;
  border-width: 0 100vw 80px 0;
  border-color: transparent #efefef transparent transparent;
  box-sizing: border-box;
  z-index: 0;
}
.main-bg {
  position: absolute;
  bottom: -55px;
  right: -8%;
  width: 70%;
  transform: rotate(3.6deg);
  z-index: 1;
}

.main-bg img {
  display: block;
  width: 100%;
}
.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  z-index: 99;
}
.mobil-menu-btn {
  display: none;
}
.logo-item {
  display: block;
  width: 70px;
  height: 40px;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}
.nav-list {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.nav-list__item {
  padding: 0 25px;
}
.nav-list__item a {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
.nav-list__item a:focus::before,
.nav-list__item a:hover::before {
  opacity: 1;
  width: 100%;
}
.nav-list__item a::before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff4040;
  opacity: 0;
  transition: all 0.3s;
}
.active_lang{
  color: #fc3f3e;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin: 0px;
  padding: 2px;
  border-collapse: collapse;
  border-color: #fc3f3e;
}
.lang{
  color: #000000;
  margin: 0px;
  padding: 2px;
}
.header-email a {
  font-size: 14px;
  text-decoration: none;
  /* color: #000000; */
  font-weight: 400;
  cursor: pointer;
}
.main {
  padding: 100px 0;
}
.main-title {
  text-transform: uppercase;
  font-family: "Museo Sans Cyrl 900", "Righteous", cursive;
  font-size: 46px;
  font-weight: 400;
  margin: 0;
  padding: 20px 0 20px 0;
}
.main-text {
  width: 450px;
  margin: 0;
  font-size: 18px;
  font-family: "Museo Sans Cyrl 300";
  margin-bottom: 60px;
}
.main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 60px;
  background: linear-gradient(94.73deg, #eb3b3b 0%, #ff4040 100%);
  box-shadow: 0px 0px 22px rgba(253, 64, 64, 0.29), 0px 2px 0px #db1414;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 20px;
}
.main-text-bottom {
  width: 260px;
  margin: 0;
  font-size: 14px;
  font-family: "Museo Sans Cyrl 300";
}
.main-btn img {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.main-btn p {
  color: #ffffff;
  font-family: "Museo Sans Cyrl 700";
}
.work {
  margin-bottom: 80px;
}
.work-title {
  text-transform: uppercase;
  font-family: "Museo Sans Cyrl 900", "Righteous", cursive;
  font-size: 46px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.work-text {
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
  font-family: "Museo Sans Cyrl 300";
}
.work-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work-list__item {
  position: relative;
  width: 550px;
  padding-left: 150px;
  box-sizing: border-box;
}
.work-list__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.work-list__item:nth-child(1):before {
  width: 120px;
  height: 80px;
  background-image: url(../img/work/1.svg);
}
.work-list__item:nth-child(2):before {
  width: 120px;
  height: 80px;
  background-image: url(../img/work/2.svg);
}
.work-list__item:nth-child(3):before {
  width: 100px;
  height: 100px;
  background-image: url(../img/work/3.svg);
}
.work-list__item:nth-child(4):before {
  width: 120px;
  height: 120px;
  background-image: url(../img/work/4.svg);
}
.work-list__item:nth-child(5):before {
  width: 120px;
  height: 80px;
  background-image: url(../img/work/5.svg);
}
.work-list__item:nth-child(6):before {
  width: 120px;
  height: 80px;
  background-image: url(../img/work/6.svg);
}
.work-list__item:nth-child(7):before {
  width: 120px;
  height: 80px;
  background-image: url(../img/work/7.svg);
}
.work-list__item:nth-child(8):before {
  width: 120px;
  height: 80px;
  background-image: url(../img/work/8.svg);
}
.work-list__item h3 {
  font-family: "Museo Sans Cyrl 900";
  text-transform: uppercase;
  font-size: 20px;
}
.work-list__item p {
  font-family: "Museo Sans Cyrl 300";
}
.work-btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 60px;
  background: linear-gradient(94.73deg, #eb3b3b 0%, #ff4040 100%);
  box-shadow: 0px 0px 22px rgba(253, 64, 64, 0.29), 0px 2px 0px #db1414;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-top: 20px;
}
.work-btn img {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.work-btn p {
  color: #ffffff;
  font-family: "Museo Sans Cyrl 700";
}
/* data */
.data-wrapper {
  width: 100%;
  background-image: url(../img/data/data-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.data {
  padding-bottom: 80px;
}
.data-title {
  text-transform: uppercase;
  font-family: "Museo Sans Cyrl 900", "Righteous", cursive;
  font-size: 46px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.data-text {
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
  font-family: "Museo Sans Cyrl 300";
}
.data-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.data-list__item {
  position: relative;
  width: 375px;
  padding: 20px 20px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
}
.data-list__item::before {
  position: absolute;
  content: "";
  top: 30px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.data-list__item:nth-child(1)::before {
  background-image: url(../img/data/1.svg);
}
.data-list__item:nth-child(2)::before {
  background-image: url(../img/data/2.svg);
}
.data-list__item:nth-child(3)::before {
  background-image: url(../img/data/3.svg);
}
.data-list__item:nth-child(4)::before {
  background-image: url(../img/data/4.svg);
}
.data-list__item:nth-child(5)::before {
  background-image: url(../img/data/5.svg);
}
.data-list__item:nth-child(6)::before {
  background-image: url(../img/data/6.svg);
}
.data-list__item:nth-child(7)::before {
  background-image: url(../img/data/7.svg);
}
.data-list__item:nth-child(8)::before {
  background-image: url(../img/data/8.svg);
}
.data-list__item h3 {
  font-family: "Museo Sans Cyrl 900";
  text-transform: uppercase;
  padding-right: 60px;
}
.data-list__item h3 span {
  color: #ff4040;
}
.data-list__item p {
  font-family: "Museo Sans Cyrl 300";
}
.data-list__last {
  padding: 20px;
  background-color: #ff4040;
  background-image: url(../img/data/vector.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.data-last__title,
.data-last__text {
  text-align: center;
  color: #ffffff;
}
.data-last__title {
  padding-right: 0 !important;
}
.data-last__text {
  font-weight: 600 !important;
  font-family: "Museo Sans Cyrl 600";
}
.data-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 60px;
  background: linear-gradient(94.73deg, #ffffff 0%, #d9d9d9 100%);
  border-radius: 8px;
  cursor: pointer;
  margin: 0 auto;
}
.data-btn img {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.data-btn p {
  color: #000000;
  font-family: "Museo Sans Cyrl 700";
}
.footer-wrapper {
  width: 100%;
  padding: 40px 0;
  background-color: #343434;
}
.footer {
  display: flex;
  justify-content: space-between;
}
.footer-info {
  width: 300px;
}
.footer-info__logo {
  display: block;
  width: 80px;
  height: 45px;
  background-image: url(../img/footer-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  margin-bottom: 20px;
}
.footer-info__text {
  color: #b5b5b5;
  font-family: "Museo Sans Cyrl 300";
}
.footer-link ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-link__item {
  margin-bottom: 20px;
}
.footer-link__item a {
  color: #ffffff;
  text-decoration: none;
}
.footer-link__item a:hover {
  text-decoration: underline;
}
.footer-btn {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-email {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 40px;
}
.send-icon {
  position: relative;
  width: 50px;
  height: 50px;
  background: #0075ff;
  box-shadow: inset 0.804416px 0.804416px 0.804416px rgba(52, 52, 52, 0.2);
  border-radius: 4.02208px;
  margin-right: 10px;
}
.send-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background-image: url(../img/send-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer-email__text {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background: #ffffff;
  box-shadow: inset 0.804416px 0.804416px 0.804416px rgba(52, 52, 52, 0.2);
  border-radius: 4.02208px;
}
.foter-btn-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foter-btn-list li {
  margin-right: 10px;
}
.footer-mobil-text {
  display: none;
}

.menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  padding: 40px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.menu-wrapper.active {
  transform: translateX(0);
}
.menu-logo {
  margin-bottom: 80px;
}
.menu-logo__item {
  display: block;
  width: 120px;
  height: 80px;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  margin: 0 auto;
}
.menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-list__item {
  width: 100%;
  margin-bottom: 40px;
}
.menu-list__item a {
  display: block;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-family: "Museo Sans Cyrl 900";
  font-size: 22px;
}
.menu-bottom {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
}
.menu-bottom__text {
  width: 100%;
  text-align: center;
  font-family: "Museo Sans Cyrl 900";
  color: #000000;
  font-size: 22px;
  margin-bottom: 10px;
}
.menu-bottom__link {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000000;
}
.close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}
.close-modal {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -25px;
  right: -25px;
  border-radius: 50%;
  background: linear-gradient(94.73deg, #eb3b3b 0%, #ff4040 100%);
  box-shadow: 0px 0px 22px rgba(253, 64, 64, 0.29), 0px 2px 0px #db1414;
  cursor: pointer;
}
.close-modal span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/close-modal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.modal-title {
  text-align: center;
  text-transform: uppercase;
}
.form {
  width: 100%;
}
.input {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 10px;
  margin-bottom: 6px;
  border-radius: 4px;
  border: 1px solid silver;
  outline: none;
}
.form-btn {
  display: block;
  height: 40px;
  width: 220px;
  margin: 0 auto;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  background: linear-gradient(94.73deg, #eb3b3b 0%, #ff4040 100%);
  box-shadow: 0px 0px 22px rgba(253, 64, 64, 0.29), 0px 2px 0px #db1414;
  color: #ffffff;
  font-family: "Museo Sans Cyrl 900";
  letter-spacing: 1px;
  font-size: 15px;
  text-transform: uppercase;
}
.err{
  color: #ff0000;
  display: none;
  padding-bottom: 5px;
  padding-left: 13px;
  padding-top: 10px;
}
/* form-submit */
.thank {
  /* width: 45%; */
}
.thank-title {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}
.thank-title::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.thank-text {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;

}

.hidden{
  display: none;
}

.form_error{
  border: 1px solid #ff0000;
}
.required_fields_text{
  font-size: 12px;
  color: #545454;
}

.form-checbox {
  margin-top: 15px;
}


.windows8 {
  position: relative;
  width: 78px;
  height:78px;
  margin:auto;
  margin-top: 50%;
  margin-bottom: 50%;
}

.windows8 .wBall {
  position: absolute;
  width: 74px;
  height: 74px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgb(0,0,0);
  left:0px;
  top:0px;
  border-radius: 10px;
}

.windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s;
}



@keyframes orbit {
  0% {
    opacity: 1;
    z-index:99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin:0%;
  }

  30% {
    opacity: 1;
    transform:rotate(410deg);
    animation-timing-function: ease-in-out;
    origin:7%;
  }

  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin:30%;
  }

  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin:39%;
  }

  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin:70%;
  }

  76% {
    opacity: 0;
    transform:rotate(900deg);
  }

  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}

@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index:99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin:0%;
  }

  30% {
    opacity: 1;
    -o-transform:rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin:7%;
  }

  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin:30%;
  }

  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin:39%;
  }

  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin:70%;
  }

  76% {
    opacity: 0;
    -o-transform:rotate(900deg);
  }

  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}

@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index:99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin:0%;
  }

  30% {
    opacity: 1;
    -ms-transform:rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin:7%;
  }

  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin:30%;
  }

  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin:39%;
  }

  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin:70%;
  }

  76% {
    opacity: 0;
    -ms-transform:rotate(900deg);
  }

  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index:99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin:0%;
  }

  30% {
    opacity: 1;
    -webkit-transform:rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin:7%;
  }

  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin:30%;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin:39%;
  }

  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin:70%;
  }

  76% {
    opacity: 0;
    -webkit-transform:rotate(900deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index:99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin:0%;
  }

  30% {
    opacity: 1;
    -moz-transform:rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin:7%;
  }

  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin:30%;
  }

  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin:39%;
  }

  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin:70%;
  }

  76% {
    opacity: 0;
    -moz-transform:rotate(900deg);
  }

  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
.footer-link__item{
  color: #ffffff;
}

div.language{
  text-align: center;
  padding-bottom: 30px;
}
div.language .active_lang, div.language .lang{
  text-decoration: none;
  font-weight: 900;
  font-size: 22px;
  padding-left: 5px;
  padding-right: 5px;
}
.form-checbox .checbox-text{
  font-family: "Museo Sans Cyrl 300";
  line-height: 1.5;
}
.float-calendar{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  bottom: 5px;
  z-index: 100;
  transition: all .5s ease;
  text-align: center;
  background-color: transparent;
  opacity: 1;
  display: block;
}

.float-calendar a{
  color: #fff;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
.float-calendar.hidden {
  display: none;
}
.partner_bage{
  width: 160px;
  height: 60px;
}
.upwork_bage{
  width: 160px;
  height: 54px;
}
.bing_bage{
  width: 213px;
}
.banner_left {
  background-color: #cecece;
  padding-left: 50px;
  padding-right: 45px;
  border-radius: 15px;
  border-bottom: 23px;
  margin-top: 20px;
}
.banner_google {
  background: white;
  border: 1px solid rgba(0,0,0,.125);
  padding-left: 50px;
  padding-right: 45px;
  border-radius: 15px;
  margin-top: 20px;
  padding-top: 10px !important;
}
.banner_bing {
  background: #41877e;
  border: 1px solid rgba(0,0,0,.125);
  padding-left: 50px;
  padding-right: 45px;
  border-radius: 15px;
  margin-top: 20px;
  padding-top: 10px !important;
}
.banner_bing h3{
  color: #fff;
}
.logo_gpartner{
  width: 250px;
  padding-bottom: 10px;
}
.logo_gmybusiness{
  width: 400px;
  padding-bottom: 10px;
  padding-top: 25px;
}
.logo_bing{
  width: 400px;
  padding-bottom: 10px;
  padding-top: 25px;
}
.logo_voluum{
  width: 350px;
  padding-bottom: 25px;
}
.logo_shopify{
  width: 350px;
  padding-bottom: 25px;
}
.partner_block_center{
  text-align: center;
}
.jivo_block{
  background-color: #3e414f;
}
.logo_jivo{
  height: 200px;
}
.pi0{
  width: 90%;
}
#pi_div{
  margin-left: auto;
  margin-right: auto;
}
#float_cta{
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}