/* Основные */
a {
	outline: none;        
}

#new a {
    color:#d45985;   
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #d45985;
}
.img-clinic {
    display: block;
    max-width: 100%;
    
    border-radius: 15px;
}
.img-doctor {
    width:200px;
    display: block;
    clear:both;
}
.institutions-content .img-clinic {
    height:200px;
    width:350px;
}
.institutions-content a {
  text-decoration:none;    
}
.institutions-content a .institutions-slide__title {
  border-bottom: 1px solid;
    border-color: #414141;
}

.institutions-content .link-clinic a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #d45985;
}

#dle-speedbar a {
    color:#d45985 !important;   
    line-height: 24px !important;
    font-size:18px;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #d45985;
}

body {
    font-family: "HelveticaLight", sans-serif;
	font-size: 16px;
    line-height: 22px;
    color: #414141;
}
.container {
	width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.container_0 {
    padding: 0
}

/* Заголовки */
.title_big, h1 {
    font-family: "HelveticaMedium", sans-serif;
    text-align: center;
    font-size: 60px;
    line-height: 66px;
    color: #636363;
}
h1 {
    text-align: left;
}
.title_normal, h2 {
    font-family: "HelveticaMedium", sans-serif;
    text-align: center;
    font-size: 48px;
    line-height: 54px;
    color: #636363;   
}
.title_small, h3 {
    font-family: "HelveticaMedium", sans-serif;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #636363;       
}
.title_pink {
    color: #d45985;
}
.desc_normal {
    font-family: "HelveticaLight", sans-serif;
    text-align: center;
    margin-top: 35px;
    font-size: 21px;
    line-height: 27px;
}

/* Ссылки */
.link {
    color: #116dcb;
    display: table;
    text-decoration: none;
    border-bottom: 1px solid;
}
.link_pink {
    color: #d45985;
}

/* Кнопки */
.btn {
    font-family: "HelveticaLight", sans-serif;
    background: none;
    border: 0;
    padding: 0;
    display: inherit;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 18px;
}
.btn_normal {
    background: transparent;
    padding: 12px 25px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s;
}
.btn_red {
    background: #e65b27;
    color: #fff;
}
.btn_red:hover {
    background: #d45323;
}
.btn_pink {
    background: #d45985;
    color: #fff;
    text-align: center;
    border-radius: 24px;
}

/* Формы */
.form__input, 
.form__textarea {
    font-family: "HelveticaLight", sans-serif;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    border: 0;
    border-radius: 24px;
    padding: 11px 25px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #c2c2c2;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.form__submit {
    margin-top: 20px;
    width: 100%;
}
.form__input.error, 
.form__textarea.error {
    border-color: #e65b27;
} 
.form__policy {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
}
.form__policy-link {
    color: #414141;
}

/* Слайдер */
.slider {
    margin: 0 auto;
    margin-top: 50px;
    padding: 0 15px;
}
.slider * {
    outline: none;
}
.slider .slick-prev,
.slider .slick-next {
    height: 80px;
    width: 42px;
    opacity: .8;
    color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
    opacity: 1;
}
.slider .slick-prev {
    background: url("../img/slider/arrow.svg") center left no-repeat;
    left: 0;
    transform: rotate(-180deg);
}
.slider .slick-next {
    background: url("../img/slider/arrow.svg") center right no-repeat;
    right: 0;
}
.slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.slider .slick-dots li button {
    display: none;
}
.slider .slick-dots li {
    background: #bababa;
    border: 1px solid transparent;
    border-radius: 100%;
    height: 8px;
    width: 8px;
    margin: 10px;
    cursor: pointer;
    opacity: .8;
    list-style: none;
    cursor: pointer;
}
.slider .slick-dots li.slick-active {
    opacity: 1;
    background: #fff;
    border-color: #bababa;
}

/* Шапка */
.header {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    padding: 20px 0;
    z-index: 5;
    transition: 0.3s;
}
.header_fixed {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.95);
}
.container__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}
.header__logo {
    flex-basis: 218px;
    padding: 0 15px;
    box-sizing: border-box;
}
.header__logo-picture {
    display: block;
    max-width: 100%;
}
.header__right {
    flex-basis: calc(100% - 218px);
    /*padding: 0 15px;*/
    box-sizing: border-box;
}
.header__contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.header__contacts_hidden {
    display: none;
}
.header__phone-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
}
.header__phone {
    color: #d45985;
    font-size: 21px;
    line-height: 27px;
    text-decoration: none;
    border:0;
}
.header__phone-city {
    margin-left: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #414141;
}
.header__social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 7.5px;
}
.header__social-item {
    margin: 7.5px;
    height: 32px;
    width: 32px;
    border:0;
}
.header__social-item_whatsup {
    background: url("../img/header/whatsup.png");
}
.header__social-item_skype {
    background: url("../img/header/skype.png");
}
.header__social-item_viber {
    background: url("../img/header/viber.png");
}
.header__email {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #d45985;
    margin: 0 15px;
}
.menu {
    margin-top: 7.5px;
}
.menu__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 7.5px;
    box-sizing: border-box;
}
.menu__list-item {
    padding: 0;
}
.menu_list-link {
    display: inherit;
    text-decoration: none;
    color: #3b3b3b;
    padding: 7.5px 15px;
    border:0;
}
.menu-open {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 30px;
    width: 30px;
    padding: 15px;
    cursor: pointer;
}
.menu-open span {
    background: #d45985;
    width: 100%;
    height: 2px;
}

/* Промо */
.promo {
    background: url("../img/promo/bg.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
}
.promo__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: calc(125px + 30px) 15px 30px 15px;
    position: relative;
    z-index: 1;
}
.promo__left {
    margin-right: 30px;
}
.promo__title {
    text-align: left;
}
.promo__desc {
    text-align: left;
    margin-top: 60px;
}
.promo__girl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 110px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.promo__girl-picture {
    display: block;
    max-width: 100%;
    margin-right: 45px;
}
.promo__form-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-basis: 450px;
    height: 450px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 100%;
    max-width: 100%;
}
.promo__form-container {
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
}
.promo-form {
    margin-top: 10px;
}

/* Скидки */
.sale {
    padding: 70px 0;
}
.sale-inner {
    background: url("../img/sale/inner.jpg") left center no-repeat;
    background-size: cover;
    width: 1140px;
    max-width: 100%;
    padding: 70px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 70px;
    border-radius: 20px;
}
.sale-inner__title {
    text-align: left;
}
.sale-inner__desc {
    text-align: left;
    margin-top: 15px;
}
.sale-inner-sales {
    padding-top: 15px;
}
.sale-inner-sale__title {
    display: table;
    background: #d25783;
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    margin-top: 25px;
    padding: 5px 5px 5px 70px;
    margin-left: -70px;
    position: relative;
    border: 0 solid #d25783;
    transition: .1s ease-out;
    transition-property: border-color,background;
}
.sale-inner-sale__title:after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-color: rgba(255,219,76,0);
    border-left-color: inherit;
    -o-transform: rotate(360deg);
    top: 0;
    right: -15px;
    border-width: 24px 0 24px 15px;
}
.sale-inner-sale__desc {
    color: #d65985;
    font-size: 36px;
    line-height: 42px;
    margin-top: 15px;
}
.sale-inner-sale__action {
    margin-top: 25px;
    font-size: 18px;
    line-height: 24px;
}
.sale-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 10px 15px 30px 15px;
    width: 820px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}
.sale-form__field {
    flex-basis: 260px;
    padding: 0 15px;
    box-sizing: border-box;
}
.sale-form__input {
    text-align: left;
}
.sale__link {
    margin: 0 auto;
    margin-top: 35px;
}
.sale__inner {
    background: url("../img/sale/inner.png") center center no-repeat;
    position: absolute;
    left: -630px;
    top: 100%;
    height: 454px;
    width: 732px;
    z-index: -1;
}

/* О родах */
.about {
    padding: 70px 0;
}
.about-items {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 35px;
} 
.about-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 320px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 35px;
}
.about-item__picture {
    display: block;
    max-width: 100%;
}
.about-item__title {
    font-family: "HelveticaMedium", sans-serif;
}

/* Почему */
.why {
    background: #f7f7f7;
    padding: 70px 0;
    overflow: hidden; 
}
.why-items {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 35px;
}
.why-item {
    flex-basis: 360px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 35px;
}
.why-item__picture-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
}
.why-item__picture {
    display: block;
}
.why-item__title {
    font-family: "HelveticaMedium", sans-serif;
}
.why-item__desc {
    text-align: center;
    margin-top: 10px;
}
.why__btn {
    margin: 0 auto;
    margin-top: 50px;
}

/* Отзывы */
.reviews {
    padding: 70px 0;
    overflow: hidden;
}
.reviews-slider {
    padding: 0 35px;
    margin-top: 70px;
}
.reviews-slide {
    width: 360px;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.reviews-slide__title {
    font-size: 18px;
    line-height: 24px;
    color: #d45985;
    position: relative;
    padding: 0 15px;
}
.reviews-slide__title:after {
    content: """;
    position: absolute;
    right: 15px;
    top: -50px;
    font-size: 72px;
    line-height: 72px;
    color: #d45985;
}
.reviews-slide__content {
    background: #f2f2f2;
    padding: 25px;
    border-radius: 15px;
    box-sizing: border-box;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: 0.3s;
}
.reviews-slide__content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: -moz-linear-gradient(top,  rgba(242,242,242,0) 0%, rgba(242,242,242,1) 71%, rgba(242,242,242,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 71%,rgba(242,242,242,1) 100%);
    background: linear-gradient(to bottom,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 71%,rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 );
    transition: 0;
}
.reviews-slide__content_active {
    background: #d65985;
    height: auto;
}
.reviews-slide__content_active::after {
    display: none;
}
.reviews-slide__content_active .reviews-slide__desc {
    color: #fff;
}

/* Врачи */
.doctors {
    background: #f7f7f7;
    padding: 70px 0;
}
.doctors__container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
}
.doctors__col {
    width: 400px;
    max-width: 100%;
    margin-top: 35px;
}
.doctors-slider {
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin-top: 35px;
}
.doctors-slide {
    width: 360px;
    max-width: 100%;
    box-sizing: border-box;
}
.doctors-slide__header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.doctors-slide__header-left,
.doctors-slide__header-right {
    padding: 0 15px;
}
.doctors-slide__header-left {
    flex-basis: 170px;
}
.doctors-slide__header-right {
    flex-basis: 180px;
}
.doctors-slide__header-right a {
    color: #d45985 !important;
    text-decoration:none;
    border-bottom: 1px solid;
    padding-top:10px;
}
.doctors-slide__picture {
    display: block;
    max-width: 100%;
    border-radius: 100%;
}
.doctors-slide__name,
.doctors-slide__lastname {
    font-size: 21px;
    line-height: 27px;
    color: #d65985;    
}
.doctors-slide__desc {
    text-align:center;
}
.doctors-slide__lastname {
    display: initial;
    border-bottom: 1px solid;
}
.doctors-slide__post {
    color: #d65985;
    text-align:center;
    /*margin-top: 15px;*/
}
.doctors-slide__content {
    padding: 0 15px;
    margin-top: 22px;
}
.institutions-slider {
    width: 100%;
    margin-top: 35px;
}
.institutions-slide {
    padding: 0 15px;
}
.institutions-slide__picture {
    display: block;
    max-width: 100%;
    border-radius: 15px;
}
.img-article {
    height: 200px;
    width: 350px;
    display: block;
    max-width: 100%;
    border-radius: 15px;
}
    
.institutions-slide__title {
    margin-top: 15px;
    font-size: 21px;
    line-height: 27px;
    color: #414141;
    display: inherit;
}
.strings2 {
 min-height:54px;
    display:block;
}
.institutions-slide__desc {
    margin-top: 15px;
}
.institutions-slide__link {
    margin-top: 15px;
}

/* Работа */
.work {
    padding: 70px 0;
    overflow: hidden;
}
.work-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 35px;
}
.work-item {
    flex-basis: 260px;
    padding: 0 15px;
    margin-top: 35px;
}
.work-item__header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.work-item__number {
    font-size: 60px;
    line-height: 66px;
    color: #e3e3e3;
    width: 35px;
    margin-left: -50px;
    margin-right: 15px;
}
.work-item__title {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px;
}

/* Новости */
.articles {
    background: #f7f7f7;
    padding: 70px 0;
    position: relative;
}
.articles-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
}
.articles-item {
    flex-basis: 380px;
    width: 380px;
    margin-top: 35px;
    padding: 0 15px;
    box-sizing: border-box;
}
.articles-item .link-clinic a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #d45985;    
}

/* Вопросы */
.questions {
    padding: 70px 0;
    overflow: hidden;
}
.questions-items-container {
    position: relative;
}
.questions-items {
    background: #fff;
    padding: 25px 45px;
    box-sizing: border-box;
    width: 1030px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.questions-item {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
    cursor: pointer;
}
.questions-item:last-child {
    border: 0;
}
.questions-item_active {
    background: #efefef;
    border-radius: 15px;
}
.questions-item__header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.questions-item__title {
    font-family: "HelveticaMedium", sans-serif;
    flex-basis: calc(100% - 35px);
    font-size: 21px;
    line-height: 27px;
    box-sizing: border-box;
    padding: 0 15px;
    transition: 0.3s;
}
.questions-item__arrow {
    background: url("../img/questions/arrow.svg") center center no-repeat;
    background-size: cover !important;
    height: 20px;
    width: 20px;
    transform: rotate(0deg);
    transition: 0.3s;
    margin-right: 15px;
}
.questions-item__content {
    display: none;
    margin-top: 15px;
    padding: 0 15px;
}
.questions-item__answer {
    font-family: "FuturaFuturisLightC", sans-serif;
}
.questions-item_active .questions-item__arrow {
    transform: rotate(180deg);
}
.questions-item__list-number-item {
    font-family: "HelveticaLight", sans-serif;
    margin-top: 10px;
    margin-left: 25px;
}
.questions-item__link {
    margin-top: 15px;
}

/* Остались вопросы */
.remained {
    background: url("../img/remained/bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.remained__title,
.remained__desc {
    text-align: left;
}
.remained-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: calc(100% + 30px);
    position: relative;
    margin-top: 35px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.remained-form__field {
    flex-basis: 260px;
    padding: 0 15px;
    box-sizing: border-box;
}
.remained-form__input {
    text-align: left;
}

/* Футер */
.footer {
    padding: 25px 0 35px 0;
    overflow: hidden;
}
.footer-cols {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer-col {
    flex-basis: 290px;
    padding: 0 15px;
    margin-top: 10px;
    box-sizing: border-box;
}
.footer-list__item {
    margin-top: 5px;
}
.footer-list__link {
    text-decoration: none;
    color: #414141;
}

/* Новость */
.new {
    padding: 0 0 70px 0;
}
.new p {
    font-family: "HelveticaLight", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px;
}
.new h1,
.new h2,
.new h3,
.new h4 {
    text-align: left;
    margin-top: 45px;
}
.new h4 {
    font-size:24px;
    padding-bottom:10px;
}
.new ol {
    counter-reset: myCounter;
    margin-top: 15px;
}
.new ol li {
    font-family: "HelveticaLight", sans-serif;
    list-style: none;
    margin-top: 15px;
}
.new ol li:before {
    font-family: "HelveticaLight", sans-serif;
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #edd2e8;
    display: inline-block;
    text-align: center;
    margin: 5px 10px 5px 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 24px;
    color: #c84570;
}
.new ul {
    margin-top: 15px;
}
.new ul li {
    font-family: "HelveticaLight", sans-serif;
    list-style: none;
    margin-top: 15px;
    position: relative;
    padding-left: 35px;
}
.new ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    color: white;
    background: #c84570;;
    text-align: center;
    width: 20px;
    height: 2px;
}
.new-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 45px;
}
.new-block__left,
.new-block__right {
    padding: 0 15px;
    box-sizing: border-box;
}
.new-block__left {
    flex-basis: 400px;
}
.new-block__right {
    flex-basis: calc(100% - 400px);
}
.new-block__picture {
    display: block;
    max-width: 100%;
}

/* Пакеты */
.packages {
    /*background: #efefef;*/
    padding: 70px 0;
    position: relative;
}
.packages-items {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -15px;
    margin-top: 35px;
}
.packages-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-basis: 400px;
    margin: 0 15px;
    margin-top: 35px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
}
.packages-item_1 {
    background-image: url("../img/packages/package-1.jpg");
}
.packages-item_2 {
    background-image: url("../img/packages/package-2.jpg");
}
.packages-item__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.packages-item__logo {
    padding-right: 30px;
}
.packages-item__logo-picture {
    display: block;
    max-width: 100%;
}
.packages-item__title {
    font-family: "HelveticaLight", sans-serif;
    font-size: 21px !important;
    line-height: 27px !important;    
    color: #414141;
}
.packages-item__name {   
    font-family: "HelveticaMedium", sans-serif;
    font-size: 36px;
    line-height: 42px;    
    color: #d65985;
}
.packages-item__text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
}
.packages-item__link {
    margin-top: 15px;
}
.packages-item__link_2 {
    margin-top: 55px;
}
.sale-inner-sale__title_small {
    font-size: 18px;
    line-height: 24px;
    margin-top: 35px;
}

/* Модальные окна */
.popup {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    overflow: auto;
    padding: 40px 20px 40px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}
.popup__box {
    background: #fff;
    box-sizing: border-box;
    margin: 20px auto;
    max-width: 100%;
    position: relative;
    width: 420px;
    border-radius: 5px;
    z-index: 1;
}
.popup__content {
    padding: 30px;
    position: relative;
    box-sizing: border-box;
}
.popup__close {
    background: url("../img/popup/close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
    text-decoration: none;
    position: absolute;
    right: -35px;
    top: 0;
    opacity: .7;
    transition: 0.3s;
    cursor: pointer;
    z-index: 1;
}
.popup__close:hover {
    opacity: 1;
}
.popup__header {
    padding: 15px;
    border-radius: 5px;
}
.popup__title {
    text-align: center;
    box-sizing: border-box;
    font-size: 26px;
    line-height: 32px;
    color: #000;
}
.popup__desc {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    color: #000;
}
.popup-callback-form__input,
.popup-callback-form__submit {
    width: 100%;
}
@media screen and (max-width: 660px) {
    .popup__title {
        font-size: 18px;
        line-height: 24px;
    }
}
.popup-callback__content {
    padding-top: 0;
}