@media only screen and (min-width: 320px) {
  h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #fff;
    padding-bottom: 20px;
  }

  .title {
    padding-top: 79px;
  }

  .title-new h2 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    padding-bottom: 20px;
  }

  .title-new h2 br {
    display: none;
  }

  .title-new .subtitle {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 20px 0 10px 0;
  }

  .title-new p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .text {
    padding-top: 30px;
  }

  .text p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .text-img {
    padding-bottom: 30px;
    position: relative;
  }

  .text-img img {
    max-width: 100%;
    z-index: 10;
  }

  .text b {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    line-height: 20px;
  }

  .text ul {
    padding: 12px 0 20px 16px;
  }

  .text ul li {
    list-style: initial;
    color: #fff;
    line-height: 20px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .text ul li::marker {
    color: #CBFB45;
    font-size: 18px;
  }

  .text ol {
    padding: 12px 0 20px 18px;
  }

  .text ol li {
    padding-left: 6px;
    list-style: auto;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
  }

  .text ol li::marker {
    color: #CBFB45;
    font-weight: bold;
    font-family: "Montserrat";
  }

  .text .link-social {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text .link-social a {
    margin-right: 15px;
    width: 24px;
    height: 24px;
  }

  .text .link-social a img {
    width: 100%;
  }

  .text .link-social p {
    padding-right: 19px;
  }

  .text .container p em {
    color: #CBFB45;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .text .container p:nth-child(2),
  .text .container p:nth-child(5) {
    margin-top: 20px;
  }

  .text .container p:nth-child(7) {
    margin-bottom: 20px;
  }

  .swiper-slide {
    height: auto;
  }

  .slider {
    width: 100%;
    max-width: 100%;
  }

  .slider__text {
    margin: 50px 0 0 0;
    font-size: 18px;
  }

  .slider__text p {
    color: #fff;
    font-weight: 500;
  }

  .slider__text span {
    color: #CBFB45;
    font-weight: 700;
  }

  .slider .block {
    overflow: hidden;
  }

  .slider .container {
    padding: 0 22px 0 20px;
  }

  .image-slider {
    padding: 25px 0 0 0;
  }

  .image-slider__slide {
    padding: 38px 18px 17px 27px;
    background-color: #CEFB51;
    border-radius: 30px;
    min-width: 278px;
  }

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

  .image-slider__image img {
    max-width: 100%;
  }

  /* block-slider*/

  .block-slider-img {
    width: 112px;
    height: 112px;
    margin-bottom: 20px;
    border-radius: 50%;
    display: inline-block;
  }

  .bg-one {
    background: url(../../images/general/img-page-new02.png) center no-repeat;
    background-size: contain;
  }

  .bg-two {
    background: url(../../images/general/img2-page-new02.png) center no-repeat;
    background-size: contain;
  }

  .bg-three {
    background: url(../../images/general/img03-page-new02.png) center no-repeat;
    background-size: contain;
  }

  .bg-four {
    background: url(../../images/general/img-page-new02.png) center no-repeat;
    background-size: contain;
  }

  .bg-five {
    background: url(../../images/general/img2-page-new02.png) center no-repeat;
    background-size: contain;
  }

  h6 {
    font-size: 16px;
    color: #151517;
    font-weight: 600;
    padding-bottom: 10px;
  }

  p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(21, 21, 23, 0.8);
  }

  .block-slider__button {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block-slider__button p {
    font-size: 12px;
    opacity: 80%;
    font-weight: 500;
    line-height: 20px;
  }

  .block-slider__button .button-slide {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border: 2px solid #151517;
    border-radius: 50%;
  }

  .block-slider__button .button-slide::after {
    position: relative;
    display: inline-block;
    left: 1px;
    top: 2px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../../images/general/small-plus.svg) no-repeat;
  }

  .button-link {
    background-color: rgb(203, 251, 69);
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    border: 2px solid #151517;
    cursor: pointer;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
  }

  .image-slider__slide:hover .button-link {
    background: #CBFB45;
    border: 2px solid rgba(21, 21, 23, 0.8);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .image-slider__slide:hover .button-link::after {
    opacity: 80%;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
  }

  .swiper-slide {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button-link::after {
    content: "";
    background: url(../../images/general/small-plus.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 13px;
    left: 15px;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
  }

  .button-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
  }

  .button-slider .custom-prev {
    background-image: url(../../images/general/arrow-left-mob.svg);
    width: 45px;
    height: 46px;
    background-repeat: no-repeat;
    z-index: 87;
    cursor: pointer;
  }

  .button-slider .custom-prev.swiper-button-disabled {
    opacity: 0.7;
  }

  .button-slider .custom-next {
    background-image: url(../../images/general/arrow-right-mob.svg);
    width: 45px;
    height: 46px;
    background-repeat: no-repeat;
    z-index: 87;
    cursor: pointer;
  }

  .button-slider .custom-next.swiper-button-disabled {
    opacity: 0.7;
  }

  .button-slider .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
  }

  .button-slider p {
    font-size: 18px;
    color: #fff;
  }
}

@media only screen and (min-width: 375px) {
  .image-slider__slide {
    padding: 38px 24px 17px 27px;
  }
}

@media only screen and (min-width: 390px) {
  .block-slider h6 {
    font-size: 20px;
    padding-bottom: 14px;
  }

  .block-slider p {
    font-size: 18px;
    line-height: 25px;
  }

  .block-slider__button p {
    font-size: 14px;
  }

  .image-slider__slide {
    padding: 38px 18px 28px 27px;
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto;
  }

  .block-slider-img {
    width: 130px;
    height: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .text .container p em {
    font-size: 18px;
    line-height: 22px;
  }

  h1 {
    font-size: 40px;
    line-height: 49px;
    padding-bottom: 25px;
  }

  .block-slider__button {
    margin-top: 12px;
  }

  .image-slider__slide {
    padding: 38px 20px 20px 27px;
  }

  .block-slider h6 {
    font-size: 16px;
    padding-bottom: 14px;
  }

  .slider .container {
    padding: 0 40px;
  }

  .title-new p,
  .text p {
    font-size: 16px;
    line-height: 22px;
  }

  .text b {
    font-size: 16px;
    line-height: 22px;
  }

  .text ul li {
    line-height: 30px;
    font-size: 16px;
  }

  .text ol li {
    font-size: 16px;
    line-height: 30px;
  }

  .text .italic-p span {
    font-size: 18px;
  }

  .block-slider p {
    font-size: 16px;
    line-height: 24px;
  }

  .button-slider {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .button-slider .custom-prev {
    margin-right: 17px;
  }

  .title {
    padding-top: 124px;
  }

  .title-new .subtitle {
    font-size: 18px;
    opacity: 0.8;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .button-slider p {
    font-size: 24px;
  }

  .title-new h2 {
    line-height: 50px;
    font-size: 40px;
  }

  .button-slider .btn {
    padding-top: 0px;
  }

  .button-slider {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1024px) {
  .title {
    max-width: 740px;
    margin: 0 auto;
  }

  .text .container p:nth-child(7) {
    margin-bottom: 22px;
  }

  .text ol li {
    padding-bottom: 0;
  }

  .text ul li {
    padding-bottom: 0;
  }

  .text ul {
    padding: 12px 0 18px 20px;
  }

  .text ol {
    padding: 6px 0 18px 26px;
  }

  .text .container p:nth-child(2),
  .text .container p:nth-child(5) {
    margin-top: 22px;
  }

  .text .link-social a img {
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
  }

  .text .link-social a img:hover {
    opacity: 0.7;
  }

  .text .container {
    max-width: 740px;
  }

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

  .text-img img {
    width: 840px;
  }

  .button-slider {
    padding: 90px 0 0 162px;
  }

  .button-slider p {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1280px) {
  .image-slider__slide {
    padding: 38px 32px 20px 34px;
  }

  .image-slider {
    padding: 37px 0 0 0;
  }

  .button-slider p {
    font-size: 40px;
  }

  h6 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1366px) {
  h6 {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .block-slider__button {
    margin-top: 20px;
  }

  .text-img {
    padding-bottom: 50px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .button-slider {
    padding: 90px 0 0 234px;
  }

  .text {
    padding-top: 50px;
  }

  .title__line {
    position: relative;
    width: 1%;
    bottom: 70px;
    left: 514px;
  }

  .title__line .line-one {
    width: 1px;
    height: 543px;
    background-color: rgba(203, 251, 69, 0.3);
    position: absolute;
    left: 0;
    top: 284px;
  }

  .title__line .line-two {
    height: 669px;
    position: absolute;
    width: 1px;
    background-color: rgba(203, 251, 69, 0.3);
    left: 235px;
    top: 158px;
  }

  .title__line .line-three {
    position: absolute;
    height: 815px;
    width: 1px;
    background-color: rgba(203, 251, 69, 0.3);
    left: 465px;
    top: 12px;
  }

  .text-img img {
    width: 940px;
  }

  .button-slider .custom-next {
    background-image: url(../../images/general/arrow-right.svg);
    width: 77px;
    height: 63px;
  }

  .button-slider .custom-prev {
    background-image: url(../../images/general/arrow-left.svg);
    width: 77px;
    height: 63px;
    margin-right: 37px;
  }
}

@media only screen and (min-width: 1440px) {
  .button-link::after {
    top: 15px;
    left: 17px;
  }

  h6 {
    font-size: 24px;
    line-height: 29px;
  }

  .block-slider__button p {
    font-size: 18px;
  }

  .button-link {
    width: 50px;
    height: 50px;
  }

  p {
    font-size: 18px;
    line-height: 25px;
  }

  .text-img img {
    width: 1128px;
  }

  .title {
    max-width: 704px;
    margin: 0 0 0 272px;
  }

  .title-new h2 br {
    display: block;
  }

  .title .container {
    padding: 0 0;
  }

  .title__line {
    bottom: 96px;
    left: 658px;
  }

  .text {
    padding-top: 50px;
  }

  .text-img {
    padding-bottom: 50px;
  }

  .text .container {
    max-width: 629px;
    padding: 0 0;
    margin: 0 0 0 272px;
  }

  .text ul li {
    padding-bottom: 0;
    line-height: 30px;
  }

  .block-slider h6 {
    font-size: 24px;
  }

  .block-slider p {
    font-size: 18px;
  }

  .block-slider-img {
    width: 200px;
    height: 200px;
    margin-bottom: 35px;
  }

  .image-slider {
    padding: 30px 0 0 0;
  }

  .image-slider__slide {
    padding: 66px 23px 37px 27px;
  }

  .block-slider__button {
    margin-top: 20px;
  }

  .block-slider__button .button-slide {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (min-width: 1680px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 26px;
  }

  .block-slider__button p {
    font-size: 20px;
  }

  .text-img img {
    width: 1348px;
  }

  .title {
    max-width: 814px;
    margin: 0 0 0 342px;
    padding-top: 164px;
  }

  .title-new p,
  .text p {
    font-size: 22px;
    line-height: 31px;
  }

  .text-img img {
    width: 1348px;
  }

  .text .container {
    max-width: 858px;
    margin: 0 0 0 342px;
  }

  .text b {
    font-size: 20px;
    line-height: 26px;
    margin-top: 30px;
  }

  .text ul li,
  .text ol li {
    font-size: 22px;
  }

  .text ol li {
    line-height: 38px;
  }

  .text ul li {
    line-height: 46px;
  }

  .text ol {
    padding: 22px 0 0 26px;
  }

  .text .container p em {
    font-size: 24px;
    line-height: 34px;
  }

  .text ul {
    padding: 22px 0 0 16px;
  }

  .text .italic-p span {
    font-size: 24px;
    line-height: 34px;
    padding: 0 0;
  }

  .italic-p br {
    display: none;
  }

  .block-slider h6 {
    font-size: 26px;
  }

  .block-slider p {
    font-size: 22px;
    line-height: 30px;
  }

  .block-slider-img {
    width: 220px;
    height: 220px;
    margin-bottom: 30px;
  }

  .slider .container {
    padding: 0 100px;
  }

  .title__line .line-two {
    left: 285px;
  }

  .title__line .line-three {
    left: 585px;
  }

  .title__line {
    bottom: 96px;
    left: 706px;
  }
}

@media only screen and (min-width: 1920px) {
  .title-new h2 br {
    display: none;
  }

  .title {
    max-width: 862px;
    margin: 0 0 0 432px;
  }

  .text {
    padding-top: 60px;
  }

  .title__line {
    bottom: 88px;
    left: 853px;
  }

  .text-img img {
    width: 1488px;
  }

  .text .container {
    max-width: 880px;
    margin: 0 0 0 432px;
  }

  .text b {
    font-size: 22px;
    line-height: 30px;
  }

  .text .italic-p {
    padding-bottom: 30px;
  }

  .text .link-social a img {
    width: 32px;
    height: 100%;
  }

  .text .link-social {
    padding-top: 40px;
  }

  .button-slider {
    padding: 140px 0 0 364px;
  }

  .button-slider p {
    font-size: 50px;
  }

  .image-slider {
    padding: 60px 0 0 0;
  }

  .button-slider .custom-next {
    background-image: url(../../images/general/arrow-right1920.svg);
    width: 98px;
    height: 80px;
  }

  .button-slider .custom-prev {
    background-image: url(../../images/general/arrow-left1920.svg);
    width: 98px;
    height: 80px;
    margin-right: 68px;
  }

  .block-slider h6 {
    font-size: 30px;
    padding-bottom: 26px;
  }

  .block-slider-img {
    width: 280px;
    height: 280px;
  }

  .image-slider__slide {
    padding: 96px 41px 45px 41px;
  }

  .title-new .subtitle {
    margin-bottom: 30px;
    font-size: 20px;
  }

  h6 {
    font-size: 30px;
    line-height: 37px;
  }

  h1 {
    font-size: 50px;
  }

  p {
    font-size: 22px;
    line-height: 30px;
  }

  .block-slider__button p {
    font-size: 22px;
  }
}