/* MAIN SLIDER */
.home-top {
  position: relative;
  z-index: 25;
  animation-name: example;
  animation-duration: 2.45s;
  margin-bottom: 40px;
}

@keyframes example {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.home-top .container {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  height: 830px;
  top: 0;
}

.main-slider .item.swiper-slide img {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.main-slider .container {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 830px;
}

.main-slider-text {
  position: absolute;
  top: 232px;
  max-width: 545px;
}

.main-slider-text h1 {
  font-size: 60px;
  font-weight: 600;
  margin: 0 0;
}

.main-slider-text h2 {
  font-size: 45px;
 
  font-weight: 600;
  /* letter-spacing: -0.025em; */
  margin: 0 0;
  color: #333333;
  margin-bottom: 40px;
}

.main-slider-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: #666666;
}

a.apply-now {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding: 10px 20px 10px 20px;
  transition: 0.4s all;
  background: #052440;
  position: relative;
  top: 25px;
  background: #052440;
  line-height: 40px;
  border-radius: 24px;
}

a.apply-now:hover {
  background: #56504E;
}

a.apply-now i {
  margin-left: 5px;
}

/* // Main slider pagination style - global */
.main-dots.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  position: absolute;
  bottom: 100px;
  left: 0;
  pointer-events: none;
  text-align: left;
}

.main-dots.swiper-pagination span.swiper-pagination-bullet {
  border-radius: 7px;
  border: none;
  margin-right: 7px;
  padding: 4px;
  background: #D7D9DA;
  opacity: 1;
  pointer-events: all;
}

.main-dots.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #052440;
  padding: 4px 12px;
}

/* // end of main slider pagination style */

/* MAIN SLIDER end*/

/* HOME ABOUT */
.about {
  /* background: #38A1A7 url(../img/home-about-bg.jpg) no-repeat 50% 50%; */
  padding: 50px 0;
  /* min-height: 842px; */
  position: relative;
  background: rgb(226, 226, 228);
  background: -moz-linear-gradient(0deg, rgba(226, 226, 228, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(226, 226, 228, 1) 0%, rgba(243, 243, 243, 1) 100%);
      background: linear-gradient(0deg, rgb(226 226 228 / 3%) 0%, rgba(243, 243, 243, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e4", endColorstr="#f3f3f3", GradientType=1);
}

.about:before {
  position: absolute;
  content: '';
  background: url(../img/home-about-before-bg.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.about-top {
  display: flex;
  margin-bottom: 100px;
  flex-wrap: wrap;
  margin-top: -95px;
}

.about .item {
  width: 18%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 15px;
  transition: 0.3s all;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.21);
}

.about .item:not(:nth-child(5n+5)) {
  margin-right: 37px;
}

.about .item a {
  position: relative;
  display: block;
}

.about .item a:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  transition: 0.3s all;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6026785714285714) 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6026785714285714) 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6026785714285714) 0%, rgb(0 0 0 / 15%) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.about .item a:hover:before {
  opacity: 0;
}

.about .item img {
  position: relative;
  transition: 0.3s all;
}

.about .item a:hover img {
  transform-origin: center;
  transform: scale(1.1);
}

.about .item h3 {
  position: absolute;
  padding: 0 20px 20px;
  font-size: 18px;
  letter-spacing: -0.010em;
  font-weight: 600;
  color: #fff;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transition: 0.3s all;
}

.about .item a:hover h3 {
    color: #ffffff;
    text-shadow: 2px 2px 2px #202020;
}

.about-bottom {
  display: flex;
}

.about h1.home-about-title {
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px;
    padding-top: 41px;
   
}

.about .right-side-for-text p {
  font-size: 15px;
  line-height: 25px;
  color: #747E8C;
  margin-bottom: 10px;
}

.about .right-side-for-text p strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1D2A3B;
  margin-bottom: 20px;
}

/* HOME ABOUT END*/


/* HOME ADVANTAGES */


section.advantages {
  /* background: #38A1A7 url(../img/home-about-bg.jpg) no-repeat 50% 50%; */
  padding: 40px 0 0;
  /* min-height: 842px; */
  position: relative;
  min-height: 770px;
}


.advantages-wrapper {
  display: flex;
}


.about .item img {
    max-height: 146px;
}


.advantages h1.advantages-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  color: #1D2A3B;
  margin-bottom: 0px;
}

.advantages .left-side-for-text {
  padding-right: 60px;
  padding-top: 115px;
}

.advantages .left-side-for-text p {
  font-size: 17px;
  line-height: 28px;
  color: #747E8C;
  
}

.advantages .option-list {
  display: flex;
  margin-bottom: 50px;
}

.advantages .icon-space {
  width: 130px;
  height: 130px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 35px solid #FBFBFB;
  margin-bottom: 10px;
}

.advantages h2.option-title {
  font-size: 20px;
  line-height: 25px;
  color: #1D2A3B;
  font-weight: 600;
  margin-bottom: 20px;
}

.advantages .option-item p {
  font-size: 15px;
  line-height: 25px;
  color: #747E8C;
  margin-bottom: 0;
}

.advantages a.download-app {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1D2A3B;
}

.advantages a.download-app i {
  margin-left: 5px;
  color: #2fc4f3;
}

.advantages .right-side-for-picture {
  position: relative;
}

.advantages .statistics-list {
  position: absolute;
  top: 0;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.advantages .item-inner {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
  border-radius: 25px;
  margin-right: 50px;
  margin-bottom: 40px;
  padding: 30px;
}

.advantages .item-inner img {
  margin-bottom: 30px;
}

.advantages .item-inner h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 12px;
  color: #747E8C;
}

.advantages .item-inner h4 {
  font-weight: 700;
  font-size: 40px;
  color: #1D2A3B;
}

.advantages .statistics-item:last-child {
  top: 50px;
  position: relative;
}

/* HOME ADVANTAGES END */

/* HOME FEATURES */

section.features {
  background: url(../img/home-features-bg.png) no-repeat 50% 50%;
  padding: 150px 0;
  /* min-height: 842px; */
  position: relative;
  min-height: 705px;
  margin-bottom: -70px;
  z-index: 3;
}

.features .features-list {
  display: flex;
  flex-wrap: wrap;
}

.features .features-title {
  width: 400px;
  height: 190px;
  margin: 0 30px 30px 0;
}

.features .features-title h1 {
  font-weight: 700;
  font-size: 46px;
  /* line-height: 40px; */
  color: #fff;
}

.features .features-title p {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
}

.features .features-item {
  width: 400px;
  height: 190px;
  margin: 0 30px 30px 0;
  background: #fff;
  padding: 30px;
  border-radius: 18px;
}

.features .features-item img {
  margin-right: 15px;
}

.features .features-item span {
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: #1D2A3B;
  letter-spacing: -0.04em;
  position: relative;
  top: 5px;
}

.features .features-item p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 25px;
  color: #747E8C;
}

/* HOME FEATURES END */

/* HOME APPLICATION */

section.application {
  padding: 40px 0 0;
  /* min-height: 842px; */
  position: relative;
  min-height: 590px;
  background-color: #F8F9FD;
}

section.application::after {
  position: absolute;
  content: '';
  background-image: url('../img/home-application-after-image.png');
  background-repeat: no-repeat;
  bottom: -114px;
  left: 0;
  right: 0;
  height: 118px;
}

.application-wrapper {
  display: flex;
}

.application .left-side-for-picture {
  background: url(../img/application-left-bg.png) no-repeat 50% 50%;
  width: 50%;
  height: 430px;
  position: relative;
}

.application img.application-small-img {
  position: absolute;
  top: 25px;
  left: 80px;
  border-radius: 15px;
  z-index: 5;
  
  max-width:600px;
}


@media (max-width: 1199px) {
  .application img.application-small-img {
    max-width: 375px !important;
    
  }
}

@media (max-width: 1529px) {
  .application img.application-small-img {
    max-width: 430px;
    
  }
}

@media (max-width: 992px) {
  .application img.application-small-img {
    max-width: 400px;
   
  }
}

/* Mobil boyutlar */
@media (max-width: 576px) {
  .application img.application-small-img {
    max-width: 250px;
    left: 20px;
    top: 15px;
  }
}

.application img.application-big-img {
  position: absolute;
  bottom: 0;
  right: 80px;
  border-radius: 15px;
  z-index: 4;
}

.application .right-side-for-text {
  width: 50%;
  padding-right: 130px;
}

.application .right-side-for-text h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  color: #1D2A3B;
  margin-bottom: 25px;
}

.application .right-side-for-text p {
  font-size: 17px;
  line-height: 28px;
  color: #747E8C;
  margin-bottom: 25px;
}

.application .right-side-for-text ul {
  margin-bottom: 25px;
}

.application .right-side-for-text ul li {
  font-size: 15px;
  line-height: 28px;
  color: #747E8C;
  margin-bottom: 15px;
  margin-left: 20px;
  list-style-image: url('../img/list-style-image.png');
}

.application a.application-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1D2A3B;
}

.application a.application-more i {
  color: #052440;
  margin-left: 10px;
}

/* HOME APPLICATION END */

/* HOME NEWS */
.news {
  padding: 80px 0 0 0;
  position: relative;
  
}

.news .container {
  position: relative;
}

.news h1.news-title {
  font-weight: 600;
  font-size: 46px;
  color: #1D2A3B;
  margin-bottom: 25px;
  text-align: center;
}

.news p.news-desc {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #747E8C;
  max-width: 572px;
  margin: 0 auto 40px;
}

.news .news-slider {
  margin-bottom: 90px;
}

.news .item.swiper-slide.swiper-slide-active .logo-wrapper {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.news .item.swiper-slide.swiper-slide-active .logo-wrapper img {
  max-width: 80%;
  max-height: 80%;
}

.news .item.swiper-slide.swiper-slide-prev .logo-wrapper,
.news .item.swiper-slide.swiper-slide-next .logo-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}

.news .item.swiper-slide.swiper-slide-prev .logo-wrapper img,
.news .item.swiper-slide.swiper-slide-next .logo-wrapper img {
  max-width: 60%;
  max-height: 60%;
}

.news .item.swiper-slide .logo-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  margin-top: 48px;
}

.news .logo-wrapper img {
  max-width: 50%;
  max-height: 50%;
  transition: 0.3s all;
}

.news .item.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.news .item.swiper-slide.swiper-slide-active .comment-wrapper {
  display: block;
  width: 572px;
  text-align: center;
  margin-top: 40px;
}

.news .comment-wrapper {
  display: none;
}

.news .comment-wrapper h2 {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  color: #1D2A3B;
}

.news .comment-wrapper .ng-fa-icon {
  font-size: 34px;
  line-height: 34px;
  color: #5FA13A;
}

.news .comment-wrapper h3 {
  font-size: 18px;
  margin: 25px 0 10px;
  font-weight: 600;
  color: #1D2A3B;
}

.news .comment-wrapper h3 span {
  font-weight: 400;
  color: #5FA13A;
}

.star-rating i {
  font-size: 15px !important;
  color: #EF8C1C !important;
  line-height: 15px !important;
}

.news .swiper-button-prev:after,
.news .swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.news .swiper-button-next:after,
.news .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

.news .swiper-button-prev,
.news .swiper-button-next {
  width: 30px;
  height: 30px;
  background: #5FA13A;
  border-radius: 50%;
  color: #fff;
  top: 85px;
}

.news .home-contact {
  background: #052440;
  padding: 40px 0;
}

.news .home-contact .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .contact-text h1 {
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.news .contact-text p {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
}

.news .contact-us-button {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* letter-spacing: 0.02em; */
  color: #1D2A3B;
  background: #fff;
  padding: 12px 25px;
  transition: 0.3s all;
  border-radius: 24px;
}

.news .contact-us-button i {
  margin-left: 10px;
}

.news .contact-us-button:hover {
  background: #56504E;
  color: #fff;
}

/* HOME NEWS END */

/* HOME BLOG */

.news.blog {
  padding: 60px 0 0 0;
  position: relative;
}

.news.blog h1.news-title {
  font-weight: 600;
  font-size: 46px;
  color: #1D2A3B;
  margin-bottom: 25px;
  text-align: center;
}

.news.blog p.news-desc {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #747E8C;
  max-width: 572px;
  margin: 0 auto 40px;
}

.news.blog .blog-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news.blog .blog-item {
  width: 49%;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 30px;
}

.news.blog .blog-item a {
  padding: 50px 25px 15px 40px;
  position: relative;
  display: flex;
}

.news.blog .blog-date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 15px 10px 20px;
  background: #052440;
  border-bottom-right-radius: 4px;
  font-size: 15px;
  color: #FFFFFF;
}

.news.blog .blog-img {
  max-width: 182px;
  max-height: 182px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 45px;
}

.news.blog .blog-img img {
  min-width: 100%;
  width: auto;
  height: auto;
}

.news.blog .blog-text h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #252525;
  margin-bottom: 25px;
}

.news.blog .blog-text h3 {
  font-size: 15px;
  line-height: 25px;
  color: #747E8C;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
}

.news.blog .blog-text h4 {
  font-size: 16px;
  font-weight: 600;
  color: #7C7D94;
}

.news.blog .blog-bottom {
  width: 100%;
  display: flex;
  height: 210px;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  margin-bottom: -75px;
  z-index: 10;
  background: #fff;
}

.news.blog .bottom-text {
  max-width: 350px;
}

.news.blog .bottom-text h2 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #1D2A3B;
}

.news.blog .bottom-text h3 {
  font-size: 15px;
  line-height: 25px;
  color: #747E8C;
}

.news.blog .bottom-input {
  max-width: 55%;
  width: inherit;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  align-items: center;
  height: auto;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
}

.news.blog .bottom-input input#e-mail {
  font-size: 15px;
  line-height: 50px;
  color: #747E8C;
  border: none;
  width: inherit;
  padding-right:20px;
}

.news.blog .bottom-input input[type="submit"] {
  height: 50px;
  background: #052440;
  border: none;
  border-radius: 2px;
  padding: 0 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 24px;
}
      .news.blog .bottom-input input[type="submit"] {
    max-width: 280px;
}
/* HOME BLOG END */

@media (max-width: 1759px) {
    .news.blog .bottom-input input[type="submit"] {
    width: 200px;
}
.news.blog .bottom-input {
    padding-left: 20px;
}
  .home-top:after {
    background: url(../../../../assets/img/header-background-responsive-1050.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    width: 100%;
    height: 493px;
  }
}

@media (max-width: 1599px) {
        .news.blog .bottom-input input[type="submit"] {
    width: 160px;
}
}

@media (max-width: 1529px) {
  .main-slider .item.swiper-slide img {
    max-width: 58%;
  }

  .main-slider .container {
    height: 760px;
  }

  .home-top .container {
    height: 760px;
  }

  .about .item:not(:nth-child(5n+5)) {
    margin-right: 33px;
  }

  .about .left-side-for-picture {
    width: 50%;
  }

  .about .left-side-for-picture img {
    width: 100%;
  }

  .about .right-side-for-text {
    width: 50%;
  }

  .advantages .left-side-for-text {
    padding-top: 80px;
    width: 45%;
  }

  .advantages .right-side-for-picture {
    width: 55%;
  }

  .advantages img.statistics-image {
    width: 100%;
  }

  .advantages h1.advantages-title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 40px;
  }

  .advantages .item-inner {
    width: 190px;
    height: 190px;
    margin-right: 35px;
    margin-bottom: 35px;
  }

  .advantages .item-inner img {
    margin-bottom: 20px;
  }

  .advantages .item-inner h3 {
    margin-bottom: 5px;
  }

  .news {
    padding: 125px 0 0 0;
  }

  .news h1.news-title {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .news p.news-desc {
    font-size: 16px;
    line-height: 26px;
    max-width: 520px;
    margin: 0 auto 30px;
  }

  .news .item.swiper-slide.swiper-slide-active .comment-wrapper {
    width: 490px;
    margin-top: 20px;
  }

  .news .comment-wrapper h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .news .comment-wrapper h3 {
    font-size: 16px;
    margin: 10px 0 10px;
  }

  .news .news-slider {
    margin-bottom: 50px;
  }

  .news .contact-text h1 {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .news.blog {
    padding: 60px 0 0 0;
    position: relative;
  }

  .news.blog h1.news-title {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .news.blog p.news-desc {
    font-size: 16px;
    line-height: 26px;
    max-width: 520px;
    margin: 0 auto 35px;
  }

  .news.blog .blog-text h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .news.blog .blog-text h3 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .news.blog .blog-date {
    font-size: 14px;
  }

  .news.blog .blog-item {
    margin-bottom: 25px;
  }

  .news.blog .bottom-text h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .news.blog .bottom-text h3 {
    font-size: 14px;
    line-height: 18px;
  }

}

@media (max-width: 1399px) {
  .main-slider .container {
    height: 690px;
  }

  .home-top .container {
    height: 690px;
  }

  .main-slider .item.swiper-slide img {
    bottom: unset;
    max-width: 560px;
    top: 180px;
  }

  .main-slider-text {
    max-width: 490px;
    top: 180px;
  }

  .main-slider-text h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .main-slider-text p {
    font-size: 20px;
    line-height: 26px;
  }

  .about .item {
    width: 23%;
  }

  .about .item:not(:nth-child(5n+5)) {
    margin-right: 0;
  }

  .about .item:not(:nth-child(4n+4)) {
    margin-right: 30px;
  }

  .about .item:last-child {
    margin-right: 0 !important;
  }

  .about-top {
    justify-content: center;
  }

  .about h1.home-about-title {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 30px;
  }

  .about .right-side-for-text p strong {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .about .right-side-for-text p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 25px;
  }

  section.advantages {
    padding: 80px 0 0;
    min-height: unset;
    background-position-x: center;
  }

  .advantages .left-side-for-text {
    padding-top: 0;
    width: 45%;
  }

  .advantages h1.advantages-title {
    margin-bottom: 25px;
  }

  .advantages .item-inner {
    width: 160px;
    height: 160px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 25px;
  }

  .advantages .item-inner img {
    margin-bottom: 10px;
  }

  .advantages .item-inner h4 {
    font-weight: 700;
    font-size: 30px;
    color: #1D2A3B;
  }

  .advantages .left-side-for-text p {
    font-size: 15px;
    line-height: 25px;
    color: #747E8C;
    margin-bottom: 20px;
  }

  .advantages .option-list {
    display: flex;
    margin-bottom: 25px;
  }

  .advantages .icon-space {
    width: 120px;
    height: 120px;
    border: 30px solid #FBFBFB;
    margin-bottom: 5px;
  }

  .advantages h2.option-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .advantages .option-item p {
    font-size: 13px;
    line-height: 20px;
  }

  .features .features-title {
    width: 340px;
    height: 190px;
  }

  .features .features-item {
    width: 340px;
    height: 190px;
    padding: 25px;
  }

  .features .features-title h1 {
    font-size: 38px;
  }

  .features .features-title p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }

  .features .features-item span {
    font-size: 20px;
    line-height: 25px;
    top: 2px;
  }

  .features .features-item p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .application .application-small-img {
    left: 0;
  }

  .application .right-side-for-text h1 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 20px;
  }

  .application .right-side-for-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .application .right-side-for-text ul {
    margin-bottom: 20px;
  }

  .application .right-side-for-text ul li {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .news .contact-text h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .news .contact-text p {
    font-size: 16px;
    line-height: 22px;
  }

}

@media (max-width: 1199px) {
  .main-slider-text {
    max-width: 50%;
  }

  .main-slider-text h2 {
    font-size: 36px;
    line-height: 40px;
    max-width: 390px;
  }

  .main-slider-text p {
    font-size: 18px;
    line-height: 22px;
  }

  .main-slider .item.swiper-slide img {
    max-width: 50%;
  }

  .about .item {
    width: 28%;
  }

  .about .item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }

  .about .item:not(:nth-child(3n+3)) {
    margin-right: 30px;
  }

  .about-top {
    margin-bottom: 30px;
  }

  .about h1.home-about-title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .about .right-side-for-text p strong {
    font-size: 20px;
    line-height: 24px;
  }

  .about .right-side-for-text p {
    line-height: 22px;
    margin-bottom: 20px;
  }

  h1.advantages-title {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 42px;
  }

  .advantages .statistics-list {
    max-height: 420px;
  }

  .advantages .item-inner {
    width: 120px;
    height: 120px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 20px;
  }

  .advantages .item-inner img {
    max-width: 35px;
    max-height: 35px;
  }

  .advantages .item-inner h4 {
    font-size: 24px;
  }

  .features .features-title h1 {
    font-size: 32px;
  }

  .features .features-title p {
    font-size: 15px;
    line-height: 22px;
  }

  .features .features-title {
    width: 290px;
    height: 170px;
  }

  .features .features-item {
    width: 290px;
    height: 170px;
  }

  .features .features-item span {
    font-size: 18px;
    line-height: 25px;
    top: 2px;
  }

  .features .features-item p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .application .right-side-for-text {
    padding-right: 0;
  }

  .application img.application-big-img {
    right: 20px;
  }

  .application .right-side-for-text h1 {
    font-size: 36px;
    line-height: 39px;
    margin-bottom: 15px;
  }

  .news .contact-text h1 {
    font-size: 30px;
  }

  .news.blog .blog-item a {
    padding: 40px 25px 25px 25px;
  }

  .news.blog .blog-date {
    padding: 6px 20px 6px 25px;
  }

  .news.blog .blog-img {
    margin-right: 25px;
  }

  .news.blog .blog-text h2 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .news.blog .blog-bottom {
    height: 160px;
    padding: 0 25px;
    margin-bottom: -20px;
  }
}

@media (max-width: 991px) {
  .about .item {
    width: 38%;
  }

  .about .item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .about .item:not(:nth-child(2n+2)) {
    margin-right: 30px;
  }

  .about-bottom {
    flex-wrap: wrap;
  }

  .about .left-side-for-picture {
    width: 100%;
  }

  .about .right-side-for-text {
    width: 100%;
  }

  section.advantages {
    padding: 50px 0 0;
  }

  .advantages-wrapper {
    flex-wrap: wrap;
  }

  .advantages .left-side-for-text,
  .advantages .right-side-for-picture {
    width: 100%;
    padding-right: 0;
  }

  .advantages .left-side-for-text {
    margin-bottom: 40px;
  }

  .advantages .right-side-for-picture {
    max-width: 570px;
    margin: auto;
  }

  .advantages h1.advantages-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }

  .advantages .left-side-for-text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    max-width: 570px;
  }

  .advantages .option-item {
    width: 40%;
    padding-right: 20px;
  }

  .advantages h2.option-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  section.features {
    margin-bottom: -150px;
  }

  section.application {
    padding: 110px 0 0;
    min-height: 530px;
  }

  .application img.application-big-img {
    max-width: 100%;
  }

  .application img.application-small-img {
    left: -35px;
    max-width: 70%;
  }

  .application .left-side-for-picture {
    height: 380px;
  }

  .application .right-side-for-text h1 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 10px;
  }

  .application .right-side-for-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .application .right-side-for-text ul li {
    font-size: 14px;
    line-height: 22px;
  }

  .news .contact-text h1 {
    font-size: 26px;
  }

  .news .contact-text p {
    font-size: 14px;
    line-height: 14px;
  }

  .news.blog .blog-img {
    margin-right: 20px;
    min-width: 120px;
    height: 120px;
  }

  .news.blog .blog-item a {
    padding: 40px 20px 20px 20px;
  }

  .news.blog .blog-text h2 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }

  .news.blog .blog-text h3 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .news.blog .blog-text h4 {
    font-size: 14px;
  }

  .news.blog .bottom-text h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
  }

  .news.blog .blog-bottom {
    height: 130px;
    padding: 0 20px;
    margin-bottom: -30px;
  }

  .news.blog .bottom-input {
    height: 50px;
  }

  .news.blog .bottom-input input#e-mail {
    font-size: 14px;
    line-height: 35px;
  }

  .news.blog .bottom-input input[type=submit] {
    height: 35px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .home-top .container {
    height: 840px;
  }

  .main-slider .item.swiper-slide img {
    max-width: 100%;
    top: 120px;
  }

  .main-slider-text p {
    display: none;
  }

  .main-slider-text h2 {
    font-size: 36px;
    line-height: 38px;
  }

  .main-slider-text {
    top: unset;
    max-width: 360px;
    bottom: 100px;
  }

  .about .item {
    width: 49%;
  }

  .about .item:not(:nth-child(2n+2)) {
    margin-right: 10px;
  }

  .features .features-item,
  .features .features-title {
    width: 240px;
    height: 160px;
  }

  .features .features-title h1 {
    font-size: 28px;
  }

  .features .features-title p {
    font-size: 11px;
    line-height: 20px;
  }

  .features .features-item {
    padding: 20px;
  }

  .features .features-item img {
    margin-right: 10px;
  }

  .features .features-item span {
    font-size: 15px;
    line-height: 17px;
  }

  .features .features-item p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  section.features {
    padding: 70px 0;
    margin-bottom: -70px;
  }

  section.application {
    padding: 90px 0 45px;
  }

  .application .application-wrapper {
    flex-wrap: wrap;
  }

  .application .left-side-for-picture {
    width: 100%;
    margin-bottom: 40px;
    height: 430px;
  }

  .application .right-side-for-text {
    width: 100%;
  }

  .application img.application-small-img {
    left: 0;
    max-width: 100%;
    
  }
  
  .swiper-button-next {
    display: none !important;
}

.swiper-button-prev {
 display: none !important;
    
}

  .application img.application-big-img {
    max-width: 80%;
    right: 0;
  }

  .news .home-contact .container {
    justify-content: center;
    flex-direction: column;
  }

  .news .contact-text h1 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }

  .news .contact-text p {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
  }

  .news.blog .blog-item {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .about .item {
    width: 48%;
    margin-right: 7px !important;
    max-width: 272px;
  }

  .about .item:not(:nth-child(2n+2)) {
    margin-right: 0;
  }

  .features .features-list {
    justify-content: space-between;
  }

  .features .features-item,
  .features .features-title {
  width: 164px;
        height: 166px;
        margin: 0 0 15px 0;
  }

  .features .features-item img {
    margin-right: 10px;
    max-width: 25px;
    max-height: 25px;
  }

  .features .features-item span {
    font-size: 12px;
    line-height: 13px;
  }

  .features .features-item p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .application .left-side-for-picture {
    background: url(../img/application-left-bg.png) no-repeat 50% 0;
    width: 100%;
    margin-bottom: 30px;
    height: 360px;
  }
}

@media (max-width: 480px) {}