html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
}

/*Reset*/
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/*Screen sizes*/
/*Box-sizing*/
* {
  box-sizing: border-box;
}

.title {
  font-family: "Montserrat Alternates", sans-serif;
  color: #ca8d66;
  font-size: 64px;
  font-weight: 500;
}
@media screen and (max-width: 1149px) {
  .title {
    font-size: 36px;
  }
}

/*header*/
header {
  border: 1px solid black;
}

.menuconteiner {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  height: 112px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  z-index: 2;
}
.menuconteiner__blok {
  margin: 0 auto;
  color: #ca8d66;
  display: grid;
  grid-template-columns: 15% 15% 433px 15% 15%;
  justify-content: center;
  align-items: center;
  gap: 2%;
  max-width: 1470px;
  width: 100%;
  height: 115px;
}
.menuconteiner__chapter, .menuconteiner__logo {
  text-align: center;
  margin: 0;
  padding: 0px;
}
.menuconteiner__link {
  text-decoration: none;
  color: #ca8d66;
  font-size: 24px;
}
.menuconteiner__logo {
  background-image: url(../../assets/images/img_header/Logo.png);
  height: 112px;
}
.menuconteiner__link:hover {
  text-decoration: underline;
}
.menuconteiner__logomobile,
.menuconteiner #gedsamugim-kanagemen {
  display: none;
}
@media (max-width: 1499px) {
  .menuconteiner {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    max-width: 1459px;
    height: 96px;
  }
  .menuconteiner__blok {
    grid-template-columns: 15% 15% 219px 15% 15%;
    gap: 2%;
    max-width: 1108px;
    height: 96px;
  }
  .menuconteiner__logo {
    background-image: url(../../assets/images/img_header/Logo_tablet.png);
    height: 57px;
  }
}
@media (max-width: 1149px) {
  .menuconteiner {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    max-width: 1149px;
    height: 80px;
  }
  .menuconteiner__blok {
    grid-template-columns: 15% 15% 219px 15% 15%;
    gap: 2%;
    max-width: 768px;
    height: 80px;
  }
  .menuconteiner__logo {
    background-image: url(../../assets/images/img_header/Logo_tablet.png);
    height: 57px;
  }
}
@media (max-width: 1149px) and (max-width: 769px) {
  .menuconteiner {
    padding-left: 15px;
    max-width: 769px;
    height: 60px;
  }
  .menuconteiner #gedsamugim-kanagemen {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  .menuconteiner #gedsamugim-kanagemen input {
    display: block;
    width: 47px;
    height: 31px;
    position: absolute;
    top: -8px;
    left: -7px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
    background: linear-gradient(to bottom, rgb(206, 220, 231) 0%, rgb(89, 106, 114) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cedce7", endColorstr="#596a72", GradientType=0);
  }
  .menuconteiner #gedsamugim-kanagemen span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #ca8d66;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .menuconteiner #gedsamugim-kanagemen span:first-child {
    transform-origin: 0% 0%;
  }
  .menuconteiner #gedsamugim-kanagemen span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  .menuconteiner #gedsamugim-kanagemen input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  .menuconteiner #gedsamugim-kanagemen input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .menuconteiner #gedsamugim-kanagemen input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
  }
  .menuconteiner #gemenon-tandem {
    position: absolute;
    width: 298px;
    margin: -100px 0 0 0;
    padding: 48px;
    padding-top: 125px;
    right: -100px;
    background: #ffffff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .menuconteiner #gemenon-tandem li {
    padding: 30px 0;
  }
  .menuconteiner #gedsamugim-kanagemen input:checked ~ ul {
    transform: scale(1, 1);
    opacity: 1;
  }
  .menuconteiner__nav {
    display: none;
    user-select: none;
  }
  .menuconteiner__logo {
    display: none;
  }
  .menuconteiner__logomobile {
    display: block;
  }
  .menuconteiner__logomobile img {
    max-width: 100%;
  }
}

.title-mainpage {
  margin-top: 117px;
  position: relative;
  background-image: url(../../assets/images/img_header/img_header_png.png);
  background-repeat: no-repeat;
  background-size: cover 858px;
  background-position: center;
  /*opacity: 0.73;*/
  max-width: 1920px;
  height: 858px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
}
.title-mainpage__bloc_1, .title-mainpage__bloc_2 {
  display: inline-block;
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(2px);
  border-radius: 0px 21px 21px 0px;
  margin-left: 0px;
}
.title-mainpage__bloc_1 {
  width: 1104px;
  height: 148px;
  margin-top: 66px;
}
.title-mainpage__bloc_2 {
  width: 1017px;
  height: 113px;
  margin-top: 417px;
  margin-bottom: 114px;
}
.title-mainpage__text1 {
  font-weight: 700;
  margin-left: 242px;
  padding-top: 35px;
}
.title-mainpage__text2 {
  font-weight: 700;
  margin-left: 242px;
  padding-top: 37px;
}
@media (max-width: 1499px) {
  .title-mainpage {
    background-image: url(../../assets/images/img_header/img_header_png_middle.png);
    margin-top: 90px;
    max-width: 1459px;
    height: 652px;
    width: 100%;
    font-size: 22px;
  }
  .title-mainpage__bloc_1, .title-mainpage__bloc_2 {
    border-radius: 0px 8.4 8.4px 0px;
    margin-left: 0px;
  }
  .title-mainpage__bloc_1 {
    width: 745px;
    height: 80px;
    margin-top: 66px;
  }
  .title-mainpage__bloc_2 {
    width: 730px;
    height: 60px;
    margin-top: 366px;
    margin-bottom: 42.6px;
  }
  .title-mainpage__text1 {
    margin-left: 175px;
    padding-top: 15px;
  }
  .title-mainpage__text2 {
    margin-left: 175px;
    padding-top: 18px;
  }
}
@media (max-width: 1149px) {
  .title-mainpage {
    background-image: url(../../assets/images/img_header/img_header_png_tablete.png);
    margin-top: 70px;
    max-width: 1149px;
    height: 513px;
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
  }
  .title-mainpage__bloc_1, .title-mainpage__bloc_2 {
    border-radius: 0px 8.4 8.4px 0px;
    margin-left: 0px;
  }
  .title-mainpage__bloc_1 {
    width: 440px;
    height: 60px;
    margin-top: 38px;
  }
  .title-mainpage__bloc_2 {
    width: 400px;
    height: 45px;
    margin-top: 166px;
    margin-bottom: 42.6px;
  }
  .title-mainpage__text1 {
    margin-left: 53px;
    padding-top: 11.6px;
  }
  .title-mainpage__text2 {
    margin-left: 53px;
    padding-top: 14.8px;
  }
}
@media (max-width: 769px) {
  .title-mainpage {
    background-image: url(../../assets/images/img_header/img_header_png_mobile.png);
    margin-top: 60px;
    margin-bottom: 120px;
    background-size: cover;
    background-position: center right;
    max-width: 769px;
    height: 344px;
    width: 100%;
    justify-items: center;
  }
  .title-mainpage__bloc_1, .title-mainpage__bloc_2 {
    border-radius: 0px 0px 0px 0px;
    padding-left: 15px;
    width: 100%;
    background: white;
    backdrop-filter: none;
  }
  .title-mainpage__bloc_1 {
    height: 53px;
    margin-top: 359px;
  }
  .title-mainpage__bloc_2 {
    height: 17px;
    margin-top: 15px;
    margin-bottom: 23px;
  }
  .title-mainpage__text1 {
    font-weight: 700;
    margin-left: 0px;
    padding-top: 0px;
  }
  .title-mainpage__text2 {
    margin-left: 0px;
    padding-top: 0px;
  }
}

.arrow {
  display: inline-flex;
  margin-top: 30px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1559px) {
  .arrow {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1499px) {
  .arrow {
    margin-top: 30px;
  }
}
@media screen and (max-width: 769px) {
  .arrow {
    display: none;
  }
}

.container-about-me {
  max-width: 1578px;
  margin: 0 auto;
  padding-left: 54px;
  padding-right: 54px;
}
@media (max-width: 1559px) {
  .container-about-me {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media screen and (max-width: 1499px) {
  .container-about-me {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media screen and (max-width: 1149px) {
  .container-about-me {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .container-about-me {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 360px;
  }
}

.about-me {
  max-width: 1578px;
  margin: 0 auto;
  padding-left: 54px;
  padding-right: 54px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 16px;
}
.about-me__studio-img {
  position: relative;
  margin-left: 0.5em;
  object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 300px;
}
.about-me__avatar-img {
  position: relative;
  left: -70px;
  object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 300px;
  z-index: 1;
}
.about-me__img-mobile-769 {
  display: none;
}
.about-me__info {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  height: auto;
  width: 100vw;
  max-width: 658px;
}
.about-me__info-text {
  margin-bottom: 1em;
}
@media (max-width: 1559px) {
  .about-me {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
  }
  .about-me__studio-img {
    height: auto;
    width: 100%;
    max-width: 400px;
  }
  .about-me__info {
    font-size: 24px;
    height: auto;
    width: 100vw;
    min-width: 500px;
  }
}
@media screen and (max-width: 1499px) {
  .about-me {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    margin-top: 5px;
  }
  .about-me__studio-img {
    max-width: 260px;
  }
  .about-me__avatar-img {
    max-width: 170px;
  }
  .about-me__info {
    font-size: 18px;
    margin-left: -30px;
    color: #000000;
    max-height: 440px;
    width: 100vw;
    max-width: 400px;
  }
}
@media screen and (max-width: 1149px) {
  .about-me {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    margin-top: 5px;
  }
  .about-me__studio-img {
    margin-left: 0;
    max-width: 220px;
  }
  .about-me__avatar-img {
    max-width: 170px;
  }
  .about-me__info {
    font-size: 14px;
    max-height: 380px;
    min-width: 300px;
  }
}
@media screen and (max-width: 769px) {
  .about-me {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: 320px 320px;
    gap: 5px;
    align-items: start;
    max-width: 360px;
    margin-top: 10px;
    padding: 15px;
  }
  .about-me__avatar-img {
    display: none;
  }
  .about-me__img-mobile-769 {
    display: block;
    grid-column: 1/2;
    grid-row: 1/2;
    position: relative;
    margin-left: 70px;
    object-fit: cover;
    height: auto;
    width: 100%;
    max-width: 160px;
  }
  .about-me__studio-img {
    display: block;
    position: relative;
    grid-column: 2/3;
    grid-row: 1/2;
    margin-left: -35px;
    object-fit: cover;
    height: 300px;
    width: 100%;
    width: 160px;
  }
  .about-me__info {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 14px;
    margin-left: 0px;
    height: auto;
    width: 90vw;
    max-width: 300px;
  }
}

.contacts {
  display: inline-flex;
  flex-wrap: wrap;
  width: 710px;
  height: 100px;
  background: rgba(202, 141, 102, 0.5);
  margin-top: 1.8em;
  border-radius: 10px;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}
.contacts_catalog {
  margin-top: 58px;
  align-self: flex-end;
}
.contacts__order {
  font-family: "Montserrat Alternates", sans-serif;
  padding-left: 81px;
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 1559px) {
  .contacts {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    width: 450px;
    height: 90px;
  }
  .contacts__order {
    font-family: "Montserrat Alternates", sans-serif;
    padding-left: 17px;
    padding-right: 0px;
    font-weight: 500;
    font-size: 32px;
  }
  .contacts_catalog {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1499px) {
  .contacts {
    width: 320px;
    height: 72px;
  }
  .contacts_catalog {
    display: none;
  }
  .contacts__order {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 1149px) {
  .contacts {
    width: 320px;
    height: 72px;
  }
  .contacts_catalog {
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .contacts__order {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .contacts {
    max-width: 330px;
    width: 100%;
    height: 100px;
    background: white;
    border-radius: 0px;
    border: 1px rgba(202, 141, 102, 0.5) solid;
  }
  .contacts_catalog {
    display: none;
  }
  .contacts__order {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
  }
}

.icon-social {
  display: inline-flex;
  width: 50%;
  align-items: center;
  padding-top: 8px;
}
.icon-social__item-link_instagram {
  padding-left: 18px;
  padding-right: 30px;
}
.icon-social__item-link_instagram :hover {
  filter: drop-shadow(10px 5px 10px #ca40ec);
}
.icon-social__item-link_vk {
  padding-right: 30px;
}
.icon-social__item-link_vk :hover {
  filter: drop-shadow(10px 5px 10px #6365f1);
}
.icon-social__item-link_telegram {
  padding-right: 30px;
}
.icon-social__item-link_telegram :hover {
  filter: drop-shadow(10px 5px 10px #77acf1);
}
.icon-social__item-link_whatsapp {
  padding-right: 30px;
}
.icon-social__item-link_whatsapp :hover {
  filter: drop-shadow(10px 5px 10px #00d95f);
}
.icon-social__item-link_phone {
  padding-right: 30px;
}
.icon-social__item-link_phone :hover {
  filter: drop-shadow(5px 5px 10px #686069);
}
@media screen and (max-width: 1499px) {
  .icon-social {
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
  .icon-social__item-link_instagram {
    padding-left: 5%;
    padding-right: 20%;
  }
  .icon-social__item-link_vk {
    padding-right: 20%;
  }
  .icon-social__item-link_telegram {
    padding-right: 20%;
  }
  .icon-social__item-link_whatsapp {
    padding-right: 20%;
  }
  .icon-social__item-link_phone {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1149px) {
  .icon-social {
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
  .icon-social__item-link_instagram {
    padding-left: 5%;
    padding-right: 20%;
  }
  .icon-social__item-link_vk {
    padding-right: 20%;
  }
  .icon-social__item-link_telegram {
    padding-right: 20%;
  }
  .icon-social__item-link_whatsapp {
    padding-right: 20%;
  }
  .icon-social__item-link_phone {
    padding-right: 5%;
  }
}
@media screen and (max-width: 769px) {
  .icon-social {
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
  .icon-social__item-link_instagram {
    padding-left: 5%;
    padding-right: 20%;
  }
  .icon-social__item-link_vk {
    padding-right: 20%;
  }
  .icon-social__item-link_telegram {
    padding-right: 20%;
  }
  .icon-social__item-link_whatsapp {
    padding-right: 20%;
  }
  .icon-social__item-link_phone {
    padding-right: 5%;
  }
}

.example {
  max-width: 1578px;
  margin: 0 auto;
  padding-left: 54px;
  padding-right: 54px;
  display: flex;
  flex-direction: column;
  /*&_p_bouquet,
  &_p2_bouquet {
    background-color: $bggray;
  }*/
}
.example__title {
  margin-bottom: 40px;
}
.example__title_h3, .example__title_h3_bouquet {
  font-family: "Montserrat Alternates", sans-serif;
  color: #5c6c72;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.example__title_h3_bouquet, .example__title_h3_bouquet_bouquet {
  padding-bottom: 20px;
}
.example__blocks {
  -webkit-columns: 4 345px;
  -moz-columns: 4 345px;
  columns: 4 345px;
}
.example__blocks_photo {
  display: flex;
  flex-direction: column;
}
.example > img {
  object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 345px;
}
.example__photo {
  padding-bottom: 20px;
}
.example_p, .example_ol, .example_p_bouquet, .example_p2_bouquet {
  font-family: "Montserrat Alternates", sans-serif;
  color: #000;
  font-weight: 400;
  padding-top: 15px;
}
.example_p, .example_p_bouquet, .example_p2_bouquet {
  font-size: 16px;
  line-height: 20px;
}
.example_ol {
  font-size: 20px;
  line-height: 27px;
  padding-left: 25px;
  margin-top: 0;
}
.example_ol > li {
  padding: 0.3em;
  padding-left: 0;
}
.example__block_text {
  font-size: 14px;
  background-clip: padding-box;
  max-width: 345px;
  padding-bottom: 20px;
}
.example_p {
  height: 300px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.example .advantage {
  height: 323px;
}
.example_p_bouquet {
  height: 81px;
  width: 290px;
  padding-top: 5px;
}
.example_p2_bouquet {
  height: 270px;
  width: 280px;
}
.example__text {
  display: flex;
  flex-direction: column;
  max-width: 345px;
}
@media (max-width: 1559px) {
  .example {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
  }
  .example__title {
    margin-top: 50px;
  }
  .example__title_h3, .example__title_h3_bouquet {
    font-size: 16px;
    line-height: 20px;
  }
  .example__title_h3_bouquet {
    padding-bottom: 10px;
  }
  .example_ol, .example_p_bouquet, .example_p2_bouquet {
    font-size: 12px;
  }
  .example_p {
    font-size: 11px;
    max-height: 230px;
    line-height: 16px;
    padding-top: 10px;
  }
  .example_p_bouquet, .example_p2_bouquet {
    width: 210px;
  }
  .example__blocks {
    -webkit-columns: 4 235px;
    -moz-columns: 4 235px;
    columns: 4 235px;
  }
  .example__text {
    flex-wrap: wrap;
  }
  .example__block_text {
    max-height: fit-content;
    padding-bottom: 10px;
    font-weight: 400;
  }
  .example * img {
    max-width: 235px;
  }
  .example__photo {
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .example .advantage {
    height: 220px;
  }
  .example_ol {
    height: fit-content;
    padding-left: 15px;
  }
  .example_ol > li {
    padding: 0;
  }
}
@media (max-width: 1149px) {
  .example {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
  }
  .example__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .example__title_h3, .example__title_h3_bouquet {
    font-size: 16px;
    margin-top: 20px;
  }
  .example__title_h3_bouquet, .example__title_h3_bouquet_bouquet {
    padding-bottom: 10px;
  }
  .example_ol, .example_p, .example_p_bouquet, .example_p2_bouquet {
    font-size: 12px;
    line-height: 19.78px;
  }
  .example_p_bouquet, .example_p2_bouquet {
    width: 300px;
  }
  .example_p {
    max-height: 254px;
    padding-top: 10px;
  }
  .example__blocks {
    display: flex;
    flex-direction: row;
    max-width: 660px;
    justify-content: space-between;
  }
  .example__blocks_bouquet {
    display: flex;
    flex-direction: row;
    max-width: 660px;
    justify-content: flex-start;
  }
  .example__blocks_photo {
    flex-wrap: wrap;
    max-height: 570px;
  }
  .example__text, .example__block_text {
    max-width: 320px;
    width: 100%;
  }
  .example .advantage {
    height: 160px;
  }
  .example__text {
    padding-left: 10px;
  }
  .example__text_bouquet {
    margin-right: 20px;
  }
  .example * img {
    max-width: 150px;
  }
  .example__photo-1 > img, .example__photo-7 > img {
    width: 150px;
    height: 205px;
  }
  .example__photo-1, .example__photo-2, .example__photo-5, .example__photo-7, .example__photo-8, .example__photo-11 {
    order: -1;
  }
  .example__photo-2 > img, .example__photo-8 > img {
    width: 150px;
    height: 98px;
  }
  .example__photo-3 > img, .example__photo-9 > img {
    width: 150px;
    height: 98px;
  }
  .example__photo-4 > img, .example__photo-10 > img {
    width: 150px;
    height: 242px;
  }
  .example__photo-5 > img, .example__photo-11 > img {
    width: 150px;
    height: 184px;
  }
  .example__photo-6 > img, .example__photo-12 > img {
    width: 150px;
    height: 147px;
  }
  .example .contacts {
    display: none;
  }
}
@media (max-width: 769px) {
  .example {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 360px;
  }
  .example__title {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .example__title_h3, .example__title_h3_bouquet {
    font-size: 16px;
    line-height: 19.5px;
    padding-bottom: 10px;
  }
  .example .advantage {
    height: 130px;
  }
  .example_p_bouquet {
    height: 30px;
  }
  .example_p2_bouquet {
    height: 170px;
  }
  .example__blocks {
    display: flex;
    flex-direction: column;
  }
  .example__blocks_photo {
    align-content: center;
  }
  .example > img {
    max-width: 160px;
  }
  .example__photo {
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .example__photo-1 > img {
    width: 160px;
    height: 205px;
  }
  .example__photo-1, .example__photo-2, .example__photo-5 {
    order: -1;
  }
  .example__photo-2 > img {
    width: 160px;
    height: 98px;
  }
  .example__photo-3 > img {
    width: 160px;
    height: 98px;
  }
  .example__photo-4 > img {
    width: 160px;
    height: 242px;
  }
  .example__photo-5 > img {
    width: 160px;
    height: 184px;
  }
  .example__photo-6 > img {
    width: 160px;
    height: 147px;
  }
  .example_ol {
    height: 213px;
    line-height: 24px;
  }
  .example__blocks_bouquet {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .example__blocks_photo_bouquet {
    order: -1;
  }
  .example .contacts {
    display: inherit;
  }
}

.card {
  max-width: 345px;
  height: 470px;
}
.card__img {
  object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 370px;
}
.card__name {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #5c6c72;
  text-align: center;
  margin-top: 15px;
}
.card__price {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #ca8d66;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1499px) {
  .card {
    width: 235px;
    height: 350px;
  }
  .card__img {
    max-width: 235px;
  }
  .card__name {
    font-size: 15px;
    margin-top: 10px;
  }
  .card__price {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1149px) {
  .card {
    width: 150px;
    height: 226px;
  }
  .card__img {
    max-width: 150px;
  }
  .card__name {
    font-size: 12px;
    margin-top: 5px;
  }
  .card__price {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 769px) {
  .card {
    width: 160px;
    height: 226px;
  }
  .card__img {
    max-width: 160px;
  }
}

.card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.catalog {
  max-width: 1578px;
  margin: 0 auto;
  padding-left: 54px;
  padding-right: 54px;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
.catalog__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 41px;
  gap: 1.25em;
}
@media (max-width: 1559px) {
  .catalog {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media screen and (max-width: 1499px) {
  .catalog {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    margin-bottom: 20px;
  }
}
.catalog__cards {
  margin-top: 20px;
}
@media screen and (max-width: 1149px) {
  .catalog {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    margin-bottom: 25px;
  }
}
.catalog__cards {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .catalog {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
  }
  .catalog__cards {
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    max-width: 330px;
    margin-top: 20px;
    gap: 0.625em;
  }
  .catalog .title {
    max-width: 330px;
    width: 100%;
    align-self: center;
  }
}

.container__bouquets {
  max-width: 1578px;
  margin: 0 auto;
  padding-left: 54px;
  padding-right: 54px;
  margin-bottom: 25px;
}
@media (max-width: 1559px) {
  .container__bouquets {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1499px) {
  .container__bouquets {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1149px) {
  .container__bouquets {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 769px) {
  .container__bouquets {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    max-width: 330px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    align-self: center;
  }
}

.container__cards {
  max-width: 1578px;
  margin: 0 auto;
  padding-left: 54px;
  padding-right: 54px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 70px;
}
@media (max-width: 1559px) {
  .container__cards {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1499px) {
  .container__cards {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1149px) {
  .container__cards {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  .container__cards {
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    max-width: 330px;
    gap: 0.625em;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 35px;
    margin-top: 20px;
  }
}

/*Testimonials*/
.testimonials {
  max-width: 1578px;
  margin: 0 auto;
  padding-left: 54px;
  padding-right: 54px;
  margin-bottom: 70px;
}
.testimonials__title {
  margin-bottom: 40px;
}
.testimonials__cards {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.testimonials .slick-initialized .slick-slide {
  display: flex;
  height: 372px;
}
.testimonials__card {
  border: 1px solid #ca8d66;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  float: left;
  position: relative;
  margin-right: 20px;
}
.testimonials__img {
  flex-basis: 35%;
  flex-shrink: 0;
  max-width: 242px;
  width: 100%;
  padding: 30px 17px;
}
.testimonials__text {
  padding: 40px 13px;
}
.testimonials__author {
  margin-bottom: 25px;
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #ca8d66;
}
.testimonials__quote {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #5c6c72;
}
.testimonials .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 0;
}
.testimonials .slick-dots li {
  margin: 0 20px;
}
.testimonials .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(202, 141, 102, 0.3137254902);
  font-size: 0px;
  border: none;
}
.testimonials .slick-dots li button:focus {
  background-color: #5c6c72;
}
@media (max-width: 1499px) {
  .testimonials {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
  }
  .testimonials .slick-initialized .slick-slide {
    height: 230px;
  }
  .testimonials__title {
    margin-bottom: 5px;
  }
  .testimonials__img {
    max-width: 114.42px;
    padding: 10px;
  }
  .testimonials__text {
    max-width: 100%;
    padding: 10px 10px 10px 0;
  }
  .testimonials__author {
    margin-bottom: 5px;
  }
  .testimonials__author, .testimonials__quote {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 1149px) {
  .testimonials {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 769px) {
  .testimonials {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .testimonials__title {
    margin-bottom: 10px;
  }
  .testimonials .slick-dots {
    margin-top: 20px;
  }
  .testimonials .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 325px) {
  .testimonials .slick-initialized .slick-slide {
    height: auto;
  }
  .testimonials__author, .testimonials__quote {
    font-size: 10px;
  }
}

.contacts-map {
  max-width: 1578px;
  margin: 0 auto;
  padding-left: 54px;
  padding-right: 54px;
  display: grid;
  font-family: "Montserrat Alternates", sans-serif;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 110px 280px;
  gap: 2px;
  margin-bottom: 50px;
  max-height: 818px;
}
.contacts-map .title-map__mobile {
  display: none;
}
.contacts-map__title1, .contacts-map__title2 {
  grid-row: 1/2;
  margin-top: 15px;
  padding-top: 10px;
}
.contacts-map__text1, .contacts-map__text2 {
  font-size: 32px;
  font-weight: 500;
  grid-row: 2/3;
}
.contacts-map__text1 li, .contacts-map__text2 li {
  margin-top: 20px;
}
.contacts-map__logo, .contacts-map__map {
  display: grid;
  grid-row: 3/4;
}
.contacts-map__logo {
  align-self: center;
}
.contacts-map__list {
  align-items: stretch;
  margin-top: 5px;
}
@media screen and (max-width: 1499px) {
  .contacts-map {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    grid-template-columns: 50% 50%;
    grid-template-rows: 0.5fr 150px 1.5fr;
    gap: 10px;
    margin-bottom: 30px;
  }
  .contacts-map__title1, .contacts-map__title2 {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .contacts-map__text1, .contacts-map__text2 {
    font-size: 18px;
  }
  .contacts-map__text1 li, .contacts-map__text2 li {
    margin-top: 10px;
  }
  .contacts-map .contacts-logo {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 1149px) {
  .contacts-map {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    grid-template-columns: 50% 50%;
    grid-template-rows: 0.5fr 120px 1.5fr;
    margin-bottom: 20px;
  }
  .contacts-map__text1, .contacts-map__text2 {
    font-size: 14px;
  }
  .contacts-map__title1, .contacts-map__title2 {
    padding-top: 0px;
    margin-bottom: 10px;
  }
  .contacts-map .title-map__mobile {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .contacts-map {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: 100%;
    grid-template-rows: 40px 150px 220px 45px 130px;
    gap: 2px;
    margin-bottom: 15px;
    font-size: 36px;
  }
  .contacts-map .title-map__mobile {
    display: block;
  }
  .contacts-map .title-map__display {
    display: none;
  }
  .contacts-map__title1 {
    grid-column: 1/2;
    grid-row: 4/5;
    margin-top: 10px;
  }
  .contacts-map__title2 {
    font-size: 36px;
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 0px;
  }
  .contacts-map__text1 {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .contacts-map__text2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .contacts-map__map {
    max-width: 350px;
  }
  .contacts-map__logo {
    display: none;
  }
}
.contacts-map .contacts-map__list .phone-link,
.contacts-map .contacts-map__list .social-link {
  color: #5c6c72;
  text-decoration: none;
}
.contacts-map .contacts-map__list .phone-link:hover,
.contacts-map .contacts-map__list .social-link:hover {
  text-decoration: underline;
}
.contacts-map .contacts-map__list .messenger-link,
.contacts-map .contacts-map__list .map-link {
  text-decoration: none;
  color: #000000;
}
.contacts-map .contacts-map__list .messenger-link:hover,
.contacts-map .contacts-map__list .map-link:hover {
  text-decoration: underline;
}
.contacts-map .map-frame {
  max-width: 100%;
  justify-self: stretch;
  align-self: stretch;
}

.footer {
  max-width: 1578px;
  margin: 0 auto;
  padding-left: 54px;
  padding-right: 54px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 100px 100px;
  justify-items: center;
  gap: 5px;
  font-family: "Montserrat Alternates", sans-serif;
  background: rgba(202, 141, 102, 0.57);
  max-width: 100vw;
}
.footer .footer_icons {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-top: 45px;
  justify-self: left;
}
.footer__footer-img {
  display: none;
}
.footer__info-1 {
  font-size: 32px;
  font-weight: 500;
  grid-column: 1/2;
  grid-row: 1/2;
  padding-top: 55px;
  padding-right: 50px;
  justify-self: right;
}
.footer__info-2 {
  font-size: 32px;
  color: #5c6c72;
  grid-column: 1/2;
  grid-row: 2/3;
  justify-self: right;
  padding-right: 50px;
}
.footer__info-2 a {
  text-decoration: none;
  color: #5c6c72;
}
.footer__info-3 {
  font-size: 12px;
  grid-column: 2/3;
  grid-row: 2/3;
  color: #5c6c72;
  padding-left: 80px;
  justify-self: left;
}
@media (max-width: 1559px) {
  .footer {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    max-width: 100vw;
  }
}
@media screen and (max-width: 1499px) {
  .footer {
    max-width: 1108px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    max-width: 100vw;
  }
  .footer .footer_icons {
    min-width: 60%;
    padding-top: 35px;
    justify-self: left;
    padding-left: 0px;
  }
  .footer__info-1 {
    padding-top: 35px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1149px) {
  .footer {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
    max-width: 100vw;
    margin: 0;
    grid-template-columns: 50% 50%;
    grid-template-rows: 80px 50px 50px;
  }
  .footer .footer_icons {
    grid-column: 2/3;
    grid-row: 2/3;
    min-width: 80%;
    padding-top: 0px;
    justify-self: left;
    padding-left: 0px;
  }
  .footer .footer_icons a {
    margin-right: 15px;
  }
  .footer__info-1 {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-top: 35px;
    padding-right: 50px;
    justify-self: right;
  }
  .footer__info-2 {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 35px;
    justify-self: left;
    padding-right: 50px;
  }
  .footer__info-3 {
    grid-column: 2/3;
    grid-row: 3/4;
    justify-self: left;
    padding-left: 5px;
  }
}
@media screen and (max-width: 769px) {
  .footer {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    max-width: 100vw;
    margin: 0;
    grid-template-columns: 100%;
    grid-template-rows: 120px 120px 100px;
  }
  .footer__info-1 {
    display: none;
  }
  .footer__info-2 {
    display: none;
  }
  .footer__info-3 {
    grid-column: 1/2;
    grid-row: 3/4;
    justify-self: center;
    text-align: center;
    font-size: 10px;
    color: rgba(202, 141, 102, 0.37);
    padding-left: 0px;
  }
  .footer__footer-img {
    display: block;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .footer__item-img {
    max-width: 300px;
  }
  .footer .footer_icons {
    grid-column: 1/2;
    grid-row: 1/2;
    max-width: 370px;
    width: 100%;
    height: 100px;
    background: white;
    border-radius: 0px;
    border: 1px rgba(202, 141, 102, 0.5) solid;
    justify-self: center;
    padding-top: 20px;
  }
}
