
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





/* CTA */
.cta {
    border-radius: 16px;
    background: #f4f7f7;
    padding: 24px 16px 0 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}

.cta__img-wrap {
    order: 2;
}

.cta__img {
    margin: 0 auto;
    width: 243px;
    height: 144px;
    display: block;
}

.cta__cont {
    order: 1;
}

.cta__title {
    font-weight: 700;
    font-size: 24px;
    color: #030303;
    margin-bottom: 8px;
    line-height: 29px;
}

.cta__text {
    margin-bottom: 24px;
    font-size: 14px;
}
.cta__bttn{
    margin: 0 auto 13px;
}
.cta__bttn.bttn.bttn.bttn {
    width: 160px;
    justify-content: center;
    margin: 0 auto 13px;
}

@media(min-width:768px) {
    .cta__cont {
        order: 2;
        width: 56%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    .cta__img-wrap {
        order: 1;
        width: 44%;
        padding-top: 10px;
    }

    .cta {
        padding: 0 16px 0 0;
        flex-direction: row;
    }

    .cta__img {
        margin: 0;
        width: 302px;
        height: 330px;
    }

    .cta__title {
        font-size: 32px;
        margin-bottom: 16px;
        line-height: 38px;
    }

    .cta__text {
        font-size: 14px;
        line-height: 160%;
    }
    .cta__bttn {
        margin: 0;
    }
    .bttn.bttn.bttn.cta__bttn {
        margin: 0;
    }
}

@media(min-width:1200px) {
    .cta{
        justify-content: space-between;
        margin-bottom: 160px;
    }
    .cta__cont {
        width: 51%;
    }

    .cta__img-wrap {
        width: 47%;
        padding-top: 0;
    }

    .cta {
        padding: 0 50px 0 0;
    }

    .cta__img {
        width: 469px;
        height: 406px;
    }

    .cta__title {
        font-size: 48px;
        line-height: 58px;
        max-width: 500px;
    }
}

@media(min-width:1200px){
    .cta__cont {
        width: 47%;
    }
}



/* Block: Hero*/
section.hero-main {
  margin: 0;
  background-color: #EAF1F0;
  overflow: hidden;
}

.i-container {}

.hero-main__wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.hero-main__col-1 {
  width: 100%;
}

.hero-main__title {
  color: var(--Black, #030303);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin: 38px auto 8px;
  max-width: 340px;
}

.hero-main__title span {
  color: #F37833;
}

.hero-main__desc {
  color: var(--Black, #030303);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

.hero-main__info {
  border-radius: 66px;
  background: #F8FEFD;
  height: 41px;
  line-height: 41px;
  padding: 0 16px;
  width: fit-content;
  color: #29292A;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto 40px;
}

.hero-main__info span {
  color: #F37833;
  font-weight: 550;
}

.hero-main__col-2 {
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.calc_wrap {
  position: relative;
  width: fit-content;
}

.calc_wrap::before {
  content: "";
  /* background-image: url(/wp-content/themes/essaytigers/assets2024/img/tiger-7.png); */
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top;
  z-index: 1;
  display: block;
  width: 193px;
  height: 224px;
  position: absolute;
  top: -115px;
  left: -36px;
}

.calc_wrap::after {
  content: "";
  background-image: url(../svg/calc-bg-1.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top;
  z-index: 1;
  display: block;
  width: 374px;
  height: 289px;
  position: absolute;
  top: -54px;
  right: -187px;
}

.hero-main__calc-bg-2 {}

#calc_form {
  position: relative;
  z-index: 2;
}

@media(min-width:578px) {
  .hero-main__title {
      max-width: unset;
  }
}

@media(min-width:768px) {
  .hero-main__title {
      font-size: 64px;
      max-width: 640px;
      margin: 67px auto 20px;
  }

  .hero-main__desc {
      font-size: 18px;
      max-width: 622px;
      margin: 0 auto 20px;
  }

  .hero-main__col-2 {
      padding-bottom: 80px;
  }

  .calc_wrap::before {
      background-image: url(../svg/tiger-8.svg);
      z-index: 3;
      width: 202px;
      height: 285px;
      top: 3px;
      left: -187px;
  }

  .calc_wrap::after {
      background-image: url(../svg/calc-bg-2.svg);
      width: 474px;
      height: 494px;
      top: -41px;
      right: -242px;
  }
}

@media(min-width:992px) {}

@media(min-width:1200px) {
  .hero-main__title {
      margin: 67px 0 20px;
  }

  #calc_form {
      position: inherit;
      z-index: inherit;
  }

  section.hero-main {
      overflow: inherit;
  }

  .i-container {}

  .hero-main__wrap {
      flex-direction: row;

  }

  .hero-main__col-1 {
      width: 50%;
  }

  .hero-main__title {
      text-align: left;
      margin-top: 96px;
  }

  .hero-main__desc {
      text-align: left;
      margin-bottom: 40px;
  }

  .hero-main__info {
      margin: 0 0 112px 0;
  }

  .hero-main__col-2 {
      width: 50%;
      justify-content: flex-end;
      padding: 60px 35px 80px 0;
  }

  .calc_wrap::after {
      background-image: url(../svg/calc-bg-3.svg);
      width: 278px;
      height: 547px;
      top: -95px;
      right: unset;
      left: -277px;
  }
}

@media(min-width:1440px) {
  .calc_wrap::before {
      top: 33px;
  }


}





/* Block: benefits */
.benefits {
    padding: 40px 0 0;

}

.benefits__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #2D6C6910;
    padding-bottom: 20px;
}

.benefits__item {
    width: 46%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;

    color: var(--Black, #030303);
    font-size: 16px;
    font-weight: 550;
    line-height: 20px;
}

.benefits__img {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.benefits__text {
    width: auto;
}

@media(min-width:578px) {}

@media(min-width:768px) {

    .benefits {
        padding: 80px 0 0;
    }

    .benefits__wrap {}

    .benefits__item {
        width: 29%;
        margin-bottom: 60px;
        padding-left: 72px;
        line-height: 25px;
        font-size: 18px;
        height: 60px;
    }

    .benefits__img {
        width: 60px;
        height: 60px;
    }

    .benefits__text {}
}

@media(min-width:992px) {}

@media(min-width:1200px) {
    .benefits {
        padding: 80px 0 0;
        margin-bottom: 80px;
    }

    .benefits__wrap {
        padding-bottom: 80px;
    }

    .benefits__item {
        width: 16%;
        margin-bottom: 0;
        padding-left: 0;
        line-height: 25px;
        font-size: 18px;
        height: auto;
        text-align: center;
        flex-direction: column;
    }

    .benefits__img {
        width: 60px;
        height: 60px;
        position: unset;
        left: unset;
        top: unset;
        margin-bottom: 16px;
    }

    .benefits__text {}
}

@media(min-width:1440px) {}






/* */
.landing img {
  max-width: 100%;
  height: auto;
}



/*block 1*/
.block-1__wrap{
    
}
.block-1{
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #2D6C6910;
}
.block-1 h1{
    margin: 0 0 16px;
    color: #030303;
    text-align: center;
}
.block-1 p{
    color: #3F3F3F;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}

@media(min-width:578px) {}

@media(min-width:768px) {
    .block-1__wrap{
        
    }
    .block-1{
        padding: 0 0 80px;
        margin: 0 0 80px;
    }
    .block-1 h1{
        font-size: 52px;
    }
    .block-1 p{
        font-size: 16px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {
    .hiw__wrap{
        margin-bottom: 160px;
    }
    .block-1__wrap{
        margin-bottom: 80px
    }
    .block-1{
        max-width: 1151px;
        margin: 0 auto;
    }
    .block-1 h1{
        font-size: 64px;
    }
    .block-1 p{
        font-size: 18px;
    }
   
}

@media(min-width:1440px) {
      .hiw__wrap .i-container {
        background-position: right 35px top 65px;
      }
}

.hiw__wrap{
    background: var(--Background, #EAF1F0);
    padding: 40px 0;
}

.hiw__wrap .i-container {
    background: url(../svg/grades.svg) no-repeat right -14px top 10px;
}
.hiw__title {
}
.hiw {
    border-radius: 16px;
    border: 1px solid var(--Secondary, #2D6C69);
    box-shadow: 0px 6px 26px 0px rgba(63, 63, 63, 0.08);
    overflow: hidden;
    padding: 24px;
    margin-bottom: 24px;
}
.hiw__item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #2D6C6910;
    
}

.hiw__item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.hiw__item-title {
    position: relative;
    padding-left: 40px;
    margin-bottom: 17px;
    color: #030303;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.hiw__item-title:before{
    content: "1";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #EAF1F0;
    text-align: center;
    line-height: 32px;
    color: #2D6C69;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;    
}
.hiw__item:nth-of-type(2) .hiw__item-title:before{
    content: "2";
}
.hiw__item:nth-of-type(3) .hiw__item-title:before{
    content: "3";
}
.hiw__item:nth-of-type(4) .hiw__item-title:before{
    content: "4";
}
.hiw__item-text {
    color: #3F3F3F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}
.hiw__desc {
    color: #030303;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

@media(min-width:578px) {}

@media(min-width:768px) {
    .hiw__wrap{
    padding: 80px 0;
}
    .hiw__wrap-inner {
        margin: 0 0 0;
    }
    .i-container {
    }
    .hiw__title {
    }
    .hiw {
        padding: 0;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
    }
    .hiw__item {
        width: 50%;
        padding: 40px !important;
        margin: 0;
    }
    .hiw__item:nth-of-type(1),
    .hiw__item:nth-of-type(3){
        border-right: 1px solid #2D6C6910;
    }
    .hiw__item:nth-of-type(3),
    .hiw__item:nth-of-type(4){
       margin: 0;
       border-bottom: none;
    }
    
    .hiw__item-title {
    }
    .hiw__item-text {
    }
    .hiw__desc {
        font-size: 18px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {
     .hiw__wrap-inner {
    padding: 0;
    margin: 0 0 0px;
}
    .hiw__wrap {
    }
    .hiw__wrap .i-container {
        background-position:  right -7px top 65px;
      }
    .hiw__title {
    }
    .hiw {
    }
    .hiw__item {
        width: 25%;
        border-bottom: none;
        margin: 0;
        padding: 32px 24px !important;
    }
    .hiw__item:nth-of-type(2){
        border-right: 1px solid #2D6C6910;
    }
    .hiw__item-title {
    }
    .hiw__item-text {
    }
    .hiw__desc {
    }
}

@media(min-width:1440px) {}
  





/* Block: More Reason */
.reason {
    padding: 40px 0;
    background-image: url(../svg/reason-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin-bottom: 80px;
}

.reason__col-1 {
    padding: 24px 16px;
    border-radius: 16px;
    background: var(--Secondary, #2D6C69);
    color: #fff;
    margin-bottom: 16px;
}

.reason__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.reason__desc {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 8px;
}

.reason__info-wrap {
    margin-bottom: 16px;
}

.reason__info-row {
    padding: 8px 0;
    border-bottom: 1px solid #ffffff10;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reason__info-row:last-of-type {
    border-bottom: none;
}

.reason__bttn {
    max-width: unset;
    width: 100%;
}

.bttn.bttn.bttn.reason__bttn {
    width: 100%;
    display: block;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    font-size: 18px;
}

.reason__col-2 {
    padding: 8px 16px;
    border-radius: 16px;
    background: #FFF;

}

.reason__benefit-row {
    color: var(--Black, #030303);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    padding: 16px 0 16px 48px;
    border-bottom: 1px solid #EAF1F0;
    position: relative;
    min-height: 72px;
    display: flex;
    align-items: center;
}
.reason__benefit-row  strong{
    font-weight: 550;
}

.reason__benefit-row img {
    position: absolute;
    left: 0;
    top: 16px;
}

.reason__benefit-row:last-of-type {
    border-bottom: none;
}

@media(min-width:768px) and (max-width:1199px) {
    .reason {
        padding: 80px 0;
    }

    .reason__info-wrap {
        margin-bottom: 0;
    }

    .reason__col-1 {
        position: relative;
        padding: 40px 20px;
    }

    .reason__cell-1 {
        float: left;
        width: 37%;

    }

    .reason__cell-2 {
        margin: 0 0 0 auto;
        width: 56%;
        font-size: 16px;
        line-height: 160%;
    }

    .reason__cell-3 {
        width: 35%;
        position: absolute;
        left: 16px;
        top: 115px;
    }

    .reason__title {
        font-size: 32px;
    }

    .reason__benefit-row {
        font-size: 16px;
        line-height: 140%;
    }
}

@media(min-width:1200px) {
    .reason__info-wrap {
        margin-bottom: 30px;
    }

    .reason {
        background-size: cover;
        padding: 80px 0;
        margin-bottom: 160px;
    }

    .reason__wrap-1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .reason__col-1 {
        width: 30%;
        padding: 40px 40px 43px 40px;
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 0;
    }

    .reason__title {
        font-size: 32px;
        font-weight: 700;
        line-height: normal;
        text-align: left;
    }

    .reason__desc {
        text-align: left;
    }

    .reason__col-2 {
        width: 67%;
        padding: 30px 40px;
    }

    .reason__benefit-row {
        font-size: 18px;
        line-height: 140%;
        padding: 18px 0 18px 48px;
    }
}



/* Block: Reviews */

.reviews {
    padding: 0;
    /*border-bottom: 1px solid #2D6C6910;*/
}

.reviews__inner {
    padding-bottom: 40px;
    margin-bottom: 40px;
    /*border-bottom: 1px solid #2D6C6910;*/
}

.reviews__title {
    margin-bottom: 16px;
}

.reviews__desc {
    text-align: center;
    margin-bottom: 24px;
}

.reviews__list {
    margin-bottom: 24px;
}

.slick-slide .shadow-orange {
    box-shadow: none;
}

.reviews__item-wrap {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 16px;
    min-height: 298px;
}

.reviews__row-1 {
    padding-bottom: 16px;
    border-bottom: 1px solid #00000010;
    margin-bottom: 16px;
    background-position: right top 2px;
    background-repeat: no-repeat;
}

.reviews__star-5 {
    background-image: url('../svg/5-stars.svg');
}

.reviews__star-4 {
    background-image: url('../svg/4-stars.svg');
}

.reviews__order {
    color: var(--Black, #030303);
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 6px;
}

.reviews__name {
    color: var(--Black, #030303);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}

.reviews__name span {
    font-size: 14px;
    color: var(--Text, #3F3F3F);
}

.reviews__row-2 {}

.reviews__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.reviews__prev path,
.reviews__next path {
    fill: #29292A;
}

.reviews__prev:hover path,
.reviews__next:hover path {
    fill: #fff;
}

.reviews__prev:hover,
.reviews__next:hover {
    background-color: #f37833;
}

.reviews__prev,
.reviews__next {
    position: absolute;
    top: 1px;
    transition: all .3s ease-out;
    width: 40px;
    height: 40px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 1px 1px 10px 0 rgba(93, 94, 91, 0.1);
    border-radius: 50%;
    background-color: #fff;
}

.reviews__prev {
    left: 0;
    padding-right: 2px;
}

.reviews__next {
    right: 0;
    padding-left: 2px;
}

.reviews__bttn,
.bttn.bttn.bttn.reviews__bttn {
    margin: 0 auto;
}

.review-info__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 24px;
}
.review-info__item {
  width: 105px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.review-info__text {
    position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 10px;
}
.review-info__hr {
  border-left: 1px solid #03030310;
  margin: 0 6px;
}

@media(min-width:578px) {
    .reviews__inner{
        
    }
    .reviews__item-wrap {
        min-height: 232px;
    }
}

@media(min-width:768px) {
    .reviews{
        margin-bottom: 80px;
        padding-bottom: 0;
    }
    .reviews__desc {
        max-width: 700px;
        margin: 0 auto 40px;
    }

    
.reviews__inner {
    padding-bottom: 80px;
    margin-bottom: 80px;
}
    .slick-slide .shadow-orange {
        box-shadow: 0 2px 10px 0 rgba(63, 63, 63, .08);
    }

    .reviews__item {
        padding: 0 10px;
    }

    .reviews__item-wrap {
        min-height: 401px;
    }

    .reviews__prev {
        left: -12px;
    }

    .reviews__next {
        right: -12px;
    }

    .reviews__next,
    .reviews__prev {
        top: -340px;
    }
    .review-info__items{
        margin-bottom: 40px;
    }
    .review-info__item {
        width: 155px;
        height: 31px;
      }
      .review-info__text{
         color: #030303;
        font-size: 32px;
        font-weight: 400;
        line-height: 31px;
        font-size: 32px;
      }
      .review-info__hr {
        margin: 0 12px;
      }
}

@media(min-width:992px) {
    .reviews__item-wrap {
        min-height: 315px;
    }

    .reviews__next,
    .reviews__prev {
        top: -290px;
    }
}

@media(min-width:1200px) {
    main section.reviews {
        margin-bottom: 80px;
    }
    .reviews {
        padding-bottom: 0;
    }
    .reviews__item-wrap {
        background-color: #fff;
        border-radius: 8px;
        padding: 24px;
        min-height: 401px;
    }

    .slick-slide .shadow-orange {
        border-radius: 8px;
        margin-bottom: 20px
    }

    .reviews__next,
    .reviews__prev {
        top: -333px;
    }

    .reviews__list {
        margin-bottom: 40px;
    }
}

@media(min-width:1440px) {
    .reviews__item-wrap {
        min-height: 344px;
    }

    .reviews__next,
    .reviews__prev {
        top: -307px;
    }
}




/**/
.service {
    margin-bottom: 80px;
}

.service__title {
    margin-bottom: 8px;
}

.service__wrap {
    list-style: none;
    padding: 0;
    margin: 0;

}

.service__item {
    border-bottom: 1px solid #2D6C69;
    background: #fff url(../svg/arrow-down.svg) no-repeat left -30px center;
    transition: all .1s ease-out;
}

.service__item:hover {
    background-position: left 0 center;
}

.service__link {
    color: var(--Main-dark-ET, #29292A);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    background: transparent url(../svg/arrow-down.svg) no-repeat right center;
    transition: all .1s ease-out;
    padding: 16px 26px 17px 0;
}

.service__item:hover .service__link {
    background-position: right -30px center;
    padding: 16px 0 17px 26px;
    text-decoration: none;
}



@media(min-width:578px) {}

@media(min-width:768px) {
    .service {}

    .service__title {
        margin-bottom: 20px;
    }

    .service__wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service__item {
        width: 48%;
    }

    .service__link {
        font-size: 24px;
        line-height: 140%;
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .service__item:hover .service__link {
        padding-top: 20px;
        padding-bottom: 16px;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {
    .service {
        margin-bottom: 160px;
    }

    .service__title {
        margin-bottom: 20px;
    }

    .service__wrap::after {
        content: "";
        display: block;
        width: 23%;
    }

    .service__item {
        width: 23%;
        margin-top: 20px;
        border-bottom-color: #EAF1F0;
    }

    .service__link {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 15px;

    }

    .service__item:hover .service__link {
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

@media(min-width:1440px) {
    .service__wrap::after {
        width: 24%;
    }
    .service__item {
        width: 24%;
        margin-top: 20px;
        border-bottom-color: #EAF1F0;
        padding: 0 24px;
    }

    .service__item:hover {
        background-position: left 20px center;
    }

    .service__link {
        padding: 20px 24px 15px 0;
    }

    .service__item:hover .service__link {
        padding: 20px 0 15px 24px;
    }
}






/* CONTENT */
.custom-landing__wrap {
    margin-bottom: 80px;
}
.i-container {
}
.custom-landing {
}
.custom-landing h2 {
    color: #030303;
    margin: 0 0 16px;
    font-size: 24px;
    
}
.custom-landing h3 {
    color: var(--Black, #030303);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 40px 0 16px;
}
.custom-landing h4 {
    color: var(--Black, #030303);
margin: 24px 0 16px;
font-size: 16px;
font-style: normal;
font-weight: 550;
line-height: normal;
}
.custom-landing p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #3F3F3F;
}
.i-center {
    text-align: center;
}
.custom-landing__row {
}
.custom-landing__col {
}
.text-indent {
    text-indent: 25px;
}
.orange-title {
    color: var(--Accent, #F37833) !important;
}

.custom-landing ul {
  list-style: none;
}

.custom-landing ul li {
  background-image: url(../svg/ul-check.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 48px;
  padding: 0 0 14px 64px;
  margin: 0 0 10px;
  font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%;
color: #3F3F3F;
}

@media(min-width:578px) {}

@media(min-width:768px) {
    .custom-landing__wrap {
    }
    .i-container {
    }
    .custom-landing {
    }
    .custom-landing h2 {
    margin: 0 0 16px;
    font-size: 32px;
    
}
.custom-landing h3 {
    font-size: 24px;
    margin: 40px 0 16px;
}
.custom-landing h4 {
margin: 24px 0 16px;
font-size: 18px;
font-weight: 700;
}
.custom-landing p {
    font-size: 14px;
}
    .i-center {
    }
    .custom-landing__row {
    }
    .custom-landing__col {
    }
    .text-indent {
    }
    .orange-title {
    }
/*    .custom-landing ul li {
    background-size: 38px;
    padding: 0 0 0 50px;
    margin: 0 0 15px;
  }*/
}

@media(min-width:992px) {
    .custom-landing__row {
        margin-top: -10px;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
    }
    .custom-landing__col {
        width: 49%;
    }
}

@media(min-width:1200px) {
    .custom-landing__wrap {
        margin-bottom: 130px;
    }
    .i-container {
    }
    .custom-landing {
        max-width: 914px;
        margin: 0 auto;
        
    }
    .i-center {
    }
    
    .text-indent {
    }
    .orange-title {
    }
/*    .custom-landing ul li {
        background-size: 48px;
        padding: 0 0 0 64px;
        margin: 0 0 24px;
         min-height: 48px; 
      }*/
}

@media(min-width:1440px) {}



/* Block: Craft */
.craft__item {
    display: block;
    border-radius: 6px;
    border: 1px solid #2D6C69;
    padding: 24px 24px 24px 64px;
    color: var(--Black, #030303);
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
    position: relative;
}

.craft__item:hover {
    color: #fff;
    background-color: #F37833;
    border-color: #F37833;
    text-decoration: none;
}
.craft__item::before,
.craft__item::after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background-color: #2D6C6910;
    border-radius: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 12px;
    top: 16px;
}
.craft__item::before{
    z-index: 2;
}
.craft__item::after{
    z-index: 1;
    opacity: 0;
}

.craft__item:hover::before{
    opacity: 0;
}
.craft__item:hover::after{
    opacity: 1;
}

.craft-1:before {
    background-image: url(../svg/icon-paper.svg);

}

.craft-2:before {
    background-image: url(../svg/icon-student.svg);
}

.craft-3:before {
    background-image: url(../svg/icon-search.svg);
}

.craft-4:before {
    background-image: url(../svg/icon-case.svg);
}

.craft-5:before {
    background-image: url(../svg/icon-pencil.svg);
}

.craft-6:before {
    background-image: url(../svg/icon-homework.svg);
}

.craft-1:after {
    background-image: url(../svg/icon-paper-active.svg);
    background-color: #fff;
}

.craft-2:after {
    background-image: url(../svg/icon-student-active.svg);
    background-color: #fff;
}

.craft-3:after {
    background-image: url(../svg/icon-search-active.svg);
    background-color: #fff;
}

.craft-4:after {
    background-image: url(../svg/icon-case-active.svg);
    background-color: #fff;
}

.craft-5:after {
    background-image: url(../svg/icon-pencil-active.svg);
    background-color: #fff;
}

.craft-6:after {
    background-image: url(../svg/icon-homework-active.svg);
    background-color: #fff;
}

@media(min-width:768px) {

    .craft__wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .craft__item {
        width: 31%;
        margin-bottom: 20px;
        padding: 136px 15px 25px;
        text-align: center;
        font-size: 24px;
    }

    .craft__item::before,
    .craft__item::after {
        width: 80px;
        height: 80px;
        left: 67px;
        top: 40px;
    }
}

@media(min-width:992px) {

    .craft__item::before,
    .craft__item::after {
        left: 100px;
    }
}

@media(min-width:1200px) {
    .craft__item::before,
    .craft__item::after {
        left: 45px;
    }

    .craft__item {
        width: 15%;
    }
}

@media (min-width: 1440px) {
    .craft__item::before,
    .craft__item::after {
        left: 54px;

    }
}
.custom-landing ul.standart li {
  background: no-repeat;
  padding-bottom: 0;
  padding-left: 16px;
  position: relative;
}
.custom-landing ul.standart li:before{
    content: "";
    display: block;
    width: 8px;
height: 8px;
border-radius: 4px;
background: #F37833;
position: absolute;
left: 0;
top: 6px;
        
}
@media(min-width:578px) {}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}

@media(min-width:1440px) {}





@media(min-width:578px) {}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}

@media(min-width:1440px) {}
 
  