@font-face {
    font-family: 'Mazzard';
    src: local('MazzardSoftH-Medium'),
        url('/uploads/makeup/fonts/MazzardSoftH-Medium.otf') format('opentype');
}

/*------------COLORS--------------*/
:root {
  --white: #FFFFFF;
  --black: #171717;
  --dark-grey: #505050;
  --grey: #F0F0F0;
  --light-grey: #F9F9F9;
}

a {
  color: unset!important;
}

a:hover {
  text-decoration: none;
}

/*-----------FONTS---------------*/

.mazzard-16 {
  font-family: "Mazzard", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.2px;
  text-align: left;
}

.mazzard-24 {
  font-family: "Mazzard", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
}

.mazzard-64 {
  font-family: "Mazzard", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 70.4px;
  text-align: left;
}

.mazzard-32 {
  font-family: "Mazzard", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 39.68px;
  text-align: left;
}

.mazzard-28 {
  font-family: "Mazzard", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 30.1px;
  text-align: left;
}

.mazzard-18 {
  font-family: "Mazzard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
}

.mazzard-14 {
  font-family: "Mazzard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  letter-spacing: 0.02em;
  text-align: left;
}

.mazzard-20 {
  font-family: "Mazzard", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 21.5px;
}


.text-black {
  color: var(--black);
}

.text-white {
  color: var(--white);
}

.fs-16 {
  font-size: 16px!important;
}

.text-dark-grey {
  color: var(--dark-grey);
}

.text-green {
  color: #44AE49;
}

.text-orange {
  color: #F6C600;
}

.text-87 {
  color: #878787;
}

.text-95 {
  color: #959595;
}

.text-7e {
  color: #7E7E7E;
}

.fw-400 {
  font-weight: 400!important;
}

.fw-500 {
  font-weight: 500!important;
}
  
.lh-24 {
  line-height: 24px!important;
}
/*-----------ОТСТУПЫ---------------*/
.gap-20 {
  gap: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.mr-55 {
  margin-right: 55px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-60 {
  margin-top: 60px;
}

.h-700 {
  height: 700px;
}

.mt-10 {
  margin-top: 10px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.p-30 {
  padding: 30px!important;
}

.pr-70 {
  padding-right: 70px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pb-15 {
  padding-bottom: 15px;
}
/*-----------TOP---------------*/
.top-panel {
  background: var(--white);
  height: 114px;
  box-shadow: 0px 1px 22.8px 0px #00000005;
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
}

.top-logo {
  width: 134.21px;
  height: 44px;
}

.top-btn {
  background: var(--grey);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}

.top-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

/*-----------SECTION-1---------------*/
.grey-bg {
  background: var(--light-grey);
  padding-top: 230px;
}

.group-images {
  width: 508px;
  position: relative;
}

.group-images .top-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.group-images .bottom-img {
  width: 100%;
  position: absolute;
  top: 630px;
  left: 50%;
  transform: translateX(-50%)
}

.search {
  border: 1px solid #999999;
  padding: 15px 19px 15px 19px;
  background: var(--white);
  width: 681px;
  border-radius: 75px;
  color: #373737;
}

.tag {
  border: 1px solid #C8C8C8;
  padding: 10px 15px;
  border-radius: 75px;
  background: #FFFFFF;
  color: #7e7e7e!important;
}

.white-circle {
  width: 146px;
  height: 146px;
  background: #F9F9F9;
  position: absolute;
  left: 50%;
  top: 622px;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 3;
}


.orange-bg {
  background: #FFD320;
}

.whiteBtn {
  padding: 18px 17px;
  gap: 10px;
  border-radius: 51px;
  background: var(--white);
  color: var(--black);
  width: max-content;
}

.white-card {
  background: var(--white);
  border-radius: 15px;
  padding: 20px;
  height: 355px;
}

.card-tag {
  padding: 5px 15px;
  border-radius: 75px;
  border: 1px solid #E4E4E4;
  color: #5E5E5E;
  white-space: nowrap;
  width: max-content;
}

.light-grey-btn {
  padding: 10px;
  border-radius: 77px;
  background: #F8F8F8;
}

.swiper-w-300 .swiper-slide {
    width: 300px!important;
}

.orange-circle {
    width: 146px;
    height: 146px;
    background: #FFD320;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    display: flex;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
    z-index: 3;
    justify-content: center;
    align-items: center;
}

.p-relative {
  position: relative;
}

.light-grey-bg {
  background: var(--light-grey);
}

.grey-border {
  border: 1px solid #E4E4E4;
}

.white-circle-2 {
    width: 160px;
    height: 160px;
    background: var(--light-grey);
    position: absolute;
    border-radius: 50%;
    text-align: center;
    display: flex;
    left: 100%;
    top: 100%;
    transform: translate(-100%, -50%);
    z-index: 3;
    justify-content: center;
    align-items: center;
}

.green-bg {
  background: #44AE49;
}

.link-rounded {
  background: #F5F5F5;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

.green-circle {
    width: 160px;
    height: 160px;
    background: #44AE49;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    display: flex;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
    z-index: 3;
    justify-content: center;
    align-items: center;
}

.p-center {
  top: 100%!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
}

.white-bg {
  background: var(--white)!important;
}

.grey-card {
  background: #F8F8F8;
  border-radius: 15px;
  padding: 30px;
}

.number-circle {
  background: #E0E0E0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
}

.white-rect {
  background: #FFFCFC;
  min-width: 199px;
  height: 230px;
  border-radius: 9px;
}

.light-greyBtn {
  background: #F1F1F1;
  border-radius: 44px;
  padding: 13px 16px;
}

.p-block-center {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -110%);
    width: 100%;
    z-index: 0;
}

.z-index-5 {
  z-index: 5;
}

.white-card-2 {
  padding: 30px;
  background: var(--white);
  border-radius: 15px;
  border: 1px solid #E4E4E4;
  height: 223px;
}

.p-block-center2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -150%);
    width: 100%;
    z-index: 0;
}

.white-circle-3 {
    width: 160px;
    height: 160px;
    background: var(--white);
    position: absolute;
    border-radius: 50%;
    text-align: center;
    display: flex;
    z-index: 3;
    justify-content: center;
    align-items: center;
}

.article-card-grey {
  padding: 15px;
  border-radius: 15px;
  background: #eeeeee;
}

.text-4-lines {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; 
           line-clamp: 4;
   -webkit-box-orient: vertical;
}

.text-3-lines {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; 
           line-clamp: 3;
   -webkit-box-orient: vertical;
}

.p-center-75 {
    position: absolute;
    left: 75%!important;
    top: 100%!important;
    transform: translate(-50%, -50%)!important;
    z-index: 3;
}

.accordion>.card>.card-header {
    margin-bottom: 0px;
    background: #F1F1F1;
    border-radius: 44px;
    padding: 13px 16px;
}

.card {
    border: none;
    margin-bottom: 15px;
    background: transparent;
}

.card-header:hover {
  background: #FFD320!important;
}

.card-header:hover button {
  background: #FFD320!important;
}

.card-header:hover button svg{
  transform: rotate(45deg);
}

.card-header:hover button path{
  stroke: #000000;
}

.btn-link:hover {
    color: unset;
    text-decoration: none;
}

.btn-link {
  font-weight: 500;  
  color: #686868;
  text-decoration: none;
}

.p-center-25 {
    position: absolute;
    left: 25%!important;
    top: 100%!important;
    transform: translate(-55%, -50%)!important;
    z-index: 3;
}

.grey-bg-f5 {
  background: #F5F5F5;
}

.br-top-60 {
  border-radius: 60px 60px 0 0;
}

.br-bottom-60 {
  border-radius: 0px 0px 60px 60px;
}

.br-60 {
  border-radius: 60px;
}

.green-white-bg {
  background-image: linear-gradient(#44AE49 50%, var(--white) 50%); 
}

.white-card-3:hover {
  background: #44AE49;
}

.white-card-3:hover .card-tag {
  background: #44AE49;
  border-color: #ffffff;
  color: #ffffff;
}

.white-card-3:hover .card-tag:hover {
  background: #FFD320;
  color: #000000;
}

.white-card-3:hover .light-grey-btn:hover {
  background: #FFD320;
}

.white-card-3:hover img {
  filter: brightness(0) invert(1);
}


.white-card-4:hover {
  border-color: #44AE49!important;
}

.white-card-4:hover .card-tag{
  border-color: #44AE49;
  background: transparent;
  color: #44AE49;
}

.white-card-4:hover .card-tag:hover{
  background: #44AE49;
  color: #ffffff;
}

.white-card-4:hover .mazzard-32{
  color: #44AE49;
}

.white-card-4:hover .light-grey-btn:hover {
  background: #FFD320;
}
  
.search:hover {
  border-color: #44AE49;
}

.top-btn:hover {
    background: #d1d1d1;
}

.orange-hover-2:hover .top-btn {
  background: #FFD320;
}

.orange-hover-2:hover .top-btn-icon {
  filter: brightness(0) invert(1);
}

.top-btn:hover {
  background: #FFD320;
}

.top-btn:hover img{
  filter: brightness(0) invert(1);
}

.btn-orange-hover:hover {
  background: #FFD320;
  color: #000000;
}

.btn-orange-hover:hover img{
  filter: brightness(0);
}

.light-grey-btn:hover {
    background: var(--grey);
}

.link-rounded:hover {
    background: #FFD320;
}

.green-link:hover {
  color: #44AE49!important;
}

.orange-hover:hover {
  background: #FFD320!important;
}

.orange-hover:hover .orange-stroke path{
  stroke: #FFD320;
}

.orange-hover:hover .link-black{
  color: #000000;
}

.green-link:hover .green-hover path {
  stroke: #44AE49!important;
}

.tag:hover {
  color: #000000!important;
  background: #C8C8C8;
}

.chat {
  position: fixed;
  top: 90%;
  left: 90%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
  display: flex;
    align-items: center;
    justify-content: center;
}

.chat:hover {
  background: #ffffff;
}

.chat:hover path {
  stroke: #FFD320;
}

.article-card-grey:hover .green-link-2 {
  color: #44AE49;
}

.article-card-grey:hover .link-rounded-green {
  background: #44AE49!important;
}

.article-card-grey:hover .link-rounded-green path{
  stroke: #ffffff;
}

.article-card-grey:hover .link-black {
  color: #000000!important;
}
/*---------АДАПТИВ-----------*/

@media (max-width: 1919px) {
  .top-panel {
    height: 90px;
  }
  
  .px-110 {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .logo {
    height: 30px;
  }
  
  .mazzard-16 {
    font-size: 14px;
  }
  
  .top-btn {
    width: 35px;
    height: 35px;
  }
  
  .top-btn-icon {
    width: 50%;
    height: 50%;
  }
  
  .grey-bg {
    padding-top: 190px;
  }
  
  .mazzard-64 {
    font-size: 56px;
    line-height: 65.4px;
  }
  
  .mazzard-32 {
    font-size: 28px;
    line-height: 33.68px;
  }
  
  .search {
    padding: 12px 16px 12px 16px;
    width: 100%;
    border-radius: 65px;
  }
  
  .group-images {
    width: 480px;
  }
  
  .mt-20 {
    margin-top: 15px;
  }
  
  .gap-20 {
    gap: 15px;
  }
  
  .tag {
    padding: 7px 13px;
  }
  
  .white-circle {
    width: 138px;
    height: 138px;
    top: 585px;
  }
  
  .h-700 {
    height: 650px;
  }
  
  .card-tag {
    padding: 5px 10px;
    font-size: 14px;
  }
  
  .mazzard-28 {
    font-size: 26px;
  }
  
  .mazzard-18 {
    font-size: 16px;
    line-height: 19.4px;
  }
  
  .grey-card img {
    height: 225px;
  }
  
  .pr-70 {
    padding-right: 50px;
  }
  
  .white-rect {
    min-width: 195px;
    height: 225px;
  }
  
  .white-rect img {
    height: auto;
    width: auto;
  }
  
  .p-block-center {
    transform: translate(-50%, -120%);
  }
  
  .py-190 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  .white-card-2 {
    padding: 25px;
    height: 200px;
  }
  
  .white-card-2 img {
    max-width: 140px;
    height: 100%;
  }
  
  .mb-200 {
    margin-bottom: 120px;
  }
  
  .mb-100 {
    margin-bottom: 50px;
  }
  
  .p-block-center2 {
    transform: translate(-50%, -160%);
  }  
}

@media (max-width: 1199px) {
  
  .mazzard-16 {
    font-size: 12px;
    line-height: 14px;
  }
  
  .top-btn {
    width: 30px;
    height: 30px;
  }
  
  .mazzard-64 {
    font-size: 50px;
    line-height: 55.4px;
  }
  
  .mazzard-32 {
    font-size: 24px;
    line-height: 26.68px;
  }
  
  .group-images {
    width: 380px;
  }
  
  .mt-60 {
    margin-top: 40px;
  }
  
  .search img {
    height: 20px;
  }
  
  .h-700 {
    height: 510px;
  }
  
  .white-circle {
    width: 110px;
    height: 110px;
    top: 465px;
  }
  
  .whiteBtn {
    padding: 15px 15px;
  }
  
  .orange-circle {
    width: 120px;
    height: 120px;
  }
  
  .orange-circle img {
    width: 100px;
    height: 100px;
  }
  
  .card-tag {
    font-size: 12px;
    width: min-content;
  }
  
  .white-card img {
    height: 45px;
  }
  
  .white-card {
    height: 315px;
  }
  
  .white-circle-2 {
    width: 120px;
    height: 120px;
  }  
  
  .white-circle-2 img {
    width: 80%;
  }
  
  .mazzard-28 {
    font-size: 24px;
  }
  
  .mazzard-18 {
    font-size: 15px;
    line-height: 17.4px;
  }
  
  .p-30 {
    padding: 20px!important;
  }
  
  .green-circle {
    width: 120px;
    height: 120px;
  }
  
  .green-circle img {
    width: 80%;
  }
  
  .grey-card {
    background: #F8F8F8;
    border-radius: 15px;
    padding: 20px;
  }
  
  .grey-card img {
    height: 215px;
  }
  
  .mazzard-28 {
    font-size: 21px;
    line-height: 24px;
  }
  
  .white-card-2 {
    padding: 20px;
    height: 160px;
  }
  
  .gap-20 {
    gap: 10px;
  }  
  
  .white-card-2 img {
    max-width: 120px;
    height: 100%;
  }
  
  .py-190 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  .white-circle-3 {
    width: 120px;
    height: 120px;
  }
  
  .white-circle-3 img {
    width: 80%;
  }
  
  .mb-200 {
    margin-bottom: 110px;
  }
  
  .mazzard-24 {
    font-size: 20px;
    line-height: 22.4px;
  }
  
  .p-center-75 {
    width: 120px;
  }
  
  .p-center-25 {
    width: 120px;
  }
  
  .py-150 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  
  .chat {
    top: 95%;
    left: 95%;
  }
  
  .mazzard-20 {
    font-size: 18px;
  }
}  
  
@media (max-width: 991px) {
  
  .element-hidden-md {
    display: none!important;
  }
  
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  
  .navbar {
    min-width: 90px;
  }
  
  .navbar-nav {
    margin-top: 20px;
  }
  
  .grey-bg {
    padding-top: 100px;
  }
  
  .mazzard-64 {
    font-size: 40px;
    line-height: 42.4px;
  }
  
  .group-images {
    width: 300px;
  }
  
  .white-circle {
    display: none;
  }
  
  .search img {
    height: 15px;
  }
  
  .mx-10 {
    margin-left: 10px!important;
    margin-right: 10px!important;
  }
  
  .mr-55 {
    margin-right: 30px;
  }
  
  .grey-card {
    height: 100%;
    padding: 15px;
  }
  
  .number-circle {
    width: 25px;
    height: 25px;
  }
  
  .mazzard-28 {
    font-size: 18px;
    line-height: 20px;
  }
  
  .pr-70 {
    padding-right: 20px;
  }
  
  .grey-card img {
    height: 150px;
  }
  
  .white-rect {
    min-width: 130px;
    height: 150px;
  }
  
  .img-h-120 {
    height: 120px!important;
  }
  
  .white-rect-img {
    width: 85%!important;
    height: 30%!important;
  }
  
  .margintop-md-0 {
    margin-top: 0px!important;
  }
  
  .mazzard-20 {
    font-size: 14px;
  }
  
}
  
@media (min-width: 992px)  {
  .element-hidden {
    display: none;
  }
}
  
@media (max-width: 767px) {
  
  .group-images {
    display: none;
  }
  
  .mr-55 {
    margin-right: 0px;
  }
  
  .mt-sm-20 {
    margin-top: 20px;
  }
  
  .grey-card {
    flex-direction: column-reverse;
    gap: 10px;
  }
  
  .grey-card img {
    height: 240px;
  }
  
  .white-rect {
    min-width: 130px;
    height: 240px;
  }
  
  .white-card-2 {
    padding: 10px;
    height: 100%;
  }
  
  .col-sm-4 {
    padding-right: 8px;
    padding-left: 8px;
  }
  
  .mazzard-28 {
    font-size: 16px;
    line-height: 18px;
  }
  
  .whiteBtn {
    padding: 10px 10px;
  }
  
  .mazzard-24 {
    font-size: 14px;
    line-height: 16.4px;
  }
  
  .link-rounded {
    width: 26px;
    height: 26px;
  }
  
}

@media (min-width: 768px)  {
  .element-hidden-sm {
    display: none!important;
  }
  
}

@media (min-width: 576px)  {
  .element-hidden-xs {
    display: none!important;
  }
  
}

@media (max-width: 575px)  {
  
  .xs-hidden {
    display: none!important;
  }
  
  .mazzard-64 {
    font-size: 32px;
    line-height: 34.4px;
  }
  
  .mt-xs-20 {
    margin-top: 20px!important;
  }
  
  .grey-card {
    flex-direction: unset;
  } 
  
  .grey-card img {
    height: 150px;
  }
  
  .white-rect {
    min-width: 130px;
    height: 150px;
  }
  
  .py-190 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  
  .fd-xs-unset {
    flex-direction: unset!important;
  }
  
}


.as-form-cont {
    background: transparent!important;
    border: unset!important;
    padding: unset!important;
}

.as-form-title {
    display: none;
}

.as-form-cap {
    display: none;
}

.as-form-item input {
    border-radius: 25px;
}

.as-form-item textarea {
  border-radius: 25px;
  height: 90px;
}

.as-form-submit {
    background: #ffffff;
    border-radius: 51px;
    border: 1px solid #c8c8c8;
    font-size: 16px;
    font-family: "Mazzard", sans-serif;
    padding: 13px 19px;
    margin-top: 20px;
}

.as-form-submit:hover {
  background: #FFD320;
  border-color: #FFD320;
  color: var(--white)!important;
}

.as-form-submit:hover .stroke-black path{
  stroke: #ffffff!important;
}

.as-form-item {
    margin-bottom: 10px;
}

.stroke-black path{
  stroke: #000000!important;
}

.form-control {
    font-size: 16px;
    font-weight: 600;
}

.card.as-form .as-form-item label{
  color: #000000;
}