.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

.header {
    position: static;
    min-height: 600px;
    background-image: url('../images/header-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Bitter, serif;
}

.header2 {
    position: static;
    min-height: 200px;
    background-image: url('../images/header-bg2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Bitter, serif;
}

.body {
    height: 750px;
    font-family: Lato, sans-serif;
}

.navbar {
    background-color: transparent;
}

.navbar.navbar--sticky {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1001;
    display: none;
    border-bottom: 2px solid #d20005;
    background-color: #e9e8ec;
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
}

.navbar__container {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.navbar__menu {
    display: block;
    float: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: right;
}

.navbar__link {
    padding: 30px 10px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    cursor: pointer;
}

.navbar__link:hover {
    color: #d20005;
}

.navbar__link.w--current {
    color: #d20005;
    font-weight: 400;
    text-decoration: underline;
}

.navbar__options {
    display: inline-block;
    margin-left: 20px;
    padding: 30px 10px 0px;
    font-family: Lato, sans-serif;
    line-height: 1em;
    text-decoration: none;
}

.hero__container {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 20px 60px;
}

.herp__name {
    margin-bottom: 30px;
    font-family: Playfairdisplaysc, sans-serif;
    font-size: 57px;
    line-height: 1.4em;
}

.herp__name2 {

    font-family: Playfairdisplaysc, sans-serif;
    font-size: 43px;
    line-height: 1.4em;
}

.hero__column {
    padding-right: 0px;
    padding-left: 0px;
}

.hero__heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 400;
}

.specializations {
    display: inline-block;
    margin-bottom: 40px;
}

.specializations.hero__specializations {
    display: block;
}

.specializations__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.specializations__text {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: Lato, sans-serif;
    color: #333;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 400;
    text-decoration: none;
}

.specializations__text.specializations__text--link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    cursor: pointer;
}

.specializations__text.specializations__text--link:hover {
    text-decoration: underline;
}

.hero__specializations__column {
    padding: 0px;
}

.specializations__dot {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #d20005;
}

.hero__specializations__columns {
    display: block;
}

.button {
    display: inline-block;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #d20005;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
}

.button:hover {
    background-color: #ad0004;
}

.button.button--small {
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
}

.button.button--small.popup__button {
    height: 50px;
}

.button.problem__submit-button {
    width: 100%;
}

.button.button__small {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.button.button__small.question__submit-button {
    width: 100%;
}

.button.add-review__submit-button {
    margin-top: 20px;
}

.advantages__container {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px 40px;
}

.heading {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.heading.heading--important {
    color: #d20005;
}

.heading.heading--important.advantages__heading {
    margin-bottom: 40px;
}

.heading.services__heading {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.heading.practice__heading {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
}

.heading.reviews__heading {
    margin-bottom: 0px;
}

.heading.contacts__heading {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
}

.heading__text {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.4em;
    text-transform: uppercase;
}

.heading__underline {
    height: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/underline-icon.svg');
    background-position: 50% 50%;
    background-size: 122px 12px;
    background-repeat: no-repeat;
}

.heading__underline.heading__underline--important {
    background-image: url('../images/underline-icon-important.svg');
}

.advantages__columns {
    margin-bottom: 0px;
}

.advantages__column {
    padding-right: 0px;
    padding-left: 0px;
}

.advantage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.advantage.advantages__item {
    margin-right: 0px;
    margin-bottom: 20px;
}

.advantage.advantages__item.advantages__item--left {
    margin-right: 60px;
}

.advantage.advantages__item.advantages__item--right {
    margin-left: 60px;
}

.advantage__decoration {
    width: 4px;
    height: 25px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #d20005;
}

.advantage__heading {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.4em;
}

.advantage__text {
    font-size: 16px;
    line-height: 1.4em;
}

.services__container {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px 40px;
}

.services__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service {
    padding: 10px;
    
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}



.service.services__item {
    margin: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 350px;
    -ms-flex: 1 0 350px;
    flex: 1 0 350px;
    background-color: #fffde9;
}

.service.services__item2 {
    margin: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 350px;
    -ms-flex: 1 0 350px;
    flex: 1 0 350px;
    
}

.service__content {
    padding: 20px;
    border: 1px solid #b4b8bb;
}

.service__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 170px;
    padding-bottom: 10px;
}

.service-icon {
    width: 72px;
    height: 72px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.service-icon.service-icon--1 {
    background-image: url('../images/business-service-icon.svg');
    background-position: 50% 50%;
    background-size: 72px 72px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--2 {
    background-image: url('../images/family-service-icon.svg');
    background-position: 50% 50%;
    background-size: 65px 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--3 {
    background-image: url('../images/executive-service-icon.svg');
    background-position: 50% 50%;
    background-size: 68px 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--4 {
    background-image: url('../images/labor-service-icon.svg');
    background-position: 50% 50%;
    background-size: 60px 62px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--5 {
    background-image: url('../images/civil-service-icon.svg');
    background-position: 50% 50%;
    background-size: 65px 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--6 {
    background-image: url('../images/auto-service-icon.svg');
    background-position: 50% 50%;
    background-size: 60px 57px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--7 {
    background-image: url('../images/land-service-icon.svg');
    background-position: 50% 50%;
    background-size: 34px 48px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--8 {
    background-image: url('../images/housing-service-icon.svg');
    background-position: 0px 0px;
    background-size: 69px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--9 {
    background-image: url('../images/property-service-icon.svg');
    background-position: 50% 50%;
    background-size: 59px 59px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--10 {
    background-image: url('../images/cadastre-icon-1.svg');
    background-position: 50% 50%;
    background-size: 69px 66px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--11 {
    background-image: url('../images/deal-icon.svg');
    background-position: 50% 50%;
    background-size: 60px 59px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--12 {
    background-image: url('../images/court-icon.svg');
    background-position: 50% 50%;
    background-size: 67px 63px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--13 {
    background-image: url('../images/law-icon.svg');
    background-position: 50% 50%;
    background-size: 62px 62px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--14 {
    background-image: url('../images/cadastre-icon-2.svg');
    background-position: 50% 50%;
    background-size: 64px 61px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--15 {
    background-image: url('../images/document-icon.svg');
    background-position: 50% 50%;
    background-size: 49px 55px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--16 {
    background-image: url('../images/service-icon--31.svg');
    background-position: 50% 50%;
    background-size: 65px 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--17 {
    background-image: url('../images/service-icon--17.svg');
    background-position: 50% 50%;
    background-size: 59px 61px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--18 {
    background-image: url('../images/service-icon-18.svg');
    background-position: 50% 50%;
    background-size: 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--19 {
    background-image: url('../images/service-icon--19.svg');
    background-position: 50% 50%;
    background-size: 65px 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--20 {
    background-image: url('../images/service-icon--20.svg');
    background-position: 50% 50%;
    background-size: 65px 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--21 {
    background-image: url('../images/service-icon-21.svg');
    background-position: 50% 50%;
    background-size: 55px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--22 {
    background-image: url('../images/service-icon-22.svg');
    background-position: 50% 50%;
    background-size: 59px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--23 {
    background-image: url('../images/service-icon-23.svg');
    background-position: 50% 50%;
    background-size: 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--24 {
    background-image: url('../images/service-icon-24.svg');
    background-position: 50% 50%;
    background-size: 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--25 {
    background-image: url('../images/service-icon-25.svg');
    background-position: 50% 50%;
    background-size: 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--26 {
    background-image: url('../images/service-icon-26.svg');
    background-position: 50% 50%;
    background-size: 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--27 {
    background-image: url('../images/service-icon-27.svg');
    background-position: 50% 50%;
    background-size: 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--28 {
    background-image: url('../images/service-icon-28.svg');
    background-position: 50% 50%;
    background-size: 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--29 {
    background-image: url('../images/service-icon-29.svg');
    background-position: 50% 50%;
    background-size: 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--30 {
    background-image: url('../images/service-icon-30.svg');
    background-position: 50% 50%;
    background-size: 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--31 {
    background-image: url('../images/service-icon-31.svg');
    background-position: 50% 50%;
    background-size: 65px;
    background-repeat: no-repeat;
}

.service-icon.service-icon--32 {
    background-image: url('../images/service-icon-32.svg');
    background-position: 50% 50%;
    background-size: 65px;
    background-repeat: no-repeat;
}

.heading-2 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.4em;
}

.heading-2.heading-2--active {
    color: #d20005;
    text-decoration: none;
}

.list {
    padding-left: 0px;
    list-style-type: none;
}

.problem {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../images/header-bg2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.problem__container {
    position: relative;
    max-width: 1340px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 100px;
    border-radius: 10px;
    background-color: #fff;
}

.problem__heading {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
}

.input {
    margin-bottom: 0px;
    border-radius: 5px;
}

.input.question__input {
    margin-bottom: 10px;
}

.input.popup__input {
    height: 50px;
    margin-right: 10px;
    padding: 14px;
    font-size: 16px;
    line-height: 1.4em;
}

.text-area {
    margin-bottom: 0px;
    border-radius: 5px;
}

.text-area.question__text-area {
    margin-bottom: 10px;
}

.column {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

.practice {
    padding-top: 60px;
    padding-bottom: 60px;
}

.practice__slider {
    height: 520px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
}

.file {
    width: auto;
    max-width: 900px;
    margin: 15px auto;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.practice__arrow {
    width: 100px;
    background-color: hsla(0, 0%, 100%, 0.1);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #333;
    cursor: pointer;
}

.practice__arrow:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.slide-nav {
    display: none;
}

.file__photo {
    text-align: center;
}

.file__image {
    width: 250px;
    height: 300px;
}

.file__heading {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #d20005;
    font-size: 16px;
    line-height: 1.4em;
}

.file__problem {
    line-height: 1.4em;
}

.file__subtitle {
    color: #d20005;
    font-weight: 700;
}

.reviews__container {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px;
    text-align: center;
}

.reviews__content {
    padding-top: 40px;
}

.review {
    position: relative;
    margin-top: 50px;
    margin-left: 50px;
    padding: 50px;
    border: 1px solid #d20005;
    border-radius: 5px;
    background-color: #fff;
}

.review__image {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    border-radius: 50%;
}

.review__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.review__name {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
}

.review__date {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
}

.review__text {
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
}

.review__photo {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reviews__more-button {
    margin-top: 40px;
    padding: 10px;
    background-color: transparent;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #333;
    font-size: 18px;
    line-height: 1.4em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.reviews__more-button:hover {
    color: #d20005;
}

.reviews__more {
    display: none;
}

.contacts {
    padding-top: 60px;
    padding-bottom: 0px;
}

.contacts__content {
    position: relative;
}

.contacts__container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.contact-card {
    display: inline-block;
    padding: 20px;
    background-color: #fff;
}

.contact-card.contacts__contact-card {
    max-width: 400px;
}

.contacts__column {
    text-align: center;
}

.contact-card__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-card__icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contact-card__icon.contact-card__icon--phone {
    background-image: url('../images/phone-icon.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.contact-card__icon.contact-card__icon__mail {
    background-image: url('../images/mail-icon.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.contact-card__icon.contact-card__icon--address {
    background-image: url('../images/location-icon.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.contact-card__icon.contact-card__icon--working-time {
    background-image: url('../images/time-icon.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.contact-card__data {
    margin-bottom: 0px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
}

.contact-card__data.contact-card__data--link {
    cursor: pointer;
}

.contact-card__data.contact-card__data--link:hover {
    text-decoration: underline;
}

.contacts__wrap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
}

.navbar__mobile-phone {
    display: none;
}

.footer {
    background-color: #404952;
    color: #fff;
}

.footer__container {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 20px;
}

.footer__link {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
    text-decoration: none;
}

.footer__link:hover {
    text-decoration: underline;
}

.footer__site-map {
    padding: 20px 10px;
    text-align: center;
}

.footer__info {
    padding: 20px;
    text-align: center;
}

.footer__copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
}

.service__link {
    display: block;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.service__link:hover {
    text-decoration: underline;
}

.footer__text {
    font-size: 16px;
    line-height: 1.4em;
    text-align: justify;
}

.widget {
    position: fixed;
    left: auto;
    top: auto;
    right: 60px;
    bottom: 40px;
    z-index: 4;
    width: 75px;
    height: 75px;
}

.widget__decoration {
    position: absolute;
    left: auto;
    top: auto;
    right: 60px;
    bottom: 60px;
    z-index: 1001;
    width: 75px;
    height: 75px;
    border: 6px solid #fff;
    border-radius: 50%;
    background-color: #82b941;
    background-image: url('../images/phone-icon_1.svg');
    background-position: 50% 50%;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.widget__phone-button {
    position: absolute;
    right: 60px;
    bottom: 60px;
    z-index: 1000;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #82b941;
}

.widget-form__subheading {
    margin-bottom: 25px;
    color: #333;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
}

.widget-form__form {
    position: relative;
    padding: 40px;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
    text-align: center;
}

.widget-form {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1002;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Open Sans', sans-serif;
}

.widget-form__heading {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 600;
}

.widget-form__form-block {
    position: relative;
    left: 50%;
    top: 10%;
    width: auto;
    max-width: 640px;
    margin: 0px;
    padding: 20px;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
}

.widget-form__submit-button {
    min-height: 60px;
    padding: 20px;
    border-radius: 2px;
    background-color: #82b941;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.widget-form__submit-button:hover {
    background-color: #90c951;
}

.widget-form__workspace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget-form__input {
    min-height: 60px;
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.4em;
}

.widget-form__close-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url('../images/close-button.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.widget-form__close-button:hover {
    opacity: 0.75;
}

.problem__primary-text {
    color: #d20005;
}

.step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.step.problem__step {
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.step__number {
    width: 42px;
    height: 51px;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: Montserrat, sans-serif;
    color: #d20005;
    font-size: 64px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.step__number.step__number--1 {
    background-image: url('../images/problem-1-icon.svg');
    background-position: 0% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
}

.step__number.step__number--2 {
    background-image: url('../images/problem-2-icon.svg');
    background-position: 0% 50%;
    background-size: 42px 51px;
    background-repeat: no-repeat;
}

.step__number.step__number--3 {
    background-image: url('../images/problem-3-icon.svg');
    background-position: 0% 50%;
    background-size: 42px 51px;
    background-repeat: no-repeat;
}

.step__text {
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    line-height: 1.4em;
    font-weight: 500;
    text-align: left;
}

.question {
    background-image: url('../images/question-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.question__container {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px;
}

.heading-3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #d20005;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.paragraph {
    max-width: 420px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
}

.link {
    color: #333;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.question__text-area {
    min-height: 120px;
}

.whatsapp-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #1bd741;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    text-decoration: none;
}

.whatsapp-button:hover {
    background-color: #3ee760;
}

.whatsapp-button:active {
    background-color: #15aa33;
}

.whatsapp-button__icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/whatsapp-icon.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.paragraph-2 {
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
}

.viber-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #7d3daf;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    text-decoration: none;
}

.viber-button:hover {
    background-color: #965ac5;
}

.viber-button:active {
    background-color: #623089;
}

.viber-button__icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background-image: url('../images/viber-icon.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.telegram-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #61a8de;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    text-decoration: none;
}

.telegram-button:hover {
    background-color: #76b4e2;
}

.telegram-button:active {
    background-color: #4c9cda;
}

.telegram-button__icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background-image: url('../images/telegram-icon.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.question__call-button {
    margin-bottom: 10px;
}

.paragraph-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1001;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup.popup--add-review {
    display: none;
}

.popup.popup--add-review.js-open-add-review {
    display: none;
}

.popup__form {
    position: relative;
    padding: 40px;
    background-color: #fff;
    color: #333;
}

.popup__form-block {
    max-width: 600px;
    margin: 10px;
    border: 2px solid #d20005;
}

.popup__heading {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
}

.popup__primary-text {
    color: #d20005;
    text-transform: uppercase;
}

.popup__inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.popup__close-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url('../images/close.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.popup__close-button:hover {
    opacity: 1;
}

.checkbox-label {
    font-size: 12px;
}

.paragraph-4 {
    font-family: Montserrat, sans-serif;
    color: #d20005;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.hero__accent {
    color: #d20005;
    font-weight: 700;
}

.reviews__add-button {
    margin-top: 20px;
    padding: 10px 10px 10px 30px;
    background-color: transparent;
    background-image: url('../images/add-icon.svg');
    background-position: 10px 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #333;
    font-size: 18px;
    line-height: 1.4em;
    text-decoration: none;
    text-transform: uppercase;
}

.reviews__add-button:hover {
    color: #d20005;
}

.add-review {
    -webkit-box-flex: 0;
    -webkit-flex: 0 800px;
    -ms-flex: 0 800px;
    flex: 0 800px;
}

.add-review__form {
    position: relative;
    margin: 0 0 10px;
    background-color: #fff;
}

.add-review__data-column {
    padding: 30px;
    background-color: #fff;
}

.add-review__info-column {
    padding: 30px;
    background-color: transparent;
    text-align: center;
}

.add-review__info-image {
    display: block;
    height: 169px;
    margin-top: 45px;
    margin-bottom: 20px;
    background-image: url('../images/add-review-femida.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.add-review__info-text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
}

.add-review__accent {
    color: #d20005;
}

.add-review__title {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #d20005;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.add-review__subtitle {
    margin-bottom: 20px;
    line-height: 1.4em;
    text-align: center;
}

.add-review__close-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 30px;
    height: 30px;
    padding: 0px;
    background-color: transparent;
    background-image: url('../images/close.svg');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.add-review__close-button:hover {
    opacity: 0.75;
}

.add-review__label {
    margin-bottom: 20px;
    padding-top: 9.2px;
    padding-right: 20px;
    padding-bottom: 9.2px;
    line-height: 1.4em;
    font-weight: 400;
}

.text-field {
    margin-bottom: 0px;
    border-radius: 5px;
}

.text-field.add-review__text-field {
    margin-bottom: 20px;
}

.policy-checkbox {
    margin-bottom: 0px;
    color: #777;
    font-size: 12px;
    line-height: 1.4em;
}

.policy-checkbox__label {
    margin-bottom: 0px;
}

.policy-checkbox__checkbox {
    margin-top: 2px;
}

.textarea {
    min-height: 100px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.textarea.add-review__text-area {
    margin-bottom: 20px;
}

.add-review__columns {
    background-color: #f1f1f1;
}

.html-embed {
    padding-top: 8px;
    padding-bottom: 8px;
}

.rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rating__radio {
    margin-bottom: 0px;
    padding-left: 0px;
    cursor: pointer;
}

.radio-button {
    width: 35px;
    height: 35px;
    margin: 2px 2px 1px 0px;
    float: none;
    border-style: none;
    border-radius: 0%;
    background-image: url('../images/star-icon.svg');
    background-position: 50% 50%;
    background-size: 35px;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.radio-button.w--redirected-checked {
    border: 0px none transparent;
    border-radius: 0%;
    -webkit-filter: none;
    filter: none;
}

.radio-button-label {
    margin-bottom: 0px;
}

.bottom-navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1001;
    display: none;
    background-color: #404952;
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
}

.bottom-navbar__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bottom-navbar__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.bottom-navbar__link {
    display: block;
    padding: 30px 10px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
}

.bottom-navbar__link:hover {
    color: #d20005;
}

.bottom-navbar__link.w--current {
    color: #d20005;
    text-decoration: underline;
}

.bottom-navbar__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-navbar__callback-button {
    padding: 10px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 10px;
    background-color: #d20005;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
}

.bottom-navbar__callback-button:hover {
    background-color: #ad0004;
}

.review__decoration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 20px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review__star {
    width: 20px;
    height: 20px;
    background-image: url('../images/star-icon.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.review__star.review__star--disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.columns {
    margin-right: auto;
    margin-left: auto;
}

.image {
    position: absolute;
    left: auto;
    top: auto;
    right: -20px;
    bottom: -20px;
    z-index: 1;
    display: block;
}

.column-3 {
    position: static;
}

.text-field-2 {
    border-radius: 5px;
}

.textarea-2 {
    min-height: 100px;
    border-radius: 5px;
}

.form {
    position: relative;
    z-index: 2;
}

.field-label {
    text-align: left;
}

.up {
    position: fixed;
    right: 125px;
    bottom: 250px;
    z-index: 2;
    display: block;
    width: 65px;
    height: 65px;
    background-color: transparent;
    background-image: url('../images/up-icon.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.services__stub {
    margin: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 350px;
    -ms-flex: 1 0 350px;
    flex: 1 0 350px;
}

.navbar__phone {
    display: block;
    color: #d20005;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    text-decoration: none;
}

.navbar__phone:hover {
    text-decoration: underline;
}

.navbar__callback-button {
    padding: 0px;
    background-color: transparent;
    color: #404952;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    text-decoration: underline;
}

.button-2 {
    display: none;
}

.checkbox-field {
    margin-bottom: 0px;
    color: #777;
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
}

.checkbox {
    margin-top: 1px;
}

.checkbox-label-2 {
    margin-bottom: 0px;
}

.link-2 {
    color: #777;
    text-decoration: none;
}

.link-2:hover {
    text-decoration: underline;
}

.link-3 {
    color: #777;
    text-decoration: none;
}

.link-3:hover {
    text-decoration: underline;
}

.checkbox-field-2 {
    background-color: hsla(0, 0%, 100%, 0.75);
    color: #777;
    text-align: left;
}

.link-4 {
    color: #777;
    text-decoration: none;
}

.link-4:hover {
    text-decoration: underline;
}

.column-4 {
    display: block;
    padding-right: 0px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
}

.bold-text {
    border-bottom: 2px solid #b22222;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
}

.price_list-blok-colum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
}

.text-block {
    display: block;
    color: #000;
    font-size: 18px;
}

.service_name {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.column-5 {
    text-align: right;
}

.column-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #eee;
}

.heading-4 {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.italic-text {
    color: #000;
    font-size: 18px;
}

.price_list-blok {
    margin-bottom: 40px;
    padding: 20px 40px;
    border: 1px solid #b22222;
}

.price_list-blok-info {
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-block-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
}

.price_list {
    padding-top: 60px;
}

.price_list-conteiner {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    color: #000;
}

.button-3 {
    display: inline-block;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #d20005;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
}

.button-3:hover {
    background-color: #ad0004;
}

.link-5 {
    display: none;
    color: #000;
    text-decoration: none;
}

.link-5.js-popup-open.link-form {
    display: block;
}

@media (max-width: 991px) {
    .navbar__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: Lato, sans-serif;
    }

    .navbar__menu {
        background-color: #d20005;
    }

    .navbar__link {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
    }

    .navbar__link:hover {
        color: #fff;
    }

    .navbar__link.w--current {
        color: #fff;
        font-weight: 700;
    }

    .navbar__options {
        display: none;
    }

    .hero__container {
        padding-bottom: 20px;
    }

    .advantages__container {
        padding-bottom: 40px;
    }

    .problem {
        min-height: auto;
        background-color: #edebef;
        background-image: url('../images/mobile-bg.jpg');
        background-position: 50% 50%;
        background-size: cover;
    }

    .practice__slider {
        height: 550px;
    }

    .practice__arrow {
        width: 40px;
    }

    .navbar__mobile-phone {
        display: block;
        margin-left: 20px;
        color: #333;
        font-size: 20px;
        line-height: 1.4em;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
    }

    .navbar__mobile-phone:hover {
        text-decoration: underline;
    }

    .menu-button {
        background-color: transparent;
        color: #000;
    }

    .menu-button.w--open {
        background-color: #d20005;
        color: #fff;
    }

    .question {
        background-image: url('../images/mobile-bg.jpg');
        background-position: 50% 50%;
    }

    .image {
        display: none;
    }

    .column-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .service_name {
        line-height: 30px;
    }

    .column-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .price_list {
        padding-right: 10px;
        padding-left: 10px;
    }

    .link-5 {
        display: block;
    }

    .link-5.js-popup-open.link-form {
        display: none;
    }
}

@media (max-width: 767px) {
    .header {
        min-height: auto;
        background-color: #e9e8ec;
        background-image: url('../images/mobile-bg.jpg');
        background-position: 50% 50%;
        background-size: cover;
    }

    .navbar {
        background-color: #e9e8ec;
    }

    .herp__name {
        margin-bottom: 10px;
        font-size: 42px;
        text-align: center;
    }

    .hero__heading {
        margin-bottom: 10px;
        text-align: center;
    }

    .specializations.hero__specializations {
        display: block;
        margin-bottom: 10px;
    }

    .specializations__item {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .button.hero__appointment-button {
        width: 100%;
    }

    .button.add-review__submit-button {
        margin-top: 10px;
    }

    .advantages__container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .heading.heading--important.advantages__heading {
        margin-bottom: 20px;
    }

    .heading.services__heading {
        margin-bottom: 0px;
    }

    .heading.practice__heading {
        margin-bottom: 20px;
    }

    .advantage.advantages__item.advantages__item--left {
        margin-right: 0px;
    }

    .advantage.advantages__item.advantages__item--right {
        margin-left: 0px;
    }

    .services__container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .service.services__item {
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }

    .service__content {
        padding: 10px;
    }

    .problem__container {
        padding: 20px 20px 10px;
    }

    .problem__heading {
        margin-bottom: 20px;
    }

    .input.popup__input {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .practice {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .practice__slider {
        height: 520px;
    }

    .file {
        padding: 20px;
    }

    .practice__arrow {
        width: 40px;
    }

    .file__photo {
        display: none;
        padding-bottom: 20px;
    }

    .reviews__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .review.reviews__item {
        margin-top: 0px;
        margin-left: 0px;
        padding: 20px;
    }

    .review__photo {
        position: static;
        display: block;
        margin-bottom: 20px;
        border-radius: 0%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
    }

    .contacts__container {
        position: static;
    }

    .contact-card.contacts__contact-card {
        position: relative;
        z-index: 2;
    }

    .widget {
        right: 30px;
        bottom: 30px;
        width: 40px;
        height: 40px;
    }

    .widget__decoration {
        right: 30px;
        bottom: 30px;
        width: 40px;
        height: 40px;
        border-width: 3px;
        background-size: 20px 20px;
    }

    .widget__phone-button {
        right: 30px;
        bottom: 30px;
        width: 40px;
        height: 40px;
    }

    .widget-form__subheading {
        font-size: 16px;
    }

    .widget-form__heading {
        font-size: 20px;
    }

    .widget-form__submit-button {
        width: 100%;
    }

    .widget-form__workspace {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .widget-form__input {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .step.problem__step {
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .question__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .column-2 {
        height: auto;
    }

    .popup.popup--add-review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .popup__inputs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .add-review {
        overflow: auto;
    }

    .add-review__info-image {
        height: 100px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .add-review__info-text {
        margin-bottom: 10px;
    }

    .add-review__label {
        margin-bottom: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .bottom-navbar {
        display: none;
    }

    .up {
        right: 65px;
        bottom: 125px;
        width: 30px;
        height: 30px;
    }

    .column-4 {
        padding-left: 20px;
    }

    .bold-text {
        font-size: 18px;
        line-height: 18px;
        font-weight: 700;
    }

    .service_name {
        font-weight: 700;
    }

    .price_list-blok {
        padding-right: 10px;
        padding-left: 10px;
    }

    .button-3.hero__appointment-button {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .advantages__container {
        padding-bottom: 20px;
    }

    .heading-2 {
        font-size: 16px;
    }

    .practice__slider {
        height: 720px;
    }

    .reviews__container {
        padding-bottom: 20px;
    }

    .review.reviews__item {
        margin-bottom: 20px;
    }

    .popup.popup--add-review {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .column-4 {
        padding-right: 5px;
        padding-left: 5px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .column-6 {
        padding: 30px 5px;
    }

    .italic-text {
        font-size: 16px;
    }

    .text-block-2 {
        font-size: 16px;
        line-height: 16px;
    }

    .link-5 {
        font-size: 16px;
        line-height: 18px;
    }
}

@font-face {
    font-family: 'Playfairdisplaysc';
    src: url('../fonts/PlayfairDisplaySC-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}