@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/*подключение шрифтов*/
@font-face {
  font-family: "Playfair Display";
  src: url(/assets/fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
  font-family: "Montserrat Light";
  src: url(/assets/fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: "Cormorant Infant";
  src: url(/assets/fonts/CormorantInfant-SemiBold.ttf);
}
@font-face {
  font-family: "Mak";
  src: url(/assets/fonts/Mak.otf);
}
@font-face {
  font-family: "L&C";
  src: url(/assets/fonts/gardens.ttf);
}
@font-face {
  font-family: "Futura";
  src: url(/assets/fonts/FuturaPT-Book.ttf);
}
/*шрифт хедера*/
/*главный шрифт*/
/*шрифт текста слайд*/
/* шрифт блога*/
/*Шрифт заглавия*/
/*цвет текста на 1 слайде*/
/*размер шрифта на слайде компьютерная версия*/
/*размер шрифта на слайде мобильная версия*/
/*размер шрифта на слайде планшетная версия*/
/*межбуквенный интервал слайде компьютерная версия*/
/*межбуквенный интервал слайде моб версия*/
/*цвет главного шрифта*/
/*цвет шрифта ссылки на ютуб, ссылки на чек-лист вернуться назад блогов*/
/*размер шрифта хедера компьютерная версия*/
/*размер шрифта хедера мобильная версия*/
/*размер шрифта заголовков компьютерная версия*/
/*размер шрифта заголовков планшет*/
/*размер шрифта заголовков мобильная версия*/
/*размер шрифта в блоках компьютерная версия*/
/*размер шрифта в блоках мобильная версия max 1100px*/
/*размер шрифта в блоках мобильная версия max 780px*/
/*размер шрифта в блоках мобильная версия max 478px*/
/*размер шрифта ссылки на ютуб и вернуться назад на сраничках блогов компьютерная версия*/
/*размер шрифта ссылки на ютуб и вернуться назад на сраничках блогов мобильная версия*/
/*размер шрифта ссылки на ютуб и вернуться назад на сраничках блогов планшетная версия*/
/*размер шрифта ссылки на чек-лист компьютерная версия*/
/*размер шрифта ссылки на чек-лист мобильная версия*/
/*размер шрифта в отзывах компьютерная версия*/
/*размер шрифта отзывов мобильная версия*/
/*размер шрифта отзывов планшетная версия*/
/*размер отступа слева компьютерная версия*/
/*размер отступа слева мобильная версия max 1023px*/
/*размер отступа слева мобильная версия max-width: 767px*/
/*размер отступа слева мобильная версия max 478px*/
/*размер отступа справа компьютерная версия*/
/*размер отступа справа мобильная версия max 1023px*/
/*размер отступа справа мобильная версия max-width: 767px*/
/*размер отступа справа мобильная версия max 478px*/
/*размер отступа вверх компьютерная версия*/
/*размер отступа вверх мобильная версия max 1023px*/
/*размер отступа вверх мобильная версия max-width: 767px*/
/*размер отступа вверх мобильная версия max 478px*/
/*отступ вверх от заголовка до хедера в отдельных страничках*/
html,
body {
  width: 100%;
  font-family: "L&C";
}

.container {
  margin: 0px auto;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.144), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.header__body {
  display: flex;
  align-items: center;
  height: 100px;
  background-color: white;
  justify-content: center;
}

.header__logo_desctop {
  flex: 0 0 13%;
  z-index: 3;
  opacity: 0.4;
}

.header__list_left {
  display: flex;
  z-index: 2;
  flex: 0 0 31.2%;
  justify-self: start;
  margin: 0;
}

.header__list_right {
  display: flex;
  z-index: 2;
  flex: 0 0 40%;
  margin: 0;
}

.header__list_left li {
  text-decoration: none;
  list-style: none;
  margin: 0 0 0 20px;
  align-self: center;
  padding-right: 10px;
}

.header__list_right li {
  text-decoration: none;
  list-style: none;
  margin: 0 0 0 20px;
  align-self: center;
  padding-right: 20px;
}

.header__burger {
  display: none;
}

@media screen and (min-width: 1280px) {
  .header__logo_mobile {
    display: none;
  }
  .header__logo_desctop img {
    max-width: 100%;
    margin: 0 35%;
  }
  .header__list_left {
    flex: 0 0 30%;
    justify-content: start;
  }
  .header__list_right {
    flex: 0 0 40%;
    justify-content: end;
  }
  .header__menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    font-family: "Montserrat Light";
    font-size: 0.85em;
    letter-spacing: 1px;
  }
  .header__link {
    display: flex;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(88, 88, 88, 0.911);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1.5px;
    transition: background-size 0.6s;
  }
  .header__link:hover {
    background-size: 100% 1.5px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 1279px) {
  body.lock {
    overflow: hidden;
  }
  .header__body {
    height: 60px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .header__logo_mobile {
    width: 150px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    margin-left: 10px;
  }
  .header__logo_mobile img {
    max-width: 100%;
    opacity: 0.4;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 3;
    align-self: center;
    margin-right: 10px;
  }
  .header__burger span {
    position: absolute;
    background-color: black;
    left: 0;
    top: 9px;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease 0s;
    opacity: 0.4;
  }
  .header__burger:before,
  .header__burger:after {
    content: "";
    background-color: black;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
    opacity: 0.4;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__burger.active span {
    transform: scale(0);
  }
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    background: white;
    padding: 60px 0 0 0;
    transition: all 0.5s ease 0s;
    font-family: "Montserrat Light";
    font-size: 1em;
  }
  .header__menu.active {
    top: 0;
  }
  .header__list_right,
  .header__list_left {
    display: block;
    padding: 0;
  }
  .header__list_right li,
  .header__list_left li {
    margin: 20px 0 20px 20px;
  }
  .header__logo_desctop {
    display: none;
  }
  .header__link {
    text-decoration: none;
    color: rgba(88, 88, 88, 0.911);
  }
}
.slaid1 {
  margin-top: 100px;
  background: url(../slaid1/images/1.jpg) 0 0/100% auto no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
  position: relative;
}

.slaid1__text {
  position: absolute;
  top: 70%;
  left: 55%;
  color: rgb(223, 221, 221);
  font-family: "Cormorant Infant";
  letter-spacing: 5px;
  font-size: 1.2em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slaid1 {
    margin-top: 60px;
    background: url(../slaid1/images/2.jpg) 0 0/100% auto no-repeat;
    height: 400px;
    position: relative;
  }
  .slaid1__text {
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: 5px;
    font-size: 1em;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  .slaid1 {
    margin-top: 60px;
    background: url(../slaid1/images/3.jpg) 0 0/100% auto no-repeat;
    height: 250px;
    position: relative;
  }
  .slaid1__text {
    position: absolute;
    top: 70%;
    left: 55%;
    font-size: 0.6em;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 478px) {
  .slaid1 {
    margin-top: 60px;
    background: url(../slaid1/images/4.jpg) 0 0/100% auto no-repeat;
    height: 180px;
    position: relative;
  }
  .slaid1__text {
    position: absolute;
    top: 50%;
    left: 45%;
    font-size: 0.6em;
    letter-spacing: 1px;
  }
}
.about {
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

.about__title {
  text-align: center;
  font-family: "Mak";
  font-size: 25px;
}

.about__block {
  display: flex;
}

.about__block_text {
  font-size: 18px;
  font-weight: 500;
  color: black;
  font-family: "L&C";
}

.about__block img {
  width: 30vw;
  height: 50%;
  margin-left: 50px;
}

.about_text_1 {
  margin: 0;
}

@media only screen and (min-width: 801px) and (max-width: 1100px) {
  .about {
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .about__title {
    margin: 20px 0 30px 0;
    text-align: center;
    font-size: 20px;
  }
  .about__block_text {
    padding: 0 10px 0 0;
    font-size: 16px;
  }
  .about__block img {
    width: 40vw;
    margin-left: 20px;
  }
}
@media screen and (min-width: 479px) and (max-width: 800px) {
  .about__block {
    display: grid;
    grid-template: 1fr/1fr;
    grid-gap: 10px;
  }
  .about {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .about__title {
    margin: 20px 0 20px 0;
    text-align: center;
    font-size: 16px;
  }
  .about__block img {
    display: none;
  }
  .about__block_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 478px) {
  .about {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .about__title {
    margin: 0px 0 20px 0;
    text-align: center;
    font-size: 16px;
  }
  .about__block img {
    display: none;
  }
  .about__block_text {
    font-size: 12px;
  }
}
.makeup_text button:hover {
  background: rgba(0, 0, 0, 0.4);
  color: rgb(255, 255, 255);
  transition: all 0.5s ease-in;
}

.makeup {
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

.makeup__title {
  text-align: center;
  font-size: 25px;
  font-family: "Mak";
  margin-bottom: 50px;
}

.makeup__block {
  display: flex;
}

.makeup__block img {
  width: 30vw;
  height: 50%;
}

.makeup_text {
  padding: 0 0 0 30px;
  font-size: 18px;
  font-family: "L&C";
  color: black;
}

.makeup_text_1 {
  margin-top: 0;
}

.makeup_text ul {
  padding-bottom: 32px;
}

.makeup_text p {
  padding-bottom: 30px;
}

.makeup_text button {
  display: block;
  height: 70px;
  width: 200px;
  margin: 0px auto;
  background: white;
  border: 1px solid grey;
  margin-top: 50px;
}

@media only screen and (min-width: 1100px) and (max-width: 1280px) {
  .makeup_text button {
    display: block;
    height: 50px;
    width: 200px;
    margin: 0px auto;
    background: white;
    border: 1px solid grey;
    margin-top: 0px;
  }
  .makeup_text p {
    padding-bottom: 20px;
  }
  .makeup_text ul {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1100px) {
  .makeup {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .makeup__title {
    margin: 50px 0 50px 0;
    text-align: center;
    font-size: 20px;
  }
  .makeup__block img {
    width: 40vw;
    margin-left: 0px;
    margin-right: 0px;
  }
  .makeup_text {
    padding: 0 10px 0 30px;
    font-size: 16px;
  }
  .makeup_text ul {
    padding-bottom: 32px;
  }
  .makeup_text p {
    padding-bottom: 30px;
  }
  .makeup_text button {
    display: block;
    height: 70px;
    width: 180px;
    margin: 0px auto;
    background: white;
    border: 1px solid grey;
    margin-top: 30px;
  }
}
@media screen and (min-width: 479px) and (max-width: 800px) {
  .makeup {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .makeup__block {
    display: block;
  }
  .makeup__title {
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
  }
  .makeup__block img {
    display: none;
  }
  .makeup_text {
    padding: 20px 0px 20px 0px;
    font-size: 14px;
  }
  .makeup_text ul {
    padding-bottom: 32px;
  }
  .makeup_text p {
    padding-bottom: 30px;
  }
  .makeup_text button {
    display: block;
    height: 50px;
    width: 200px;
    margin: 0px auto;
    background: white;
    border: 1px solid grey;
    margin-top: 0px;
  }
  .makeup_text p {
    padding-bottom: 20px;
  }
  .makeup_text ul {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 478px) {
  .makeup {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .makeup__block {
    display: block;
  }
  .makeup__title {
    margin: 30px 0 30px 0;
    text-align: center;
    font-size: 16px;
    padding: 10px 0 0 0;
  }
  .makeup__block img {
    display: none;
  }
  .makeup_text {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }
  .makeup_text ul {
    padding-bottom: 32px;
  }
  .makeup_text button {
    display: block;
    height: 50px;
    width: 200px;
    margin: 0px auto;
    background: white;
    border: 1px solid grey;
    margin-top: 0px;
  }
  .makeup_text p {
    padding-bottom: 20px;
  }
  .makeup_text ul {
    padding-bottom: 0px;
  }
  .makeup_text button {
    display: block;
    height: 50px;
    width: 120px;
    margin: 0px auto;
    background: white;
    border: 1px solid grey;
    margin-top: 10px;
  }
}
.backstage {
  min-height: calc(100vh - 225px);
  margin-top: 120px;
}

#mainImage {
  display: block;
  margin: 7% auto 3% auto;
  width: 50%;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.144), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.backstageslider {
  display: flex;
  justify-content: center;
}

.backstageslider__item {
  width: 10%;
  margin: 0 1%;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.144), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/*ссылка назад*/
.link__backPortfolio {
  text-decoration: none;
  font-family: "L&C";
  font-weight: bold;
  font-size: 1.2em;
  color: black;
  margin-top: 50px;
  margin-left: 200px;
}

@media screen and (min-width: 479px) and (max-width: 1279px) {
  #mainImage {
    width: 75%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.144), 0 5px 5px rgba(0, 0, 0, 0.22);
  }
  .backstageslider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .backstageslider__item {
    margin-top: 5%;
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .backstage {
    margin-top: 100px;
    margin-right: 1px;
    margin-left: 1px;
  }
  #mainImage {
    width: 90%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.144), 0 5px 5px rgba(0, 0, 0, 0.22);
  }
  .backstageslider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .backstageslider__item {
    margin-top: 5%;
    width: 45%;
  }
  /*ссылка назад*/
  .link__backPortfolio {
    font-size: 0.8em;
    margin-top: 20px;
  }
}
/*контейнер галереи*/
.gallery img:hover {
  opacity: 0.7;
}

.gallery__name a:hover {
  color: rgb(168, 82, 103);
}

.gallery {
  display: grid;
  grid-template-rows: 0.8fr 5fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
  grid-gap: 0 40px;
}

.gallery__firstpage {
  grid-row: 2/3;
  grid-column: 1/2;
  margin: 0;
}

.gallery__secondpage {
  grid-row: 1/3;
  grid-column: 2/3;
  align-self: center;
  margin: 0;
}

.gallery__thirdpage {
  grid-row: 2/3;
  grid-column: 3/4;
  margin: 0;
}

/*заголовок галереи*/
.gallery__title {
  grid-row: 1/2;
  grid-column: 1/4;
  justify-self: center;
  font-family: "Mak";
  font-weight: bold;
  font-size: 25px;
  color: black;
}

/*фото*/
.gallery__image {
  width: 90%;
}

.gallery__name {
  text-align: center;
  padding: 15px 0;
  font-family: "Mak";
  font-size: 18px;
}

.gallery__name a {
  text-decoration: none;
  color: black;
}

.gallery h3 {
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*контейнер*/
  .gallery {
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
  }
  /*заголовок галереи*/
  .gallery__title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: black;
    padding: 20px 0 20px 0;
  }
  .gallery__name {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
  }
  .gallery__image {
    width: 98%;
  }
  .gallery h3 {
    margin: 10px 0;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  /*контейнер*/
  .gallery {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: center;
  }
  /*заголовок галереи*/
  .gallery__title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: black;
  }
  .gallery__name {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
  }
  .gallery__image {
    width: 80%;
  }
  .gallery__firstpage,
  .gallery__secondpage,
  .gallery__thirdpage {
    margin: 0px auto;
  }
  .gallery h3 {
    margin: 10px 0;
  }
}
@media screen and (max-width: 478px) {
  /*контейнер*/
  .gallery {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
  }
  /*заголовок галереи*/
  .gallery__title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: black;
  }
  .gallery__name {
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
  }
  .gallery__image {
    width: 98%;
  }
  .gallery h3 {
    margin: 10px 0;
  }
}
.bride {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  margin-right: 200px;
  margin-left: 200px;
}

.brideslider {
  width: 50%;
  position: relative;
}

.brideslider__item {
  text-align: center;
  transition: all 0.5s ease 0s;
}

.brideslider__item.slick-center {
  opacity: 1;
}

.slick-track {
  display: flex;
}

.slick-list {
  overflow: hidden;
}

.brideslider .slick-arrow {
  position: absolute;
  text-align: center;
  color: black;
  border: 1px;
  border-radius: 8px;
  top: 50%;
  z-index: 10;
  font-size: 10px;
  width: 30px;
  height: 50px;
  box-shadow: 0px 0px 34px 9px rgba(1, 8, 13, 0.2);
}

.brideslider .slick-arrow.slick-prev {
  left: 0;
  background: 0 0/100% no-repeat;
  font-size: 1.4em;
  font-weight: bolder;
}

.brideslider .slick-arrow.slick-next {
  right: 0;
  background: 0 0/100% no-repeat;
  font-size: 1.4em;
  font-weight: bolder;
}

.bride img {
  height: 80vh;
  width: auto;
}

.bride__text {
  justify-self: center;
  align-self: center;
  width: 50%;
  padding: 0 20px 0 0;
}

/*ссылка назад*/
.link__backPortfolio {
  text-decoration: none;
  font-family: "L&C";
  font-weight: bold;
  font-size: 1.2em;
  color: black;
  margin-top: 50px;
  margin-left: 200px;
}

@media screen and (max-width: 939px) {
  /*ссылка назад*/
  .link__backPortfolio {
    font-size: 0.8em;
    margin-top: 20px;
    margin-left: 20px;
  }
  .bride {
    margin-top: 120px;
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1279px) {
  /*ссылка назад*/
  .link__backPortfolio {
    font-size: 0.8em;
    margin-top: 20px;
    margin-left: 10px;
  }
  .bride {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
  }
  .bride__text {
    justify-self: center;
    align-self: center;
    width: 100%;
    padding: 0 20px 0 0;
  }
  .brideslider {
    width: 100%;
    position: relative;
  }
}
.beauty {
  min-height: calc(100vh - 225px);
  margin-top: 120px;
  margin-right: 130px;
  margin-left: 130px;
}

.beautyslider {
  width: 500px;
  height: auto;
  margin: auto;
}

/* Картинка маштабируется по отношению к родительскому элементу */
.beautyslider .beautyslider__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* Кружочки */
.slider-dots {
  text-align: center;
}

.slider-dots_item {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: rgba(0, 0, 0, 0.144);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.toactive,
.slider-dots_item:hover {
  background-color: rgba(88, 88, 88, 0.911);
}

/* Анимация слайдов */
.slider .beautyslider__item {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/*ссылка назад*/
.link__backPortfolio {
  text-decoration: none;
  font-family: "L&C";
  font-weight: bold;
  font-size: 1.2em;
  color: black;
  margin-top: 50px;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 321px) and (max-width: 759px) {
  .beauty {
    margin-right: 10px;
    margin-left: 10px;
  }
  .beautyslider {
    width: 300px;
  }
  /*ссылка назад*/
  .link__backPortfolio {
    font-size: 0.8em;
    margin-top: 20px;
  }
}
@media screen and (max-width: 320px) {
  .beauty {
    margin-right: 10px;
    margin-left: 10px;
  }
  .beautyslider {
    width: 290px;
  }
  /*ссылка назад*/
  .link__backPortfolio {
    font-size: 0.8em;
    margin-top: 20px;
  }
}
.videoTutorial__link:hover {
  color: rgb(196, 80, 80);
}

/*контейнер видеоблока*/
.videoTutorial {
  margin-left: 200px;
  margin-right: 200px;
  margin-top: 10px;
}

/*Заголовок*/
.videoTutorial__title {
  font-family: "Mak";
  font-size: 25px;
  text-align: center;
  color: black;
}

/*контейнер файлов видео*/
.videoTutorial__video {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/*стили видео*/
.videoTutorial__video_mp4 {
  width: 30%;
  height: 3%;
  margin-right: 25px;
}

/*блок для ссылок на Ютуб*/
.videoTutorial__more {
  padding-top: 20px;
  margin-right: 40px;
}

/*стили ссылкм на Ютуб*/
.videoTutorial__link {
  font-weight: bold;
  font-size: 1.2em;
  color: #3b3b3b;
  font-family: "L&C";
  text-decoration: none;
  float: right;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /*контейнер видеоблока*/
  .videoTutorial {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
  /*Заголовок*/
  .videoTutorial__title {
    text-align: center;
    font-size: 20px;
    color: black;
  }
  /*контейнер файлов видео*/
  .videoTutorial__video {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  /*стили видео*/
  .videoTutorial__video_mp4 {
    width: 32%;
    height: 3%;
    margin: 1%;
  }
  /*блок для ссылок на Ютуб*/
  .videoTutorial__more {
    padding-top: 15px;
    margin-right: 10px;
  }
  /*стили ссылкм на Ютуб*/
  .videoTutorial__link {
    font-size: 1em;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /*контейнер видеоблока*/
  .videoTutorial {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  /*Заголовок*/
  .videoTutorial__title {
    text-align: center;
    font-size: 16px;
    color: black;
  }
  /*контейнер файлов видео*/
  .videoTutorial__video {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  /*стили видео*/
  .videoTutorial__video_mp4 {
    width: 31%;
    height: 3%;
    margin: 1%;
  }
  /*блок для ссылок на Ютуб*/
  .videoTutorial__more {
    padding-top: 10px;
    margin-right: 10px;
  }
  /*стили ссылкм на Ютуб*/
  .videoTutorial__link {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 479px) {
  /*контейнер видеоблока*/
  .videoTutorial {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  /*заголовок*/
  .videoTutorial__title {
    font-size: 16px;
  }
  /*контейнер файлов видео*/
  .videoTutorial__video {
    display: block;
    margin-top: 10px;
  }
  /*стили видео*/
  .videoTutorial__video_mp4 {
    width: 98%;
    height: 30.9%;
    margin: 1%;
  }
  /*блок для ссылок на Ютуб*/
  .videoTutorial__more {
    padding-top: 10px;
    margin-right: 10px;
  }
  /*стили ссылкм на Ютуб*/
  .videoTutorial__link {
    font-size: 0.8em;
  }
}
/*контейнер блогов
.blog img:hover {
    opacity: 0.7;
}

.blog a:hover {
    color: rgb(168, 82, 103);
}*/
.blog {
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

/*заголовок блока блогов*/
.blog__title {
  text-align: center;
  font-family: "L&C";
  font-weight: bold;
  font-size: 25px;
  color: black;
  margin-top: 50px;
}

/*текст блока*/
.blog__text {
  font-family: "L&C";
  font-size: 18px;
  color: black;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

/*блоки блогов*/
.blog__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}

/*блог*/
.blog__link {
  margin: 1%;
}

.blog__link a {
  text-decoration: none;
}

/*картинка блога*/
.blog__link_img {
  width: 100%;
}

/*заголовки блогов*/
.blog__link_caption {
  font-family: "L&C";
  font-weight: bold;
  font-size: 25px;
  color: black;
  margin-top: 20px;
}

/*текст блога*/
.blog__link_text {
  font-family: "L&C";
  font-size: 18px;
  color: black;
}

/*ссылка на блог*/
.link__blog {
  text-decoration: none;
  font-family: "L&C";
  font-weight: bold;
  font-size: 1.2em;
  color: black;
  margin-top: 50px;
}

.blog__link_text a {
  text-decoration: none;
  color: rgb(41, 26, 26);
  font-weight: bold;
}

@media screen and (max-width: 939px) {
  /*контейнер блогов*/
  .blog {
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
  }
  /*заголовок*/
  .blog__title {
    margin-top: 1%;
    font-size: 14px;
  }
  /*текст блока*/
  .blog__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  /*стили блогов*/
  .blog__blocks {
    display: block;
  }
  /*картинка блога*/
  .blog__link_img {
    display: none;
    width: 80%;
    height: 80%;
    margin-top: 20px;
    margin-left: 30px;
  }
  /*заголовки блогов*/
  .blog__link_caption {
    font-size: 16px;
    display: flex;
    margin-left: 0px;
    width: 100%;
  }
  /*текст блога*/
  .blog__link_text {
    font-size: 14px;
  }
  /*ссылка на блог*/
  .link__blog {
    font-size: 0.8em;
    margin-top: 20px;
  }
}
/*контейнер*/
.firstblog {
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

/*заголовок*/
.firstblog__title {
  text-align: center;
  font-family: "L&C";
  font-weight: bold;
  font-size: 25px;
  color: black;
  margin-top: 50px;
  padding-top: 70px;
}

/*блок 2*/
.firstblog__two {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

.firstblog__two_image {
  width: 20%;
  height: 20%;
}

.firstblog__two_text {
  text-align: center;
  font-family: "L&C";
  font-size: 18px;
  color: black;
  margin-left: 200px;
}

/*2 картинки внизу*/
.firstblog__image {
  width: 28.5%;
  margin-left: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 939px) {
  /*контейнер*/
  .firstblog {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
  }
}
/*заголовок*/
@media screen and (max-width: 939px) {
  .firstblog__title {
    font-size: 14px;
    margin-top: 20px;
    padding-top: 5px;
  }
}
/*блок 2*/
@media screen and (max-width: 939px) {
  .firstblog__two {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
/*стили картинки блока 2*/
@media screen and (max-width: 939px) {
  .firstblog__two_image {
    width: 98%;
    margin: 1%;
  }
}
/*стили текста 2 блока*/
@media screen and (max-width: 939px) {
  .firstblog__two_text {
    font-size: 14px;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
/*2 картинки внизу*/
@media screen and (max-width: 939px) {
  .firstblog__image {
    width: 98%;
    margin: 1%;
  }
}
/*контейнер*/
.secondblog {
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

/*заголовок*/
.secondblog__title {
  text-align: center;
  font-family: "L&C";
  font-weight: bold;
  font-size: 25px;
  color: black;
  margin-top: 50px;
  padding-top: 70px;
}

/*сам блок*/
.secondblog__block {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

/*картинка*/
.secondblog__block_image {
  width: 35%;
  height: 35%;
}

/*текст*/
.secondblog__block_text {
  font-family: "L&C";
  font-size: 18px;
  color: black;
  margin-left: 200px;
  text-align: center;
}

/*заголовок*/
@media screen and (max-width: 939px) {
  /*контейнер*/
  .secondblog {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
  }
  .secondblog__title {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 5px;
  }
}
/*сам блок*/
@media screen and (max-width: 939px) {
  .secondblog__block {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
/*картинка*/
@media screen and (max-width: 939px) {
  .secondblog__block_image {
    width: 98%;
    margin: 1%;
  }
}
/*текст*/
@media screen and (max-width: 939px) {
  .secondblog__block_text {
    font-family: "L&C";
    font-size: 14px;
    color: black;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
/*контейнер*/
.thirdblog {
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

/*заголовок*/
.thirdblog__title {
  text-align: center;
  font-family: "L&C";
  font-weight: bold;
  font-size: 25px;
  color: black;
  margin-bottom: 50px;
  padding-top: 70px;
}

/*блок картинки с текстом*/
.thirdblog__block {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

/*картинка*/
.thirdblog__block_image {
  width: 35%;
  height: 35%;
}

/*текст*/
.thirdblog__block_text {
  text-align: center;
  font-family: "L&C";
  font-size: 18px;
  color: black;
  margin-left: 200px;
}

@media screen and (max-width: 939px) {
  /*контейнер*/
  .thirdblog {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
  }
  /*заголовок*/
  .thirdblog__title {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 5px;
  }
  /*блок картинки с текстом*/
  .thirdblog__block {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
/*текст*/
@media screen and (max-width: 939px) {
  .thirdblog__block_text {
    display: flex;
    width: 98%;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 20px;
  }
}
/*картинка*/
@media screen and (max-width: 939px) {
  .thirdblog__block_image {
    display: flex;
    width: 98%;
    margin: 1%;
  }
}
/*контейнер*/
.fourthblog {
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

/*заголовок*/
.fourthblog__title {
  text-align: center;
  font-family: "L&C";
  font-weight: bold;
  font-size: 25px;
  color: black;
  margin-top: 50px;
  padding-top: 70px;
}

/*блок с картинкой и текстом*/
.fourthblog__block {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 5fr;
  grid-gap: 130px;
  margin-top: 50px;
}

/*картинка*/
.fourthblog__block_image {
  width: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
  margin: 1%;
}

/*текст*/
.fourthblog__block_text {
  grid-row: 1/3;
  grid-column: 2/3;
  font-family: "L&C";
  font-size: 18px;
  color: black;
  margin: 1%;
  text-align: center;
}

/*ссылка на блог*/
.link__blog {
  text-decoration: none;
  font-family: "L&C";
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin-top: 50px;
  margin-left: 200px;
}

@media screen and (max-width: 939px) {
  /*контейнер*/
  .fourthblog {
    margin-left: 30px;
    margin-right: 30px;
  }
  /*заголовок*/
  /*блок с картинкой и текстом*/
}
@media screen and (max-width: 939px) and (max-width: 939px) {
  .fourthblog__title {
    font-size: 14px;
    margin-top: 50px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 939px) {
  .fourthblog__block {
    display: block;
  }
}
/*текст*/
@media screen and (max-width: 939px) {
  .fourthblog__block_text {
    display: block;
    width: 98%;
    font-size: 14px;
  }
}
/*картинка*/
@media screen and (max-width: 939px) {
  .fourthblog__block_image {
    display: block;
    width: 98%;
    margin: 1%;
  }
  /*ссылка на блог*/
  .link__blog {
    margin-left: 30px;
  }
}
/*контейнер*/
.fifthblog {
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

/*заголовок*/
.fifthblog__title {
  text-align: center;
  font-family: "L&C";
  font-weight: bold;
  font-size: 25px;
  color: black;
  margin-top: 50px;
  padding-top: 70px;
}

/*картинка*/
.fifthblog__image {
  width: 70%;
  margin: 3% 15%;
}

/*текст*/
.fifthblog__text {
  text-align: center;
  font-family: "L&C";
  font-size: 18px;
  color: black;
  margin: 1%;
  margin-top: 50px;
}

@media screen and (max-width: 939px) {
  /*контейнер*/
  .fifthblog {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
  }
  /*заголовок*/
  .fifthblog__title {
    font-size: 16px;
    margin-top: 50px;
    padding-top: 5px;
  }
}
/*текст*/
@media screen and (max-width: 939px) {
  .fifthblog__text {
    font-size: 14px;
    margin-top: 20px;
  }
  /*картинка*/
  .fifthblog__image {
    width: 100%;
    margin: 0px;
    margin-top: 20px;
  }
}
/*контейнер*/
.sixthblog {
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

/*заголовок*/
.sixthblog__title {
  text-align: center;
  font-family: "L&C";
  font-weight: bold;
  font-size: 25px;
  color: black;
  margin-top: 50px;
  padding-top: 70px;
}

/*первый блок (с картинками)*/
.sixthblog__block {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

/*картинка*/
.sixthblog__block_image {
  width: 50%;
}

/*текст*/
.sixthblog__text {
  text-align: center;
  font-family: "L&C";
  font-size: 18px;
  color: black;
  margin: 1%;
}

@media screen and (max-width: 939px) {
  /*контейнер*/
  .sixthblog {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
  }
  /*заголовок*/
  .sixthblog__title {
    font-size: 16px;
    margin-top: 50px;
    padding-top: 5px;
  }
  /*первый блок (с картинками)*/
  .sixthblog__block {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  /*картинка*/
  .sixthblog__block_image {
    width: 98%;
    margin: 1%;
  }
}
/*текст*/
@media screen and (max-width: 939px) {
  .sixthblog__text {
    font-size: 14px;
    margin: 1%;
    margin-top: 20px;
  }
}
/*контейнер отзывов*/
.feedBack__more:hover {
  color: rgb(196, 80, 80);
}

.feedBack {
  margin-top: 50px;
  margin-left: 10%;
  margin-right: 10%;
}

.feedBack__title {
  font-family: "Mak";
  font-size: 25px;
  text-align: center;
  padding: 15px 0 20px 0;
}

.feedBack__flex {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
}

.feedBack__block {
  display: grid;
  grid-template: 10% 90%/20% 80%;
  grid-row-gap: 20px;
  grid-column-gap: 30px;
  padding: 0px 30px 0 0px;
  margin-right: 20px;
}

.feedBack__block__name {
  font-size: 15px;
  font-weight: bold;
}

.feedBack__block__text {
  font-size: 15px;
  color: black;
  text-align: justify;
}

.feedBack__block_img {
  grid-row: 1/3;
  grid-column: 1/2;
  border-radius: 70%;
  width: 110px;
  margin-top: 15px;
}

.feedBack__more {
  float: right;
  text-decoration: none;
  color: #3b3b3b;
  font-size: 1.2em;
}

.feedBack__more_block {
  padding: 0 0 0 0;
  margin: 0;
}

@media only screen and (min-width: 801px) and (max-width: 1100px) {
  /*контейнер отзывов*/
  .feedBack {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .feedBack__title {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 15px 0;
  }
  .feedBack__block_img {
    grid-row: 1/3;
    grid-column: 1/2;
    border-radius: 70%;
    width: 90px;
  }
  .feedBack__block__name {
    font-size: 10px;
    font-size: 13px;
  }
  .feedBack__block__text {
    font-size: 10px;
    font-size: 13px;
  }
  .feedBack__block {
    display: grid;
    grid-template: 10% 90%/20% 80%;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
    padding: 0px 10px 0 0px;
    margin-right: 20px;
  }
  .feedBack__more {
    font-size: 1em;
  }
}
@media screen and (min-width: 479px) and (max-width: 800px) {
  .feedBack {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .feedBack__title {
    font-size: 16px;
    text-align: center;
    padding: 0px 0 15px 0;
  }
  .feedBack__flex {
    margin: 40px 0 0px;
    display: grid;
    grid-template: 1fr 1fr 1fr 1fr/1fr;
    grid-gap: 10px;
  }
  .feedBack__block {
    display: grid;
    grid-template: 10% 90%/10% 90%;
    grid-row-gap: 0px;
    grid-column-gap: 20px;
    padding: 0px 20px 0 0px;
    margin-right: 5px;
  }
  .feedBack__block_img {
    margin-top: 15px;
    width: 60px;
  }
  .feedBack__block__name {
    padding-top: 10px;
    font-size: 10px;
    align-self: start;
    padding-top: 0px;
    padding-bottom: 0;
    margin-left: 15px;
    margin-bottom: 0;
  }
  .feedBack__block__text {
    padding-top: 10px;
    font-size: 10px;
    align-self: center;
    margin-left: 14px;
  }
  .feedBack__more {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 478px) {
  .feedBack {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .feedBack__title {
    font-size: 16px;
    text-align: center;
    padding: 20px 0 15px 0;
  }
  .feedBack__flex {
    margin: 0px 0 0px 0;
    display: grid;
    grid-template: 1fr 1fr 1fr 1fr/1fr;
    grid-gap: 0px;
  }
  .feedBack__block {
    display: grid;
    grid-template: 10% 90%/10% 90%;
    grid-row-gap: 0px;
    grid-column-gap: 20px;
    padding: 0px 20px 0 0px;
    margin-right: 5px;
  }
  .feedBack__block_img {
    margin-top: 15px;
    width: 50px;
  }
  .feedBack__block__name {
    font-size: 10px;
    align-self: start;
    padding-top: 0px;
    padding-bottom: 0;
    margin-left: 15px;
    margin-bottom: 0;
  }
  .feedBack__block__text {
    font-size: 10px;
    align-self: center;
    margin-left: 14px;
  }
  .feedBack__more {
    font-size: 0.8em;
  }
}
.slaid2 {
  margin-top: 100px;
  position: relative;
}

.slaid2__text {
  position: absolute;
  top: 80%;
  left: 5%;
  letter-spacing: 5px;
  font-family: "Cormorant Infant";
  font-size: 1.2em;
  text-shadow: white 0 0 1px;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 75vh;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slaid2 {
    margin-top: 20px;
    position: relative;
  }
  .slaid2__text {
    position: absolute;
    top: 70%;
    left: 5%;
    right: 15%;
    letter-spacing: 1px;
    font-size: 1em;
  }
  video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 50vh;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  .slaid2 {
    margin-top: 20px;
    position: relative;
  }
  .slaid2__text {
    position: absolute;
    top: 70%;
    left: 5%;
    right: 15%;
    font-size: 0.6em;
    letter-spacing: 1px;
  }
  video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 40vh;
  }
}
@media screen and (max-width: 478px) {
  .slaid2 {
    margin-top: 20px;
    position: relative;
  }
  .slaid2__text {
    position: absolute;
    top: 80%;
    left: 5%;
    right: 35%;
    font-size: 0.6em;
    letter-spacing: 1px;
  }
  video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 40vh;
  }
}
.slaid3 {
  margin-top: 100px;
  background: url(../slaid3/img/1.jpg) 0 0/100% auto no-repeat;
  height: 700px;
  position: relative;
}

.slaid3__text {
  position: absolute;
  top: 5%;
  left: 50%;
  font-size: 1.2em;
  letter-spacing: 5px;
  font-family: "Cormorant Infant";
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slaid3 {
    margin-top: 80px;
    background: url(../slaid3/img/2.jpg) 0 0/100% auto no-repeat;
    height: 450px;
    position: relative;
  }
  .slaid3__text {
    position: absolute;
    top: 5%;
    left: 40%;
    letter-spacing: 5px;
    font-size: 1em;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  .slaid3 {
    margin-top: 60px;
    background: url(../slaid3/img/3.jpg) 0 0/100% auto no-repeat;
    height: 270px;
    position: relative;
  }
  .slaid3__text {
    position: absolute;
    top: 5%;
    left: 50%;
    font-size: 0.6em;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 478px) {
  .slaid3 {
    margin-top: 60px;
    background: url(../slaid3/img/4.jpg) 0 0/100% auto no-repeat;
    height: 180px;
    position: relative;
  }
  .slaid3__text {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 0.6em;
    letter-spacing: 1px;
  }
}
/*контейнер отзывов*/
.feedBack-page {
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

.feedBack-page__title {
  font-size: 25px;
  text-align: center;
  padding: 50px 0 15px 0;
  font-family: "L&C";
}

.feedBack-page__block {
  flex: 0 1 48%;
  display: grid;
  grid-template: 5% 95%/14% 86%;
  padding: 30px 10px 30px 0px;
  border-bottom: 0.5px solid rgba(48, 48, 48, 0.308);
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.feedBack-page__block__name {
  font-size: 15px;
}

.feedBack-page__block__text {
  font-size: 15px;
  align-self: center;
}

.feedBack-page__block_img {
  grid-row: 1/3;
  grid-column: 1/2;
  border-radius: 70%;
  width: 120px;
}

.feedBack-page__more {
  float: right;
  text-decoration: none;
  color: black;
}

/*ссылка назад*/
.link__feedBack {
  text-decoration: none;
  font-family: "L&C";
  font-weight: bold;
  font-size: 1.2em;
  color: black;
  margin-top: 50px;
}

@media screen and (max-width: 939px) {
  /*контейнер отзывов*/
  .feedBack-page {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .feedBack-page__title {
    font-size: 25px;
    text-align: center;
    padding: 100px 0 15px 0;
  }
  .feedBack-page__block_img {
    grid-row: 1/3;
    grid-column: 1/2;
    border-radius: 70%;
    width: 70px;
  }
  .feedBack-page__block__name {
    font-size: 10px;
  }
  .feedBack-page__block__text {
    font-size: 10px;
  }
  .feedBack-page__block {
    flex: 0 1 100%;
    display: grid;
    grid-template: 10% 90%/20% 80%;
    row-gap: 10px;
  }
  /*ссылка назад*/
  .link__feedBack {
    font-size: 0.8em;
    margin-top: 20px;
  }
}
.footer__button:hover {
  background: #fff;
  color: #000;
  transition: all 0.5s ease-in;
}

.footer__information-number a:hover {
  color: rgb(255, 234, 234);
  opacity: 0.5;
  transition: all 0.5s ease-in;
}

.footer__link_style a:hover {
  color: rgb(250, 235, 235);
  opacity: 0.5;
  transition: all 0.5s ease-in;
}

.footer {
  margin-top: 20px;
  background: url(../footer/img/footer2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer__background {
  background-color: rgba(14, 14, 14, 0.8);
  height: 225px;
}

.footer__flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 99%;
  width: 99%;
}

.footer__text {
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #ffffff;
  font-family: "L&C";
  font-size: 18px;
}

.footer__information-number {
  display: flex;
  flex-direction: column;
}

.footer__information-link {
  display: flex;
  flex-direction: column;
}

.footer__link_style a {
  padding-right: 20px;
  color: #ffffff;
}

.footer__button {
  height: 70px;
  width: 220px;
  box-sizing: border-box;
  padding: 19px 10px 0 10px;
  background: rgba(247, 243, 243, 0.1);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  font-size: 18px;
}

@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1000px) {
  .footer__background {
    height: 225px;
  }
  .footer__button {
    font-size: 16px;
  }
  .footer__text {
    font-size: 16px;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) {
  .footer__background {
    height: 200px;
  }
  .footer__button {
    font-size: 16px;
  }
  .footer__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer__background {
    height: 220px;
  }
  .footer {
    background-size: 260%;
  }
  .footer__button {
    height: 50px;
    width: 180px;
    padding: 13px 10px 0 10px;
    margin: 10px 0 10px 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .footer__text {
    text-decoration: none;
    line-height: 24px;
    letter-spacing: 0.03em;
    font-size: 14px;
    text-align: center;
  }
  .footer__link_style a {
    padding-right: 20px;
  }
  .footer__link_style {
    padding-left: 20px;
  }
  .footer__text {
    margin-top: 0;
  }
  .footer__information-link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__information-link p {
    margin-bottom: 0;
  }
}
.lancome {
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

.lancome__title {
  text-align: center;
  font-size: 25px;
  font-family: "Mak";
  padding: 0 0 25px 0;
}

.lancome__block {
  display: flex;
}

.lancome__block img {
  width: 30vw;
  height: 50%;
  margin-right: 50px;
}

.lancome_text {
  font-size: 18px;
  font-family: "L&C";
  color: black;
}

.lancome_text_1 {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .lancome {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .lancome__title {
    margin: 40px 0 20px 0;
    text-align: center;
    font-size: 20px;
  }
  .lancome__block img {
    width: 40vw;
    margin-left: 10px;
    margin-right: 20px;
  }
  .lancome_text {
    padding: 0 10px 0 20px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  .lancome {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .lancome__title {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 20px;
  }
  .lancome__block img {
    width: 40vw;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
  }
  .lancome__block {
    display: block;
  }
  .lancome_text {
    padding: 0 10px 0 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 479px) and (max-width: 800px) {
  .lancome {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .lancome__block {
    display: block;
  }
  .lancome__title {
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    font-size: 16px;
  }
  .lancome__block img {
    width: 100%;
    margin: 0%;
  }
  .lancome_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 478px) {
  .lancome {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .lancome__block {
    display: block;
  }
  .lancome__title {
    margin: 0px 0 30px 0;
    text-align: center;
    font-size: 16px;
    padding: 10px 0 0 0;
  }
  .lancome__block img {
    width: 100%;
    margin: 0%;
  }
  .lancome_text {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */