body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

h2,
p {
  margin: 0;
  padding: 0;
}

.main {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  max-width: 200px;
  width: 100%;
  text-decoration: none;
  padding-top: 20px;
}

.mm-listview>li:not(.mm-divider):after{
    visibility: hidden;
}
.mm-listview li{
    text-align: left;
    background: transparent;
}
.mm-listview li a{
    font-size: 14px;
}


.logo__descr {
  font-size: 11px;
  line-height: 12px;
  padding-left: 10px;
  color: #0e0c17;
  text-decoration: none;
  margin-top: -5px;
  font-weight: 500;
  text-align: center;
}

.menu__item--service {
  position: relative;
}


.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 25px;
  z-index: 150;
  padding: 0;
}

.menu__item {
  list-style-type: none;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
  border-bottom: 1px dashed transparent;
}

.menu__item:hover {
  border-bottom: 1px dashed #0e0c17;
}

.menu__item a {
  color: #0e0c17;
}

/*----------бургер меню------------------*/

@media screen and (max-width: 1200px) {
    #my-menu{
    z-index: 9;
}

.menu-wraper .mm-listview li{
    float: none;
    width: 100%;
}

.menu-wraper .mm-listview li a {
        font-size: 16px;
        color: rgba(0,0,0,.6);
        color: inherit;
        display: block;
        margin: 0;
}


.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before{
    height: 0;
}

.mm-listview li:first-child{
    border-left: inherit;
}

.menu-wraper .mm-listview{
    margin: 0px -20px;
}

.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview{
    margin-top: 0;
}
  .menu {
    flex-direction: column;
    gap: 15px;
  }

  #burger-menu {
      box-sizing: border-box;
    cursor: pointer;
    height: 27px;
    width: 27px;
    margin: 50px;
    overflow: visible;
    position: relative;
    z-index: 150;
    order: 3;
  }
  /*THE LINES*/
  #burger-menu span,
  #burger-menu span:before,
  #burger-menu span:after {
    display: block;
    height: 3px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
  }

  #burger-menu span:before,
  #burger-menu span:after {
    content: "";
  }

  /*TOP*/
  #burger-menu span:before {
    right: 0px;
    top: -10px;
    width: 33px;
    background: #0e0c17;
  }

  /*MIDDLE*/
  #burger-menu span {
    right: 0px;
    top: 13px;
    width: 27px;
    background: #efb102;
  }

  /* BOTTOM*/
  #burger-menu span:after {
    right: 0px;
    top: 10px;
    width: 33px;
    background: #0e0c17;
  }

  /*ROTATION ON CLICK*/
  #burger-menu.close span:before {
    /*TOP*/
    top: 0px;
    transform: rotate(90deg);
    width: 33px;
    background: #efb102;
  }

  /*MIDDLE*/
  #burger-menu.close span {
    transform: rotate(-45deg);
    top: 13px;
    width: 33px;
  }

  /* BOTTOM*/
  #burger-menu.close span:after {
    top: 0px;
    left: 0;
    transform: rotate(90deg);
    opacity: 0;
    width: 0;
  }

  #menu {
    z-index: 100;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
  }

  #menu.overlay {
    visibility: visible;
    opacity: 1;
    padding-top: 100px;
    background: rgba(0, 0, 0, 0.7);
  }

  #menu ul {
    padding: 0;
  }

  #menu li {
    list-style: none;
  }

  #menu a {
    display: block;
    font-size: 28px;
    margin-bottom: 30px;
    text-decoration: none;
  }


  .inner_menu > li > a {
    color: #0e0c17;
  }

  .inner_menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 769px) {
  .header {
    flex-wrap: wrap;
  }
  .logo {
    order: 1;
    margin-left: 5px;
  }
  #burger-menu {
    order: 5;
    margin: 15px;
  }
  .phone {
    order: 3;
    text-align: center;
  }

  .questions {
    order: 4;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 680px) {
  .header {
    flex-direction: column;
  }
  .logo {
    order: 1;
    margin-left: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  #burger-menu {
    order: 5;
    margin: 15px;
    position: absolute;
    right: 10px;
    /*top: 30px;      */
  }
  .phone {
    order: 3;
    text-align: center;

  }

  .questions {
    order: 4;
    margin: 0 auto;
    text-align: center;
  }
}

/*------------------*/
.questions p {
  font-size: 9px;
}

.questions a {
  color: #06b575;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px #06b575 dashed;
  font-weight: 600;
}

.phone {
  max-width: 190px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.phone p {
  font-size: 10px;
  padding-left: 15px;
  position: relative;
  font-weight: 500;
}

.phone p:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #24bf7f;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 2px #24bf7f;
}

.phone a {
  font-size: 20px;
  color: #0e0c17;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.phone .header__call{
    color: #fff;
}

.content {
  margin: 60px 0;
  padding-bottom: 160px;
}

.content__title {
  margin: 0;
  font-size: 3.5em;
  line-height: 78px;
  color: #0e0c17;
  max-width: 1120px;
  width: 100%;
  z-index: 2;
  margin-bottom: 40px;
  font-weight: 400;
}

.content__title-1,
.content__title-2 {
  display: inline-block;
  position: relative;
  font-weight: 800;
    border-radius: 4px 0;
    line-height: 60px;
    border-bottom: 3px #823f8f solid;
  /*z-index: 2;
  font-weight: 700;
  background: #efb102;
  outline: #efb102 solid 3px;
border-radius: 4px 0;
    line-height: 64px;
    box-shadow: -13px 0 0 4px #efb102, 6px 0 0 4px #efb102;*/
}

/*.content__title-1::before,
.content__title-2::before {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #efb102;
  background-size: contain;
  background-repeat: no-repeat;
  width: 103%;
  height: 73px;
  left: -5px;
  bottom: 0;
  transform: skew(-12deg);
  border-radius: 3px;
}           */

.content__items {
  max-width: 666px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 50px;
}

.content__item {
  box-sizing: border-box;
  max-width: 323px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  border-left: 5px solid #744087;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
}

.content__item:nth-child(2) {
  align-self: flex-end;
  margin-top: auto;
}

.content__item img {
  display: block;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.content__form {
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  outline: 1px dashed #b9b9b9;
  outline-offset: -5px;
  padding: 27px 34px;
  max-width: 690px;
  width: 100%;
  background-image: url(//mlomaster.ru/wp-content/themes/master_lomaster/assets/img/bg__form.jpg);
}

.form__title {
  margin: 0;
  font-size: 22px;
  line-height: 130%;
  color: #0e0c17;
}

.form__subtitle {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0;
  margin-bottom: 26px;
}

.form__input {
  outline: none;
  border: none;
  box-sizing: border-box;
  background: #f9f9f9;
  box-shadow: inset 2px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  width: 270px;
  height: 58px;
  padding: 10px;
  margin-bottom: 10px;
}

.form__input input,
.form__input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
}

.form__input--name {
  margin-bottom: 13px;
}

.btn {
  background: linear-gradient(90.1deg, #844791 -0.07%, #32205f 98.83%);
  border-radius: 3px;
  outline: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s ease;
}

.btn:hover {
  cursor: pointer;
  background: linear-gradient(90.1deg, #efb102 -0.07%, #f5d111 98.83%);
  box-shadow: 0px 0px 14px rgba(239, 177, 2, 0.64);
  transition: all .4s ease-in-out;
  color: #0e0c17;
}

.btn:active {
  background: linear-gradient(90.1deg, #efb102 -0.07%, #efb102 98.83%);
}

.form__btn {
  width: 267px;
  height: 56px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  margin-left: 26px;
  transition: all .4s ease-in-out;
}

.form__politic {
  font-size: 12px;
  line-height: 15px;
  color: #0e0c17;
  padding-top: 10px;
}

.form__politic--link {
  color: #0e0c17;
}

.form-callback__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 769px) {
  .content__title {
    font-size: 50px;
    line-height: 38px;
  }
  .content__title-1::before, .content__title-2::before {
    width: 107%;
    height: 45px;
    left: -15px;
    bottom: -5px;
  }
  .services__new .content__title {
    text-align: center;
  }
  .content-other__btn{
       margin: 0 auto;
  }

}

@media screen and (max-width: 720px) {
  .content__form {
    text-align: center;
  }
  .content__form p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

  .form__input {
    max-width: 316px;
    width: 100%;
  }
  .form__btn {
    margin: 0 auto;
    max-width: 316px;
    height: 58px;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 690px) {
  .content {
    justify-content: center;
    align-items: center;
  }
  .content-other__left .content__title {
    text-align: center;
  }
  .content__items {
    justify-content: center;
    align-items: center;
  }
  .content__item--empty {
    display: none;
  }
}

@media screen and (max-width: 468px) {
  .main {
    padding-bottom: 0;
  }

  .content {
    padding-left: 10px;
  }
  .content .content__title {
    font-size: 22px;
    line-height: 31px;
    text-align: center;
  }
  .content__title span::before {
    width: 103%;
    height: 35px;
    left: 0;
    bottom: 0px;
  }
  .content__form {
    text-align: center;
  }
  .form__input {
    width: 226px;
  }
  .form__btn {
    margin: 10px auto 0;
    width: 226px;
  }
  .content__item {
    padding: 16px 6px;
  }
}

/*------------------------*/

.services {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  padding-bottom: 160px;
}

.services__title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  color: #1d2025;
}

.services__subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #1d2025;
}

.services__items {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
}

.services__item {
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  display: block;
  border-radius: 3px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.services__item__wrapper {
  width: 386px;
  height: 453px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px 30px;
  box-sizing: border-box;
}

.services__item:before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  /*background: linear-gradient( 90.92deg, rgba(255, 255, 255, 0.1) 3.07%, rgba(255, 255, 255, 0.2) 99.08% ); */
}

.services__item--title {
  font-weight: 700;
  display: inline-block;
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  color: #1d2025;
  padding-bottom: 15px;
  z-index: 4;
}

.services__item--title span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding: 0 5px;
}

.services__item--title span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 38px;
  z-index: -1;
  background: #ffffff;
  transform: skew(-12deg);
  border-radius: 3px;
  display: none;
}

.services__item--price {
  font-size: 26px;
  line-height: 37px;
  color: #1d2025;
  font-weight: 600;
  z-index: 2;
  padding-bottom: 20px;
}

.services__item--descr {
  z-index: 2;
}

.services__item--descr ul {
  margin: 0;
  padding: 0;
  z-index: 2;
}

.services__item--descr li {
  list-style-type: none;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 29px;
  color: #1d2025;
}

.services__item--descr li a {
  text-decoration: none;
  color: #1d2025;
  border-bottom: 1px dashed transparent;
  transition: 0.3s ease;
}

.services__item--descr li a:hover {
  border-color: #1d2025;
}

.services__btn {
  display: inline-block;
  width: 320px;
  height: 58px;
  line-height: 58px;
  font-weight: 600;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  margin-top: auto;
}


.button-show {
  display: none;
  width: 290px;
  height: 70px;
  background: linear-gradient(180deg, #efb102 0%, #f5d011 100%);
  border-radius: 10px;
  margin: 0 auto;
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  color: #1d2025;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .services {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 80px;
  }

  .services__title {
    font-size: 32px;
    line-height: 39px;
  }

  .services__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .services__items {
    justify-content: center;
  }
  .services__item__wrapper {
    width: 370px;
  }
}

@media screen and (max-width: 960px) {
  .services__item__wrapper {
    width: 230px;
    height: 270px;
    padding: 20px 18px;
  }
  .services__btn {
    width: 190px;
    height: 50px;
    line-height: 50px;
    /*padding: 5px;*/
  }

  .services__item--title {
    font-size: 18px;
    line-height: 22px;
  }

  .services__item--price {
    font-size: 16px;
    line-height: 20px;
  }

  .services__item--descr li {
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 17px;
  }
  .services__item--title span:before {
    height: 20px;
  }
}

@media screen and (max-width: 769px) {
  .button-show {
    display: block;
  }
  .services__item {
    display: none;
  }
}

@media screen and (max-width: 468px) {
  .services {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .services__title {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: center;
  }
  .services__subtitle {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }
  .services__item__wrapper {
    width: 290px;
    height: 270px;
  }
}

.services__new {
    display: flex;
     padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  padding-top: 40px;
  padding-bottom: 160px;
}


@media screen and (max-width: 1180px) {
.services__new {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}
}

@media screen and (max-width: 768px) {
.services__new {
    padding-bottom: 0px;
}
}

/*-----------examples-------------*/
.examples {
  max-width: 1920px;
  width: 100%;
  margin-bottom: 100px;
  padding-right: calc(50% - 960px);
  padding-left: calc(50% - 960px);
}

.examples__title {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  color: #1d2025;
}

.examples__subtitle {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1d2025;
  margin-bottom: 45px;
}

.button-show-examples {
  display: block;
  width: 290px;
  height: 58px;
  background: linear-gradient(180deg, #efb102 0%, #f5d011 100%);
  border-radius: 6px;
  margin: 0 auto;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #1d2025;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}
.button-show-examples:hover {
    background: linear-gradient(90.1deg, #efb102 -0.07%, #f5d111 98.83%);
    box-shadow: 0px 0px 14px rgb(239 177 2 / 64%);5;
    margin-top: 20px;
    cursor: pointer;
}

.examples #gallery-1 img {
    border: none;

}

@media screen and (max-width: 1200px) {
  .examples__title {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 32px;
    line-height: 39px;
  }

  .examples__subtitle {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 469px) {
  .examples__title {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

  .examples__subtitle {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
  }
}

/*-----------slider-------------*/
.works {
  position: relative;
  padding-bottom: 160px;
}

.works__bg::after {
  content: "";
  position: absolute;
  bottom: -80%;
  right: 0;
  width: 600px;
  height: 800px;
  background: url("img/bg2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.works__wrapper {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  margin-bottom: 60px;
  position: relative;
}

.slider__item--wrapper-main {
  display: flex;
}

.slider__btn {
  background: linear-gradient(90.1deg, #efb102 -0.07%, #f5d111 98.83%);
  display: inline-block;
  width: 320px;
  height: 58px;
  line-height: 58px;
  font-weight: 600;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  text-decoration: none;
  color: #1d2025;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


.slider__item--descr {
  margin-left: 20px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 15px 21px;
  background: #ffffff;
  border: none;
  box-shadow: 0px 9px 40px rgba(239, 177, 2, 0.45);
  border-radius: 50%;
  outline: none;
  width: 11px;
  height: 24px;
}

.slick-next {
    display: block;
    right: 50px;
    background: url('img/next.svg') no-repeat center;
}

.slick-prev {
    display: block;
    left: 50px;
    background: url('img/prev.svg') no-repeat center;
}

/*dots*/
.slick-dots {
  z-index: 2;
  position: absolute;
  display: flex;
  gap: 11px;
  list-style: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}

.slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
  background: #a0a0a0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.slick-dots li.slick-active button {
  background: linear-gradient(90.1deg, #efb102 -0.07%, #f5d111 98.83%);
}

.video {
  font-size: 10px;
  max-width: 680px;
  width: 100%;
  position: relative;
  transition: 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Century Gothic, sans-serif;
  margin-bottom: 20px;
  border-radius: 6px;
}
.video::before {
  /*если с z-index. то after*/
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(img/img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.video__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  border-radius: 6px;
}

.video__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video__stop {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 3em;
  height: 3em;
  cursor: pointer;
  transition: 0.4s ease-in;
}
.video__stop:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.video__stop:before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 100%;
  background-color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.video__stop:after {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 100%;
  background-color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.video__open {
  background-color: rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 1200px) {
  .works {
    padding-bottom: 120px;
  }
  .works__wrapper {
    width: 100%;
    margin: 0 auto 30px;
  }

  .slider-controll {
    max-width: 375px;
    width: 100%;
  }
  .slick-dots {
    padding: 0;
  }
}

/*-----------slider-descr-------------*/
.slider__title {
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #1d2025;
  margin-bottom: 16px;
}
.slider__descr {
  font-size: 20px;
  line-height: 24px;
  color: #1d2025;
  margin-bottom: 5px;
}

.slider__price {
  font-size: 20px;
  line-height: 24px;
  color: #1d2025;
  margin-bottom: 5px;
}

.slider__day {
  font-size: 20px;
  line-height: 24px;
  color: #1d2025;
  margin-bottom: 5px;
}

.slider__title2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #1d2025;
  margin-top: 39px;
  margin-bottom: 16px;
}

.slider__item ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.slider__item li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  padding-bottom: 5px;
}

.slider__item li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: linear-gradient(90.1deg, #efb102 -0.07%, #f5d111 98.83%);
}

@media screen and (max-width: 1200px) {
  .slider__item {
    max-width: 720px;
    width: 100%;
    justify-content: space-between;
  }

  .slider__item ul {
    margin-bottom: 50px;
  }

  .slider__item--descr {
    margin-bottom: 20px;
  }

  .slider-controll .slick-slide {
    max-width: 110px;
    width: 100%;
    margin-right: 5px;
  }

  .slick-dots {
    bottom: 0px;
  }
}

@media screen and (max-width: 1040px) {
  .slider__item--wrapper-main {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .slick-dots {
    bottom: -50px;
  }
  .works__wrapper {
    margin: 0 auto 70px;
  }
}

@media screen and (max-width: 769px) {
  .slider__item {
    padding-top: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slider__item--descr {
    order: 1;
  }
  .video {
    order: 2;
    height: 235px;
  }
  .slider-controll {
    margin: 0 auto;
  }

  .slider__item ul {
    margin-bottom: 0px;
  }

  .slider__btn {
    width: 289px;
    height: 58px;
    margin-bottom: 30px;
  }
  .slick-dots {
    bottom: -70px;
  }

}

@media screen and (max-width: 640px) {
  .examples {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 467px) {
  .slider__item--wrapper-main {
    align-items: flex-start;
  }
  .slider__title {
    font-size: 16px;
    line-height: 21px;
  }
  .slider__descr {
    font-size: 13px;
    line-height: 16px;
  }
  .slider__price {
    font-size: 13px;
    line-height: 16px;
  }
  .slider__day {
    font-size: 13px;
    line-height: 16px;
  }
  .slider__title2 {
    font-size: 16px;
    line-height: 20px;
  }
  .slider__item--descr {
    margin-left: 15px;
  }

  .slider__item--descr ul {
    font-size: 13px;
    line-height: 16px;
  }
  .slick-dots {
    bottom: -50px;
  }

  .works__wrapper {
    margin: 0 auto 70px;
  }
}

/*-----------tabs-------------*/
.nav-tabs {
  display: flex;
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  margin-bottom: 35px;
}
.nav-tab {
  margin-right: 12px;
  padding: 2px 10px;
  border-bottom: 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  color: #080307;
  background: #e1e1e1;
  border-radius: 3px;
}

.nav-tab.active {
  background: linear-gradient(90.1deg, #efb102 -0.07%, #f5d111 98.83%);
  cursor: default;
}
.tab-content {
  font-size: 20px;
}

.tab-pane {
  display: none;
  padding: 30px 20px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*flex-direction: column;   */
  gap: 15px;
}

.tab-pane p {
  /*float: left;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.gallery br {
  display: none;
}

.gallery img {
   display: block;
   /*max-width: 25%; */
   width: 100%;
   max-height: 300px;
   object-fit: cover;
}



.tab-pane img {
  width: 450px;
  height: 318px;
  border-radius: 6px;
  display: block;
}

.tab-pane.active {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .nav-tabs {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-tab {
    padding: 2px 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .tab-pane img {
    width: 360px;
    height: 229px;
  }
  .tab-pane {
    padding: 10px;
  }
}

@media screen and (max-width: 769px) {
  .nav-tabs {
    flex-wrap: wrap;
    gap: 10px;
    margin-right: 0;
  }
}

@media screen and (max-width: 360px) {
  .tab-pane img {
    width: 310px;
    height: 229px;
  }
}
/*-----------------------*/
.advantages {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  padding-bottom: 160px;
}

.advantages__title {
  font-size: 46px;
  line-height: 56px;
  color: #1d2025;
  font-weight: 600;
}

.advantages__subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #1d2025;
  margin-bottom: 46px;
}

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

.advantages__item {
  box-sizing: border-box;
  max-width: 279px;
  width: 100%;
  height: 125px;
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  border-left: 5px solid #744087;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.advantages__item p {
  max-width: 183px;
}

.advantages__item img {
  display: block;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wapp {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  background: url("img/bg4.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 140px;
}

.wapp__title {
  font-size: 40px;
  line-height: 41px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  max-width: 660px;
  margin-bottom: 15px;
  position: relative;
}

.wapp__title:before {
  content: "";
  position: absolute;
  right: -40%;
  top: 50%;
  transform: translateY(-50%);
  background: url("img/phone.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 262px;
  height: 326px;
}

.btn__wapp {
  display: block;
  width: 320px;
  height: 58px;
  font-weight: 600;
  font-size: 16px;
  line-height: 58px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .advantages__title {
    text-align: center;
    font-size: 32px;
    line-height: 39px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .advantages__subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .advantages__items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    gap: 20px;
  }
  .wapp {
    padding: 30px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .wapp__title {
    font-size: 30px;
    line-height: 41px;
    max-width: 500px;
  }

  .wapp__title:before {
    content: "";
    position: absolute;
    right: -50%;
    bottom: 0px;
    width: 203px;
    height: 250px;
  }
}

@media screen and (max-width: 769px) {
  .wapp {
    overflow-x: visible;
    overflow-y: visible;
  }

  .wapp__title:before {
    content: "";
    position: absolute;
    left: -150px;
    bottom: -20px;
    width: 203px;
    height: 250px;
  }
}

@media screen and (max-width: 469px) {
  .wapp {
    margin-bottom: 60px;
  }

  .wapp__title:before {
    background: none;
  }
  .wapp__title {
    font-size: 20px;
    line-height: 24px;
  }
  .btn__wapp {
    width: 265px;
    height: 58px;
  }
  .advantages {
    padding-bottom: 60px;
  }
  .advantages__title {
    font-size: 22px;
    line-height: 27px;
  }
}
/*------------------------*/
.step {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  padding-bottom: 150px;
}

.step__title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  color: #1d2025;
}

.step__subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #1d2025;
  padding-bottom: 45px;
}

.step__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.step__item {
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  outline: 1px dashed #b9b9b9;
  outline-offset: -5px;
  padding: 35px;
  width: 386px;
  height: 125px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.step__item--num {
  max-width: 42px;
  max-height: 42px;
  width: 100%;
  height: 100%;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  background: #744087;
  color: #fff;
}

.step__item--text {
  padding-left: 15px;
}

@media screen and (max-width: 1200px) {
  .step {
    padding-left: 15px;
    padding-right: 15px;
  }
  .step__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
  }

  .step__title {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
  }

  .step__subtitle {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 469px) {
  .step {
    padding-bottom: 60px;
  }
  .step__title {
    font-size: 22px;
    line-height: 27px;
  }

  .step__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
  .step__item--text {
    font-size: 14px;
    line-height: 17px;
  }
}
/*------------------------*/
.faq {
  background-image: url(img/Frame48.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position-x: 100%;
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  padding-bottom: 150px;
}

.faq__title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  color: #1d2025;
  margin-bottom: 10px;
  text-align: center;
}

.faq__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1d2025;
  margin-bottom: 46px;
  text-align: center;
}

.faq-item {
  max-width: 790px;
  margin: 0 auto 20px;
  padding: 35px 35px 35px 50px;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 7px rgb(0 0 0 / 10%);
  border-radius: 3px;
}

.faq-item__head {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
}

.faq-item__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #2d3348;
  max-width: 85%;
}

.faq-item p{
    /*font-size: 16px;   */
    line-height: 22px;
    margin: 10px 0;
}

.faq-item__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.faq-item__btn {
  outline: 0;
  width: 42px;
  height: 42px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  border: 0;
  border-radius: 50%;
  transform: rotate(0deg);
  background-color: #fff;
}

.faq-item__btn img {
  display: block;
  width: 18px;
  height: 18px;
}

.faq-item__btn--active {
  background-color: #efefef;
  transform: rotate(45deg);
}

.faq-item__btn,
.faq-item__btn--active {
  transition: background-color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.faq-item__content {
  width: 100%;
  display: none;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}

.faq-item__content--active {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .faq {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 120px;
  }

  .faq__title {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
  }

  .faq__subtitle {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 469px) {
  .faq {
    padding-bottom: 60px;
  }

  .faq__title {
    font-size: 22px;
    line-height: 27px;
  }

  .faq-item {
    padding: 23px 14px 14px 23px;
  }

  .faq-item__text {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
  }

  .faq__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
  .faq-item__title {
    font-size: 12px;
    line-height: 15px;
  }

  .faq-item__content {
    font-size: 12px;
    line-height: 13px;
  }
}
/*-----------------------*/
.consultation {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  margin-bottom: 160px;
}

.consultation__wrapper {
  border-radius: 6px;
  background-image: url(img/bg5.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.consultation__wrapper::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  /*background-image: url(img/img-form.png); */
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 350px;
  z-index: 2;
}

.prorab {
  box-sizing: border-box;
  position: absolute;
  content: "";
  left: 30%;
  bottom: 20px;
  width: 190px;
  background-color: #fff;
  padding: 15px;
  z-index: 3;
  width: 230px;
  height: 90px;
  transform: skew(-8deg);
  border-radius: 3px;
}

.prorab__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1d2025;
  transform: skew(8deg);
}

.prorab__descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #1d2025;
  transform: skew(8deg);
}

.consultation__title {
  font-size: 36px;
  line-height: 40px;
  color: #1d2025;
  font-weight: 500;
  margin-bottom: 12px;
}

.consultation__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1d2025;
  margin-bottom: 40px;
}

.consultation__left {
  width: 60%;
}

.consultation__socials {
  display: flex;
  flex-direction: column;
}

.consultation__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  color: #1d2025;
  text-decoration: none;
}

.consultation__social p {
  margin-left: 12px;
  max-width: 145px;
  width: 100%;
}

.consultation__contact {
  margin-bottom: 36px;
}

.consultation__contact--bold {
  font-weight: bold;
  color: #1d2025;
  font-size: 17px;
  text-decoration: none;
}

.consultation__contact--tel {
  white-space: nowrap;
}

.consultation__form {
  box-sizing: border-box;
  width: 40%;
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  outline: 1px dashed #b9b9b9;
  outline-offset: -5px;
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
}

.consultation__form p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.consultation__btn {
  width: 267px;
  height: 56px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 18px;
  font-weight: 600;
}

.consultation__contact--wrapper--mob {
  display: none;
}

@media screen and (max-width: 1200px) {
  .consultation__wrapper::before {
    background-image: none;
    display: none;
    z-index: -5;
  }
  .consultation__wrapper {
    justify-content: space-between;
  }
  .prorab {
    display: none;
  }
  .consultation__socials {
    flex-direction: row;
    gap: 5px;
  }
  .consultation__form {
    width: 40%;
    padding: 50px;
  }
}

@media screen and (max-width: 960px) {
  .consultation__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .consultation__left {
    width: 100%;
  }

  .consultation__form {
    max-width: 410px;
    width: 100%;
  }
  .consultation__contact {
    text-align: left;
    margin-bottom: 0;
  }
  .consultation__contact--wrapper {
    display: none;
  }
  .consultation__contact--wrapper--mob {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
  }

  .consultation__social p {
    display: none;
  }
}

@media screen and (max-width: 469px) {
  .consultation {
    margin-bottom: 50px;
    overflow: hidden;
  }

  .consultation__wrapper {
    padding: 20px;
  }

  .consultation__title {
    font-size: 23px;
    line-height: 27px;
  }

  .consultation__title br {
    display: none;
  }

  .consultation__subtitle {
    font-size: 15px;
    line-height: 18px;
    max-width: 270px;
    width: 100%;
    margin: 10px auto 16px;
  }
  .consultation__form {
    padding: 25px;
  }
  .consultation__btn {
    width: 226px;
  }
  .consultation__contact--wrapper--mob {
    flex-direction: column;
  }
  .consultation__socials {
    gap: 20px;
    margin-top: 20px;
  }
  .consultation__contact {
    font-size: 14px;
  }
  .consultation__contact tr {
    margin-bottom: 10px;
    vertical-align: top;
  }
  .consultation__contact--name {
    white-space: nowrap;
    padding-right: 7px;
  }
}

/*-----------footer--------------*/
.footer {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  background-image: url(img/bg-footer.svg);
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__politic {
  text-decoration-style: dotted;
  color: #2d3348;
}


.phone .btn--call{
    font-size: 16px;
    text-align: right;
    font-weight: 600;
    margin: 0 auto;
    top: 3px;
    position: relative;
    padding: 3px 5px 3px 5px;
}

@media screen and (max-width: 1200px) {


  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 769px) {
  .footer__top {
    margin-bottom: 30px;
  }

  .footer__bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .logo__footer {
    order: 1;
  }
  .menu-footer {
    order: 2;
  }
}

@media screen and (max-width: 680px) {
  .menu-footer {
    display: none;
  }
  .phone {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 469px) {
  .logo__footer img {
    width: 124px;
  }
  .phone {
    white-space: nowrap;
    font-size: 16px;
  }
  .footer__top {
    margin-bottom: 20px;
  }
}

/*-----------popup-----------*/
.popup {
  background: #fff;
  border-radius: 8px;
  padding: 30px 30px;
  text-align: left;
  position: relative;
  margin: 0 auto;
}
.popup--success {
  max-width: 300px;
}

.popup--success .title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

.popup--success .sub_title {
  text-align: center;
  margin: 10px 0 0;
  font-size: 14px;
}
.popup--politic {
  max-width: 800px;
  height: 500px;
  overflow-y: scroll;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.popup--politic .title {
  text-align: center;
  font-size: 24px;
}

.popup--politic .sub_title {
  text-align: left;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #233a53;
}
.popup--form {
  max-width: 500px;
  padding: 30px 60px;
  box-sizing: border-box;
}

.popup--form .title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin: 0 0 25px;
}

/*---------popup-form---------*/
.form-callback {
  max-width: 320px;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  background-image: url(img/bg2.png);
  background-size: contain;
  background-position: 0 0;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
}

.form__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.form-callback__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #1d2025;
  margin-bottom: 10px;
}

.form-callback__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #0e0c17;
  margin-bottom: 14px;
  max-width: 250px;
  width: 100%;
}

.main__form--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.btn--callback {
  display: inline-block;
  width: 208px;
  height: 56px;
  font-weight: 600;
  font-size: 16px;
  /*z-index: ;*/
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  margin-top: 20px;
}

.mfp-inline-holder .mfp-content {
  width: auto;
}

/*----слайдер галерея----------*/

.slide {
  padding: 20px;
  border: 1px solid #000;
}

.item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
}

.slider-for {
  margin-bottom: 15px;
}
.slider-for img {
  width: 100%;
  min-height: 100%;
}

.slider-nav .slick-slide {
  width: 215px;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
  margin-right: 20px;
}

.slick-slide img {
  margin: -20px auto 0;
}

.slider-nav .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 6px;
  vertical-align: top;
}

.slider-nav .slick-slide.slick-current {
  border-color: #efb102;
}

.slide__wrap {
  max-width: 600px;
  width: 100%;
}

.slider-nav {
  display: flex;
  width: 100%;
}

.slider-nav img {
  max-width: 300px;
  width: 100%;
}

/*galery*/
.mainCarousel .carousel__slide {
  position: relative;
}

.slider__item--photo {
  max-width: 670px;
  width: 100%;
}
.mainCarousel {
  max-width: 670px;
  width: 100%;
  margin: 0 auto 1rem auto;

  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

.mainCarousel .carousel__slide,
.mainCarousel2 .carousel__slide {
  width: 100%;
  padding: 0;
  border-radius: 6px;
}

/*video*/
body.is-using-mouse .fancybox__content .plyr :focus {
  outline: none;
}

.play {
  position: relative;
}

.play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 4;
}

.play > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url("img/play2.svg");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/*preloader*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #ffffff;
  z-index: 1001;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  clear: none;
}

.gallery-item {
  margin: 0 !important;
  /*width: auto !important;*/
  float: none;
  clear: none;
  display: none;
  /*max-width: 25%;
  width: 100%;*/
}

.gallery-item img {

}

.noContent {
  opacity: 0.5;
  background-color: transparent !important;
  pointer-events: none;
}


/*menu*/

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 25px;
  z-index: 150;
  padding: 0;
  list-style: none;
}

.header-nav__item__sub {
    padding-right: 10px
}


.header-nav__item__sub > .header-nav__link:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("img/arrow-menu.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 38%;
  right: -15px;
}

.header-nav__item__sub > .header-nav__link:hover::after {
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}

.header-nav-sub__item__sub::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("img/arrow-menu.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  right: 20px;
}

.header-nav-sub__item__sub:hover::after {
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}


.header-nav-sub__item {
  position: relative;
  left: 0;
  border-radius: 3px;
  margin-bottom: 2px;
  background: #ffffff;
  color: #0e0c17;
  padding: 15px 18px;
  text-align: center;
  display: block;
  border-left: 3px solid transparent;
  box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);

  z-index: 20;
}


.header-nav-sub__item:hover {
  border-left: 3px solid #f5d111;
}

.header-nav-sub__sub li:hover {
  border-left: 3px solid #f5d111;
}

/*.header-nav-sub__item a {
 border-bottom: 1px dashed transparent;
 position: relative;
}  */

/*
.header-nav__link {
 text-decoration: dotted;
}

.header-nav-sub__item a:hover {
  text-decoration: dotted;
}
*/


.menu__item a {
   text-decoration: none;
}

.menu__item a:hover {
   text-decoration: dotted;
}


.header-nav__link {
  color: #f8f8f8;
  font-size: 16px;
}


nav li:hover > .sub-menu {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

.menu li:hover > .sub-menu {
  position: absolute;
  z-index: 3;
  margin-top: 1px;
  opacity: 1;
  transition: all ease 0.3s;
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

.menu li:hover > .sub-menu {
  position: absolute;
  z-index: 3;
  margin-top: 1px;
  opacity: 1;
  transition: all ease 0.3s;
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

.menu .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: -1px;
}

.menu .sub-menu {
  padding: 0;
  max-width: 320px;
  min-width: 270px;
  transform: rotateX(-90deg);
  position: absolute;
  transition: all ease 0.3s;
}

.menu .sub-menu .header-nav-sub__sub {
  max-width: 400px;
  min-width: 320px;
}

/*----------*/
.description {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  margin-bottom: 140px;
}
.description__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.description__works {
  width: 50%;
}

.description__title {
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  color: #1d2025;
  margin-bottom: 10px;
}

.description__works h3 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1d2025;
  margin-bottom: 6px;
}

.description__works ul {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1d2025;
}

.description__works li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.description__text {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1d2025;
}
.description__text p {
  margin-bottom: 6px;
}

.description__price {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1d2025;
}

@media screen and (max-width: 1200px) {
  .description {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 769px) {
  .description__wrapper {
    flex-direction: column;
  }
  .description__works {
    width: 100%;
  }
  .description__text {
    width: 100%;
  }
  .description__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #1d2025;
  }
}

@media screen and (max-width: 469px) {
  .description__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #1d2025;
    text-align: center;
  }
}

.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-other {
    display: flex;
    justify-content: space-between;
    padding-bottom: 160px;
}

.content-services {
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
}

@media screen and (max-width: 1200px) {
    .breadcrumbs {
        margin-left: 15px;
    }
    .content-other {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .content-other__left {
        margin-bottom: 30px
        }

    .content-other__form {
        margin: 0 auto;
    }
}

@media screen and (max-width: 469px) {
    .content-other {
        padding-bottom: 60px;
    }
    .services__new{
       padding-top: 0px;
       padding-bottom: 0px;
    }
    .content__title-1, .content__title-2{
        line-height: 30px;
    }

}


.content-other__form {
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  outline: 1px dashed #b9b9b9;
  outline-offset: -5px;
  padding: 27px 34px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  background-image: url(img/bg__form.jpg);
}

.content-other__items ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.content-other__items li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.content-other__items li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: linear-gradient(90.1deg, #efb102 -0.07%, #f5d111 98.83%);
  border-radius: 50px;
}

.content-other__btn {
  width: 284px;
  height: 56px;
  border-radius: 3px;
  border:2px solid #efb102;
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1d2025;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  text-decoration: none;
  transition: 0.3s ease;
}
.content-other__btn img {
  display: block;
  width: 15px;
  height: 20px;
   margin-left: 10px;
}

.content-other__btn:hover {
  cursor: pointer;
  background: linear-gradient(90.1deg, #efb102 -0.07%, #f5d111 98.83%);
  box-shadow: 0px 0px 14px rgba(239, 177, 2, 0.64);
}

.content-other__btn:active {
  background: linear-gradient(90.1deg, #efb102 -0.07%, #efb102 98.83%);
}

@media screen and (max-width: 690px) {
    .services-inner {
    margin-top: 60px;
    }

.content-other__items {
    margin: 0 auto;
}
.content-other__items li {
    font-size: 16px;
}
.content-other__btn {
    margin: 0 auto;

}

}

/*-------------*/

.services-inner {
  display: flex;
  flex-direction: column;
}

.services-inner__title {
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    color: #1D2025;
    margin-bottom: 10px;

}

@media screen and (max-width: 1200px)    {
    .services-inner__title {
    font-size: 32px;
    line-height: 39px;
}
}

@media screen and (max-width: 469px) {
    .services-inner__title {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
}
}

.services-inner__items {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.services-inner__item {
  max-width: 590px;
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 30px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.services__item:before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
}

.services-inner__item--title {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #1d2025;
  padding-bottom: 5px;
}

.services-inner__item--title span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding: 0 5px;
}

.services-inner__item--title span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 38px;
  z-index: -1;
  background: #ffffff;
  transform: skew(-12deg);
  display: none;
}

.services-inner__item--price {
  font-weight: 600;
  font-size: 26px;
  line-height: 37px;
  color: #1d2025;
  z-index: 2;
  padding-bottom: 10px;
}

.services-inner__btn {
  display: inline-block;
  width: 230px;
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  margin-top: auto;
}

.services-inner__btn-consult {
  display: inline-block;
  width: 280px;
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 469px) {
  .services-inner__item--title {
    display: inline-block;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1d2025;
    padding-bottom: 10px;
  }
  .services-inner__item--price {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #1d2025;
    z-index: 2;
    padding-bottom: 20px;
  }
  .services-inner__item--title span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 26px;
    z-index: -1;
    background: #ffffff;
    transform: skew(-12deg);
  }
  .services-inner__item {
    padding: 20px 18px;
    height: 180px;
  }
}

.services-inner__contact {
  max-width: 580px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #101014;
}

.services-inner__contact a {
    white-space: nowrap;
  text-decoration: none;
  color: #101014;
  font-weight: 600;
  padding-top: 5px;
}

/*-----------contacts------------*/
.contacts {
    padding-right: calc(50% - 600px);
    padding-left: calc(50% - 600px);
    padding-bottom: 160px;
}

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

.contacts__text  {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #1D2025;
    max-width: 460px;
    width: 100%;
}

.main-contacts {
  padding-right: calc(50% - 600px);
  padding-left: calc(50% - 600px);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}

.consultation__contact--wrapper2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media screen and (max-width: 1200px) {
  .contacts {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 60px;
  }
  .main-contacts {
      padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 00px;
      }

  .contacts__wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .contacts__text {
    max-width: 690px;
  }

}

@media screen and (max-width: 769px) {
    .contacts__text {
        max-width: 600px;
        font-size: 20px;
        line-height: 22px;
    }
}

.map {
    max-width: 690px;
    height: 390px;
    width: 100%;
}


.feedback {
    padding-bottom: 160px;
}

.feedback__subtitle {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #1D2025;
}

.feedback__subtitle span {
    color: red;
}

@media screen and (max-width: 1200px) {
   .feedback {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 60px;
}
}

@media screen and (max-width: 769px) {
     .feedback__subtitle {
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.feedback__script {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

/*-----------ptice-table-----------*/

.content-table {
    max-width: 640px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    margin: 20px auto 120px;
}

.content-table__title {
    text-align: center;
    background: linear-gradient(90.1deg, #efb102 -0.07%, #f5d111 98.83%);
    padding-top: 20px;
    padding-bottom: 20px;
}



.content-table__item {
    display:flex;
    flex-wrap:wrap;
    border-bottom:1px solid #DEDEDE
    }
.content-table__item:first-child {
    font-weight:bold
}
.content-table__item:last-child {
    border-bottom:0
}
.content-table__col {
    padding:18px 25px;
    text-align:center;
    box-sizing:border-box;
    border-right:1px solid #DEDEDE;
    font-size:14px
}

.content-table__col:nth-child(1) {
    width:100%;max-width:250px
}
.content-table__col:nth-child(2) {
    width:100%;max-width:130px
}
.content-table__col:nth-child(3) {
    width:100%;max-width:130px
}

.content-table__col:last-child {
    border-right:0
}

.content-text__service{
    max-width: 100%;
}
.content-table__col:nth-child(1) {
    width:100%;max-width:250px
}

.content-table__col:nth-child(2) {
    width:100%;max-width:130px
}

.content-table__col:nth-child(3) {
    width:100%;max-width:130px
}

.content-table__col:last-child {
    border-right:0
}
.content-img {
    margin-left:auto;max-width:530px
}

.content-img img {
    width:100%;margin-bottom:40px
}

.content-img__list {
    padding-left:40px
}

.content-img__list h3 {
    font-weight:600;
    font-size:20px;
    line-height:150%;
    letter-spacing:0.02em;
    margin-bottom:20px
}
.content-img__list li {
    font-size:16px;
    line-height:130%;
    letter-spacing:0.02em;
    margin-bottom:15px
}

@media screen and (max-width: 1210px) {
    .content__container {
        flex-direction:column;
        align-items:start
    }
    .content__title {
        max-width:100%;
        text-align:start
    }
    .content-text {
        margin-bottom:50px
    }
    .content-img {
        margin:0
    }
    .content-img__list {
        padding:0
    }
    .content-table__title {
        text-align:left
    }
    .content-table__col {
        text-align:left
    }
}
    @media screen and (max-width: 700px) {
        .content-table {
            overflow-y:scroll
        }
        .content-table__wrap {
            min-width:640px
        }
        .content-table__title {
            min-width:640px
    }}

.content-table__service{
        max-width: 100%;
}
.content-table__col__service{
    padding: 10px 18px;
}

.content-text__service .content-table__service{
    margin-top: 10px;
}

.content__title__service{
    max-width: 100%;
}

.content-table__col__service:nth-child(1) {
    max-width: 50%; }
.content-table__col__service:nth-child(2) {
    max-width: 16%; }
.content-table__col__service:nth-child(3) {
    max-width: 16%; }
.content-table__col__service:nth-child(4) {
    max-width: 16%; }

.content-table__item .mw25{
    max-width: 25%;
}

.content-table .content-table__col__wash{
    max-width: 50%;
}
@media screen and (max-width: 1024px){
    .header__button{
        margin-left: 23%;
    }

}

@media screen and (max-width: 700px){
.content-table__service{
    overflow-y: scroll;  }
.content-table__col__service{
    padding: 10px 10px;
}

}

/*-------about-------*/
.about.about__page{
     padding-bottom: 60px;
}
.about__page p{
     font-weight: 500;
}

.about {
    padding-right: calc(50% - 600px);
    padding-left: calc(50% - 600px);
}
@media screen and (max-width: 468px){
    .logo img{
        width: 130px;
    }
    .breadcrumbs {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 15px; }
    .logo{
        padding-top: 10px;
    }
    .content__title {
    font-size: 28px;
    margin-bottom: 18px;}
    .content {
    margin: 20px 0;}
    .content-other__items li {
    font-size: 12px;
    line-height: 12px;}

}
@media screen and (max-width: 360px){
    .content__title {
    font-size: 23px;
    line-height: 26px;}
    .phone a {
    font-size: 18px;}
}
.maps{position:relative;min-height:746px}
.maps p{

}
.maps ymaps[id]{position:absolute}
.maps__container{width:100%;position:absolute;top:30%;}
.maps__wrap{
    display:inline-block;
    padding:70px 140px 75px 75px;
    background:#1D2025;
    color:#1d2025;;
    position:relative;
    z-index:2;
    background: #ffffff;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 15%);
    border-radius: 6px;
    outline: 1px dashed #b9b9b9;
    outline-offset: -5px;
    padding: 50px;
    }
.maps__wrap .title{margin-bottom:33px;color:#1d2025;}
.maps__wrap .desc{
    margin-bottom:25px}
.maps__wrap a{
    display:block;color:#1d2025;;text-decoration:none;margin-bottom:5px}
@media screen and (max-width: 768px)
{.maps{min-height:445px}
.maps ymaps[id]{position:relative;min-height:300px}
.maps__container{position:relative;top:0;text-align:center}
.maps__wrap{padding:70px 75px 75px}}
@media screen and (max-width: 375px){.maps__wrap{padding:35px 50px}}
.maps__container .container{
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.maps .map{
    max-width:100%;
}
