/* line 7, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 11, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 15, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 19, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 23, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 27, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 31, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 35, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 43, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 51, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 55, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 59, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 64, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 69, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 73, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 77, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 81, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 85, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 89, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 97, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/index/index-service.scss */
.IndexServicesResult {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* line 16, ../sass/index/index-service.scss */
.ServiceTPL {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  transition: 0.3s ease background;
  background: #eee;
  border-radius: 20px;
  width: calc((100% - 40px) / 3);
  height: 387px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
/* line 37, ../sass/index/index-service.scss */
.ServiceTPL:nth-child(3n) {
  margin-right: 0;
}
/* line 41, ../sass/index/index-service.scss */
.ServiceTPL .small-title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
}
/* line 47, ../sass/index/index-service.scss */
.ServiceTPL .price {
  position: relative;
  font-size: 16px;
  margin-top: 10px;
}
/* line 52, ../sass/index/index-service.scss */
.ServiceTPL .price b {
  font-weight: 700;
  color: #2d83c0;
  font-size: 24px;
}
/* line 59, ../sass/index/index-service.scss */
.ServiceTPL picture {
  display: block;
  position: absolute;
  overflow: hidden;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 70, ../sass/index/index-service.scss */
.ServiceTPL .img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
  max-height: 100%;
}
/* line 78, ../sass/index/index-service.scss */
.ServiceTPL .site-btn {
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin-top: auto;
  z-index: 10;
}
/* line 85, ../sass/index/index-service.scss */
.ServiceTPL:hover {
  background: rgba(45, 131, 192, 0.2);
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 92, ../sass/index/index-service.scss */
  .IndexServicesResult {
    margin-top: 32px;
  }

  /* line 96, ../sass/index/index-service.scss */
  .ServiceTPL {
    border-radius: 16px;
    width: calc((100% - 30px) / 3);
    height: 310px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px;
  }
  /* line 104, ../sass/index/index-service.scss */
  .ServiceTPL .small-title {
    font-size: 20px;
  }
  /* line 108, ../sass/index/index-service.scss */
  .ServiceTPL .price {
    font-size: 15px;
    margin-top: 10px;
  }
  /* line 112, ../sass/index/index-service.scss */
  .ServiceTPL .price b {
    font-size: 20px;
  }
  /* line 117, ../sass/index/index-service.scss */
  .ServiceTPL picture {
    border-radius: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 126, ../sass/index/index-service.scss */
  .IndexServicesResult {
    margin-top: 25px;
  }

  /* line 130, ../sass/index/index-service.scss */
  .ServiceTPL {
    border-radius: 16px;
    width: calc((100% - 15px) / 2);
    height: 362px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px;
  }
  /* line 138, ../sass/index/index-service.scss */
  .ServiceTPL:nth-child(3n) {
    margin-right: 15px;
  }
  /* line 142, ../sass/index/index-service.scss */
  .ServiceTPL:nth-child(2n) {
    margin-right: 0;
  }
  /* line 146, ../sass/index/index-service.scss */
  .ServiceTPL .small-title {
    font-size: 22px;
  }
  /* line 150, ../sass/index/index-service.scss */
  .ServiceTPL .price {
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 154, ../sass/index/index-service.scss */
  .ServiceTPL .price b {
    font-size: 22px;
  }
  /* line 159, ../sass/index/index-service.scss */
  .ServiceTPL picture {
    border-radius: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 168, ../sass/index/index-service.scss */
  .IndexServicesResult {
    margin-top: 20px;
  }

  /* line 172, ../sass/index/index-service.scss */
  .ServiceTPL {
    border-radius: 15px;
    width: 100%;
    height: calc(100vw - 30px);
    margin-right: 0;
    margin-bottom: 15px;
    padding: 15px;
  }
  /* line 180, ../sass/index/index-service.scss */
  .ServiceTPL .small-title {
    font-size: 24px;
  }
  /* line 184, ../sass/index/index-service.scss */
  .ServiceTPL .price {
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 188, ../sass/index/index-service.scss */
  .ServiceTPL .price b {
    font-size: 24px;
  }
  /* line 193, ../sass/index/index-service.scss */
  .ServiceTPL picture {
    border-radius: 15px;
  }
}
/* line 1, ../sass/index/index-price.scss */
.IndexPrice {
  position: relative;
  background: #eee;
}
/* line 5, ../sass/index/index-price.scss */
.IndexPrice .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

/* line 22, ../sass/index/index-price.scss */
.IndexPriceL {
  position: relative;
  width: 55%;
}
/* line 26, ../sass/index/index-price.scss */
.IndexPriceL .site-title {
  margin-bottom: 40px;
}
/* line 30, ../sass/index/index-price.scss */
.IndexPriceL .text {
  position: relative;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 40px;
}
/* line 37, ../sass/index/index-price.scss */
.IndexPriceL .site-btn {
  color: #fff;
}
/* line 40, ../sass/index/index-price.scss */
.IndexPriceL .site-btn.tg {
  background: #2d83c0;
}
/* line 44, ../sass/index/index-price.scss */
.IndexPriceL .site-btn.viber {
  background: #7b519d;
  margin-left: 20px;
}
/* line 49, ../sass/index/index-price.scss */
.IndexPriceL .site-btn:hover {
  opacity: 0.7;
}

/* line 55, ../sass/index/index-price.scss */
.IndexPriceR {
  display: block;
  position: relative;
  width: 30%;
  margin-right: 10%;
}
/* line 61, ../sass/index/index-price.scss */
.IndexPriceR img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 69, ../sass/index/index-price.scss */
  .IndexPriceL {
    width: 55%;
  }
  /* line 72, ../sass/index/index-price.scss */
  .IndexPriceL .site-title {
    margin-bottom: 32px;
  }
  /* line 76, ../sass/index/index-price.scss */
  .IndexPriceL .text {
    font-size: 16px;
    margin-bottom: 32px;
  }
  /* line 81, ../sass/index/index-price.scss */
  .IndexPriceL .site-btn {
    padding: 0 20px;
  }
  /* line 84, ../sass/index/index-price.scss */
  .IndexPriceL .site-btn.viber {
    margin-left: 15px;
  }

  /* line 90, ../sass/index/index-price.scss */
  .IndexPriceR {
    margin-right: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 98, ../sass/index/index-price.scss */
  .IndexPriceL {
    width: 55%;
  }
  /* line 101, ../sass/index/index-price.scss */
  .IndexPriceL .site-title {
    margin-bottom: 25px;
  }
  /* line 105, ../sass/index/index-price.scss */
  .IndexPriceL .text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  /* line 110, ../sass/index/index-price.scss */
  .IndexPriceL .btns {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  /* line 118, ../sass/index/index-price.scss */
  .IndexPriceL .site-btn {
    padding: 0 20px;
  }
  /* line 121, ../sass/index/index-price.scss */
  .IndexPriceL .site-btn.viber {
    margin-left: 0;
    margin-top: 15px;
  }

  /* line 128, ../sass/index/index-price.scss */
  .IndexPriceR {
    width: 40%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 137, ../sass/index/index-price.scss */
  .IndexPriceL {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  /* line 150, ../sass/index/index-price.scss */
  .IndexPriceL .site-title {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  /* line 159, ../sass/index/index-price.scss */
  .IndexPriceL .text {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 168, ../sass/index/index-price.scss */
  .IndexPriceL .text br {
    display: none;
  }
  /* line 173, ../sass/index/index-price.scss */
  .IndexPriceL .btns {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
  /* line 192, ../sass/index/index-price.scss */
  .IndexPriceL .site-btn {
    font-size: 16px;
  }
  /* line 195, ../sass/index/index-price.scss */
  .IndexPriceL .site-btn.viber {
    margin-left: 0;
    margin-top: 15px;
  }

  /* line 202, ../sass/index/index-price.scss */
  .IndexPriceR {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 100%;
    margin-right: 0;
  }
}
/* line 1, ../sass/index/index-steps.scss */
.IndexStepsResult {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

/* line 17, ../sass/index/index-steps.scss */
.IndexStepB {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background: #eee;
  height: 300px;
  width: calc((100% - 40px) / 2);
  margin-top: 40px;
  padding: 20px;
}
/* line 36, ../sass/index/index-steps.scss */
.IndexStepB:nth-child(1), .IndexStepB:nth-child(2) {
  margin-top: 0;
}
/* line 40, ../sass/index/index-steps.scss */
.IndexStepB .small-title {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 26px;
}
/* line 47, ../sass/index/index-steps.scss */
.IndexStepB .text {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  font-size: 18px;
  margin-top: 20px;
}
/* line 54, ../sass/index/index-steps.scss */
.IndexStepB .text a {
  font-weight: 600;
  color: #2d83c0;
  font-size: 26px;
}
/* line 59, ../sass/index/index-steps.scss */
.IndexStepB .text a:hover {
  opacity: 0.7;
}
/* line 65, ../sass/index/index-steps.scss */
.IndexStepB .site-btn {
  z-index: 2;
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin-top: auto;
}
/* line 72, ../sass/index/index-steps.scss */
.IndexStepB picture {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
/* line 80, ../sass/index/index-steps.scss */
.IndexStepB .img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 90, ../sass/index/index-steps.scss */
  .IndexStepsResult {
    margin-top: 32px;
  }

  /* line 94, ../sass/index/index-steps.scss */
  .IndexStepB {
    border-radius: 16px;
    height: 240px;
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
    padding: 16px;
  }
  /* line 101, ../sass/index/index-steps.scss */
  .IndexStepB .small-title {
    font-size: 22px;
  }
  /* line 105, ../sass/index/index-steps.scss */
  .IndexStepB .text {
    font-size: 16px;
    margin-top: 16px;
  }
  /* line 109, ../sass/index/index-steps.scss */
  .IndexStepB .text a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 119, ../sass/index/index-steps.scss */
  .IndexStepsResult {
    margin-top: 25px;
  }

  /* line 123, ../sass/index/index-steps.scss */
  .IndexStepB {
    overflow: hidden;
    border-radius: 12px;
    height: 200px;
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
    padding: 10px;
  }
  /* line 132, ../sass/index/index-steps.scss */
  .IndexStepB:nth-child(3) .img {
    right: -8%;
  }
  /* line 137, ../sass/index/index-steps.scss */
  .IndexStepB .small-title {
    font-size: 20px;
  }
  /* line 141, ../sass/index/index-steps.scss */
  .IndexStepB .text {
    font-size: 14px;
    margin-top: 12px;
  }
  /* line 145, ../sass/index/index-steps.scss */
  .IndexStepB .text a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 155, ../sass/index/index-steps.scss */
  .IndexStepsResult {
    margin-top: 20px;
  }

  /* line 159, ../sass/index/index-steps.scss */
  .IndexStepB {
    overflow: hidden;
    border-radius: 15px;
    height: 210px;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }
  /* line 167, ../sass/index/index-steps.scss */
  .IndexStepB:nth-child(2) {
    margin-top: 15px;
  }
  /* line 172, ../sass/index/index-steps.scss */
  .IndexStepB:nth-child(3) .img {
    transform: translateX(15%);
  }
  /* line 177, ../sass/index/index-steps.scss */
  .IndexStepB .small-title {
    font-size: 20px;
  }
  /* line 181, ../sass/index/index-steps.scss */
  .IndexStepB .text {
    font-size: 15px;
    margin-top: 15px;
    max-width: 61%;
  }
  /* line 186, ../sass/index/index-steps.scss */
  .IndexStepB .text br {
    display: none;
  }
  /* line 190, ../sass/index/index-steps.scss */
  .IndexStepB .text a {
    display: block;
    font-size: 22px;
  }
}
