.form__add-photo {
    position: relative
}

.notification4u {
    position: fixed;
    width: 250px;
    padding: 10px 20px 10px 60px;
    background: white;
    border-radius: 4px;
    z-index: 999;
    right: 20px;
    top: 20px
}

.notification4u .svg-box {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 10px
}

.form__item--text .form-group {
    width: 100%
}

.search__form {
    position: relative
}

.search__form ul {
    position: absolute;
    background: white;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
    margin: 0;
    border: 1px solid #E8232F;
    border-radius: 10px;
    overflow: hidden;
    display: none
}

.search__form ul li {
    list-style: none;
    padding: 10px 20px;
    cursor: pointer
}

.search__form ul li:hover {
    background: #E8232F;
    color: white
}

.reviews-item:nth-child(n+6) {
    display: none
}

.header-logo__descr a,.header-logo__title a {
    color: white;
    text-decoration: none
}

.modal-wrapper {
    /* position:fixed!important */
}

.modal {
    z-index: -1
}

.estimate__descr p {
    padding: 0;
    margin: 0
}

.stamp-box {
    position: absolute;
    top: 0;
    left: 40%;
    width: 99px;
    height: 95px;
    background: url("../img/stamp.png") no-repeat center/contain
}

.stamp-box:hover .doctor-insured__legend {
    display: block
}

.leader__picture {
    position: relative
}

.leader__picture .stamp-box {
    top: auto;
    bottom: -10px;
    left: auto;
    right: -10px
}

.form-group {
    position: relative
}

.form__select select {
    top: -15px
}

.leader--aside .leader-header__price-title {
    max-width: 45%
}

.leader-header__value {
    font-size: 24px
}

.page-header__social {
    z-index: 999
}

.main-intro__title p {
    margin: 0!important
}

.description__content iframe,.reviews-item__text iframe {
    width: 100%!important
}

.textAgre {
    max-width: 50%;
    text-align: center;
    padding-top: 10px
}

.smText {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    top: -20px;
    position: relative
}

.agreUser {
    /* width: 50%; */
    margin-top: 20px;
    margin-left: 15px;
}

.leader-review__text iframe {
    max-width: 100%;
    max-height: 150px
}

@media (max-width: 668px) {
    .page-header__social {
        display:block!important
    }

    .agreUser {
        margin-top: 20px!important;
    }
}

@media screen and (max-width: 640px) {
    .footer-menu__list {
        height:580px
    }

    .smText {
        top: -5px
    }

    .textAgre {
        max-width: 100%;
        padding-top: 0
    }
}

@media screen and (max-width: 1024px) {
    .page-header__social {
        display:block!important
    }

    .page-header .links {
        display: block
    }

    .page-header .links .links__item {
        display: none
    }

    .smText {
        top: -5px
    }
}

@media (max-width: 480px) {
    .agreUser {
        width: 100%
    }

    .modal-wrapper {
        position: absolute!important;
        z-index: 999999!important
    }

    .modal {
        /* position: fixed; */
    }

    .form__select select {
        top: 0px
    }

    .field-category,.field-clinics-city,.field-clinics-country,.field-doctors-city,.field-doctors-country,.field-reviews-category {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0
    }

    .modal--enroll {
        /* margin-top: 0!important */
    }

    .page-header__social {
        display: block!important
    }

    .article__content img {
        max-width: 100%!important;
        margin: 10px 0!important;
        float: none!important
    }
}

.leader__picture {
    margin-bottom: 0;
}

.leader__desc {
    position: relative;
    top: -10px;
}

.doctor-insured__legend {
    z-index: 99;
}

a {
    text-decoration: none;
}
.form__submit{
	flex-wrap: wrap;
	-webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.form__submit > *{
	width: 45%;	
}

.form__fieldset--sendcontacts .form__submit .form__button--sendcontacts{
	width: 100%;
}
.leaders-estimates .leaders__item{
	margin-bottom: 26px;
}
#modal-menu .modal-wrapper{
	top: 0 !important;
}
.main-intro{
	margin-bottom: 10px;
	padding-bottom: 16px;
}
.main-intro__text p:last-of-type{
	margin-bottom: 0;
}

@media (min-width: 578px) {
	.form__fieldset--sendcontacts .form__submit{
		width: 45%;	
		text-align: right;
	}
	.form__item--sendcontacts{
		width: 50%;
	}
	.magic-div{
		flex-direction: row-reverse;
	}
	.magic-div .form__accept{
		
	}
	.proc-carousel{
		opacity: 0;
	}
}
@media (max-width: 578px) {
	.form__submit > *{
		width: 100%;	
	}
	.form__fieldset--sendcontacts .form__submit .form__button--sendcontacts{
		background-size: cover;
		font-size: 21px;
	}
	.magic-div{
		
	}
	.magic-div .form__accept{
		margin-top: 15px;
	}
}
.page-wrapper--chirurg-rate .proc-carousel__items .proc-carousel__item{
	margin: 5px 0;
}
.catalogue-intro .main-intro__text p:last-of-type{
	margin-bottom: 2em;
}
.vybor-page .aside__buttons, .vybor-page .aside__search {
	display: none;
} 