/*backgrounds*/
.bg-color-white {
  background: #fff;
}
.bg-color-black {
  background: #000;
}

/*borders*/
.border.border-color-white {
  border-color: #fff;
}
.border.border-color-black {
  border-color: #000;
}
.border.border-color-gray {
  border-color: #ccc;
}
.border.border-color-gray-dark {
  border-color: #999;
}
.border.border-color-gray-light {
  border-color: #f5f5f5;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #363131;
  line-height: 1.3em;
}
h1,
h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em;
  font-weight: 400;
}
h1 {
  margin: 0 0 0.4em 0;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2em;
  color: #363131;
}
h1 > div:nth-child(1) {
  color: #fff;
  background: rgb(228, 96, 167);
  background: linear-gradient(
    90deg,
    rgba(228, 96, 167, 1) 0%,
    rgba(133, 61, 243, 1) 100%
  );
  border-radius: 30px;
  margin-bottom: 0.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

h2,
.h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 0.8em 0;
}
h2 span,
.h2 span {
  color: #c3001c;
}
h3,
.h3 {
  margin: 1.5em 0 0.4em 0;
  font-size: 25px;
  font-weight: 400;
}
.text-small {
  font-size: 16px;
  line-height: 1.2em;
}
.text-big {
  font-weight: 400;
  line-height: 1.6em;
  font-size: 19.998px;
  line-height: 1.3em;
}

@media (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 42.88px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 35px;
  }
  h2,
  .h2 {
    font-size: 25px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  .text-big {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 35px;
  }
  h2,
  .h2 {
    font-size: 25px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  .text-big {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 22px;
  }
  h1 > div:nth-child(n) {
    padding-right: 20px !important;
  }
}
a {
  color: #363131;
}
a:active,
a:hover {
  color: #5d000d;
  text-decoration: none;
}

/*********/
/*lists*/
/*reset*/
ul.list,
ul.list > li {
  list-style-type: none;
  padding: 0 0 0 13px;
  margin: 0;
}

/*default*/
ul.list > li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.25em;
}
ul.list > li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0em;
  top: 0.6em;
  margin-top: -10px;
  margin-left: -14px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-size: contain;
  background: #c13bda;
}

/*border*/
.border {
  border: 1px solid #ccc;
}
.border-radius {
  border-radius: 12px;
}
.border-radius-sm {
  border-radius: 6px;
}
.border-radius-sm-2 {
  border-radius: 3px;
}
.border-radius-max {
  border-radius: 100%;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}

img {
  max-width: 100%;
}

/********************/
/*bootstrap extend*/
.font-weight-semibold {
  font-weight: 600;
}
.font-weight-medium {
  font-weight: 500;
}
b {
  font-weight: bold;
}

.m-6 {
  margin: 6rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}
.mt-6,
.my-6 {
  margin-top: 6rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6rem !important;
}
.pr-6,
.px-6 {
  padding-right: 6rem !important;
}
.pt-6,
.py-6 {
  padding-top: 6rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.ml-n6 {
  margin-left: -6rem !important;
}
.mr-n6 {
  margin-right: -6rem !important;
}
.mt-n6 {
  margin-top: -6rem !important;
}
.mb-n6 {
  margin-bottom: -6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6rem !important;
}
.pr-6,
.px-6 {
  padding-right: 6rem !important;
}
.pt-6,
.py-6 {
  padding-top: 6rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

@media (max-width: 576px) {
  .m-sm-6 {
    margin: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }

  .p-sm-6 {
    padding: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }

  .ml-sm-n6 {
    margin-left: -6rem !important;
  }
  .mr-sm-n6 {
    margin-right: -6rem !important;
  }
  .mt-sm-n6 {
    margin-top: -6rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-6 {
    margin: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }

  .p-md-6 {
    padding: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }

  .ml-md-n6 {
    margin-left: -6rem !important;
  }
  .mr-md-n6 {
    margin-right: -6rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-6 {
    margin: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }

  .ml-lg-n6 {
    margin-left: -6rem !important;
  }
  .mr-lg-n6 {
    margin-right: -6rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }

  .ml-xl-n6 {
    margin-left: -6rem !important;
  }
  .mr-xl-n6 {
    margin-right: -6rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  width: 100%;
  min-height: 60px;
  padding: 6px auto;

  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;

  border: 0;
}

@media (min-width: 400px) {
  .button {
    width: 360px;
  }
}

.button_primary {
  color: rgb(255, 255, 255);
  background-color: rgb(228, 96, 168);
  border-radius: 50px;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(228, 96, 168, 0.4);
  transition: background-color 0.4s, box-shadow 0.4s;
}

.button_primary:hover,
.button_primary:focus {
  background-color: rgb(231, 103, 174);
  box-shadow: 0 5px 25px rgba(228, 96, 168, 0.5);
}

.button_primary:active {
  background-color: rgb(219, 90, 161);
  box-shadow: 0 8px 25px rgba(228, 96, 168, 0.6);
  outline: none;
}

/**********/
/*footer*/
footer {
  font-size: 14px;
  line-height: 1.5em;
  background-color: #074f61;
}
footer *,
footer a:hover {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
footer .icon > a {
  position: relative;
  display: inline-block;
  padding: 2px 0 0 30px;
}
footer .icon > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  background-position: center center;
  background-repeat: no-repeat;
}
footer .icon.icon-mail > a:before {
  background-image: url("../images/footer_mail.png");
}
footer .icon.icon-whatsup > img {
  margin-right: 10px;
}
footer .icon.icon-whatsup > a {
  padding-left: 0;
}

/*talks*/
.talks-widget-button {
  z-index: 1500;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 20px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  color: white;
  padding-top: 6px;
  background: #3a6686;
  cursor: pointer;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
}
.talks-widget-button .comments-icon {
  position: absolute;
  top: 10px;
  left: 13px;
}

/*bootstrap carousel*/
.carousel-control-prev,
.carousel-control-next {
  margin: 0;
  padding: 0;
  top: 50%;
  margin-top: -34px;
  width: 68px;
  height: 71px;
  background-image: url("../images/slider_next.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-image: url("../images/slider_next_active.png");
  opacity: 1;
}
.carousel-control-prev {
  transform: scale(-1, 1);
}
.carousel-indicators li {
  margin: 10px;
  padding: 0;
  min-width: 11px;
  min-height: 11px;
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 7px;
  background: #f0ca97;
}
.carousel-indicators li.active,
.carousel-indicators li:hover {
  background: #1d7c94;
  opacity: 1;
}
@media (min-width: 1310px) {
  .carousel-control-prev {
    left: -70px;
  }
  .carousel-control-next {
    right: -70px;
  }
}
@media (max-width: 991px) {
  .carousel-control-prev {
    left: -20px;
  }
  .carousel-control-next {
    right: -20px;
  }
}
@media (max-width: 480px) {
  .carousel-control-prev {
    left: -30px;
  }
  .carousel-control-next {
    right: -30px;
  }
}
@media (max-width: 450px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
  }
  .carousel-control-prev {
    left: -30px;
  }
  .carousel-control-next {
    right: -30px;
  }
}
@media (max-width: 410px) {
  .carousel-control-prev {
    left: -40px;
  }
  .carousel-control-next {
    right: -40px;
  }
}

@media (max-width: 575px) {
  .carousel-indicators li {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 1199px) {
  .carousel-indicators {
    display: none !important;
  }
}

/* modal */
.modal-open .modal {
  background-color: rgba(72, 43, 117, 0.8);
}

.modal-open .modal-close {
  position: fixed;
  top: 5px;
  right: 25px;
  display: block;
  width: 36px;
  height: 36px;
  font-size: 40px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.35);
  background: -webkit-radial-gradient(
      68.75% 465.87% at 50% 50%,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    -webkit-radial-gradient(84.37% 84.37% at 50% 50%, rgba(255, 255, 255, 0.25)
          34.9%, rgba(255, 255, 255, 0) 100%),
    rgba(72, 43, 117, 0.8);
  background: -moz-radial-gradient(
      68.75% 465.87% at 50% 50%,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    -moz-radial-gradient(84.37% 84.37% at 50% 50%, rgba(255, 255, 255, 0.25)
          34.9%, rgba(255, 255, 255, 0) 100%),
    rgba(72, 43, 117, 0.8);
  background: radial-gradient(
      68.75% 465.87% at 50% 50%,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      84.37% 84.37% at 50% 50%,
      rgba(255, 255, 255, 0.25) 34.9%,
      rgba(255, 255, 255, 0) 100%
    ),
    rgba(72, 43, 117, 0.8);
  -moz-border-radius: 42px;
  border-radius: 42px;
  -moz-box-shadow: 0 0 7px 1px #5a5a5a;
  box-shadow: 0 0 7px 1px #5a5a5a;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  cursor: pointer;
  z-index: 500;
}

.modal-open .modal-close:hover {
  opacity: 0.7;
}

/*************************************************************************************/

/* BLOCK: header */
header {
  /*margin: 0 auto;
    max-width: 1920px;*/
  background-image: url("../images/block-header-bg.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
header .image img {
  max-width: 300px;
}

/* BLOCK: you */
#block-you {
  /*margin: 0 auto;
    max-width: 1920px;*/
  position: relative;
}
body.webp #block-you::before {
  background-image: url("../images/block-you-bg1.webp");
}
body.webp #block-you:after {
  background-image: url("../images/block-you-bg2.webp");
}
#block-you::before,
#block-you:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/block-you-bg1.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
#block-you:after {
  background-image: url("../images/block-you-bg2.jpg");
  background-position: right center;
}
#block-you .text-container {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  #block-you::before,
  #block-you:after {
    background-size: 200px;
  }
  #block-you .title .image img {
    max-width: 100px;
  }
  #block-you::before {
    background-position: left top;
  }
  #block-you:after {
    background-position: right bottom;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-you .title {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #block-you .title {
    padding: 0 100px;
  }
}
@media (max-width: 575px) {
  #block-you::before {
    left: -30px;
  }
  #block-you:after {
    right: -30px;
  }
  #block-you .title {
    padding: 0 30px;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff,
      0 0 20px #fff;
  }
}

/* BLOCK: paint */
#block-paint .items {
  gap: 30px;
}
@media (min-width: 576px) and (max-width: 767px) {
  #block-paint .items .item {
    width: 29%;
  }
}
@media (max-width: 575px) {
  #block-paint .items .item {
    width: 90%;
    max-width: 300px;
  }
}

#block-paint-time {
  position: relative;
  background-image: url("../images/block-paint-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#block-paint-time:before,
#block-paint-time:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-image: url("../images/block-1_bg_transition.png");
  background-repeat: repeat-x;
  background-position: center top;
}
#block-paint-time:after {
  bottom: auto;
  top: 0;
  transform: rotate(180deg);
}

/**********/
/*block video*/
#block-video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#block-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#block-system:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff3ec;
}

body.webp #block-urok-expert {
  background-image: url("../images/block-urok-bg_full.webp");
}
#block-urok-expert {
  position: relative;
  background-image: url("../images/block-urok-bg_full.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#block-urok-expert:before,
#block-urok-expert:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-image: url("../images/block-1_bg_transition.png");
  background-repeat: repeat-x;
  background-position: center top;
}
#block-urok-expert:after {
  bottom: auto;
  top: 0;
  transform: rotate(180deg);
}
/**********/
/*block urok*/
#block-urok {
  position: relative;
}
body.webp #block-urok:before {
  background-image: url("../images/block-urok-door.webp");
}
#block-urok:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 730px;
  height: 730px;
  background-image: url("../images/block-urok-door.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
#block-urok .pl {
  line-height: 1.6em;
  color: #fff;
  background: rgb(228, 96, 167);
  background: linear-gradient(
    90deg,
    rgba(228, 96, 167, 1) 0%,
    rgba(133, 61, 243, 1) 100%
  );
  border-radius: 1000px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #block-urok:before {
    width: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #block-urok:before {
    width: 650px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-urok:before {
    top: 180px;
    width: 550px;
  }
}
@media (max-width: 767px) {
  #block-urok:before {
    display: none;
  }
  #block-urok .image-mob img {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  #block-urok .pl {
    border-radius: 30px;
  }
}

/**********/
/*block expert*/
#block-expert {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}
body.webp #block-expert:before {
  background-image: url("../images/block-expert-sketch.webp");
}
#block-expert:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 400px;
  padding-top: 450px;
  background-image: url("../images/block-expert-sketch.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}
#block-expert .photo {
  border: 1px solid #c13bda;
  border-radius: 100%;
}
#block-expert .photo img {
  border-radius: 100%;
}
#block-expert .pl {
  /*border-radius: 70px 0 0 70px;*/
}
@media (max-width: 991px) {
  #block-expert:before {
    opacity: 0.25;
  }
  #block-expert .photo {
    margin-top: 5em;
    margin: 0 auto;
    max-width: 300px;
  }
  #block-expert .pl {
    max-width: 175px;
  }
}
@media (max-width: 767px) {
  #block-expert:before {
    display: none;
  }
}

/**********/
/*block reviews*/
#block-reviews {
  overflow: hidden;
  position: relative;
  background-image: url("../images/block-reviews-bg1.jpg");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: inherit;
}
body.webp #block-reviews:before {
  background-image: url("../images/block-reviews-bg.webp");
}
#block-reviews:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/block-reviews-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 400px;
  opacity: 0.85;
}
@media (max-width: 1700px) {
  #block-reviews:before {
    left: -150px;
  }
}
@media (max-width: 767px) {
  #block-reviews:before {
    display: none;
  }
}
@media (max-width: 767px) {
  #block-reviews .image-mob img {
    max-width: 200px;
  }
}

#block-reviews .reviews {
  text-align: center;
}
#block-reviews .inner {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

#carouselReviews,
#carouselReviews2,
#carouselReviews3 {
  padding-bottom: 70px;
  background-color: #fff;
  padding: 60px 0;
}
.reviews {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews img {
  padding: 20px;
  height: 550px;
}
@media (max-width: 767px) {
  .reviews {
    height: 400px;
  }
  .reviews img {
    height: auto;
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  .reviews {
    height: 300px;
  }
  .reviews img {
    max-height: 300px;
  }
}
@media (max-width: 375px) {
  .reviews {
    height: 200px;
  }
  .reviews img {
    max-height: 200px;
  }
}

/**********/
/*block materials*/
#block-materials {
  background-image: url("../images/block-reviews-bg2.jpg");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: inherit;
}

/**********/
/*block res*/
#block-res {
  background-image: url("../images/block-res-bg1.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: inherit;
}
#block-res .reviews {
  text-align: center;
}
#block-res .inner {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
@media (max-width: 1700px) {
  #block-res {
    background-position-x: -150px;
  }
}
@media (max-width: 767px) {
  #block-res {
    background: none;
  }
}
@media (max-width: 767px) {
  #block-res .image-mob img {
    max-width: 200px;
  }
}

/**********/
/*block reviews*/
#block-reg {
  background-image: url("../images/block-res-bg2.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: inherit;
}
#block-reg .pl {
  line-height: 1.2em;
  color: #fff;
  background: rgb(228, 96, 167);
  background: linear-gradient(
    90deg,
    rgba(228, 96, 167, 1) 0%,
    rgba(133, 61, 243, 1) 100%
  );
  border-radius: 1000px;
}
#block-reg .image {
  width: 100%;
  text-align: center;
}
#block-reg .image img {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1700px) {
  #block-reg {
    background-position-x: -150px;
  }
}
@media (max-width: 767px) {
  #block-reg {
    background: none;
  }
}
@media (max-width: 575px) {
  #block-reg .pl {
    border-radius: 30px;
  }
}

.widget {
  min-width: 280px;
  min-height: 260px;
}
.form-wrapper {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .form-wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
}
