body {
  margin: 0;
  padding: 0;
  font-family: 'Tahoma';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #38393A;
  min-width: 320px;
}

@media (max-width: 991px) {
  body {
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  }
}

h1, .flexablehone {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 48px;
  color: #444F74;
  margin: 0;
  margin-bottom: 10px;
}

h2 {
  font-family: Tahoma;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #444F74;
  margin: 0;
  margin-bottom: 10px;
}

h3 {
  font-family: Tahoma;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 28px;
  color: #3E94D1;
  margin: 0;
}

h4 {
  font-family: Tahoma;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #38393A;
  margin: 0;
}

h5 {
  font-family: Tahoma;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0;
}

p {
  margin: 10px 0;
}

.type-1 {
  font-family: Tahoma;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.type-2 {
  font-family: Tahoma;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #38393A;
}

.menu-text {
  font-family: Tahoma;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #38393A;
}

a {
  text-decoration: none;
  color: #38393A;
}

a:hover {
  text-decoration: none;
  color: #FF8A35;
}

.button {
  border-radius: 5px;
  font-family: Tahoma;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  background: #3E94D1;
  border-radius: 5px;
  padding: 6px 32px;
  width: fit-content;
  cursor: pointer;
}

.button:hover {
  color: #218CD7;
}

.button.main-button {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #3E94D1;
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 11px 55px;
}

.button.main-button:hover {
  background: #218CD7;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  h1 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
  }

  h2 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }

  h3 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }

  h5 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
  }

  .type-1 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  }

  .type-2 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
  }

  .menu-text {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 576px) {
  body {
    line-height: 22px;
  }

  h1 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
  }

  h2 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
  }

  h3 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
  }

  h4 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }

  h5 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
  }

  .type-1 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  }

  .type-2 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
  }

  .menu-text {
    font-family: Tahoma;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }

  .button.main-button {
    padding: 6px 40px;
  }
}

.menu-container {
  height: 70px;
  z-index: 2;
}

.menu-logo {
  background: url(../images/Logo.png);
  background-size: cover;
  height: 30px;
  width: 120px;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .menu-logo {
    width: 92px;
    height: 23px;
    margin-top: 9px;
  }
}

.menu-links {
  justify-content: flex-end;
  align-items: center;
}

.menu-links .menu-text {
  margin-right: 55px;
}

.menu-burger {
  display: none;
}

.menu-burger div {
  border: 2px solid #3E94D1;
  width: 20px;
  margin-bottom: 5px;
  border-radius: 2px;
}

.menu-burger div:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .menu-links .menu-text {
    margin-right: 28px;
  }
}

@media (max-width: 767px) {
  .menu-links .menu-text {
    display: none;
  }

  .menu-container {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(205, 205, 205, 0.25);
    z-index: 4;
  }

  .menu-burger {
    display: block;
  }
}

.menu-links .login-button {
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 0px;
  padding: 3px 6px;
  color: #FFFFFF;
}

.menu-links .login-button:hover {
  background: #FFFFFF;
  color: #FF8A35;
}

.main-container {
  position: relative;
  padding: 120px 0 160px;
}

.main-container .text-part {
  z-index: 2;
}

.main-container .text-part p {
  margin: 0 0 48px;
  max-width: calc(100% - 100px);
}

.title-page {
  line-height: 1.4;
  margin-bottom: 15px;
}
.subtitle-page {
  margin-bottom: 33px;
}
.main-container .txt {
  max-width: calc(50% - 50px);
}

.main-bg-image {
  background-image: linear-gradient(#50afd6,
      #7bf2e2 70%);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 1080px;
  height: 810px;
  position: relative;
  border-radius: 45px;
  margin-left: 250px;
}

.main-image-wrapper {
  position: absolute;
  width: calc(50% + 200px);
  right: 0px;
  top: 0px;
  height: 760px;
  overflow: hidden;
  z-index: 1;
}

.main-bg-cover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 650px;
  bottom: 0;
  background-image: linear-gradient(#50afd6 44%,
      #76ebe1);
  overflow: hidden;
}

.main-picture {
  background: url(../images/home/main_image_video.png) 50% 50% no-repeat;
  background-size: auto;
  width: 1198px;
  height: 850px;
  position: absolute;
  top: -25px;
  left: -90px;
}

.main-overlay {
  background: #ffffff29;
  width: 560px;
  height: 2800px;
  position: absolute;
  top: -953px;
  left: 420px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.video-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.video-container .main-video {
  position: relative;
  z-index: 2;
}

@media (max-width: 1250px) {
  .main-picture {
    background-size: 77%;
  }
}

@media (max-width: 1199px) {
  .main-picture {
    background-size: 77%;
    left: -144px;
  }

  .main-bg-image {
    width: 1040px;
    height: 760px;
  }

  .main-bg-cover-image {
    display: none;
  }
}

@media (max-width: 991px) {

  .main-picture {
    background-size: 50%;
    left: -190px;
    top: -180px;
  }

  .main-overlay {
    top: -1080px;
  }

  .main-image-wrapper {
    height: 600px;
  }

  .main-container {
    height: auto;
    padding: 80px 0;
  }

  .main-bg-image {
    height: 600px;
  }

  .video-container .main-video {
    height: 199px;
    width: 354px;
    margin-bottom: 0;
  }

  .title-page {
    margin-bottom: 5px;
  }
  .subtitle-page {
    margin-bottom: 17px;
  }

  .main-container .text-part p {
    margin: 0 0 30px;
    max-width: calc(100% - 60px);
    line-height: 1.5;
    font-size: 15px;
  }

}

@media (max-width: 767px) {

  .subtitle-page {
    margin-bottom: 10px;
  }

  .main-picture {
    background-size: 47%;
    left: -200px;
    top: -165px;
  }

  .main-bg-image {
    width: 577px;
    height: 470px;
  }

  .main-overlay {
    top: -1060px;
  }

  .main-container {
    padding: 50px 0 65px;
  }

  .main-container .text-part {
    padding-top: 70px;
    order: 2;
    text-align: center;
  }

  .main-container .text-part p {
    padding-bottom: 23px;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
  }

  .button.main-button {
    margin: 0 auto;
    font-weight: 500;
    font-size: 13px;
  }

  .video-container .main-video {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    max-width: 75%;
  }

  .arrow-left,
  .arrow-right {
    width: 20px;
    height: 45px;
    cursor: pointer;
  }
  .arrow-left {
    background: url(../images/Vector-left.png) 50% 50% no-repeat;
  }
  .arrow-right {
    background: url(../images/Vector-right.png) 50% 50% no-repeat;
  }

}

@media (max-width: 576px) {

  .main-picture {
    background: url(../images/home/isometric_phone.png) 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 300px;
    left: 0;
    top: 0;
  }

  .main-image-wrapper {
    width: 100%;
    max-height: 300px;
  }

  .main-bg-image,
  .main-overlay {
    display: none;
  }

  .main-container-phone {
    display: block;
  }

  .menu-container {
    height: 40px;
  }

  .menu-burger div {
    border: 1px solid #3E94D1;
    width: 14px;
    margin-bottom: 3px;
    border-radius: 2px;
  }

  .video-container .main-video {
    max-width: 280px;
    max-height: 158px;
  }

  .arrow-left {
    background: url(../images/Vector-left-small.png) 50% 50% no-repeat;
  }
  .arrow-right {
    background: url(../images/Vector-right-small.png) 50% 50% no-repeat;
  }

}

.info-wrapper {
  padding: 90px 0 83px;
}

.info-wrapper:nth-child(even) {
  background: #F4F8FC;
}

.info-wrapper .title-section {
  line-height: 1.3;
  margin-bottom: 20px;
}

.info-wrapper .txt {
  line-height: 1.7;
}

.info-wrapper .text-part {
  padding-top: 40px;
}

.info-wrapper .image-container img{
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .info-wrapper {
    padding: 65px 0 95px;
  }
  .info-wrapper .title-section {
    text-align: center;
  }
  .info-wrapper .text-part {
    padding-top: 10px;
    padding-left: 12px;
    font-size: 15px;
  }
  .info-wrapper .text-part .txt {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .info-wrapper {
    padding: 40px 0 45px;
  }
  .info-wrapper .image-container {
    text-align: center;
    order: 1;
  }
  .info-wrapper .text-part {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    order: 2;
  }
  .info-wrapper .text-part .txt {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .info-wrapper .image-container img {
    max-width: 251px;
  }
  .info-wrapper .text-part {
    max-width: 280px;
  }
}

.z-slide-dot {
  width: 9px !important;
  height: 9px !important;
  border: 1px solid #3E94D1;
  box-sizing: border-box;
  margin-right: 20px !important;
}

.z-slide-dot:last-child {
  margin-right: 0!important;
}

.z-slide-dot.active {
  background: #3E94D1;
}

.integrations-section {
  padding: 100px 0 28px;
}

.integrations-section h2 {
  margin: 0 0 77px;
}

.integrations-text {
  max-width: 270px;
  font-size: 14px;
  line-height: 20px;
  color: #38393A;
}
.integrations-text .subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #444F74;
  margin: 0;
}

.integrations-img {
  width: 80px;
  /*height: 100%;*/
  min-width: 80px;
  max-height: 80px;
  border: 2px solid #FFFFFF;
  background: #FFFFFF;
  box-shadow: 1px 2px 10px rgba(127, 127, 127, 0.35);
  border-radius: 4px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.integrations-section .integrations-item {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  height: auto;
  margin-bottom: 56px;
  min-height: 134px;
}

.integrations-item:hover .subtitle {
  color: #FF8A35;
}

.integrations-section .integrations-slider-mobile {
  display: flex;
  height: auto;
}

.companies-trust {
  background: #F4F8FC;
  padding: 100px 0 120px;
}
.companies-trust h2 {
  margin-bottom: 72px;
}
.companies-trust-wrap {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.companies-trust img {
  max-width: 20%;
  height: auto;
}

@media (min-width: 768px) {
  .companies-trust .companies-slider-mobile .z-slide-content {
    display: flex;
    justify-content: space-between;
  }
  .integrations-section .integrations-slide-item,
  .companies-trust .companies-slider-mobile .z-slide-item {
    height: auto;
    position: relative;
    transform: none!important;
  }
  .z-slide-indicator {
    display: none;
  }
  .integrations-section .integrations-slide-item {
    display: flex;
    flex-wrap: wrap;
  }

}

@media (max-width: 991px) {
  .integrations-section {
    padding: 55px 0 75px;
  }
  .integrations-img {
    width: 70px;
    min-width: 70px;
    max-height: 70px;
  }
  .integrations-section .integrations-img img {
    max-width: 52px;
  }
  .integrations-section h2 {
    margin: 0 0 50px;
  }
  .integrations-text .subtitle {
    font-size: 17px;
  }
  .integrations-section .integrations-item {
    margin-bottom: 26px;
  }

  .companies-trust {
    padding: 60px 0;
  }
  .companies-trust h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .integrations-section {
    padding: 40px 0 60px;
  }
  .integrations-section h2 {
    margin: 0 0 35px;
  }
  .companies-trust {
    padding: 40px 0 70px;
  }
  .companies-trust h2 {
    margin-bottom: 0;
  }
  .integrations-item {
    max-width: 370px;
    margin: 0 auto;
    display: flex;
  }
  .integrations-section .integrations-slider-mobile {
    height: 1380px;
  }
  .integrations-slide-item {
    flex-direction: column;
  }
  .integrations-img {
    width: 50px;
    min-width: 50px;
    max-height: 50px;
  }
  .integrations-section .integrations-img img {
    max-width: 38px;
  }
  .integrations-text .subtitle {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .integrations-text {
    font-size: 13px;
  }
  .integrations-text p {
    margin: 0;
  }
  .integrations-section .integrations-item {
    margin-bottom: 20px;
    min-height: 129px;
  }
  .companies-trust .z-slide-indicator {
    bottom: -10px;
  }
  .companies-trust .companies-slider-mobile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .companies-slider-inner {
    display: flex;
    align-items: center;
  }
}
.pricing-wrapper {
  padding-top: 100px;
}
.pricing-wrapper .tariff-line {
  margin-top: 58px;
}
.pricing-wrapper .tariff {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  position: relative;
}
.pricing-wrapper .tariff.active {
  color: #FF8A35;
}
.pricing-wrapper .radio {
  width: 60px;
  height: 30px;
  border-radius: 20px;
  background: #FFFFFF;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
}
.pricing-wrapper .radio:before {
  content: '';
  min-width: 26px;
  min-height: 26px;
  border-radius: 26px;
  position: absolute;
  background-color: #FF8A35;
}
.pricing-wrapper .radio.left:before {
  top: 2px;
  left: 2px;
}
.pricing-wrapper .radio.right:before {
  top: 2px;
  left: 32px;
}
.pricing-wrapper .tariff-info {
  font-family: Tahoma;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  position: absolute;
  width: 135px;
  top: 0px;
  left: 50px;
}
.pricing-wrapper .hidden {
  display: none;
}
.pricing-wrapper .covered {
  opacity: 0;
  color: transparent;
}
.pricing-columns {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 130px;
}
.pricing-columns.slider {
  display: none;
}
.pricing-column {
  width: 215px;
  height: 900px;
  text-align: center;
  padding: 30px;
  margin: 0 15px;
  box-shadow: 0px 2px 12px rgba(127, 127, 127, 0.25);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.pricing-column .pricing-bg {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  height: 230px;
  width: 400px;
  position: absolute;
  left: -72px;
  top: -57px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.pricing-column:hover .pricing-bg,
.pricing-column.active .pricing-bg {
  display: block;
}
.pricing-column:hover,
.pricing-column.active {
  color: #FFFFFF;
  background: linear-gradient(155.85deg, #66E8D0 0%, #3E94D1 79.69%);
}
.pricing-column:hover p,
.pricing-column.active p {
  color: #FFFFFF;
}
.pricing-column .price-row {
  justify-content: center;
  color: #3E94D1;
  margin-top: 18px;
}
.pricing-column:hover .price-row,
.pricing-column.active .price-row {
  color: #FFFFFF;
}
.pricing-column .price-row .dollar-sign {
  font-family: Tahoma;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 28px;
  margin-top: -5px;
}
.pricing-column .price-row .price {
  font-family: Tahoma;
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: 28px;
}
.pricing-column .price-row .month {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  padding-top: 8px;
  padding-left: 6px;
}
.pricing-column .monthly,
.pricing-column .yearly,
.pricing-column .save {
  margin-top: 2px;
  font-family: Tahoma;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #3E94D1;
}
.pricing-column:hover .monthly,
.pricing-column:hover .yearly,
.pricing-column:hover .save,
.pricing-column.active .monthly,
.pricing-column.active .yearly,
.pricing-column.active .save {
  color: #FFFFFF;
}
.pricing-column .save {
  font-size: 19px;
  font-weight: 500;
}
.pricing-column .trial {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #3E94D1;
  margin-top: 23px;
}
.pricing-column:hover .trial,
.pricing-column.active .trial {
  color: #FFFFFF;
}
.button-bottom {
  flex: 1 1;
  align-items: flex-end;
  justify-content: center;
}
.pricing-column:hover .button,
.pricing-column.active .button {
  color: #3E94D1;
  background: #FFFFFF;
}
.pricing-column:hover .button:hover {
  color: #218CD7;
}
.pricing-column:hover h3,
.pricing-column.active h3 {
  color: #FFFFFF;
}
.pricing-column .popular-container {
  background: url(../images/Popular.png);
  position: absolute;
  width: 24px;
  height: 60px;
  top: 0;
  right: 28px;
}
.pricing-column:hover .popular-container,
.pricing-column.active .popular-container {
  background: url(../images/Popular-hover.png);
}
.pricing-column .popular-title {
  background: #FF8A35;
  padding-left: 6px;
  padding-right: 6px;
  height: 22px;
  width: 54px;
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.pricing-column .popular-footer {
  border: 11px solid #FF8A35;
  border-right: 11px solid transparent;
}
.pricing-columns.slider {
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1200px) {
  .pricing-column {
    width: 165px;
    height: 1160px;
  }

  .pricing-column .button {
    font-size: 14px;
  }

  .pricing-column .popular-container {
    right: 12px;
  }

  .pricing-column .pricing-bg {
    height: 250px;
  }
}

#pricing-arrow-left,
#pricing-arrow-right {
  display: none;
}

.pricing-wrapper .z-slide-indicator {
  display: none;
}

.pricing-wrapper .z-slide-content {
  max-width: 355px;
  height: 750px;
}

.pricing-wrapper .z-slide-item {
  top: 10px;
}

@media (max-width: 991px) {

  .pricing-wrapper {
    padding-top: 60px;
  }

  .pricing-column {
    width: 178px;
    height: 810px;
  }

  .pricing-wrapper .tariff-info {
    top: 20px;
    left: -41px;
    font-size: 11px;
  }

  .pricing-wrapper .tariff-info span {
    display: none;
  }

  .pricing-column .button {
    padding: 6px 20px;
  }

  .pricing-column .price-row .dollar-sign {
    font-size: 22px;
  }

  .pricing-column .price-row .price {
    font-size: 36px;
  }

  .pricing-column .price-row .month {
    font-size: 16px;
  }

  .pricing-column .monthly,
  .pricing-column .yearly,
  .pricing-column .save {
    font-size: 12px;
  }

  .pricing-column .save {
    font-size: 17px;
  }  
}

@media (max-width: 767px) {
  .pricing-columns {
    display: none;
  }

  .pricing-columns.slider {
    display: flex;    
  }

  .pricing-wrap {
    padding-top: 40px;
    margin-bottom: 100px;
  }

  .pricing-column .price-row .dollar-sign {
    font-size: 22px;
  }

  .pricing-column .price-row .price {
    font-size: 36px;
  }

  .pricing-column .price-row .month {
    font-size: 16px;
  }

  .pricing-column .monthly,
  .pricing-column .yearly,
  .pricing-column .save {
    font-size: 12px;
  }

  #pricing-arrow-left,
  #pricing-arrow-right {
    display: block;
  }

  .pricing-column {
    width: auto;
    height: 730px;
    margin-left: 22px;
    margin-right: 22px;
  }

  .pricing-columns {
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
  }

  .pricing-wrapper .z-slide-indicator {
    display: block;
    display: flex;
    justify-content: center;
    bottom: -30px;
  }

  .pricing-column .save {
    font-size: 17px;
  }
}

@media (max-width: 998px) {
  .desktop-slider {
    display: none
  }
  .mobile-slider {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 650px;
  }
  .mobile-slider .z-slide-indicator {
    display: none;
  }
  .mobile-slider .z-slide-item {
    height: 320px;
  }
  .mobile-slider .z-slide-item a {
    width: auto;
  }
}

@media (max-width: 576px) {
  .mobile-slider {
    max-width: 355px;
  }
  .mobile-slider .z-slide-item a {
    height: 420px;
  }
  .mobile-slider .z-slide-item {
    height: 390px;
  }
}

.footer {
  background: #FFFFFF;
  box-shadow: inset 0px 4px 8px rgba(196, 196, 196, 0.35);
  padding: 25px 0 15px;
}

.footer-wrapper {
  display: flex;  
}

.footer .title {
  font-family: Tahoma;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #444F74;
  margin-bottom: 17px;
}

.footer .contacts-block {
  width: 205px;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #38393A;
  margin-bottom: 19px;
}

.footer .menu-wrapper {
  flex: 1 1;
}

.footer .company-block {
  max-width: 573px;
  margin-left: 15%;
  margin-right: auto;
  margin-bottom: 62px;
  margin-top: 15px;
}

.footer .logo {
  width: 175px;
  height: 45px;
}

.footer .social-button {
  flex: 1 1;
  align-items: flex-end;
  justify-content: center;
  margin-right: 48px;
}

.footer .bottom-menu {
  justify-content: space-between;
  font-size: 16px;
}

.footer .sb {
  width: 30px;
  height: 30px;
}

.footer .sb.facebook {
  background: url(../images/facebook.png) 50% 50% no-repeat;
  background-size: contain;
}

.footer .sb.twitter {
  margin-left: 18px;
  background: url(../images/twitter.png) 50% 50% no-repeat;
  background-size: contain;
}

.footer .company-block .logo {
  display: none;
}

.footer .company-block .social-button {
  display: none;
}

.footer .company-block p {
  display: none;
}

@media (max-width: 991px) {

  .footer {
    padding: 15px 0;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    margin: auto;
  }

  .footer .logo {
    margin-top: 0;
    width: 130px;
    height: 32px;
  }

  .footer .footer-wrapper > a {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer .bottom-menu {
    margin: 0 0 32px;
  }

  .footer .contacts-block {
    display: none;
  }

  .footer .logo-block {
    display: none;
  }

  .footer .company-block {
    max-width: 700px;
    margin: 0 auto;
  }

  .footer .company-block .logo {
    display: block;
    margin-top: 15px;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .company-block .title {
    display: none;
  }

  .footer .company-block .social-button {
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }

  .footer .company-block p {
    display: block;
    width: 180px;
    margin-bottom: 15px;
  }
  .list-mobile .sb {
    width: 24px;
    height: 24px;
  }
}

.list-mobile a {
  margin-bottom: 15px;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.list-mobile .social-button {
  margin-top: 10px;
  margin-bottom: 25px;
}

.list-mobile .sb {
  width: 30px;
  height: 30px;
}

.list-mobile .sb.facebook {
  background: url(../images/facebook.png) 50% 50% no-repeat;
  background-size: contain;
}

.list-mobile .sb.twitter {
  margin-left: 18px;
  background: url(../images/twitter.png) 50% 50% no-repeat;
  background-size: contain;
}

@media (max-width: 576px) {

  .footer .logo {
    max-width: 118px;
    max-height: 29px;
  }
  .footer .bottom-menu {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .footer .company-block {
    margin: 0;
  }
  .footer .company-block .social-button {
    justify-content: center;
  }

  .footer .list-mobile .logo {
    margin: 0;
  }

}

.footer-company {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  background: linear-gradient(178.76deg, #66E8D0 22.72%, #3E94D1 66.2%);
}

.burger-menu {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  justify-content: flex-start;
  padding-top: 105px;
  z-index: 3;
  display: flex;
}

.burger-menu hr {
  width: 200px;
  height: 0px;
  border: 1px solid #C4C4C4;
}

/*.burger-menu .burger-close {
  background: url(../images/close.png) 50% 50% no-repeat;
  width: 33px;
  height: 33px;
  align-self: flex-end;
  margin-right: 20PX;
  margin-bottom: 20px;
}*/

.burger-menu.hidden {
  display: none;
}

.footer-cookie {
  bottom: 0;
  position: fixed;
  background: #000;
  color: #fff;
  z-index: 1000;
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  text-align: center;
}

.footer-cookie .container {
  padding: 10px;
}

.cn-button {
  background: #3E94D1;
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);

  display: inline-block;
  padding: 4px 12px;
  margin-right: .3em;
  margin-bottom: 0;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  padding: 2px 10px;
  font-size: 12px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
}

.cn-button:hover {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

@media (min-width: 768px) {
  .burger-menu {
    display: none;
  }
}

.statistics-wrapper {
  z-index: 1;
  background-color: white;
  padding: 40px 0;
}

.statistics {
  display: flex;
  justify-content: space-around;
}

.statistics-item {
  flex-basis: 160px;
  text-align: center;
}

.statistics-item > h2 {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 42px;
}

.statistics-item > p {
  line-height: 20px;
  color: #3E94D1;
}

/* Special handling for the infinity symbol */
.statistics-item:nth-child(4) > h2 {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 60px;
  font-family: sans-serif;
}

.locales-select-container {
  position: relative;
}

.locales-select-box {
  position: absolute;
  top: initial;
  right: 90px;
}

@media (max-width: 980px) {
  .statistics-item {
    flex-basis: 110px;
  }

  .statistics-item > h2 {
    font-size: 30px;
  }

  .statistics-item:nth-child(4) > h2 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .statistics-wrapper {
    padding: 50px 0 30px 0;
  }

  .statistics {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .pricing-container {
    min-width: 1240px !important;
  }

  .locales-select-box {
    position: absolute;
    top: 40px;
    right: initial;
  }
  
}

@media (max-width: 991px) {
  .pricing-column {
    width: 240px !important;
    margin-bottom: 35px !important;
  }

  .locales-select-box {
    position: relative;
    top: -5px;
    right: 15px;
  }
}