@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
#OillanSun .container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1120px;
}
@media (max-width: 1280.98px) {
  #OillanSun .container {
    padding: 0;
  }
}
@media (max-width: 1024.98px) {
  #OillanSun .container {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  #OillanSun .container {
    padding: 0;
  }
}
@media (max-width: 576.98px) {
  #OillanSun .container {
    padding: 0;
  }
}
#OillanSun * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}
#OillanSun .all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
#OillanSun img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
#OillanSun ul,
#OillanSun li {
  list-style-type: none;
}
#OillanSun ul,
#OillanSun ol {
  padding: 0;
  margin: 0;
}
#OillanSun article,
#OillanSun aside,
#OillanSun details,
#OillanSun figcaption,
#OillanSun figure,
#OillanSun footer,
#OillanSun header,
#OillanSun hgroup,
#OillanSun main,
#OillanSun menu,
#OillanSun nav,
#OillanSun section,
#OillanSun summary {
  display: block;
}
#OillanSun h1, #OillanSun h2, #OillanSun h3, #OillanSun h4, #OillanSun h5, #OillanSun h6 {
  margin: 0;
}
#OillanSun hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#OillanSun p {
  margin: 0;
}
#OillanSun a {
  text-decoration: none;
  color: #000;
}
#OillanSun hr {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border: 0;
  border-top: 1px solid #eeeeee;
}

@font-face {
  font-family: "GilroyBold";
  src: url("../fonts/Gilroy-Bold.ttf");
}
@font-face {
  font-family: "GilroyMedium";
  src: url("../fonts/Gilroy-Medium.ttf");
}
@font-face {
  font-family: "GilroyLight";
  src: url("../fonts/Gilroy-Light.ttf");
}
@font-face {
  font-family: "GilroyRegular";
  src: url("../fonts/Gilroy-Regular.ttf");
}
@font-face {
  font-family: "GilroySemi";
  src: url("../fonts/Gilroy-SemiBold.ttf");
}
:root {
  --animate-delay: 0.4s;
  --animate-duration: 800ms;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}
@media (max-width: 1024.98px) {
  html {
    scroll-padding-top: 102px;
  }
}

body {
  margin: 0;
}

#OillanSun .all {
  font-family: "GilroyRegular", sans-serif;
  overflow-x: hidden;
}
#OillanSun strong {
  font-weight: 700;
}
#OillanSun b {
  font-weight: 700;
  font-family: "GilroyBold";
}
#OillanSun main {
  margin-top: 72px;
}
@media (max-width: 1024.98px) {
  #OillanSun main {
    margin-top: 89px;
  }
}
#OillanSun .artikyl {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0 24px;
}
#OillanSun .artikyl h1 {
  font-size: 40px;
  text-align: center;
  font-family: "GilroyBold";
  margin-bottom: 20px;
}
#OillanSun .artikyl h2 {
  font-size: 24px;
  font-family: "GilroyBold";
  margin-bottom: 20px;
}
#OillanSun .artikyl p {
  font-size: 16px;
}
#OillanSun .artikyl-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 20px;
}
#OillanSun .artikyl-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}
#OillanSun .artikyl-edit img {
  max-width: 250px !important;
}
#OillanSun .artikyl img {
  max-width: 400px;
}
#OillanSun .artikyl ul {
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  padding-left: 20px;
}
#OillanSun .artikyl a {
  color: red;
  font-weight: 600;
}
#OillanSun .artikyl a:hover {
  text-decoration: underline;
}
@media (max-width: 1024.98px) {
  #OillanSun .artikyl h1 {
    font-size: 32px;
  }
  #OillanSun .artikyl h2 {
    font-size: 24px;
    font-family: "GilroyBold";
    margin-bottom: 20px;
  }
  #OillanSun .artikyl p {
    font-size: 16px;
  }
  #OillanSun .artikyl img {
    width: 100%;
  }
  #OillanSun .artikyl-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  #OillanSun .artikyl-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
#OillanSun .header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 72px;
  background-color: #fff;
  border-bottom: 1px solid #14849A;
}
#OillanSun .header-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 24px;
}
#OillanSun .header-all__logo img {
  width: 116px;
}
#OillanSun .header-all__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
#OillanSun .header-all__nav ul li a {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.25px;
  font-family: "GilroyMedium";
}
#OillanSun .header-all__nav ul li a:hover {
  text-decoration: underline;
}
#OillanSun .header-all__burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  row-gap: 8px;
}
#OillanSun .header-all__burger span.burger-one.active {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
#OillanSun .header-all__burger span.burger-two.active {
  display: none;
}
#OillanSun .header-all__burger span.burger-three.active {
  -webkit-transform: rotate(-45deg) translate(3px, -2px);
          transform: rotate(-45deg) translate(3px, -2px);
}
#OillanSun .header-all__burger span {
  display: block;
  width: 34px;
  height: 3px;
  background-color: #14849A;
  border-radius: 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
#OillanSun .header-adaptive {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 89px;
  z-index: 9999;
}
#OillanSun .header-adaptive ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#OillanSun .header-adaptive ul li {
  padding: 12px 0 12px 24px;
  background-color: #fff;
  border-bottom: 0.5px solid #707070;
}
#OillanSun .header-adaptive ul li:last-child {
  border-bottom: 1px solid #14849A;
}
#OillanSun .header-adaptive ul li a {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1024.98px) {
  #OillanSun .header {
    top: 0;
    height: 89px;
  }
  #OillanSun .header-all__nav {
    display: none;
  }
  #OillanSun .header-all__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #OillanSun .header-adaptive {
    display: none;
  }
}
#OillanSun .slider {
  margin-bottom: 124px;
}
#OillanSun .slider .swiper {
  width: 100%;
}
#OillanSun .slider .swiper-slide > div {
  margin-bottom: 0;
  height: 558px;
}
#OillanSun .slider .swiper-slide .bannerTwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#OillanSun .slider .swiper-slide .bannerTwo-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("../img/bannerTwo-bg.jpg") no-repeat right/cover;
  padding-top: 7%;
  width: 65%;
  height: 100%;
}
#OillanSun .slider .swiper-slide .bannerTwo-left__title {
  font-size: 59px;
  line-height: 64px;
  color: #fff;
  letter-spacing: 0.25px;
  font-family: "GilroyBold";
  background-color: #14849B;
  border-radius: 0 71px 71px 0;
  padding: 5px 20px 5px 22%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
#OillanSun .slider .swiper-slide .bannerTwo-left__text {
  font-size: 31px;
  line-height: 37px;
  color: #fff;
  letter-spacing: 0.5px;
  font-family: "GilroyMedium";
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-left: 22%;
}
#OillanSun .slider .swiper-slide .bannerTwo-left__button {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  background-color: #14849A;
  padding: 6px 51px;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 22%;
}
#OillanSun .slider .swiper-slide .bannerTwo-left__button:hover {
  background-color: #16a2be;
}
#OillanSun .slider .swiper-slide .bannerTwo-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 38px;
  padding: 7% 24px 0 24px;
  height: 100%;
}
#OillanSun .slider .swiper-slide .bannerTwo-right__title {
  font-size: 47px;
  line-height: 63px;
  letter-spacing: 0.25px;
  font-family: "GilroyBold";
  color: #14849B;
}
#OillanSun .slider .swiper-slide .bannerTwo-right__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
#OillanSun .slider .swiper-slide .bannerTwo-right__main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  position: relative;
}
#OillanSun .slider .swiper-slide .bannerTwo-right__main-item img {
  width: 51px;
}
#OillanSun .slider .swiper-slide .bannerTwo-right__main-item .wygrania-1 {
  width: 53px;
}
#OillanSun .slider .swiper-slide .bannerTwo-right__main-item .wygrania-2 {
  width: 62px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#OillanSun .slider .swiper-slide .bannerTwo-right__main-item .wygrania-3 {
  width: 96px;
  position: absolute;
  right: 17px;
  top: -21px;
}
#OillanSun .slider .swiper-slide .bannerTwo-right__main-item p {
  font-size: 17px;
  line-height: 19px;
}
#OillanSun .slider .swiper-slide .bannerTwo-right__main-item p strong {
  color: #14849B;
}
#OillanSun .slider .swiper-slide .banner {
  display: block;
}
#OillanSun .slider .swiper-slide .banner-mob {
  display: none;
}
#OillanSun .slider .swiper .swiper-button-prev::after, #OillanSun .slider .swiper .swiper-button-next::after {
  color: #14849A;
  --swiper-navigation-size: 30px;
}
@media (max-width: 1024.98px) {
  #OillanSun .slider {
    margin-bottom: 25px;
  }
  #OillanSun .slider .swiper-slide > div {
    height: 750px;
  }
  #OillanSun .slider .swiper-slide .hero {
    padding: 20px 0 0;
  }
  #OillanSun .slider .swiper-slide .bannerTwo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #OillanSun .slider .swiper-slide .bannerTwo-left {
    background: url("../img/bannerTwo-bg-mob.jpg") no-repeat bottom/cover;
    padding-top: 24px;
    width: 100%;
    padding-bottom: 16px;
  }
  #OillanSun .slider .swiper-slide .bannerTwo-left__title {
    font-size: 49px;
    padding: 5px 15px 5px 10%;
  }
  #OillanSun .slider .swiper-slide .bannerTwo-left__text {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #OillanSun .slider .swiper-slide .bannerTwo-left__text br.hide {
    display: none;
  }
  #OillanSun .slider .swiper-slide .bannerTwo-left__button {
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  #OillanSun .slider .swiper-slide .bannerTwo-right {
    display: none;
  }
  #OillanSun .slider .swiper-slide .banner {
    display: none;
  }
  #OillanSun .slider .swiper-slide .banner-mob {
    background: url("../img/banner-bg-mob.png") no-repeat center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 2% 0;
  }
  #OillanSun .slider .swiper-slide .banner-mob-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    background-color: #14849B;
    border-radius: 40px;
    padding: 6px 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: max-content;
    margin: 24px auto 0;
  }
  #OillanSun .slider .swiper-slide .banner-mob-button p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: "GilroyBold";
  }
  #OillanSun .slider .swiper-slide .banner-mob-button svg {
    width: 18px;
    height: 18px;
    fill: #fff;
  }
  #OillanSun .slider .swiper-slide .banner-mob-button:hover {
    background-color: #f5f4f4;
  }
  #OillanSun .slider .swiper-slide .banner-mob p {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
  }
  #OillanSun .slider .swiper-slide .banner-mob p span {
    color: #fff;
    text-transform: uppercase;
  }
}
@media (max-width: 840px) {
  #OillanSun .slider .swiper-slide > div {
    height: 620px;
  }
}
@media (max-width: 600px) {
  #OillanSun .slider .swiper-slide > div {
    height: 480px;
  }
}
#OillanSun .hero {
  background: url("../img/hero-bg.jpg") no-repeat right/cover;
  padding: 47px 0 33px;
  margin-bottom: 124px;
  min-height: 540px;
}
#OillanSun .hero-all {
  padding: 0 24px;
  margin-top: 60px;
}
#OillanSun .hero-all__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 45px;
}
#OillanSun .hero-all__info-subtitle {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  padding: 10px 28px 10px 22%;
  background-color: #14849A;
  border-radius: 0 35px 35px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
#OillanSun .hero-all__info-title {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
#OillanSun .hero-all__info-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
#OillanSun .hero-all__info-button {
  background-color: #14849A;
  padding: 6px 19px;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
#OillanSun .hero-all__info-button p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
#OillanSun .hero-all__info-button svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
#OillanSun .hero-all__info-button:hover {
  background-color: #16a2be;
}

#OillanSun a.banner-mob-hero {
    margin: 24px auto 0;
    display: none;
}

@media (max-width: 1024.98px) {
  #OillanSun .hero {
    background: url("../img/hero-bg-mob.png") no-repeat bottom/cover;
    padding: 20px 0 83% 0;
    margin-bottom: 96px;
    position: relative;
    min-height: auto;
  }
  #OillanSun .hero-all {
    margin-top: 0;
  }
  #OillanSun .hero-all__info {
    row-gap: 35px;
  }
  #OillanSun .hero-all__info-subtitle {
    position: absolute;
    border-radius: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 10px 0;
  }
  #OillanSun .hero-all__info-title {
    font-size: 24px;
    line-height: 28px;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }
  #OillanSun .hero a.hero-all__info-button {
    display: none !important;
  }
  #OillanSun .hero-all__info-title br {
    display: none;
  }
  #OillanSun .hero-all__info-images {
    display: none;
  }
  #OillanSun a.banner-mob-hero.hero-all__info-button {
    margin: 24px auto 0;
    display: flex;
  }
}
#OillanSun .findOut {
  margin-bottom: 124px;
}
#OillanSun .findOut-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  padding: 0 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#OillanSun .findOut-all__img {
  width: 471px;
}
#OillanSun .findOut-all__img .findOut-hide {
  display: none;
}
#OillanSun .findOut-all__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 36px;
}
#OillanSun .findOut-all__text p {
  font-size: 16px;
  line-height: 30px;
}
#OillanSun .findOut-all__text a {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  background-color: #14849A;
  padding: 6px 19px;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#OillanSun .findOut-all__text a:hover {
  background-color: #16a2be;
}
@media (max-width: 1024.98px) {
  #OillanSun .findOut {
    margin-bottom: 64px;
  }
  #OillanSun .findOut-all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 22px;
  }
  #OillanSun .findOut-all__img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #OillanSun .findOut-all__img .findOut-hide {
    display: block;
  }
  #OillanSun .findOut-all__img .findOut-show {
    display: none;
  }
  #OillanSun .findOut-all__text {
    row-gap: 24px;
  }
  #OillanSun .findOut-all__text p br {
    display: none;
  }
}
#OillanSun .banner {
  margin-bottom: 124px;
  background: url("../img/banner-bg.jpg") no-repeat center/cover;
  height: 558px;
}

#OillanSun .bannerThree {
  margin-bottom: 124px;
  background: url("../img/bannerThree.jpg") no-repeat center/cover;
  height: 558px;
}

#OillanSun .bannerThree .banner-all__top h3 {
    color: #fff;
}

#OillanSun .bannerThree .banner-all__top h3 b {
    color: #fff;
}

#OillanSun .bannerThree .banner-all__top .group p {
    color: #fff;
}

#OillanSun .bannerThree .banner-all__bottom-button {
    width: max-content;
    background: #14849A;
}

#OillanSun .bannerThree .banner-all__bottom-button p {
    color: #fff;
}

#OillanSun .bannerThree .banner-all__bottom-button svg {
  fill: #fff;
}

#OillanSun .banner-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 24px 30px 24px;
}
#OillanSun .banner-all__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  margin-top: 60px;
}
#OillanSun .banner-all__top h3 {
  font-size: 32px;
  line-height: 43px;
  text-transform: uppercase;
}
#OillanSun .banner-all__top h3 b {
  color: #14849A;
}
#OillanSun .banner-all__top .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
#OillanSun .banner-all__top .group img {
  width: 74px;
}
#OillanSun .banner-all__top .group p {
  font-size: 20px;
  line-height: 23px;
  color: #14849A;
  font-family: "GilroyMedium";
}
#OillanSun .banner-all__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#OillanSun .banner-all__bottom-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  background-color: #fff;
  border-radius: 40px;
  padding: 6px 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#OillanSun .banner-all__bottom-button p {
  font-size: 18px;
  line-height: 24px;
  color: #14849A;
  font-family: "GilroyBold";
}
#OillanSun .banner-all__bottom-button svg {
  fill: #14849A;
  width: 18px;
  height: 18px;
}
#OillanSun .banner-all__bottom-button:hover {
  background-color: #16a2be;
}
#OillanSun .banner-all__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
}
#OillanSun .banner-all__bottom-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}
#OillanSun .banner-all__bottom-list .list-item p {
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  font-family: "GilroyMedium";
}
@media (max-width: 1024.98px) {
  #OillanSun .banner {
    display: none;
  }
  #OillanSun .bannerThree .banner-all__top h3 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }
  #OillanSun .bannerThree .group {
    display: none;
  }
  #OillanSun .bannerThree .banner-all__bottom-button {
    display: none;
  }

  #OillanSun .bannerThree {
      background: url(../img/bannerThree-mob.png) no-repeat bottom / cover;
      margin-bottom: 96px;
      position: relative;
      min-height: auto;
  }

  #OillanSun .bannerThree .banner-all {
    padding: 20px 0 0 0 ;
  }

  #OillanSun .bannerThree .banner-all__top {
    margin-top: 0;
  }
}
#OillanSun .bannerMob {
  display: none;
  margin-bottom: 60px;
}
#OillanSun .bannerMob-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
#OillanSun .bannerMob-all__img img {
  width: 100%;
}
#OillanSun .bannerMob-all__text {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
#OillanSun .bannerMob-all__text h3 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
#OillanSun .bannerMob-all__text h3 b {
  color: #14849A;
}
#OillanSun .bannerMob-all__text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
#OillanSun .bannerMob-all__text-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 33px;
     -moz-column-gap: 33px;
          column-gap: 33px;
}
#OillanSun .bannerMob-all__text-list .list-item img {
  width: 45px;
}
#OillanSun .bannerMob-all__text-list .list-item p {
  font-size: 16px;
  line-height: 18px;
  color: #14849A;
}
#OillanSun .bannerMob-all__text .banner-mob-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  background-color: #14849A;
  border-radius: 28px;
  padding: 6px 39px;
}
#OillanSun .bannerMob-all__text .banner-mob-button p {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
#OillanSun .bannerMob-all__text .banner-mob-button svg {
  width: 18px;
  height: 18px;
  fill: #000;
}
@media (max-width: 1024.98px) {
  #OillanSun .bannerMob {
    display: block;
  }
}
#OillanSun .wazna {
  margin-bottom: 64px;
}
#OillanSun .wazna-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  padding: 0 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#OillanSun .wazna-all__img {
  width: 471px;
}
#OillanSun .wazna-all__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 34px;
}
#OillanSun .wazna-all__text h2 {
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
#OillanSun .wazna-all__text h2 b {
  color: #14849A;
}
#OillanSun .wazna-all__text p {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1024.98px) {
  #OillanSun .wazna-all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 36px;
  }
  #OillanSun .wazna-all__img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #OillanSun .wazna-all__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    row-gap: 22px;
  }
  #OillanSun .wazna-all__text h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #OillanSun .wazna-all__text h2 br {
    display: none;
  }
  #OillanSun .wazna-all__text p br {
    display: none;
  }
}
#OillanSun .props {
  margin-bottom: 116px;
}
#OillanSun .props-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
}
#OillanSun .props-all .props-one {
  background: url("../img/props-1.jpg") no-repeat center/cover;
}
#OillanSun .props-all .props-two {
  background: url("../img/props-2.jpg") no-repeat center/cover;
}
#OillanSun .props-all .props-three {
  background: url("../img/props-3.jpg") no-repeat center/cover;
}
#OillanSun .props-all__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 275px;
  height: 275px;
  padding-bottom: 16px;
}
#OillanSun .props-all__item p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.25px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.36);
  text-align: center;
}
#OillanSun .props-all__item a {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 600;
  background-color: #14849A;
  padding: 6px 30px;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#OillanSun .props-all__item a:hover {
  background-color: #16a2be;
}
@media (max-width: 1024.98px) {
  #OillanSun .props {
    margin-bottom: 60px;
  }
  #OillanSun .props-all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
  #OillanSun .props-all .props-one {
    background: url("../img/props-1-mob.jpg") no-repeat center/cover;
  }
  #OillanSun .props-all .props-two {
    background: url("../img/props-2-mob.jpg") no-repeat center/cover;
  }
  #OillanSun .props-all .props-two p br {
    display: none;
  }
  #OillanSun .props-all .props-three {
    background: url("../img/props-3-mob.jpg") no-repeat center/cover;
  }
  #OillanSun .props-all__item {
    width: 100%;
    height: 160px;
    padding: 20% 0 16px;
  }
  #OillanSun .props-all__item p {
    line-height: 22px;
  }
}
#OillanSun .wrazilwa {
  margin-bottom: 120px;
}
#OillanSun .wrazilwa-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
}
#OillanSun .wrazilwa-all__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#OillanSun .wrazilwa-all__text-title {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.25px;
  margin-bottom: 34px;
  text-transform: uppercase;
}
#OillanSun .wrazilwa-all__text-title b {
  color: #14849A;
}
#OillanSun .wrazilwa-all__text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 22px;
  margin-bottom: 36px;
}
#OillanSun .wrazilwa-all__text-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#OillanSun .wrazilwa-all__text-list .list-item img {
  width: 17px;
}
#OillanSun .wrazilwa-all__text-list .list-item p {
  font-size: 16px;
  line-height: 24px;
}
#OillanSun .wrazilwa-all__text-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  margin-bottom: 30px;
}
#OillanSun .wrazilwa-all__text-icons .icons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
}
#OillanSun .wrazilwa-all__text-icons .icons-item img {
  height: 45px;
}
#OillanSun .wrazilwa-all__text-icons .icons-item p {
  font-size: 13px;
  line-height: 16px;
  color: #14849A;
  text-align: center;
  font-family: "GilroyMedium";
}
#OillanSun .wrazilwa-all__text-button {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  background-color: #14849A;
  padding: 6px 24px;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 23px;
}
#OillanSun .wrazilwa-all__text-button:hover {
  background-color: #16a2be;
}
#OillanSun .wrazilwa-all__text-little {
  font-size: 8px;
  line-height: 11px;
}
#OillanSun .wrazilwa-all__img {
  width: 396px;
}
@media (max-width: 1024.98px) {
  #OillanSun .wrazilwa {
    margin-bottom: 64px;
  }
  #OillanSun .wrazilwa-all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 36px;
  }
  #OillanSun .wrazilwa-all__text-title {
    font-size: 24px;
    line-height: 28px;
  }
  #OillanSun .wrazilwa-all__text-list {
    row-gap: 14px;
  }
  #OillanSun .wrazilwa-all__text-list p br {
    display: none;
  }
  #OillanSun .wrazilwa-all__text-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
    row-gap: 24px;
    margin-bottom: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #OillanSun .wrazilwa-all__text-button {
    line-height: 20px;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  #OillanSun .wrazilwa-all__text-little {
    display: none;
  }
  #OillanSun .wrazilwa-all__img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#OillanSun .products {
  margin-bottom: 124px;
}
#OillanSun .products-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 100px;
}
#OillanSun .products-all .product-one {
  background: url("../img/product-1.png") no-repeat center/cover;
}
#OillanSun .products-all .product-three {
  background: url("../img/product-3.png") no-repeat center/cover;
}
#OillanSun .products-all__big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8% 0;
}
#OillanSun .products-all__big .product-wrap {
  padding: 0 24px;
}
#OillanSun .products-all__big-img {
  display: none;
}
#OillanSun .products-all__big-title {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.25px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#OillanSun .products-all__big-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
  margin-bottom: 34px;
}
#OillanSun .products-all__big-desc .block {
  width: 75px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  background-color: #14849A;
}
#OillanSun .products-all__big-desc span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
#OillanSun .products-all__big-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
  margin-bottom: 36px;
}
#OillanSun .products-all__big-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#OillanSun .products-all__big-list .list-item p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
#OillanSun .products-all__big-advans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}
#OillanSun .products-all__big-advans .advans-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
#OillanSun .products-all__big-advans .advans-item div {
  width: 61px;
  height: 61px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
}
#OillanSun .products-all__big-advans .advans-item div b {
  font-size: 26px;
  line-height: 36px;
}
#OillanSun .products-all__big-advans .advans-item div span {
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
}
#OillanSun .products-all__big-advans .advans-item p {
  font-size: 14px;
  color: #fff;
}
#OillanSun .products-all__big-advans .advans-item p b {
  font-size: 16px;
}
#OillanSun .products-all__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
}
#OillanSun .products-all__small-img {
  width: 396px;
}
#OillanSun .products-all__small-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#OillanSun .products-all__small-text .text-title {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#OillanSun .products-all__small-text .text-title b {
  color: #14849A;
}
#OillanSun .products-all__small-text .text-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
  margin-bottom: 34px;
}
#OillanSun .products-all__small-text .text-desc .block {
  width: 75px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  background-color: #14849A;
}
#OillanSun .products-all__small-text .text-desc span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #14849A;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
#OillanSun .products-all__small-text .text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
  margin-bottom: 36px;
}
#OillanSun .products-all__small-text .text-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#OillanSun .products-all__small-text .text-list .list-item p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
#OillanSun .products-all__small-text .text-advans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}
#OillanSun .products-all__small-text .text-advans .advans-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
#OillanSun .products-all__small-text .text-advans .advans-item div {
  width: 61px;
  height: 61px;
  background-color: transparent;
  border: 1px solid #14849A;
  font-size: 14px;
  line-height: 15px;
  color: #14849A;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
}
#OillanSun .products-all__small-text .text-advans .advans-item div b {
  font-size: 26px;
  line-height: 36px;
}
#OillanSun .products-all__small-text .text-advans .advans-item div span {
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
}
#OillanSun .products-all__small-text .text-advans .advans-item p {
  font-size: 14px;
  color: #000;
}
#OillanSun .products-all__small-text .text-advans .advans-item p b {
  font-size: 16px;
}
@media (max-width: 1024.98px) {
  #OillanSun .products {
    margin-bottom: 64px;
  }
  #OillanSun .products-all {
    row-gap: 64px;
  }
  #OillanSun .products-all .product-one {
    background: none;
  }
  #OillanSun .products-all .product-three {
    background: none;
  }
  #OillanSun .products-all .product-wrap {
    padding: 0;
  }
  #OillanSun .products-all__big {
    padding: 0 24px;
  }
  #OillanSun .products-all__big-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px;
    width: 100%;
  }
  #OillanSun .products-all__big-img img {
    width: 100%;
  }
  #OillanSun .products-all__big-title {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 16px;
  }
  #OillanSun .products-all__big-title b {
    color: #14849A;
  }
  #OillanSun .products-all__big-desc span {
    color: #14849A;
  }
  #OillanSun .products-all__big-list {
    row-gap: 14px;
    margin-bottom: 24px;
  }
  #OillanSun .products-all__big-list .list-item p {
    color: #000;
  }
  #OillanSun .products-all__big-advans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 13px;
  }
  #OillanSun .products-all__big-advans .advans-item {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    width: 100%;
  }
  #OillanSun .products-all__big-advans .advans-item div {
    border: 1px solid #14849A;
    color: #14849A;
  }
  #OillanSun .products-all__big-advans .advans-item p {
    color: #000;
  }
  #OillanSun .products-all__small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px;
    row-gap: 21px;
  }
  #OillanSun .products-all__small-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #OillanSun .products-all__small-img img {
    width: 100%;
  }
  #OillanSun .products-all__small-text {
    width: 100%;
  }
  #OillanSun .products-all__small-text .text-title {
    font-size: 24px;
    line-height: 28px;
  }
  #OillanSun .products-all__small-text .text-list {
    row-gap: 14px;
    margin-bottom: 24px;
  }
  #OillanSun .products-all__small-text .text-advans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
  #OillanSun .products-all__small-text .text-advans .advans-item {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    width: 100%;
  }
}
#OillanSun .kupic {
  margin-bottom: 117px;
  background-color: #14849A;
  padding: 30px 0 39px;
}
#OillanSun .kupic-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  padding: 0 24px;
}
#OillanSun .kupic-all__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#OillanSun .kupic-all__title h2 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.25px;
  color: #fff;
}
#OillanSun .kupic-all__text {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
#OillanSun .kupic-all__text a {
  color: #fff;
}
#OillanSun .kupic-all__text a:hover {
  text-decoration: underline;
}
@media (max-width: 1024.98px) {
  #OillanSun .kupic {
    margin-bottom: 61px;
    padding: 20px 0;
  }
  #OillanSun .kupic-all {
    row-gap: 10px;
  }
  #OillanSun .kupic-all__title {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  #OillanSun .kupic-all__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
#OillanSun .vacation {
  margin-bottom: 119px;
}
#OillanSun .vacation-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 37px;
  padding: 0 24px;
}
#OillanSun .vacation-all__title {
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.25px;
}
#OillanSun .vacation-all__title b {
  color: #14849A;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 6px;
  display: block;
}
#OillanSun .vacation-all__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#OillanSun .vacation-all__main .main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
}
#OillanSun .vacation-all__main .main-text__subtitle {
  background-color: #14849A;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
#OillanSun .vacation-all__main .main-text__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
}
#OillanSun .vacation-all__main .main-text__list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#OillanSun .vacation-all__main .main-text__list .list-item p {
  font-size: 16px;
  line-height: 20px;
}
#OillanSun .vacation-all__main .main-img {
  width: 372px;
}
@media (max-width: 1024.98px) {
  #OillanSun .vacation {
    margin-bottom: 61px;
  }
  #OillanSun .vacation-all {
    row-gap: 15px;
  }
  #OillanSun .vacation-all__title {
    font-size: 18px;
    line-height: 22px;
  }
  #OillanSun .vacation-all__title b {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  #OillanSun .vacation-all__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
  #OillanSun .vacation-all__main .main-text {
    row-gap: 14px;
  }
  #OillanSun .vacation-all__main .main-text__subtitle {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    padding: 8px 0;
  }
  #OillanSun .vacation-all__main .main-text__list {
    row-gap: 14px;
  }
  #OillanSun .vacation-all__main .main-text__list .list-item p br {
    display: none;
  }
  #OillanSun .vacation-all__main .main-img {
    width: 100%;
  }
  #OillanSun .vacation-all__main .main-img img {
    width: 100%;
  }
}
#OillanSun .materialy {
  margin-bottom: 124px;
}
#OillanSun .materialy-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 36px;
  padding: 0 24px;
}
#OillanSun .materialy-all__title {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
#OillanSun .materialy-all__title b {
  color: #14849A;
}
#OillanSun .materialy-all__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#OillanSun .materialy-all__main .materialy-one {
  background: url("../img/materialy-1.png") no-repeat center/cover;
}
#OillanSun .materialy-all__main .materialy-two {
  background: url("../img/materialy-2.png") no-repeat center/cover;
}
#OillanSun .materialy-all__main .materialy-three {
  background: url("../img/materialy-3.png") no-repeat center/cover;
}
#OillanSun .materialy-all__main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 273px;
  height: 273px;
  padding-bottom: 16px;
}
#OillanSun .materialy-all__main-item p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.25px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.36);
  text-align: center;
}
#OillanSun .materialy-all__main-item a {
  font-size: 16px;
  line-height: 21px;
  color: #14849A;
  font-weight: 700;
  background-color: #fff;
  padding: 6px 30px;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#OillanSun .materialy-all__main-item a:hover {
  background-color: #f5f4f4;
}
@media (max-width: 1024.98px) {
  #OillanSun .materialy {
    margin-bottom: 64px;
  }
  #OillanSun .materialy-all {
    row-gap: 24px;
  }
  #OillanSun .materialy-all__title {
    font-size: 24px;
    line-height: 28px;
  }
  #OillanSun .materialy-all__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
  #OillanSun .materialy-all__main .materialy-one {
    background: url("../img/materialy-1-mob.png") no-repeat center/cover;
  }
  #OillanSun .materialy-all__main .materialy-two {
    background: url("../img/materialy-2-mob.png") no-repeat center/cover;
  }
  #OillanSun .materialy-all__main .materialy-three {
    background: url("../img/materialy-3-mob.png") no-repeat center/cover;
  }
  #OillanSun .materialy-all__main-item {
    width: 100%;
    height: 160px;
    padding: 20% 0 16px;
  }
  #OillanSun .materialy-all__main-item p {
    line-height: 22px;
  }
}
#OillanSun .info {
  background-color: #14849A;
  padding: 42px 0;
}
#OillanSun .info-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  padding: 0 24px;
}
#OillanSun .info-all__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}
#OillanSun .info-all__item b {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 0.25px;
}
#OillanSun .info-all__item p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.25px;
}
@media (max-width: 1024.98px) {
  #OillanSun .info {
    padding: 50px 0;
  }
  #OillanSun .info-all__item p br {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */