body {
    overflow-x: hidden!important;
    font-family: Montserrat,sans-serif;
}
:root {
    --brand-color: #002d73;
    --link-color: #3054D0;
    --brand-color-50: #6e87af;
    --bg-gray-brand: #f2f7ff;
    --btn-gray-brand-hover: #e9ecef;
    --brand-gradient: linear-gradient(135deg, #214080 0%, #204BE1 100%);
    --light-color: #fff;
}
.fs-12 {
    font-size: 12px;
}
.link-dark {
    fill: none!important
}

.link-dark:hover {
    color: #868e96!important
}

.link a {
    text-decoration: none!important;
    color: #000000;
/*    border-bottom: 1px solid rgba(0,136,255,.3)*/
}
.link a:hover {
    color: #3054D0 !important;
/*    border-bottom: 1px solid rgba(255,61,0,.1)*/
}
.link a:hover .no-hover {
  color: #000000 !important;
}
.link a:hover .no-hover-white {
  color: #ffffff !important;
}

.link-icon {
    fill: #8d95a3
}

.link-icon svg:hover {
    fill: #3054d0
}
.border-radius-15 {
    border-radius: 15px;
}
.bg-gray-brand {
    background-color: var(--bg-gray-brand) !important;
}
.bg-white {
    background-color: var(--light-color) !important;
}
.rounded-top-section {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.rounded-bottom-section {

  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  z-index: 1;
}
.overlapping-section {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.btn-outline-primary {
    color: #214CE2 !important;
    border-color: #214CE2 !important;
}
.btn-outline-primary:hover {
    color: #ffffff !important;
    border-color: #214CE2 !important;
    background-color: #214CE2 !important;
}
.btn-brand {
    background: var(--brand-gradient);
    border: none;
    color: #fff !important;
    max-width: 100%
}
.btn {
    padding: 10px 26px !important;
    line-height: 24px !important;
    letter-spacing: -.02em !important;
}
.btn-brand:hover {
    color: #fff!important;
    transition: 1s;
    background: linear-gradient(120deg,#002d73,#002d73)
}
.discount-circle {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 400;
  font-size: 16px;
  z-index: 1;
}

/*slider*/
@media (max-width: 767px) {
.swiper-slide-services {
  width: 90% !important;
  }
}
.swiper-slide{
    height: auto !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 2.6rem !important;
  height: 2.6rem !important;
  color: #000 !important;
  background-color: #f1f3f5;
  border-radius: 50%;
  color: #000 !important;
}
@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
.btn-next,
.btn-nextDevices {
    width: 2.6rem !important;
    height: 2.6rem !important;
    color: #000 !important;
    background-color: #f1f3f5;
    border-radius: 50%;
  }
.btn-next,
.btn-nextDevices:after {
    font-size: 15px;

  }
.btn-prev,
.btn-prevDevices {
    width: 2.6rem !important;
    height: 2.6rem !important;
    color: #000 !important;
    background-color: #f1f3f5;
    border-radius: 50%;
    color: #000 !important;
    right: 0 !important;
    left: auto !important;
    margin-right: 60px !important;
  }
.btn-prev,
.btn-prevDevices:after {
    font-size: 15px;

  }
.btn-next,
.btn-nextActivities {
    width: 2.6rem !important;
    height: 2.6rem !important;
    color: #000 !important;
    background-color: #f1f3f5;
    border-radius: 50%;
  }
.btn-next,
.btn-nextActivities:after {
    font-size: 15px;

  }
.btn-prev,
.btn-prevActivities {
    width: 2.6rem !important;
    height: 2.6rem !important;
    color: #000 !important;
    background-color: #f1f3f5;
    border-radius: 50%;
    color: #000 !important;
    right: 0 !important;
    left: auto !important;
    margin-right: 60px !important;
  }
.btn-prev,
.btn-prevActivities:after {
    font-size: 15px;

  }
/*_____*/
/*sale & app & news block*/
.div-sale {
  bottom: -20px;
  right: 60px;
}
@media (max-width: 1199px) {
.div-sale {
  bottom: 0;
  right: 0px;
  }
}
@media (max-width: 767px) {
.div-sale {
  bottom: 0px;
  right: 0px;
  }
}
@media (max-width: 575px) {
.div-sale {
  bottom: 0;
  right: 0;
  }
}
@media (max-width: 575px) {
.div-sale img{
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
.div-sale img{
    max-width: 100%;
    height: auto;
  }
}

/*_____*/
/*animation image scale*/
.scale img {
  transition: 1s;
}
.scale:hover .image-to-scale {
  transform: scale(1.1);
}
.scale svg {
  transition: 1s;
}

/*_____*/
/*  animation element slider*/
.element-animation {
  opacity: 0;
  transform: translateY(-20px);
}
.element-animation.element-show {
  opacity: 1;
  transition: all 1.3s;
  transform: translateY(0%);
}
/*_____*/


/*form*/
.form-control:focus {
    box-shadow: none;
    border-color: var(--brand-color);
    background-color: #fff!important;
}
.brand-form-control {
  background-color: #F8F9FA !important;
  font-size: 1rem !important;
  height: 56px !important;
}
.brand-form-control:hover {
  background-color: #f1f3f5 !important;
}
textarea {
    overflow: auto;
    resize: vertical;
    box-shadow: none;
    border-color: var(--brand-color);
    background-color: #fff!important;
}
.brand-textarea {
  background-color: #F8F9FA !important;
  font-size: 1rem !important;
}
.brand-textarea:hover {
  background-color: #f1f3f5 !important;
}
/*_____*/