.master {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.master__overlay {
  display: flex;
  justify-content: space-around;
  max-width: 1090px;
  margin-top: 30px;
}

.master__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*outline: 5px red solid;*/
}

.master__wrapper_container {
  display: flex;
  align-items: center;
}

.master__title {
  font-family: Great Vibes;
  font-size: 90px;
  font-style: italic;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: 0.01em;
  text-align: left;
  margin: 0;
  color: #ff0080;
  align-self: flex-start;
  /* margin: 0 auto;*/
  max-width: 545px;
}

.master__foto {
  background-size: cover;
  object-fit: cover;
  width: 400px;
  height: 500px;
  margin: 0 auto;
  /* margin-top: 30px;
 margin-right: 87px;*/
}

.master__text {
  font-family: Inter;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin: 0;
  color: #fff;
  max-width: 601px;
  margin-top: 42px;
}

.my-views {
  padding-top: 80px;
  background-image: url(./images/fon-advantage.png);
  background-size: cover;
  background-position: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
}
.my-views__wrapper {
  display: flex;
  flex-direction: column;
  width: 1120px;
  min-height: 130px;
  margin-bottom: 30px;
}
.my-views__title {
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin: 0;
  color: #fff;
  margin-bottom: 30px;
}
.my-views__text {
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin: 0;
  color: #fff;
  max-width: 897px;
  margin-left: auto;
}

.my-views__text_margin {
  margin-bottom: 25px;
}

.my-views__paragraph {
  font-family: Inter;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin: 0;
  max-width: 1117px;
}

.my-views__slogan {
  width: 100%;
  height: 250px;
  background-image: url(./images/slogan.png);
  background-size: cover;
  background-position: center;
  padding-top: 40px;
}

.my-views__sloganText {
  display: none;
}

.certificates {
  display: flex;
  justify-content: space-around;
}

.certificates__container {
}

.certificates__title {
  font-family: Great Vibes;
  font-size: 96px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
  text-align: left;

  max-width: 531px;
  margin: 0;
  color: #ff0080;
  padding-bottom: 90px;
}

.certificates__text {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
  margin: 0;
  color: #fff;
  max-width: 526px;
}

.certificates__foto {
  width: 289px;
  height: 465px;
}

.my-works {
  margin-top: 80px;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.my-works__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1120px;
  margin-bottom: 60px;
}
.my-works__title {
  font-family: Great Vibes;
  font-size: 96px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0;
  color: #ff0080;
  margin-bottom: 70px;
  align-self: flex-start;
}

/*.slider-container {
  position: relative;
  max-width: 1120px;
  max-height: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.slider-container__slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  max-width: 1120px;
}

.slider-container__foto {
  display: block;
  max-width: 900px;
  height: 900px;
  object-fit: cover;
  background-size: cover;
  border-radius: 10px;
}

.slider-container__button-left {
  background-image: url(./images/button-left-tablet.png);
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: none;
}

.slider-container__button-right {
  background-image: url(./images/button-right-tablet.png);
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: none;
}

.slider-container__btnWrapper {
  display: flex;
  justify-content: space-between;
  height: 60px;
  margin-top: 20px;
  display: flex;
  width: 150px;
  margin-top: 60px;
}

.slider-container__button-block {
  display: block;
}*/

.photo-gallery__photo {
  background-size: cover;
  object-fit: cover;
  width: 1000px;
  height: 866px;
}

.photo-gallery__container_mobile-aboutHtml {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.photo-gallery__button-wrapper {
  display: flex;
  justify-content: space-between;
  width: 180px;
  margin-top: 55px;
}

.photo-gallery__button-block {
  display: block;
  width: 50px;
  height: 50px;
}

.photo-gallery__button-right {
  border: none;
  outline: none;
  background: transparent;
  width: 50px;
  height: 50px;
  background-image: url(./images/button-right-tablet.png);
  background-repeat: no-repeat;
}

.photo-gallery__button-left {
  border: none;
  outline: none;
  background: transparent;
  width: 50px;
  height: 50px;
  background-image: url(./images/button-left-tablet.png);
}

.registration_margin {
  padding-bottom: 60px;
}

@media screen and (max-width: 1130px) {
  .master__title {
    max-width: 330px;
    font-size: 64px;
    align-self: flex-start;
  }

  .master__text {
    max-width: 530px;
    font-size: 22px;
  }

  .my-works__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 950px;
    margin-bottom: 60px;
  }

  .photo-gallery__photo {
    max-width: 950px;
  }

  .my-views__paragraph {
    max-width: 950px;
    font-size: 28px;
  }

  .my-views__wrapper {
    max-width: 1000px;
    min-height: 130px;
  }
}

@media screen and (max-width: 1000px) {
  .master__text {
    max-width: 480px;
  }

  .my-views__wrapper {
    max-width: 900px;
  }
}

@media screen and (max-width: 950px) {
  .my-works__container {
    max-width: 830px;
    margin-bottom: 60px;
  }

  .photo-gallery__photo {
    max-width: 830px;
  }
}

@media screen and (max-width: 900px) {
  .master__foto {
    width: 340px;
    height: 423px;
  }
  .master__text {
    max-width: 470px;
    font-size: 20px;
  }
  .my-views__wrapper {
    max-width: 800px;
  }

  .my-views {
    margin-top: -20px;
  }

  .my-views__paragraph {
    max-width: 850px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

  .my-views__slogan {
    height: 100px;
  }

  .certificates__title {
    font-family: Great Vibes;
    font-size: 64px;

    padding-bottom: 90px;
  }

  .certificates__foto {
    width: 289px;
    height: 465px;
  }

  .certificates__text {
    font-size: 20px;
    max-width: 406px;
  }

  .my-works {
    margin-top: 80px;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .my-works__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .my-works__title {
    font-size: 64px;
    margin-bottom: 70px;
  }

  /*.slider-container {
    position: relative;
    max-width: 900px;
    height: 850px;
    margin: 0 auto;
    overflow: hidden;
  
  }

  .slider-container__slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    max-width: 900px;
  }

  .slider-container__foto {
    display: block;
    max-width: 800px;
    height: 800px;
    object-fit: cover;
    background-size: cover;
    border-radius: 10px;
  }*/
}

@media screen and (max-width: 834px) {
  .master__title {
    max-width: 320px;
    align-self: flex-start;
  }

  .master__text {
    max-width: 435px;
    font-size: 15px;
  }

  .my-views {
    padding-top: 150px;
    background-image: url(./images/fon-advantage-tablet.png);
    background-size: cover;
    background-position: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
  }
  .my-views__wrapper {
    width: 794px;
    min-height: 130px;
    margin-bottom: 30px;
  }
  .my-views__title {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .my-views__text {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    max-width: 656px;
    margin-left: auto;
  }

  .my-views__text_margin {
    margin-bottom: 25px;
  }

  .my-views__paragraph {
    font-size: 20px;
    max-width: 794px;
    text-align: center;
  }

  .my-views__slogan {
    display: none;
    /* width: 781px;
    height: 120px;
    background-image: url(./images/slogan-tablet.png);
    background-size: cover;
    object-fit: cover;
    background-position: top;*/
    /*padding-top: 40px;*/
  }

  .my-views__sloganText {
    display: flex;
    font-family: Great Vibes;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    margin: 0;
    color: #fff;
    max-width: 761px;
    margin-top: 20px;

    text-shadow: 1px 1px 2px #ff027b, 0 0 1em rgb(228, 17, 228),
      0 0 0.2em rgb(195, 0, 255);

    color: white;
  }

  .certificates {
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
  }

  .certificates__container {
  }

  .certificates__title {
    max-width: 401px;
    padding-bottom: 40px;
    font-size: 64px;
  }

  .certificates__text {
    max-width: 408px;
    font-size: 15px;
    line-height: 18.15px;
  }

  .my-works {
    margin-top: 80px;
    max-width: 834px;
  }

  .my-works__container {
    max-width: 834px;
  }
  .my-works__title {
    margin-bottom: 70px;
    font-size: 64px;
    font-weight: 400;
    line-height: 50px;
  }

  .my-works__container {
    max-width: 710px;
    /*margin-bottom: 60px;*/
  }

  .photo-gallery__photo {
    max-width: 710px;
    height: 710px;
  }

  /* .slider-container {
    position: relative;
    max-width: 814px;
    height: 850px;
    margin: 0 auto;
    overflow: hidden;
  
  }

  .slider-container__slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    max-width: 814px;
  }

  .slider-container__foto {
    display: block;
    max-width: 814px;
    height: 814px;
    object-fit: cover;
    background-size: cover;
    border-radius: 10px;
  }

  .slider-container__button-left {
    background-image: url(./images/photo-gallery__button-left.png);
    background-position: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: none;
  }

  .slider-container__button-right {
    background-image: url(./images/photo-gallery__button-right.png);
    background-position: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: none;
  }*/
}

@media screen and (max-width: 820px) {
  .my-works {
    margin-bottom: 80px;
    margin-top: 60px;
    max-width: 820px;
  }

  .my-works__container {
    max-width: 100%;
    margin-bottom: 50px;
  }
  /*.my-works__title {
    margin-bottom: 70px;
    font-size: 64px;
    font-weight: 400;
    line-height: 50px;
  }*/

  /* .slider-container {
    position: relative;
    max-width: 750px;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
    
  }

  .slider-container__slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    max-width: 750px;
  }

  .slider-container__foto {
    display: block;
    max-width: 750px;
    height: 750px;
    object-fit: cover;
    background-size: cover;
    border-radius: 10px;
  }

  .slider-container__btnWrapper {
    margin-top: 40px;
  }*/
}

@media screen and (max-width: 785px) {
  .my-views__wrapper {
    max-width: 744px;
  }
}

@media screen and (max-width: 750px) {
  /* .master__title {
    font-size: 64px;
    max-width: 400px;
    align-self: flex-start;
}*/
  .master__text {
    max-width: 400px;
    font-size: 14px;
  }
  .master__foto {
    width: 300px;
    height: 380px;
  }

  .my-views__wrapper {
    max-width: 650px;
  }
  .slider-container__foto {
    display: block;
    max-width: 650px;
    height: 650px;
    object-fit: cover;
    background-size: cover;
    border-radius: 10px;
  }
}

@media screen and (max-width: 710px) {
  .my-views__paragraph {
    max-width: 650px;
  }

  .my-views__sloganText {
    max-width: 650px;
  }
  .certificates {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
  }

  .certificates__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .certificates__text {
    margin-bottom: 20px;
    max-width: 300px;
    font-size: 16px;
    line-height: 19.52px;
    text-align: left;
    max-width: 650px;
  }

  .certificates__foto {
    width: 500px;
    height: 688px;
    padding-top: 40px;
  }

  .my-works {
    margin-bottom: 60px;
  }

  /*.my-works__container {
    height: 780px;
  }*/

  .my-works__container {
    max-width: 610px;
    margin-bottom: 60px;
  }

  .photo-gallery__photo {
    max-width: 610px;
    height: 610px;
  }

  .registration__wrap-form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-flow: wrap-reverse;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    width: 650px;
  }
}

@media screen and (max-width: 650px) {
  .master {
    position: relative;
  }
  .master__title {
    font-size: 42px;
    line-height: 45px;
    max-width: 300px;
  }

  .master__foto {
    width: 235px;
    height: 273px;
  }

  .master__text {
    max-width: 300px;
    line-height: 18px;
    text-align: left;
  }

  .my-views__wrapper {
    max-width: 550px;
  }

  .my-views {
    padding-top: 50px;
    margin-top: -10px;
  }

  .my-views__paragraph {
    max-width: 550px;
  }

  .my-views__sloganText {
    max-width: 550px;
    font-size: 24px;
  }

  .certificates__title {
    max-width: 401px;
    padding-bottom: 40px;
    font-size: 42px;
  }

  .certificates__text {
    margin-bottom: 20px;
    max-width: 550px;
    font-size: 16px;
    line-height: 19.52px;
    text-align: left;
  }

  .my-works {
    margin-bottom: 80px;
  }

  .my-works__title {
    margin-bottom: 70px;
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
  }

  .my-works__container {
    max-width: 550px;
  }

  .photo-gallery__photo {
    max-width: 550px;
    height: 550px;
  }

  /*.slider-container__foto {
    max-width: 550px;
    height: 550px;
  }*/
}

@media screen and (max-width: 560px) {
  .master__title {
    max-width: 156px;
    font-family: Great Vibes;
    max-width: 240px;
  }

  .master__text_margin {
    max-width: 500px;
    position: absolute;
    bottom: -80px;
    left: 10px;
  }

  .my-views {
    margin-top: 50px;
  }

  .my-views__wrapper {
    max-width: 450px;
  }

  .my-views__paragraph {
    max-width: 450px;
  }

  .my-views__sloganText {
    max-width: 450px;
  }

  .certificates__text {
    max-width: 450px;
  }

  .certificates__foto {
    width: 350px;
    height: 486px;
    padding-top: 40px;
  }

  .my-works__container {
    max-width: 450px;
    /*height: 640px;*/
    margin-bottom: 0px;
  }

  .my-works__title {
    margin-bottom: 40px;
  }

  .photo-gallery__photo {
    max-width: 450px;
    height: 450px;
  }

  .photo-gallery__button-wrapper {
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin-top: 55px;
  }

  .photo-gallery__button-right {
    border: none;
    outline: none;
    background: transparent;
    width: 30px;
    height: 30px;
    background-image: url(./images/photo-gallery__button-right.png);
  }

  .photo-gallery__button-left {
    border: none;
    outline: none;
    background: transparent;
    width: 30px;
    height: 30px;
    background-image: url(./images/photo-gallery__button-left.png);
  }

  /* .slider-container__foto {
    max-width: 450px;
    height: 450px;
  }

  .slider-container {
    position: relative;
    max-width: 450px;
    height: 450px;
  }

  .slider-container__btnWrapper {
    height: 35px;
    margin-top: 30px;
    width: 120px;
  }*/
}

@media screen and (max-width: 536px) {
  .master__title {
    padding-left: 20px;
  }

  .master__text {
    padding-left: 20px;
  }

  .master__foto {
    width: 205px;
    height: 243px;
  }
}

@media screen and (max-width: 460px) {
  .master__text {
    max-width: 220px;
    font-size: 8px;
    font-style: italic;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
    padding-left: 0px;
  }

  .master__foto {
    width: 145px;
    height: 173px;
  }

  .master__title {
    max-width: 240px;
    font-size: 32px;
    padding-left: 0px;
  }

  .master__text_margin {
    max-width: 300px;
    position: absolute;
    bottom: -40px;
    left: 25px;
  }

  .my-views__wrapper {
    max-width: 400px;
    margin-bottom: 10px;
  }

  .my-views__title {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .my-views__text {
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    max-width: 656px;
    margin-left: auto;
  }

  .my-views__paragraph {
    max-width: 400px;
    font-size: 10px;
  }

  .my-views__sloganText {
    max-width: 400px;
    font-size: 18px;
  }

  .certificates__title {
    font-size: 40px;
  }

  .certificates__text {
    margin-bottom: 20px;
    max-width: 400px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.52px;
  }

  .certificates__foto {
    width: 300px;
    height: 486px;
    padding-top: 40px;
  }

  .my-works__title {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 45px;
  }

  .my-works__container {
    max-width: 400px;
  }

  .photo-gallery__photo {
    max-width: 400px;
    height: 400px;
  }

  .photo-gallery__button-wrapper {
    margin-top: 35px;
  }

  /* .slider-container__foto {
    max-width: 400px;
    height: 400px;
  }*/

  .registration__maps {
    width: 400px;
    min-height: 232px;
    margin-bottom: 30px;
  }

  .registration__iframe {
    width: 400px;
    min-height: 232px;
  }

  .registration__formRegister {
    width: 400px;
    min-height: 300px;
  }

  .registration__formRegisterInputName {
    width: 360px;
  }

  .registration__formRegisterInputTelephone {
    width: 360px;
  }

  .registration__formRegisterInputComment {
    width: 360px;
  }

  .registration__select-container {
    width: 360px;
    height: 40px;
  }

  .__select__title {
    width: 360px;
    padding-left: 20px;
  }

  .__select[data-state="active"] .__select__label {
    max-height: 40px;
    width: 340px;
    border-width: 1px;
  }

  .__select {
    width: 360px;
  }
}

@media screen and (max-width: 420px) {
  .master__foto {
    width: 135px;
  }

  .my-views__wrapper {
    max-width: 320px;
    margin-bottom: 10px;
  }

  .my-views__paragraph {
    max-width: 320px;
    font-size: 10px;
  }

  .my-views__sloganText {
    max-width: 320px;
    font-size: 14px;
  }

  .certificates__text {
    max-width: 320px;
    font-size: 10px;
  }

  /* .slider-container {
    position: relative;
    max-width: 320px;
    height: 320px;
  }

  .slider-container__foto {
    max-width: 320px;
    height: 320px;
  }*/

  .my-works__container {
    max-width: 320px;
  }

  .photo-gallery__photo {
    max-width: 320px;
    height: 320px;
  }

  .my-works__container {
    max-width: 320px;
    height: 460px;
  }

  .registration__formRegister {
    width: 380px;
  }

  .registration__formRegisterInputName {
    width: 340px;
  }

  .registration__formRegisterInputTelephone {
    width: 340px;
  }

  .registration__formRegisterInputComment {
    width: 340px;
  }

  .registration__select-container {
    width: 340px;
  }

  .__select__title {
    width: 340px;
  }

  .__select[data-state="active"] .__select__label {
    width: 300px;
  }

  .__select {
    width: 340px;
  }

  .registration__maps {
    width: 380px;
    min-height: 332px;
    margin-bottom: 30px;
  }

  .registration__iframe {
    width: 380px;
    min-height: 332px;
  }
}

@media screen and (max-width: 380px) {
  .master__title {
    max-width: 200px;
    font-size: 30px;
    padding-left: 0px;
    margin-left: 30px;
  }

  .master__text {
    max-width: 200px;
    margin-left: 20px;
  }

  .master__text_margin {
    max-width: 300px;
    position: absolute;
    bottom: -40px;
    left: 10px;
  }

  .registration__formRegister {
    width: 330px;
  }

  .registration__formRegisterInputName {
    width: 300px;
  }

  .registration__formRegisterInputTelephone {
    width: 300px;
  }

  .registration__formRegisterInputComment {
    width: 300px;
  }

  .registration__select-container {
    width: 300px;
  }

  .__select__title {
    width: 300px;
  }

  .__select[data-state="active"] .__select__label {
    width: 280px;
  }

  .__select {
    width: 300px;
  }
}

@media screen and (max-width: 340px) {
  .registration__formRegister {
    width: 300px;
  }

  .registration__formRegisterInputName {
    width: 280px;
  }

  .registration__formRegisterInputTelephone {
    width: 280px;
  }

  .registration__formRegisterInputComment {
    width: 280px;
  }

  .registration__select-container {
    width: 280px;
  }

  .__select__title {
    width: 280px;
  }

  .__select[data-state="active"] .__select__label {
    width: 240px;
  }

  .__select {
    width: 280px;
  }

  .registration__maps {
    width: 300px;
    min-height: 232px;
    margin-bottom: 30px;
  }

  .registration__iframe {
    width: 300px;
    min-height: 32px;
  }
}

@media screen and (max-width: 320px) {
  .master__title {
    max-width: 156px;
    font-family: Great Vibes;
    font-size: 32px;
    line-height: 45px;
    max-width: 176px;
    margin: 0px 0px 0px 10px;
  }

  .master__text {
    max-width: 163px;
    font-size: 8px;
    line-height: 12px;
    text-align: left;
  }

  .master__text_margin {
    max-width: 300px;
    position: absolute;
    bottom: -40px;
    left: 12px;
  }

  .my-views {
    /*padding-top: 80px;*/
    background-image: url(./images/fon-advantage-mobile.png);
    background-size: cover;
    background-position: top;
    object-fit: cover;
    width: 320px;
    min-height: 325px;
    margin-top: 50px;
    /*outline: 5px solid red;*/
  }
  .my-views__wrapper {
    display: flex;
    flex-direction: column;
    width: 298px;
    min-height: 80px;
    /* margin-bottom: 30px;*/
    /* outline: 5px solid red;*/
  }
  .my-views__title {
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
  }
  .my-views__text {
    font-family: Inter;
    font-size: 8px;
    font-style: italic;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
    max-width: 215px;
    margin-left: auto;
  }

  .my-views__text_margin {
    margin-bottom: 25px;
  }

  .my-views__paragraph {
    font-size: 8px;
    line-height: 12px;
    text-align: center;
    max-width: 300px;
  }

  .my-views__slogan {
    display: none;
  }

  .my-views__sloganText {
    display: flex;
    font-family: Great Vibes;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 0;
    color: #fff;
    max-width: 225px;
    margin-top: 20px;
  }

  .certificates {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
  }

  .certificates__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .certificates__title {
    align-self: start;
    padding-bottom: 10px;
    max-width: 276px;
    font-family: Great Vibes;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
  }

  .certificates__text {
    margin-bottom: 20px;
    max-width: 300px;
    font-size: 12px;
    line-height: 14.52px;
    text-align: left;
  }

  .certificates__foto {
    width: 300px;
    height: 488px;
    border-radius: 5px;
  }

  .my-works {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 80px;
    min-height: 390px;
    /* outline: 15px red solid;*/
    margin-bottom: 30px;
    align-items: center;
  }
  .my-works__title {
    align-self: start;
    font-family: Great Vibes;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 10px;
  }

  .slider-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
  }

  .photo-gallery__photo {
    max-width: 300px;
    height: 300px;
  }

  .slider-container__slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slider-container__btnWrapper {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-top: 20px;
    display: flex;
    width: 80px;
  }

  .slider-container__button-block {
    display: block;
  }

  .slider-container__button-left {
    background-image: url(./images/photo-gallery__button-left.png);
    background-position: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: none;
  }

  .slider-container__button-right {
    background-image: url(./images/photo-gallery__button-right.png);
    background-position: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: none;
  }

  .slider-container__foto {
    width: 300px;
    height: 300px;
    object-fit: cover;
    background-size: cover;
  }

  .registration__formRegister {
    width: 300px;
    min-height: 290px;
  }

  .registration__formRegisterContainer {
    align-items: center;
    width: 300px;
  }
  .registration__formRegisterTitle {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }

  .registration__formRegisterInputName {
    width: 280px;
  }

  ::placeholder {
    font-size: 8px;
    font-weight: 400;
    line-height: 12px;
  }
  .registration__formRegisterInputTelephone {
    width: 280px;
  }
  .registration__formRegisterInputComment {
    width: 280px;
  }
  .registration__formRegisterButton {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
    text-align: center;
    width: 220px;
    margin-bottom: 20px;
    color: #fff;
  }

  .registration__select-container {
    width: 280px;
  }

  .__select__title {
    width: 280px;
  }

  .__select[data-state="active"] .__select__label {
    width: 240px;
  }

  .__select {
    width: 280px;
  }

  .registration__wrap-form_reverse {
    flex-flow: wrap;
  }

  .registration__formRegister_margin {
    margin-bottom: 20px;
  }

  .registration_no-margin {
    padding-bottom: 0;
  }
}
