* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background-color: #ffffff;
    margin: 0;
    font-family: "Anonymous Pro", sans-serif;
    font-size: 20px;
    
}
.container {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
  }
.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/* Header */
.header {
	border-bottom: 1px #A1A6B4 solid;
}
.header-bg {
	background-color: white;
}

.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0;
	color: #fff;
}

.header__nav {
	margin-right: 30px;
}
.header__logo {
	max-width: 300px;
	width: 100%;
}

.header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-transform: lowercase;
	color: rgb(0, 0, 0);
    list-style-type: none;
}

.header__nav-item:not(:last-child) {
	margin-right: 50px;
}

.header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__nav-link {
    text-decoration: none;
    color: black;
    position: relative;
    cursor: pointer;
}
.header__nav-link svg {
	width: 40px;
}

.header__nav-link:not(:last-child) {
	margin-right: 20px;
}



.header__nav-item .header__nav-link:hover,
.header__nav-link:focus {
	background-size: 100% 2px;
}
.header__nav-link:after {
    border: none;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: black;
  transition: width 0.5s;
}
.header__nav-link:hover:before {
    border-bottom: 1px solid black;
  }
  .header__nav-link:hover:after {
    border: none;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: black;
    transition: width 0.5s;
  }

.header__burger-contacts,
.header__burger-logo-img,
.header__burger-links-btn {
	display: none;
	max-width: 300px;
	width: 100%;
	margin-bottom: 30px;
}
.header__burger-logo-img {
	transform: scale(1.5);
}
/* hero */
.hero-bg {
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.hero__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 170px 150px 0 0;
	color: #ffffff;
}

.hero__title {
	margin-bottom: 66px;
	width: 617px;
	font-weight: 700;
	font-size: 35px;
	line-height: 43px;
	text-align: right;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-shadow: 2px 3px rgba(199, 70, 89, 0.6);
}

.hero__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero__link {
	padding: 30px;
	text-align: center;
	width: 400px;
	background-color: rgba(199, 70, 89, 0.6);
	border-radius: 25px;
	font-weight: 400;
	font-size: 24px;
	line-height: 10px;
	letter-spacing: 0.05em;
	text-shadow: 0 0;
	text-transform: uppercase;
    text-decoration: none;
    color: white;
    transition: box-shadow ease-in-out 200ms, transform ease-in-out 100ms;
    overflow: hidden;
}
.hero__link__whatsapp {
    margin-bottom: 30px;
}
.hero__link:hover {
	background-color: transparent;
	text-shadow: 1px 3px rgba(199, 70, 89, 0.6);

	-webkit-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;
    box-shadow: 0px 4px 4px 0px #00000040;
	transition: all 0.5s ease;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.hero__link:not(:last-child) {
	margin-bottom: 30px;
}

.sign-wrap {
    text-align: center;
    padding: 60px 20px;
}
.sign-wrap .sign_word2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: rgb(30, 153, 143);
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #bffff4, 0 0 0.5em #bffff4, 0 0 0.1em #bffff4;
}
.sign-wrap .sign_word2 span {
    animation: neon-4 linear infinite 5s;
}
@keyframes neon-4 {
    78% {
        color: inherit;
        text-shadow: inherit;
    }
    79%{
        color: #0b603d;
    }
    80% {
        text-shadow: none;
    }
    81% {
        color: inherit;
        text-shadow: inherit;
    }
    82% {
        color: #0b603d;
        text-shadow: none;
    }
    83% {
        color: inherit;
        text-shadow: inherit;
    }
    92% {
        color: #0b603d;
        text-shadow: none;
    }
    92.5% {
        color: inherit;
        text-shadow: inherit;
    }
}
/* price */
.price__wrapper {
	position: relative;
	margin-bottom: 200px;
}

.price__title {
    margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgb(3, 141, 130);
    text-shadow: 1px 3px rgba(0, 0, 0, 0.6);

}

.price__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Montserrat", sans-serif;
}

.price__item {
	width: 1130px;
}

.price__item:last-child {
	border-bottom: 1px solid #000;
}

.price__title {
	padding-left: 50px;
}

.price__content .ui-accordion .ui-accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 100px 20px;
}

.price__preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px 0;
}

.price__preview:not(:last-child) {
	margin-bottom: 80px;
}

.price__preview-news {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.price__content-subtitle {
	margin-right: 40px;
	width: 300px;
	font-weight: 300;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.05em;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-underline-offset: 5px;
	font-variant: small-caps;
	color: #000000;
}

.price__content-info-desc {
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.05em;
	font-variant: small-caps;
	color: #000000;
}

/* Price Дизаайн JSLibs */

.ui-accordion .ui-accordion-header {
	padding: 15px 150px;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.05em;
	font-variant: small-caps;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: none;
	border-top: 1px solid #000;
	background: transparent;
	color: #000;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: none;
	border-top: 1px solid #000;
	background: transparent;
	color: #000;
}

.ui-widget-content {
	border: none;
	background: transparent;
	color: #000;
}

.ui-accordion-header-icon,
.ui-icon,
.ui-icon-triangle-1-e {
	position: absolute;
	right: 50px;
	bottom: 35%;
	background-image: url(../img/plus-icon001.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	position: absolute;
	right: 50px;
	bottom: 35%;
	background-image: url(../img/plus-icon001.svg);
	background-repeat: no-repeat;
	background-position: center;

	background-size: cover;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.price__pic-img {
	position: absolute;
	right: -10px;
	bottom: -100px;
	z-index: 10;
	max-width: 335px;
}

.price__content-subtitle-news {
	width: 50%;
}
/* reviews */
.reviews {
    background: linear-gradient(to bottom right, rgb(0, 81, 255), rgb(111, 0, 255));
}
.sign-wrap-1 {
margin-bottom: 30px;
text-align: center;
}
.sign-wrap-1 .sign_word {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    animation: neon-1 .1s ease-in-out infinite alternate;
}
@keyframes neon-1 {
    from {
        text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(191, 226, 255, 0.52), 0 0 21px rgba(191, 226, 255, 0.92), 0 0 34px rgba(191, 226, 255, 0.78), 0 0 54px rgba(191, 226, 255, 0.92);
    }
    to {
        text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(191, 226, 255, 0.58), 0 0 22px rgba(191, 226, 255, 0.84), 0 0 38px rgba(191, 226, 255, 0.88), 0 0 60px #FFF;
    }
}
  
  .more_cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .cards_more_images {
    border-radius: 30px;
  }
  
  .cards_in_more {
    border-radius: 20px;
    background-color: white;
    max-width: 300px;
    max-height: 500px;
    width: 100%;
    height: 100%;
  }
.line {
    margin-bottom: 30px;
    color: rgb(68, 0, 255);
  }
.all_reviews_div {
    text-align: center;
}
.all_reviews {
    color: white;
    font-weight:lighter;
	padding-bottom: 30px;
    text-shadow: 4px 5px rgba(0, 0, 0, 0.6);
}
.all_reviews_a {
    color: whitesmoke;
    text-decoration: none;
    text-decoration: underline;
    font-weight: bold;
    text-shadow: none;
}
.line_map {
    color: rgb(68, 0, 255);
}
/* About */
.about__wrapper {
	position: relative;
}

.about__preview {
	padding-left: 150px;
}

.about__title {
	margin-bottom: 36px;
	font-weight: 500;
	font-size: 42px;
	line-height: 51px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #d26300;
}

.about__desc {
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.05em;
	font-variant: small-caps;
	color: #373737;
}

.about__desc {
	margin-bottom: 36px;
}

.about__desc-all {
	width: 1200px;
}

.about__list {
	padding: 0;
}

.about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 45px 0;
}

.about__item-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about__item:first-child,
.about__item:nth-child(3) {
	background-color: rgba(225, 209, 184, 0.5);
	border-radius: 10px;
}

.about__item:first-child img,
.about__item:nth-child(3) img {
	margin-right: 130px;
}

.about__item:nth-child(2) p,
.about__item:last-child p {
	margin-right: 130px;
	text-align: right;
}

.about__item:not(:first-child) {
	margin-top: -70px;
}

.about__item-img {
	z-index: 5;
	width: 435px;
	border-radius: 10px;
	transition: box-shadow ease-in-out 200ms, transform ease-in-out 100ms;
}

.about__item-img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.about__img-cube {
	position: absolute;
	width: 435px;
	border-radius: 10px;
}

.about__item:first-child .about__img-cube,
.about__item:nth-child(3) .about__img-cube {
	top: 30px;
	left: 25px;
}

.about__item:nth-child(2) .about__img-cube,
.about__item:last-child .about__img-cube {
	bottom: 20px;
	right: 25px;
}

.about__item-desc {
	max-width: 545px;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.05em;
	font-variant: small-caps;
	color: #373737;
}

.about__pic-img-top,
.about__pic-img-bottom {
	position: absolute;
	z-index: 1;
	max-width: 435px;
}

.about__pic-img-top {
	top: 42px;
	right: -60px;
}
.about__pic-img-bottom {
	bottom: 700px;
	left: -61px;
}
/* portfolio */
.portfolio__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.portfolio__title {
	margin: 50px 0 50px 0;
	text-align: center;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgb(177, 177, 177);
	text-shadow: 2px 4px rgba(0, 0, 0, 0.6);
}

.portfolio__link-all {
	padding: 20px 55px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 25px;
	font-weight: 400;
	font-size: 24px;
	line-height: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	transition: box-shadow ease-in-out 200ms, transform ease-in-out 100ms;
}

.portfolio__link-all:hover {
	background-color: transparent;
	color: rgb(0, 0, 0);
	-webkit-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
}

.portfolio__content img {
	width: 400px;
	height: 450px;
	border-radius: 10px;
	
}
.portfolio__img {
	transition: box-shadow ease-in-out 200ms, transform ease-in-out 100ms;
}
.portfolio__img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio__pic-img {
	position: absolute;
	bottom: -70px;
	left: -100px;
	max-width: 335px;
}
/* beauty__salon */
.portfolio__content__salon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
}

.portfolio__content__salon img {
	width: 400px;
	height: 400px;
}




/* footer */
.footer {
    width: 100hz;
    padding: 50px 0;
    background-color: black;
    position: relative;
}
.img_logo {
	width: 40%;
}
.footer_h2 {
    color: white;
    position: relative;
    cursor: pointer;
}
.footer_h2:after {
    border: none;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: rgb(255, 255, 255);
  transition: width 0.5s;
}
.footer_h2:hover:before {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .footer_h2:hover:after {
    border: none;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: rgb(255, 255, 255);
    transition: width 0.5s;
  }
.footer_p {
    color: white;
}
.footer_social {
    display: flex;
    margin: auto;
}
.position_container {
    text-align: center;
}
.contact_container{
    text-align: center;
}
.about_container{
    text-align: center;
}
.footer_container {
    display: flex;
    margin: auto;
    align-items: center;
}
.position_container {
    margin-right: 100px;
}
.contact_container {
    margin-right: 100px;
}
.media_footer {
	text-decoration: none;
	color: rgb(0, 217, 255);
	transition: 1s;
	display: block;
}
.media_footer:hover{
	color: white;
}
.phone_footer {
	margin-top: 30px;
}
