@font-face {
    font-family: 'Pribambas';
    src: url('fonts/Pribambas-Regular.eot');
    src: local('Pribambas-Regular'),
        url('fonts/Pribambas-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Pribambas-Regular.woff2') format('woff2'),
        url('fonts/Pribambas-Regular.woff') format('woff'),
        url('fonts/Pribambas-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
}

@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic'), local('Century Gothic'),
        url('fonts/centurygothic_bold.ttf') format('truetype');
    font-style: normal;
 }
.main-birthday {
	margin: 0;
    padding: 0;
    background: #16afe6;
    display: flex;
    flex-direction: column;
    background: url(img/one_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.birthday {
    width: 100%;
    margin: 200px auto 0px;
    font-family: 'Century Gothic';
    background: url(/birthday/img/bg-white-decor.png);
    background-size: 120% auto;
}
.birthday_top {
    display: flex;
    justify-content: flex-start;
    width: 76%;
    margin: 0 auto;
    min-height: calc(100vh - 200px);
}

.birthday_top__title-block	{
	margin: 5% 0;
	width: 48%;
	display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.birthday-titles-block {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.birthday_top__title {
	font-size: 80px;
	text-align: center;
	padding: 10px 10px 5px;
	line-height: 70px;
	font-weight: 700;
	margin: 6px;
	box-shadow: 3px 3px black;
	z-index: 2;
	color: white;
    background: #FF45A4;
    box-shadow: 4px 4px 0px 0px #221C35;
    text-shadow: 4px 4px 0px #221C35;
    border-radius: 5px;
    font-family: 'Pribambas';
    font-weight: 300;
    letter-spacing: 2px;
}
.birthday_top__title span {
    display: inline-block;
    position: relative;
	top: -13px;
}
.birthday_top__title__two {
	max-width: 415px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}
.birthday_top__title__thee {
	max-width: 436px;
	margin-bottom: 50px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    font-size: 70px;
    line-height: 70px;
}
.birthday_top__subtitle {
    font-family: 'Century Gothic';
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
}
.birthday_top__btn {
    font-size: 22px;
    padding: 10px 40px;
    background: #FF45A4;
    color: white;
    border-radius: 30px;
    font-weight: 700;
    transition: .3s ease;
}
.birthday_top__btn:hover {
    opacity: 0.6;
}
.birthday_top__image-block {
    position: relative;
    width: auto;
    display: flex;
    justify-content: center;
}

.birthday_top_chechik {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    height: 100%;
}

.birthday_video {
    width: 100%;
    margin: 50px 0;
    border-radius: 20px;
    overflow: hidden;
}
.birthday_advant-block {
    width: 100%;
    background: #0092cb;
    padding: 50px 5%;
}
.birthday_advant__desc-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.birthday_advant__desc-title {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column-reverse;
    position: relative;
}

.birthday_top__title_advant {
    font-size: 80px;
    line-height: 80px;
    margin: 5px 0;
    padding: 5px 15px;
}
.birthday_advant__desc {
    background: white;
    box-shadow: 4px 4px 0px 0px #221C35;
    border-radius: 10px;
    padding: 15px;
    color: black;
    width: 58%;
    font-size: 20px;
}
.birthday_advant__desc_title {
    text-align: center;
    font-weight: 700;
    color: #FF45A4;
}
.birthday_advant__desc_text {
    margin-bottom: 8px;
        font-weight: 700;
}
.birthday_top__title_advant-img {
    position: absolute;
    bottom: -25px;
    right: 10%;
    height: 90%;
    z-index: 2;
}
.birthday_advant__adv-block {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    color: black;
}
.birthday_advant__advantages {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}
.birthday_advant__advantage {
    width: 30%;
    color: white;
}
.birthday_advant__advantage-chechik {
    width: 33%;
}
.birthday_advant__advantages_right {
    text-align: right;
}
.birthday_advant__advantage-title {
    font-weight: 700;
    font-size: 1.2rem;
}

.birthday_foto-slider {
    background: url(/birthday/img/foto-slider-bg.png);
    margin: 0 -20%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 60px 20% 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.birthday_foto-slider_title {
    font-family: 'Pribambas';
    text-shadow: 4px 4px 0px #221C35;
    font-size: 80px;
    letter-spacing: 2px;
    text-align: center;
}
.birthday_desc_two {
    display: flex;
    width: 100vw;
    background: #0092cb;
    padding: 50px 5%;
}
.birthday_desc_two-desc {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.birthday_desc_two-title-one {
    -webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    padding: 5px 10px;
    margin: -3px 0;
    font-size: 70px;
    line-height: 70px;
}
.birthday_desc_two-title-two {
    -webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    padding: 5px 10px;
    margin: -3px 0;
    font-size: 70px;
    line-height: 70px;
}
.birthday_desc_two-title-yellow {
    font-size: 80px;
    line-height: 80px;
    color: #FBE947;
}

.birthday_desc_two-subtitle {
    margin: 20px 0;
}
.birthday_desc_two-foto {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.birthday_desc_two-foto-item {
    width: 40%;
    position: relative;
}
.birthday_desc_two-foto-item_one {
    bottom: -100px;
    right: 40px;
}
.birthday_desc_two-foto-item_two {
    right: -40px;
}
.birthday_desc_two-foto-item_thee {
    right: -110px;
    top: -100px;
}
.birthday_package {
    width: 100vw;
    background: #0092cb;
    padding: 50px 5%;
    position: relative;
}
.birthday_contacts {
    width: 100vw;
    background: #0092cb;
    padding: 50px 5%;
    position: relative;
}
.birthday_package-title {
    font-size: 70px;
    line-height: 70px;
}
.birthday_packages {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    margin: 50px 0;
    flex-wrap: wrap;
    flex-direction: column;
}
.birthday_package-titles-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.birthday_package-titles-block p {
    white-space: nowrap;
    font-size: 20px;
    margin: 0 20px;
    font-weight: 700;
}
.birthday_packages-block {
    color: black;
    padding: 10px 10px 60px;
    margin: 10px 0 60px;
    position: relative;
    width: 100%;
    border-bottom: 2px solid white;
}

.birthday_packages_btn {
    font-size: 20px;
    width: auto;
    margin: 0 5%;
    border: 2px solid #008787;
    color: white;
    font-size: 32px;
    background: #008787;
}
.birthday_packages_btn_two {
    border-color: #7528D8;
    background: #7528D8;
}
.birthday_packages_btn_three {
    border-color: #FF9900;
    background: #FF9900;
}
.birthday_packages_btn_for {
    border-color: #f600af;
    color: #f600af;
}
.birthday_packages-cost {
    padding: 10px 80px 10px 40px;
    border-radius: 60px 0 0 60px;
    background: #008787;
    color: white;
    position: absolute;
    top: 20px;
    right: -7%;
    font-family: 'Pribambas';
    font-size: 40px;
    font-weight: 100;
}
.birthday_packages-title {
    margin: 10px 0;
    width: 100%;
    text-align: center;
    font-family: 'Pribambas';
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 50px;
    color: white;
    background: #008787;
}
.birthday_package-title_cost {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.birthday_package-title_cost img {
    width: 150px;
}
.birthday__package-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.birthday_packages-title_two {
    background: #7528D8;
}
.birthday_packages-title_three {
    background: #FF9900;
}
.birthday_packages-title_for {
    color: #f600af;
}
.birthday_packages-desc_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 32%;
    background: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px black;
}
.birthday_packages-desc_item p {
	margin-right: 10px;
	font-weight: 700;
}
.birthday_packages-desc_item span {
	font-weight: 400;
}
.birthday_packages-snoska {
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    white-space: nowrap;
}
.birthday_packages-snoska_two {
    border-color: #00C3C3;
}
.birthday_packages-snoska_three {
    border-color: #00C3C3;
}
.birthday_packages-snoska_for {
    border-color: #f600af;
}

.birthday_packages-desc {
    padding: 40px 0 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.birthday_packages-buy {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}
.birthday_feedback {
    background: #ff45a4;
    margin: 0 -20%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px 20% 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.birthday_feedback_title {
    margin-top: 50px;
}
.birthday_feedback_subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    max-width: 660px;
    text-align: center;
}
.birthday_feedback_form {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 400px;
    text-align: center;
    position: relative;
}
.birthday_feedback_form-input {
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 22px;
    width: 380px;
}
.birthday_feedback_form_btn {
    background: none;
    border: 2px solid;
    margin: 15px 0;
}

.feedback__form_chech {
    position: absolute;
    bottom: 0px;
}
.feedback__form_chechka {
    left: -270px;
}
.feedback__form_chechik {
    right: -300px;
}

.birthday_desc-items-block {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.birthday_desc-item {
    margin: 10px 0;
    background: white;
    color: black;
    border-radius: 20px;
    overflow: hidden;
    width: 31%;
    height: 330px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.birthday_desc-item-name {
    padding: 0 20px;
    width: 100%;
}

.birthday_desc-item-img {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.birthday_desc-btn {
    margin: 0px 20px 10px;
    background: none;
    color: black;
    border: 2px solid;
}
.birthday__item_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 80px;
}
.birthday__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3%;
    width: 100%;
    margin: 30px 0;
}
.birthday__item {
    width: 30%;
    color: black;
    text-align: center;
    position: relative;
    margin: 40px 0;
}
.birthday__item-head {
    margin: 0 auto;
    width: 180px;
}
.birthday__item_desc {
        background: white;
    padding: 40px;
    border-radius: 10px;
    margin: -20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Pribambas';
    min-height: 150px;
    justify-content: center;
}
.birthday__item_cost {
    position: absolute;
    bottom: -60px;
    padding: 8px 30px 0;
    background: #FF45A4;
    color: white;
    border-radius: 10px;
    text-shadow: none;
    font-size: 32px;
}
.birthday__item_name {
    font-size: 32px;
    line-height: 32px;
}
.birthday_contacts-address {
    color: black;
    font-size: 22px;
    margin: 10px auto;
    font-weight: 700;
    max-width: 600px;
    text-align: center;
    display: block;
}

.birthday_contacts-timework {
    color: black;
    font-size: 22px;
    font-weight: 700;
}

.birthday_contacts-phone-link {
    display: flex;
    align-items: center;
    color: black;
    border: 2px solid black;
    justify-content: flex-start;
    border-radius: 30px;
    padding: 5px 10px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 700;
}

.birthday_contact-block {
    display: flex;
    margin: 10px 0;
}
.birthday_contacts-name {
    padding-left: 5px;
}
.birthday_contacts-icons {
    display: flex;
}

.feedback__ok {
	position: fixed;
	top: 50%;
	max-width: 300px;
	padding: 20px;
	text-align: center;
	background: #2a9cb0;
	border-radius: 20px;
	font-weight: 700;
	color: white;
	left: -300px;
	z-index: 9999;
}

@keyframes feedback__ok_active {
	0% {
		left: -300px;
	}
	20% {
		left: 30%;
	}
	90% {
		left: 30%;
	}
	100% {
		left: -300px;
	}
}
	
.feedback__ok_active {
	animation: feedback__ok_active 3s 1;
}

.birthday_feedback__popup-block {
	height: 100vh;
    position: fixed;
    left: -120%;
    top: 0;
    padding: 30px 0;
    width: 100vw;
    z-index: 99998;
    transition: .4s ease;
    overflow-y: scroll;
}
.birthday_feedback__popup-block_active {
	left: 0%;
}
	
.birthday_feedback__popup {
	display: flex;
	padding: 10px 10px 50px;
    width: 500px;
    background: #ff45a4;
    border-radius: 0 40% 34% 0;
    border-top: 6px solid #c11e72;
    border-bottom: 6px solid #c11e72;
	align-items: center;
    justify-content: flex-start;
	position: relative;
}
.birthday_feedback__popup_close {
	font-size: 80px;
    font-family: 'Pribambas';
    position: absolute;
    top: -40px;
    right: 0px;
    color: white;
    text-shadow: 1px 1px 7px black;
	transition: .4s ease;
	
}
.birthday_feedback__popup_close:hover {
	color: #ff45a4;
}
.birthday_feedback_form-title {
	font-family: 'Pribambas';
}

.birthday_desc-items__popup {
	display: flex;
    position: fixed;
    top: 0;
    right: -120%;
    width: 100vw;
    height: 100vh;
    transition: .4s ease;
    background: #2c0017bd;
    z-index: 9998;
	align-items: center;
	justify-content: center;
}
.birthday_desc-items__popup_active {
	right: 0%;
}
.birthday_desc-items__popup-block {
	width: 80%;
    background: white;
    color: black;
    padding: 30px;
	position: relative;
}
.birthday_desc-items__popup-title {
	font-size: 60px;
    margin-top: 0;
    text-align: center;
	font-family: 'Pribambas';
}
.birthday_feedback_form-label {
	text-align: left;
	font-family: 'Century Gothic';
    font-size: 14px;
	width: 100%;
}
.birthday_feedback_form-label_name {
	margin-left: 15px;
	font-weight: 700;
}
.birthday_desc-items__popup-desc {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.birthday_desc-items__popup-text {
	width: 48%;
	font-family: 'Century Gothic';
	font-weight: 300;
}
.birthday_desc-items__popup-img {
	width: 48%;
	border-radius: 30px;
}
.birthday_desc-items__popup_close {
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    line-height: 32px;
    padding: 15px;
    font-weight: 700;
    color: #ff45a4;
	transition: .4s ease;
	font-family: 'Century Gothic';
}
.birthday_desc-items__popup_close:hover {
	color: black;
}

#block-for-slider {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
	position: relative;
}

#viewport {
    width: 100%;
    display: table;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#slidewrapper {
    position: relative;
    width: calc(100% * 13);
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#slidewrapper ul, #slidewrapper li {
    margin: 0;
    padding: 0;
}

#slidewrapper li {
    width: calc(100%/13);
	height: 500px;
    list-style: none;
    display: inline;
    float: left;
	border-radius: 20px;
    overflow: hidden;
}

.slide-img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#prev-btn, #next-btn {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    top: calc(50% - 25px);
	display: flex;
	align-items: center;
    justify-content: center;
	box-shadow: 4px 4px 0px 0px #221C35;
	transition: .3s ease;
}

#prev-btn:hover, #next-btn:hover {
    cursor: pointer;
	background-color: #00e0ff;
}

#prev-btn {
    left: -80px;
}

#next-btn {
    right: -80px;
}
#nav-btns {
    position: absolute;
    width: 100%;
    bottom: -30px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.slide-nav-btn {
    position: relative;
    display: inline-block;
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 3px;
}

.slide-nav-btn:hover {
    cursor: pointer;
}

.birthday__item_block_show .birthday__items:last-child {
    align-items: flex-start;
}

.birthday__item_block_show .birthday__item:last-child {
	width: 65%;
}
.birthday__item_block_show .birthday__item_text span {
	color: #ff45a4;
}
.birthday__item_block_show .birthday__item_last {
	text-align: left;
}
.birthday__item_block_show .birthday__item_desc:last-child {
    font-size: 20px;
    padding: 10px 40px 0;
}
@media screen and (min-width: 1540px) {
	.birthday_foto-slider {
		padding: 80px 20% 250px;
	}
	#slidewrapper li {
		height: 620px;
	}
	.birthday_packages-title {
		font-size: 70px;
	}
	.birthday_packages-desc {
		font-size: 18px;
	}
	.birthday_packages-block {
		padding: 10px 22px 60px;
	}
}

@media screen and (max-width: 800px) {
    .main-birthday {
        background-size: 200%;
    }
    .birthday {
        margin-top: 160px;
        width: 100%;
    }
	.birthday_top {
        flex-direction: column;
        min-height: auto;
    }
    .birthday_top__title-block {
        align-items: center;
        text-align: center;
        margin-bottom: 0px!important;
        width: 100%;
    }
    .birthday_top__title {
        font-size: 36px;
        line-height: 36px;
    }
    .birthday_top__title__thee {
        font-size: 50px;
        line-height: 50px;
    }
    .birthday_top__subtitle {
        font-size: 14px;
    }
    .birthday_top__image-block {
        width: 100%;
        margin-bottom: 40px;
    }
    .birthday_advant__desc-block {
        flex-direction: column;
    }
    .birthday_advant__desc-title {
        width: 100%;
        margin-bottom: 10px;
    }
    .birthday_advant__desc {
        width: 100%;
    }
    .birthday_top__title_advant-img {
        right: 0
    }
    .birthday_advant__adv-block {
        margin-bottom: 60px;
    }
    .birthday_advant__advantage {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .birthday_advant__advantage-chechik {
        display: none;
    }
    .birthday_advant__advantages {
        width: 100%;
    }

    .birthday_advant__advantage-desc {
        width: 120%;
    }
    .birthday_advant__advantages_right {
        position: relative;
        bottom: -80px;
    }
    .birthday_top_chechik-bg {
        width: 90%;
    }
    .birthday_top_chechik-bg {
        height: 0;
        width: 0;
    }
    .birthday_top_chechik {
        width: 90%;
        height: auto;
    }
    .birthday_top__title_advant {
        font-size: 50px;
        line-height: 50px;
    }
    .birthday_advant__desc_text {
        font-size: 14px;
    }
    .birthday_advant__desc_title {
        font-size: 16px;
    }
    .birthday_desc_two-title-two {
        margin: 10px 0;
    }
    .birthday_foto-slider {
        background: url(/birthday/img/foto-slider-bg-mob.png);
        background-size: 100% 100%;
    }
    .birthday_foto-slider_title {
        font-size: 50px;
    }
    .birthday_desc_two {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .birthday_desc_two-desc {
        width: 100%;
    }
    
    .birthday_top__btn {
        font-size: 18px;
        margin: 0 auto;
    }
    .birthday_package {
    	margin-bottom: 0px;
    }
    .birthday_packages {
        align-items: center;
        flex-direction: column;
    }
    .birthday_packages-block {
        width: 90%;
        margin-bottom: 40px;
    }
    .birthday_packages_btn {
        margin: 20px 0 0;
        font-size: 18px;
    }
    .birthday_packages-desc {
    	flex-direction: column;
    }
    .birthday_packages-desc_item {
	width: 100%;
	font-size: 14px;
    }
    .birthday_packages-desc_item img {
	width: 50px;
    }
    .birthday_package-titles-block {
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    	flex-direction: column;
    }
    .birthday__package-title {
    	display: flex;
    	justify-content: space-between;
    	align-items: flex-end;
    	flex-direction: column;
    	margin-bottom: 10px;
    }
    .birthday_package-title_cost {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-wrap: wrap;
    }
    .birthday_package-title_cost img {
    	width: 42%;
    }
    .birthday_package-titles-block p {
    	white-space: nowrap;
    	font-size: 16px;
    	margin: 8px 8px;
    	font-weight: 700;
    	text-align: center;
    }
    .birthday_package-title_cost_p {
	font-size: 32px!important;
    }
    .birthday_package-title_cost_p:last-child {
	font-size: 16px!important;
    }
    .birthday_packages-buy {
        flex-direction: column;
	font-size: 20px;
    }
    .birthday_feedback {
        padding: 50px 20%;
    }
    .birthday_top__title span {
        top: 0px;
    }
    .birthday_feedback-title {
        margin-top: 0;
        font-size: 36px;
    }
    .birthday_feedback_subtitle {
        font-size: 14px;
    }
    .birthday_feedback_form {
        max-width: 90%;
    }
    .birthday_desc-items {
        margin-top: 40px;
    }
    .birthday_desc-items-block {
        flex-direction: column;
        align-items: center;
    }
    .birthday_desc-item {
        width: 90%;
        padding-bottom: 20px;
    }
    .birthday_contacts {
        text-align: center;
	margin-top: 60px;
    }
    .birthday_contact-block {
        flex-direction: column;
        align-items: center;
    }
    .birthday_contacts-phone-link {
        margin-bottom: 15px;
    }
    .feedback__form_chech-block {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .feedback__form_chech {
        position: static;
        width: 46%;
    }
    .feedback__form_chechik {
        width: 52%;
    }
    .birthday_feedback_form-input {
        width: 100%;
    }
    .birthday_feedback_form_btn {
        font-size: 14px;
		margin: 10px auto 15px;
    }
    .birthday_desc_two-foto {
        flex-direction: row-reverse;
        width: 100%;
    }
    .birthday_desc_two-foto-item_one {
        bottom: -20px;
        right: 0;
    }
    .birthday_desc_two-foto-item_two {
        right: -40px;
        bottom: -50px;
    }
    .birthday_desc_two-foto-item_thee {
        right: -90px;
        top: 20px;
    }
    .birthday__item {
    	width: 44%;
     }
	#slidewrapper li {
		height: 290px;
	}
	#prev-btn, #next-btn {
		width: 40px;
		height: 40px;
	}
	#prev-btn {
		left: -20px;
	}

	#next-btn {
		right: -20px;
	}
	.birthday_feedback__popup {
		width: 100%;
		padding: 20px;
	}
	.birthday_feedback__popup_close {
		padding: 0 30px;
		top: -50px;
	}
	.birthday_desc-items__popup-block {
		width: 92%;
	}
	.birthday_desc-items__popup-title {
		font-size: 30px;
	}
	.birthday_desc-items__popup-desc {
		flex-direction: column;
	}
	.birthday_desc-items__popup-text {
		width: 100%;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.birthday_desc-items__popup-img {
		width: 100%;
	}
	.birthday__item_block_show .birthday__item:last-child {
    		width: 100%;
	}
	.birthday__item_block_show .birthday__item_desc:last-child {
    		padding: 20px 40px;
	}
	.birthday__item_block_show .birthday__item_name:last-child {
		margin-bottom: 20px;
	}
	.birthday__item_block_show .birthday__item_last {
    		margin: 15px 0 0;
	}
	.birthday__item-head {
    		width: 100px;
	}
    .birthday_packages-cost {
        padding: 10px 30px;
        font-size: 28px;
        border-radius: 60px;
        border: 2px solid;
        background: #008787;
        color: white;
        position: relative;
        top: 0;
        right: 0;
    }
}
@media screen and (max-width: 520px) {

    .birthday__item {
    	width: 100%;
     }
     .birthday__items {
    	margin: 0;
    }
    .birthday__item_cost {
        font-size: 28px;
        line-height: 28px;
    }
    .birthday__item_cost {
    	bottom: -40px;
     }
    .birthday__item_desc {
	min-height: 140px;
    }
}