@charset "UTF-8";

/*************************************************
.header-new
*************************************************/
.header-new__top-line {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #363636;
    display: flex;
    justify-content: center;
}

.header-new__top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}

.header-new__logo {
    margin-right: 20px;
}

.header-new__logo-big {
    width: 100%;
    max-width: 450px;
}

.header-new__logo-mob {
    display: none;
    width: 100%;
    max-width: 250px;
}

.header-new__contacts {
    padding-left: 50px;
}

.header-new__contacts a:hover {
    color: white;
    text-decoration: underline;
}

.header-new__phone {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    display: block;
    position: relative;
}

.header-new__phone:before {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    top: 0;
    left: -50px;
    background-image: url("../img/icon__phone-header.png");
}

.header-new__mail {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.header-new__descr {
    display: none;
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
}

.header-new__menu-line {
    padding: 4px 0px;
    background-image: linear-gradient(to top, #382543 0%, #593f68 100%);
}

.header-new__menu-container {
    width: 100%;
    max-width: 1190px;
    padding: 0 5px;
    display: block;
    margin: 0 auto;
}

.header-new__menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-new__menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-new__menu a {
    display: block;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-left: 40px;
    padding: 8px 10px;
    transition: all 0.3s;
}

.header-new__menu a:hover {
    color: #483155;
    background-color: white;
    text-decoration: none;
}

.header-new__mob-menu-btn {
    display: none;
}

@media (max-width: 750px) {
    .header-new__logo-big {
        display: none;
    }

    .header-new__logo-mob {
        display: block;
    }

    .header-new__contacts {
        padding-left: 0;
    }

    .header-new__phone {
        padding-left: 40px;
        font-size: 20px;
        white-space: nowrap;
    }

    .header-new__phone:before {
        width: 25px;
        height: 25px;
        left: 0px;
        background-size: cover;
    }

    .header-new__descr {
        display: block;
        font-size: 20px;
    }

    .header-new__menu {
        justify-content: space-between;
    }

    .header-new__menu a {
        margin-left: 0 !important;
        white-space: nowrap;
    }
}

@media (max-width: 450px) {
    .header-new__menu a {
        font-size: 16px;
        padding: 8px 5px;
    }
}

/*************************************************
wedding-mc
*************************************************/
.wedding-mc {
    padding-top: 72px;
    padding-bottom: 80px;
    background-color: #000000;
    background-image: url("../img/bg__wedding-mc.png");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    position: relative;
}

.wedding-mc__subtitle {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
}

.wedding-mc__title {
    color: #ffffff;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 23px;
}

.wedding-mc__descr {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 46px;
}

.wedding-mc__btn {
    border-radius: 25px;
    background-color: #f24283;
    background-image: linear-gradient(-225deg, #f24283 0%, #e02680 100%);
    width: 258px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s;
    cursor: pointer;
}

.wedding-mc__btn:hover {
    background-color: #ef1264;
    background-image: none;
}

@media (max-width: 1200px) {
    .wedding-mc {
        background-image: url("../img/bg__wedding-mc-mob.jpg");
        background-position: 50% -10%;
        background-size: 600px;
        padding-top: 300px;
    }

    .wedding-mc__subtitle {
        text-align: center;
        line-height: 1.2;
    }

    .wedding-mc__title {
        text-align: center;
        line-height: 1.2;
    }

    .wedding-mc__descr {
        text-align: center;
    }

    .wedding-mc__btn {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .wedding-mc {
        background-size: 400px auto;
        padding-top: 350px;
    }
}

/*************************************************
tamada-section
*************************************************/
.tamada-section {
    padding-top: 128px;
    padding-bottom: 75px;
}

.tamada-section__img {
    margin-top: 89px;
}

.tamada-section__img img {
    width: 100%;
    max-width: 350px;
}

.tamada-section__title {
    color: #000000;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
    padding: 0;
}

.tamada-section__about {
    background-color: #ebebeb;
    text-align: center;
    color: #000000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 47px;
    padding: 29px 20px;
}

.tamada-section__desrc {
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 996px) {
    .tamada-section {
        padding-top: 40px;
    }

    .tamada-section__img img {
        display: block;
        margin: 0 auto;
    }

    .tamada-section__title {
        text-align: center;
        line-height: 1.2;
    }
}

/*************************************************
wedding
*************************************************/
.wedding {
    padding-top: 76px;
    padding-bottom: 80px;
    background-image: url("../img/bg__wedding.png");
    background-position: 50% 50%;
    background-size: cover;
}

.wedding__title {
    color: #000000;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.wedding__title--center {
    text-align: center;
}

.wedding__descr {
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 40px;
}

.wedding__descr p {
    padding: 0;
    margin: 0;
}

.wedding__descr--paragraph p {
    margin-bottom: 20px;
}

.wedding__btn {
    display: block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #593f68;
    background-image: linear-gradient(-225deg, #f24283 0%, #e02680 100%);
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.wedding__btn:hover,
.wedding__btn:active,
.wedding__btn:focus {
    color: #ffffff;
    text-decoration: none;
    background-image: none;
    background-color: #c10d50;
}

.wedding__btn--center {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.wedding__video {
    color: white;
    text-align: center;
}

@media (max-width: 996px) {
    .wedding__title {
        text-align: center;
    }

    .wedding__btn {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .wedding__video {
        height: auto;
    }

    .wedding__img{
        width: 100%;
        max-width: 552px;
    }
}

@media (max-width: 600px) {
    .wedding {
        padding-bottom: 30px;
    }
}

/*адаптивный ютуб*/
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*************************************************
hupa
*************************************************/
.hupa {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hupa__img {
    width: 100%;
    max-width: 552px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 6px lightgrey;
}

.hupa__content {
    display: flex;
    flex-direction: column;
    min-height: 378px;
}

.hupa__title {
    color: #000000;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 35px;
    padding: 0;
    margin-top: -10px;
}

.hupa__descr {
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    flex-grow: 1;
}

.hupa__phone {
    color: #3d2949;
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    padding-left: 72px;
}

.hupa__phone:hover {
    color: #3d2949;
}

.hupa__phone:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../img/icon__phone.png");
}

@media (max-width: 996px) {
    .hupa__title {
        text-align: center;
        line-height: 1.12;
    }

    .hupa__phone {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .hupa__img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

/*************************************************
about-me
*************************************************/
.about-me {
    background-color: #533a61;
    background-image: url("../img/bg__about-me.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 15px;
}

.about-me__subtitle {
    text-align: center;
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 77px;
}

.about-me__title {
    text-align: center;
    color: #ffffff;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 53px;
}

.about-me__item {
    min-height: 205px;
    margin-bottom: 65px;
    text-align: center;
}

.about-me__item-img {
    margin-bottom: 32px;
    height: 121px;
}

.about-me__item-descr {
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .about-me {
        padding-top: 40px;
    }

    .about-me__subtitle {
        margin-bottom: 40px;
    }

    .about-me__title {
        line-height: 1.2;
    }

    .about-me__item {
        min-height: 150px;
        margin-bottom: 40px;
    }

    img.about-me__item-img {
        height: 80px;
        margin-bottom: 10px;
    }

    .about-me__item-descr {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    img.about-me__item-img {
        height: 50px;
    }
}

/*************************************************
photos
*************************************************/
.photos {
    padding: 73px 0;
}

.photos__title {
    margin-bottom: 28px;
    color: #000000;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
}

.photos__img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 360px;
    margin-bottom: 30px;
}

@media (max-width: 996px) {
    .photos__title {
        line-height: 1.2;
    }

    .photos__img {
        margin-bottom: 30px;
        max-height: none;
    }
}

/*************************************************
price
*************************************************/
.price {
    background-image: url("../img/bg__price.png");
    background-size: cover;
    padding-top: 73px;
    position: relative;
}

.price__img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.price__content {
    padding-bottom: 73px;
    position: relative;
    z-index: 1;
    min-height: 800px;
}

.price__title {
    color: #ffffff;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.price__descr {
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    max-width: 745px;
}

.price__descr p {
    margin: 30px 0;
    padding: 0;
}

.price__item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.price__item-icon {
    width: 75px;
    margin-right: 45px;
}

.price__item-text {
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
}

@media (max-width: 996px) {
    .price__img {
        display: none;
    }

    .price__content {
        padding-bottom: 20px;
        min-height: auto;
    }

    .price__title {
        line-height: 1.2;
        text-align: center;
    }
}

/*************************************************
call-block
*************************************************/
.call-block {
    padding-top: 77px;
    padding-bottom: 77px;
}

.call-block__descr {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Roboto";
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 675px;
    margin-bottom: 20px;
}

.call-block__title {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 44px;
}

.call-block__btn {
    display: inline-block;
    border-radius: 25px;
    background-color: #593f68;
    background-image: linear-gradient(-225deg, #f24283 0%, #e02680 100%);
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    width: 230px;
    height: 50px;
    line-height: 50px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    transition: all 0.3s;
}

.call-block__btn:hover,
.call-block__btn:active,
.call-block__btn:focus {
    color: #ffffff;
    text-decoration: none;
    background-image: none;
    background-color: #c10d50;
    cursor: pointer;
}

/*************************************************
wedding-mc
*************************************************/
.mc-hero {
    padding-bottom: 80px;
    background-color: #222222;
    background-image: url("../img/bg__ubiley-hero.png");
    background-repeat: no-repeat;
    background-position: 20% 100%;
    position: relative;
}

.mc-hero__subtitle {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
}

.mc-hero__title {
    color: #ffffff;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 23px;
}

.mc-hero__descr {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 46px;
}

.mc-hero__btn {
    border-radius: 25px;
    background-color: #f24283;
    background-image: linear-gradient(-225deg, #f24283 0%, #e02680 100%);
    width: 258px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.mc-hero__btn:hover {
    background-color: #ef1264;
    background-image: none;
}

@media (max-width: 1200px) {
    .mc-hero {
        background-image: url("../img/bg__ubiley-hero--mob.jpg");
        background-position: 50% -10%;
        background-size: 600px;
        padding-top: 300px;
    }

    .mc-hero__subtitle {
        padding-top: 280px;
        text-align: center;
        line-height: 1.2;
    }

    .mc-hero__title {
        text-align: center;
        line-height: 1.2;
        font-size: 30px;
    }

    .mc-hero__descr {
        text-align: center;
    }

    .mc-hero__btn {
        display: block;
        margin: 0 auto;
    }
}

/*************************************************
Модалка с заявкой
*************************************************/
.modal-new {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 480px;
}

.modal-new--visible {
    visibility: visible;
    opacity: 1;
}

.modal-new__content {
    width: 100%;
    max-width: 500px;
    min-height: 250px;
    background-color: white;
    position: relative;
    z-index: 9999;
    margin: 15px;
}

.modal-new__close-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    right: -11px;
    top: -48px;
    background-image: url("../img/btn__modal-close.png");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.modal-new__close-btn:hover {
    background-image: url("../img/btn__modal-close--hover.png");
}

.order-form {
    padding: 30px;
}

.order-form input {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 20px;
}

.order-form textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    height: 100px;
}

.order-form input[type=submit] {
    width: 200px;
    background-color: #412c4e;
    border: none;
    color: white;
    transition: all 0.3s;
    margin-bottom: 0;
}

.order-form input[type=submit]:hover {
    background-color: black;
}


















/*************************************************
Страница контакты
*************************************************/
.contacts-page__item {
  display: flex;
}
.contacts-page__item .fa {
  width: 30px;
  height: 30px;
  text-align: center;
  color: grey;
  font-size: 24px;
  margin-right: 15px;
  line-height: 30px;
}
.contacts-page__item a {
  font-size: 24px;
  color: grey;
  cursor: pointer;
  text-decoration: none;
}
.contacts-page__item a:hover {
  text-decoration: none;
  color: #aeaeae;
}









/*************************************************
ПРАВКИ НА САЙТЕ
*************************************************/
.contacts.contacts--page {
    min-height: calc(100vh - 144px);
}


.the-content-reviews img {
    max-width: 700px !important;
    height: auto !important;
}

@media(max-width:786px) {

    .the-content-reviews img {
        width: 100% !important;
    }

    .contacts{
        position: relative;
    }

    .contacts:before{
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,.3)
    }

    .contacts h2,
    .contacts .title {
        color: white;
        position: relative;
    }
}