.cart-zakaz-loader {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto auto;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding-top: 15vh;
  line-height: 1.4;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 2559px) {
  .cart-zakaz-loader {
    padding-top: 20vh;
  }
}

.cart-zakaz-loader h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #2A5FCB;
  padding: 15px 0 0 0;
}
@media (max-width: 575.98px) {
  .cart-zakaz-loader h3 {
    font-size: 20px;
  }
}

.loader-cart-ani {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 80px auto 0 auto;
  z-index: 5;
}
@media (max-width: 575.98px) {
  .loader-cart-ani {
    transform: scale(0.7);
  }
}

.hexagon-container {
  position: relative;
  top: 33px;
  left: 41px;
  border-radius: 50%;
  list-style-type: none;
}

.hexagon {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #2A5FCB;
}

.hexagon-whited .hexagon {
  background-color: #fff;
}

.hexagon-whited h3 {
  color: #fff;
}

.hexagon:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 0;
  height: 0;
}

.hexagon:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 0;
  height: 0;
}

.hexagon.hex_0 {
  top: -30px;
  left: 20px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.1s;
}

.hexagon.hex_1 {
  top: 0;
  left: -10px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.21s;
}

.hexagon.hex_2 {
  top: 0;
  left: 50px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.42s;
}

.hexagon.hex_3 {
  top: 30px;
  left: 80px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.64s;
}

.hexagon.hex_4 {
  top: 60px;
  left: 50px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.87s;
}

.hexagon.hex_5 {
  top: 60px;
  left: -10px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.1s;
}

.hexagon.hex_6 {
  top: 30px;
  left: -40px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.3s;
}

.hexagon.hex_7 {
  top: 90px;
  left: 20px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.5s;
}

.hexagon.hex_8 {
  top: 30px;
  left: 20px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0s;
}

@keyframes Animasearch {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15%, 50% {
    transform: scale(0.5);
    opacity: 0;
  }
  65% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
    clip: rect(0px, 35px, 35px, 0px);
  }
  50% {
    clip: rect(0px, 40px, 40px, 0px);
  }
  100% {
    transform: rotate(360deg);
    clip: rect(0px, 35px, 35px, 0px);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
  50% {
    clip: rect(0px, 164px, 0px, 0px);
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
}
@keyframes rotate3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blur-bg {
  position: absolute;
  transition: all 1s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@supports (-moz-appearance: none) and (not (-moz-osx-font-smoothing: auto)) {
  .blur-bg {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blur-bg {
    background: rgba(255, 255, 255, 0.6);
  }
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  width: 100%;
}

html {
  font-size: 10px !important;
}
@media (max-width: 991.98px) {
  html {
    font-size: 9px !important;
  }
}

body {
  line-height: 1.4;
}

.hide {
  display: none;
}

@media (min-width: 576px) {
  .visible-xs {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs {
    display: none;
  }
}
.form-control {
  border: 1px solid #DFE7F7;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 14px 15px 14px;
  background: #F9FBFE;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

textarea.form-control {
  resize: none;
}

.form-group {
  margin-bottom: 15px;
}

.btn {
  padding: 1rem 3rem;
  border-radius: 5rem;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: .3s all;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: auto;
  line-height: 1.2;
  border: transparent;
}
.btn.btn-blue {
  border: 1px solid transparent;
  background: #2A5FCB;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-blue:hover {
  color: #2A5FCB;
  background: transparent;
  border-color: #2A5FCB;
}
.btn.btn-orange {
  background: #FF5313;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-orange:hover {
  color: #FF5313;
  background: transparent;
  border-color: #FF5313;
}
.btn.btn-red {
  background: #FC5426;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-red:hover {
  color: #FC5426;
  background: transparent;
  border-color: #FC5426;
}
.btn.btn-green {
  background: #27AE60;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-green:hover {
  color: #27AE60;
  background: transparent;
  border-color: #27AE60;
}
.btn.btn-border {
  color: #9E9E9E;
  background: transparent;
  border: 1px solid #9E9E9E;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-border:hover {
  color: #fff;
  background: #2A5FCB;
  border-color: #2A5FCB;
}
.btn.btn-disabled, .contacts-form .btn.btn-gray {
  cursor: not-allowed !important;
}
.btn.btn-disabled:hover, .contacts-form .btn.btn-gray:hover {
  cursor: not-allowed !important;
}
.btn.btn-disabled:hover:before, .contacts-form .btn.btn-gray:hover:before, .btn.btn-disabled:hover:after, .contacts-form .btn.btn-gray:hover:after {
  display: none !important;
}

.s-title {
  margin-bottom: 6rem;
  padding: 0;
  font-weight: 600;
  line-height: 1.4;
  font-size: 3.2rem;
  color: #3E3E3E;
}

.icon svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

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

.overflow-text, .reviews-item:not(.open) .name {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.view-all {
  color: #9E9E9E;
  text-decoration: none;
  border-bottom: 1px solid;
  display: inline-block;
}
.view-all:hover {
  text-decoration: none;
  border-color: transparent;
}

.title-link {
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 575.98px) {
  .title-link {
    margin-bottom: 40px;
  }
}
.title-link .s-title {
  margin-bottom: 0;
}
.title-link a svg {
  height: 22px;
}

.ai-center, .title-link, .title-link a, .reviews-item .reviews-readmore, .reviews-item .img, .cases-slider-item .right .case-readmore {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.jc-center, .reviews-item .img {
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.d-flex, .title-link, .title-link a, .contacts-form-row, .contacts-form-row [class^="col-"], .contacts-form-row .form-group, .reviews-row, .reviews-item, .reviews-item .reviews-readmore, .reviews-item .img, .cases-slider-item .right .case-readmore {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.d-flex.row, .row.title-link, .title-link a.row, .row.contacts-form-row, .contacts-form-row .row[class^="col-"], .contacts-form-row .row.form-group, .row.reviews-row, .row.reviews-item, .reviews-item .row.reviews-readmore, .reviews-item .row.img, .cases-slider-item .right .row.case-readmore {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.d-flex.row:before, .row.title-link:before, .title-link a.row:before, .row.contacts-form-row:before, .contacts-form-row .row[class^="col-"]:before, .contacts-form-row .row.form-group:before, .row.reviews-row:before, .row.reviews-item:before, .reviews-item .row.reviews-readmore:before, .reviews-item .row.img:before, .cases-slider-item .right .row.case-readmore:before, .d-flex.row:after, .row.title-link:after, .title-link a.row:after, .row.contacts-form-row:after, .contacts-form-row .row[class^="col-"]:after, .contacts-form-row .row.form-group:after, .row.reviews-row:after, .row.reviews-item:after, .reviews-item .row.reviews-readmore:after, .reviews-item .row.img:after, .cases-slider-item .right .row.case-readmore:after {
  display: none;
}

.img-shadow {
  filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.15));
}

.box-shadow {
  box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
  -webkit-box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
}

.box-shadow-small {
  -webkit-box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
  box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
}

.trans, .title-link a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.vue-lb-modal-thumbnail-active {
  box-shadow: inset 0 0 0 2px #2A5FCB !important;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.tab-collapsed {
  width: 100%;
  height: 65vh;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.tab-collapsed:after {
  content: '';
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 10rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #f9fbfe 30px, rgba(255, 255, 255, 0) 100%);
}
.tab-collapsed .view-all {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
}

@media (min-width: 1199.98px) {
  .s-title {
    font-size: 32px;
  }
}
.us-none, .reviews-item .reviews-readmore, .cases-slider-item .right .case-readmore {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.img-adaptive {
  overflow: hidden;
  max-width: none;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-adaptive img {
  max-width: 100%;
}
.img-adaptive img {
  height: 100%;
  position: absolute;
  max-width: 130%;
  width: auto;
  top: 0;
  left: 0;
}

.main-page {
  background: #fff;
  color: #3E3E3E;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 25px 0 0 0;
}
@media (max-width: 575.98px) {
  .main-page {
    padding: 45px 0 0;
  }
}
.main-page p {
  color: #3E3E3E;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-page .title {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-page h1 {
    padding: 0;
  }
}
.main-page h3, .main-page h4 {
  padding: 0;
}
.main-page .page-title {
  font-size: 3.8rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 3.5rem;
  padding: 0;
}
@media (max-width: 575.98px) {
  .main-page .page-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}

.no-scroll {
  overflow-y: hidden;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .s-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .responsive-table {
    max-width: 100%;
    overflow-x: scroll;
  }
}
.contacts-form {
  padding: 7.5rem 0 3rem;
  background: #F9FBFE;
  border-top: 1px solid #DAE4F6;
  border-bottom: 1px solid #DAE4F6;
}
@media (max-width: 575.98px) {
  .contacts-form {
    padding: 75px 0 30px;
  }
}
.contacts-form .s-title {
  margin-bottom: 0;
}
.contacts-form .title-link {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .contacts-form .title-link {
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts-form .title-link a {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 14px;
  }
  .contacts-form .title-link a svg {
    width: 30px;
    height: 20px;
  }
}
.contacts-form .title-link a {
  text-transform: uppercase;
  color: rgba(62, 62, 62, 0.7);
  font-size: 14px;
}
.contacts-form .title-link a svg {
  margin-left: 2.5rem;
}
.contacts-form .desc {
  color: #787878;
  margin-bottom: 4.5rem;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  min-height: 50px;
}
@media (max-width: 575.98px) {
  .contacts-form .desc {
    max-width: 340px;
    color: #3E3E3E;
  }
  .contacts-form .desc br {
    display: none;
  }
}
.contacts-form .conf {
  text-align: center;
  color: rgba(62, 62, 62, 0.5);
  font-size: 12px;
}
.contacts-form .conf a {
  color: rgba(62, 62, 62, 0.5);
  text-decoration: underline;
}
.contacts-form .conf a:hover {
  text-decoration: none;
}
.contacts-form .btn-gray, .contacts-form .btn.btn-gray {
  border: 1px solid transparent;
  background: #9E9E9E;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px;
}
.contacts-form .btn-gray:hover, .contacts-form .btn.btn-gray:hover {
  color: #fff;
  background: #9E9E9E;
  border-color: #9E9E9E;
}

.contacts-form-row {
  flex-wrap: wrap;
  margin: 0 -15px 4.5rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .contacts-form-row {
    padding-bottom: 60px;
  }
}
.contacts-form-row [class^="col-"] {
  justify-content: space-between;
  flex: 0 0 50%;
  max-width: 50%;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .contacts-form-row [class^="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contacts-form-row .form-group {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contacts-form-row .form-group {
    margin-bottom: 30px;
  }
  .contacts-form-row .form-group.fg-email, .contacts-form-row .form-group.fg-phone {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 575.98px) {
  .contacts-form-row .form-group {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .contacts-form-row .form-group.fg-btn {
    position: absolute;
    left: 15px;
    bottom: -20px;
    width: calc(100% - 30px);
  }
}
.contacts-form-row .form-control {
  font-size: 14px;
  background: #fff;
  border-radius: 10rem;
  border: 1px solid #B3BDDE;
  margin: 0;
  padding: 14px 15px 14px 22px;
}
.contacts-form-row .form-control[name="text"] {
  display: none;
}
.contacts-form-row textarea.form-control {
  border-radius: 1rem;
}
@media (max-width: 575.98px) {
  .contacts-form-row textarea.form-control {
    height: auto;
    min-height: 140px;
  }
}
.contacts-form-row .btn {
  width: 100%;
  margin-top: 15px;
}
.contacts-form-row .btn:hover:before, .contacts-form-row .btn:hover:after {
  transform: translateX(560px) skewX(-15deg);
}

.reviews-row {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 6rem;
}
.reviews-row > div {
  flex-basis: calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media (max-width: 991.98px) {
  .reviews-row > div {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.reviews-item {
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
  padding: 3rem 3rem 2.5rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .reviews-item {
    min-height: 290px;
    padding-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .reviews-item {
    padding: 30px 20px;
  }
}
.reviews-item:not(.open) .name {
  -webkit-line-clamp: 2;
}
.reviews-item.open .reviews-desc {
  max-height: none;
}
.reviews-item.open .reviews-desc .inner:before {
  display: none;
}
.reviews-item.open .reviews-desc .reviews-readmore span {
  display: none;
}
.reviews-item.open .reviews-desc .reviews-readmore span + span {
  display: block;
}
.reviews-item.open .reviews-desc .reviews-readmore svg {
  transform: rotate(-90deg);
}
.reviews-item .inner {
  position: relative;
  padding-bottom: 50px;
}
.reviews-item .inner:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40px;
  background: #fff;
  z-index: 25;
}
.reviews-item .reviews-readmore {
  color: #2A5FCB;
  padding: 10px 0 10px 0;
  cursor: pointer;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 15;
}
.reviews-item .reviews-readmore:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .reviews-item .reviews-readmore:hover {
    text-decoration: none;
  }
}
.reviews-item .reviews-readmore span + span {
  display: none;
}
.reviews-item .reviews-readmore svg {
  margin-left: 10px;
  transform: rotate(90deg);
}
.reviews-item .img {
  flex: 0 0 7.5rem;
  width: 7.5rem;
  height: 7.5rem;
  background: #DCE3F2;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3rem;
}
@media (max-width: 1199.98px) {
  .reviews-item .img {
    flex: 0 0 6rem;
    width: 6rem;
    height: 6rem;
    margin-right: 2rem;
  }
}
@media (max-width: 575.98px) {
  .reviews-item .img img {
    width: 100%;
  }
}
.reviews-item .img img[src=""] {
  display: none;
}
.reviews-item .img img[src=""] + svg {
  display: block;
}
.reviews-item .img img {
  min-height: 100%;
  object-fit: cover;
}
.reviews-item .img svg {
  display: none;
  max-height: 90%;
  margin-top: auto;
}
.reviews-item .text {
  flex: 0 0 75%;
  max-width: 75%;
  padding-top: 8px;
}
@media (max-width: 575.98px) {
  .reviews-item .text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 15px;
  }
}
.reviews-item .name {
  font-size: 16px;
  margin-bottom: 10px;
}
.reviews-item .date {
  color: #9E9E9E;
  margin-bottom: 1rem;
  min-height: 1px;
}
.reviews-item .reviews-desc {
  max-height: 145px;
  overflow: hidden;
  position: relative;
}
.reviews-item .reviews-desc *, .reviews-item .reviews-desc p {
  font-weight: 400;
  line-height: 1.8;
  font-size: 14px !important;
}
.reviews-item .reviews-desc p {
  margin-bottom: 0;
  text-align: left !important;
}
.reviews-item .reviews-desc p:last-child {
  margin-bottom: 0;
}
.reviews-item .reviews-desc i {
  display: inline;
}
.reviews-item .reviews-desc .reviews-readmore span {
  font-weight: 500;
}

.btn.view-all {
  color: #2A5FCB;
  background: transparent;
  border-color: #2A5FCB;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 30px;
  width: 180px;
  margin: 6rem calc(50% - 90px) 0;
}
@media (max-width: 575.98px) {
  .btn.view-all {
    margin: 30px auto 0;
  }
}
.btn.view-all:active, .btn.view-all:hover {
  background: #2A5FCB;
  color: #fff;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .btn.view-all:hover {
    background: transparent;
    color: #2A5FCB;
  }
}

.breadcrumbs {
  background: #F9FBFE;
}

.support-page {
  color: #3E3E3E;
  min-height: 70vh;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 320px) and (max-width: 767px) {
  .support-page .title {
    padding: 0;
  }
}
.support-page h2 {
  font-size: 38px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .support-page h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .support-page h2 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .support-page h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.support-page h3 {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .support-page h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .support-page h3 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .support-page h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.support-page h4 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .support-page h4 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .support-page h4 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .support-page h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.support-page p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.support-page .contacts-form h2 {
  font-size: 32px;
}
@media (max-width: 575.98px) {
  .support-page .reviews-row {
    padding: 0;
  }
}

.page-title {
  font-size: 3.8rem;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .page-title {
    font-size: 24px;
  }
}

.support-header {
  background: #F9FBFE;
  padding: 6rem 0 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .support-header {
    overflow: hidden;
  }
  .support-header .btn.btn-blue {
    padding: 12px 20px;
  }
}

.support-img {
  display: flex;
  position: relative;
  margin: 16rem 0 0;
  height: 380px;
  padding: 0 0 0 10%;
}
@media (max-width: 1199.98px) {
  .support-img {
    height: 360px;
    padding: 0 0 0 3%;
  }
}
@media (max-width: 991.98px) {
  .support-img {
    height: 300px;
    padding: 0 0 0 3%;
  }
}
@media (max-width: 767.98px) {
  .support-img {
    height: 300px;
    padding: 0;
    margin: 18rem 0 0;
  }
}
@media (max-width: 575.98px) {
  .support-img {
    height: 200px;
    padding: 0;
    margin: 12rem 0 0;
  }
}
.support-img img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .support-img img {
    max-width: 125%;
    left: -7%;
  }
}
@media (max-width: 575.98px) {
  .support-img img {
    max-width: 135%;
    left: -13%;
  }
}

.support-text-row {
  display: grid;
  grid-template-columns: 18% 15% 23% 15% 25%;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 5;
}
@media (max-width: 1199.98px) {
  .support-text-row {
    grid-template-columns: 19% 15% 28% 17% 25%;
  }
}
@media (max-width: 991.98px) {
  .support-text-row {
    grid-template-columns: 20% 15% 26% 17% 25%;
  }
}
@media (max-width: 767.98px) {
  .support-text-row {
    grid-template-columns: 17% 15% 33% 20% 25%;
  }
}
.support-text-row .item {
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .support-text-row .item {
    position: initial;
  }
}
.support-text-row .item:nth-child(1) .inner {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  top: 0;
  left: -28%;
}
@media (max-width: 1199.98px) {
  .support-text-row .item:nth-child(1) .inner {
    left: -33%;
  }
}
@media (max-width: 991.98px) {
  .support-text-row .item:nth-child(1) .inner {
    top: 0;
    left: -40%;
  }
}
@media (max-width: 767.98px) {
  .support-text-row .item:nth-child(1) .inner {
    top: -5%;
    left: 0;
  }
}
.support-text-row .item:nth-child(2) {
  height: 90%;
}
.support-text-row .item:nth-child(2) .inner {
  top: -18%;
  left: 25%;
}
@media (max-width: 767.98px) {
  .support-text-row .item:nth-child(2) .inner {
    top: 6%;
    left: 20%;
  }
}
.support-text-row .item:nth-child(3) .inner {
  top: -17%;
  left: 30%;
}
@media (max-width: 991.98px) {
  .support-text-row .item:nth-child(3) .inner {
    left: 40%;
  }
}
@media (max-width: 767.98px) {
  .support-text-row .item:nth-child(3) .inner {
    top: 20%;
    left: 35%;
  }
}
.support-text-row .item:nth-child(4) {
  height: 70%;
}
.support-text-row .item:nth-child(4) .inner {
  top: -47%;
  left: 10%;
}
@media (max-width: 1199.98px) {
  .support-text-row .item:nth-child(4) .inner {
    top: -55%;
  }
}
@media (max-width: 767.98px) {
  .support-text-row .item:nth-child(4) .inner {
    top: 30%;
    left: 68%;
  }
}
.support-text-row .item:nth-child(5) .inner {
  top: 2%;
  left: 36%;
}
@media (max-width: 767.98px) {
  .support-text-row .item:nth-child(5) .inner {
    top: 0;
    left: 80%;
  }
}
.support-text-row .item.active .dot {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 10px 0;
}
.support-text-row .item.active .text {
  opacity: 1;
  visibility: visible;
}
.support-text-row .item.active .inner-xs .dot {
  opacity: 1;
  visibility: visible;
}
.support-text-row .item .inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  text-align: left;
  position: absolute;
  width: max-content;
}
@media (max-width: 767.98px) {
  .support-text-row .item .inner .text {
    display: none;
  }
}
.support-text-row .item .inner-xs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  position: absolute;
  width: 200px;
  top: -40%;
  left: calc(50% - 100px);
}
.support-text-row .item .inner-xs .text {
  padding: 8px 10px 0;
}
.support-text-row .item .inner-xs .text br {
  display: none;
}
.support-text-row .item .inner-xs .dot {
  opacity: 0;
  visibility: hidden;
  width: 12px;
  height: 12px;
  margin: 10px 0;
  flex: 0 0 12px;
}
@media (min-width: 768px) {
  .support-text-row .item .inner-xs {
    display: none;
  }
}
.support-text-row .item .text {
  font-size: 14px;
  line-height: 24px;
  z-index: 5;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .support-text-row .item .text {
    font-size: 12px;
    line-height: 20px;
  }
}
.support-text-row .item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: .5;
  background: #2A5FCB;
  box-shadow: 0 0 0 4px rgba(42, 95, 203, 0.5);
  margin: 12px 0;
}

.support-mission {
  padding: 12rem 0 6rem;
}
@media (max-width: 575.98px) {
  .support-mission {
    padding: 6rem 0 6rem;
  }
}
.support-mission .desc {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
.support-mission .desc p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .support-mission .desc p {
    font-size: 14px;
  }
}

.support-work {
  padding: 6rem 0;
}

.support-image {
  margin-left: 10px;
}

.work-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work-row .work-item {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 calc(100% / 3 - 15px);
  padding: 40px 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 40px rgba(221, 221, 221, 0.5);
}
@media (max-width: 991.98px) {
  .work-row .work-item {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 575.98px) {
  .work-row .work-item {
    flex: 0 0 100%;
  }
  .work-row .work-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.work-row .work-item:first-child {
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .work-row .work-item:first-child {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.work-row .work-item:first-child h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .work-row .work-item:first-child h3 {
    font-size: 3.8rem;
    line-height: 1.6;
  }
}
.work-row .work-item:first-child .info {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .work-row .work-item:first-child .info {
    flex: 0 0 100%;
  }
}
.work-row .work-item:first-child .info:last-child {
  margin-top: 0;
}
.work-row .work-item:first-child .info span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
}
.work-row .work-item:first-child .info .title {
  font-size: 14px;
}
.work-row .work-item h3 {
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 25px;
  flex: 0 0 100%;
}
@media (max-width: 575.98px) {
  .work-row .work-item h3 {
    margin-bottom: 15px;
  }
}
.work-row .work-item .info {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .work-row .work-item .info {
    margin-bottom: 15px;
  }
}
.work-row .work-item .info:last-child {
  margin-bottom: 0;
  margin-top: auto;
}
.work-row .work-item .info span {
  color: #2A5FCB;
  font-size: 12px;
  position: relative;
  margin-top: 10px;
}
.work-row .work-item .info .link {
  display: inline-flex;
  align-items: center;
  padding-right: 15px;
  color: #2A5FCB;
  font-size: 12px;
  position: relative;
  margin-top: 10px;
}
.work-row .work-item .info .link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.work-row .work-item .info .link:before, .work-row .work-item .info .link:after {
  content: '';
  width: 7px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  position: absolute;
  right: 0;
}
.work-row .work-item .info .link:before {
  transform: rotate(45deg);
  top: 5px;
}
.work-row .work-item .info .link:after {
  transform: rotate(-45deg);
  top: 9px;
}
.work-row .work-item .info .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  margin-bottom: 0;
  text-decoration: none;
}
.work-row .work-item .info svg, .work-row .work-item .info img {
  margin-left: 10px;
}

.support-help {
  padding: 6rem 0;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 6rem;
  margin-top: 4rem;
}

.page-nav-btn {
  color: #2A5FCB;
  background: #EAEFFA;
  padding: 10px 25px;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: all .3s;
}
@media (max-width: 575.98px) {
  .page-nav-btn {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.page-nav-btn:hover {
  text-decoration: none;
  color: #2A5FCB;
}
.page-nav-btn.active, .page-nav-btn:hover {
  background: #2A5FCB;
  color: #fff;
}

.help-tabs .tab {
  padding: 30px 67px 75px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 40px rgba(221, 221, 221, 0.5);
}
@media (max-width: 991.98px) {
  .help-tabs .tab {
    padding: 30px 45px 75px;
  }
}
.help-tabs .tab h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.help-tabs .tab p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
}
.help-tabs .tab p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .help-tabs .tab p {
    font-size: 14px;
  }
}
.help-tabs .tab a {
  color: #2A5FCB;
  text-decoration: underline;
}
.help-tabs .tab a:hover {
  text-decoration: none;
}

.support-cases {
  padding: 6rem 0;
}
@media (max-width: 575.98px) {
  .support-cases {
    width: 100%;
    overflow: hidden;
  }
}
.support-cases h2 {
  margin-bottom: 0;
}

.cases-slider {
  padding-bottom: 1.5rem;
}
.cases-slider .slick-list {
  margin: 0 -45px !important;
}
@media (max-width: 575.98px) {
  .cases-slider .slick-list {
    margin: 0 -15px !important;
  }
}
.cases-slider .slide {
  padding: 45px 45px;
}
@media (max-width: 575.98px) {
  .cases-slider .slide {
    padding: 30px;
  }
}
.cases-slider .slick-arrow.slick-prev, .cases-slider .slick-arrow.slick-next {
  position: absolute;
  top: calc(50% - 20px) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  z-index: 5;
  transform: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none;
}
.cases-slider .slick-arrow.slick-prev:focus, .cases-slider .slick-arrow.slick-next:focus {
  outline: none !important;
}
.cases-slider .slick-arrow.slick-prev:before, .cases-slider .slick-arrow.slick-prev:after, .cases-slider .slick-arrow.slick-next:before, .cases-slider .slick-arrow.slick-next:after {
  content: '';
  width: 20px;
  height: 3px;
  background: #E0E0E0;
  border-radius: 2px;
  position: absolute;
  margin-left: 3px;
}
.cases-slider .slick-arrow.slick-prev:hover:before, .cases-slider .slick-arrow.slick-prev:hover:after, .cases-slider .slick-arrow.slick-next:hover:before, .cases-slider .slick-arrow.slick-next:hover:after {
  background: #2A5FCB;
}
.cases-slider .slick-arrow.slick-prev {
  left: -45px !important;
}
@media (max-width: 767.98px) {
  .cases-slider .slick-arrow.slick-prev {
    left: -8px !important;
  }
}
@media (max-width: 575.98px) {
  .cases-slider .slick-arrow.slick-prev {
    left: -20px !important;
  }
}
.cases-slider .slick-arrow.slick-prev:before {
  transform: rotate(-45deg);
  top: 10px;
}
.cases-slider .slick-arrow.slick-prev:after {
  transform: rotate(45deg);
  top: 23px;
}
.cases-slider .slick-arrow.slick-next {
  right: -45px !important;
}
@media (max-width: 767.98px) {
  .cases-slider .slick-arrow.slick-next {
    right: -8px !important;
  }
}
@media (max-width: 575.98px) {
  .cases-slider .slick-arrow.slick-next {
    right: -20px !important;
  }
}
.cases-slider .slick-arrow.slick-next:before {
  transform: rotate(45deg);
  top: 10px;
}
.cases-slider .slick-arrow.slick-next:after {
  transform: rotate(-45deg);
  top: 23px;
}

.cases-slider-item {
  display: flex;
  padding: 50px 67px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 40px rgba(221, 221, 221, 0.5);
}
@media (max-width: 991.98px) {
  .cases-slider-item {
    flex-wrap: wrap;
    padding: 30px 45px;
  }
}
@media (max-width: 575.98px) {
  .cases-slider-item {
    padding: 30px 30px;
  }
}
.cases-slider-item .left {
  flex: 0 0 29%;
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .cases-slider-item .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cases-slider-item .left .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #EAEFFA;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .cases-slider-item .left .img {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 575.98px) {
  .cases-slider-item .left .img {
    width: 90px;
    height: 90px;
    margin: 0 20px 0 0;
  }
}
.cases-slider-item .left .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  object-fit: cover;
}
.cases-slider-item .left .img img[src=""] {
  display: none;
}
@media (max-width: 991.98px) {
  .cases-slider-item .left .info {
    flex: 0 0 calc(100% - 150px);
  }
}
@media (max-width: 575.98px) {
  .cases-slider-item .left .info {
    flex: 0 0 calc(100% - 110px);
  }
}
.cases-slider-item .left .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .cases-slider-item .left .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.cases-slider-item .left .pos {
  font-size: 16px;
  line-height: 1.6;
  color: #A5A5A5;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cases-slider-item .left .pos {
    font-size: 14px;
  }
}
.cases-slider-item .right {
  flex: 0 0 71%;
  max-height: 515px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .cases-slider-item .right {
    max-height: 530px;
  }
}
.cases-slider-item .right.open {
  max-height: none;
}
.cases-slider-item .right.open .inner:before {
  display: none;
}
.cases-slider-item .right.open .case-readmore span {
  display: none;
}
.cases-slider-item .right.open .case-readmore span + span {
  display: block;
}
.cases-slider-item .right.open .case-readmore svg {
  transform: rotate(-90deg);
}
@media (max-width: 991.98px) {
  .cases-slider-item .right {
    flex: 0 0 100%;
  }
}
.cases-slider-item .right .inner {
  position: relative;
  padding-bottom: 50px;
}
.cases-slider-item .right .inner:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40px;
  background: #fff;
  z-index: 25;
}
.cases-slider-item .right .case-readmore {
  color: #2A5FCB;
  padding: 10px 0 10px 0;
  cursor: pointer;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 15;
}
.cases-slider-item .right .case-readmore:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .cases-slider-item .right .case-readmore:hover {
    text-decoration: none;
  }
}
.cases-slider-item .right .case-readmore span + span {
  display: none;
}
.cases-slider-item .right h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .cases-slider-item .right h3 br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .cases-slider-item .right h3 {
    font-size: 18px;
    margin-bottom: 45px;
  }
}
.cases-slider-item .right h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.cases-slider-item .right p {
  font-weight: 400;
  line-height: 2;
  margin-bottom: 40px;
}
.cases-slider-item .right p:last-child {
  margin-bottom: 0;
}
.cases-slider-item .right b {
  font-weight: 500;
}

.cases-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  padding-top: 6rem;
}
@media (max-width: 991.98px) {
  .cases-row {
    gap: 30px 0;
  }
}
@media (max-width: 575.98px) {
  .cases-row {
    padding-top: 0;
  }
}
.cases-row .cases-item {
  flex: 0 0 calc(50% - 15px);
  padding: 30px 67px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 40px rgba(221, 221, 221, 0.5);
  position: relative;
}
@media (min-width: 992px) {
  .cases-row .cases-item {
    min-height: 470px;
  }
}
@media (max-width: 991.98px) {
  .cases-row .cases-item {
    flex: 0 0 100%;
    padding: 30px 30px;
  }
}
.cases-row .cases-item:first-child {
  background: #EAEFFA;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .cases-row .cases-item:first-child {
    min-height: 370px;
  }
}
.cases-row .cases-item:first-child .desc {
  margin-bottom: 45px;
}
@media (max-width: 575.98px) {
  .cases-row .cases-item:first-child .desc {
    margin-bottom: 30px;
  }
}
.cases-row .cases-item > * {
  position: relative;
  z-index: 5;
}
.cases-row .cases-item .img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  text-align: right;
}
.cases-row .cases-item .btn {
  padding: 15px 34px;
}
@media (max-width: 575.98px) {
  .cases-row .cases-item .btn {
    font-size: 14px;
    padding: 12px 30px;
  }
}
.cases-row .cases-item .title {
  font-size: 32px;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .cases-row .cases-item .title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.cases-row .cases-item .desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 55px;
}
.cases-row .cases-item .link {
  display: inline-flex;
  align-items: center;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #2A5FCB;
  position: relative;
}
.cases-row .cases-item .link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.cases-row .cases-item .link:before, .cases-row .cases-item .link:after {
  content: '';
  width: 12px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  position: absolute;
  right: 0;
}
.cases-row .cases-item .link:before {
  transform: rotate(45deg);
  top: 10px;
}
.cases-row .cases-item .link:after {
  transform: rotate(-45deg);
  top: 17px;
}

.contacts-form {
  margin: 6rem 0;
}

.support-reviews {
  padding: 6rem 0 9rem;
}
@media (max-width: 575.98px) {
  .support-reviews {
    padding: 30px 0 30px;
  }
}
.support-reviews h2 {
  margin-bottom: 40px;
}
.support-reviews .btn.view-all {
  border: 1px solid #2A5FCB;
}

/*# sourceMappingURL=style.css.map */
