.section-margin {
    margin-bottom: 3em
}

html {
    background-color: #f1f1f1
}

.block-title {
    margin: 0 0 1em;
    font-weight: 300;
    color: #b42027;
    text-align: center
}

.content-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5em;
    margin: 0 auto;
    background-color: #fff;
    width: 95%;
    max-width: 2000px
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 160%
}

@media (max-width:1499px) {
    body {
        font-size: 150%
    }
}

@media (max-width:1279px) {
    body {
        font-size: 110%
    }
}

@media (max-width:979px) {
    body {
        font-size: 80%
    }
}

@media (max-width:767px) {
    .content-container {
        width: 100%;
        max-width: 550px
    }

    body {
        font-size: 70%
    }
}

.page-header__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-header__logo {
    width: 25%;
    text-align: center;
    display: block
}

.page-header__logo-img {
    width: 6em
}

.page_header__title {
    margin: 0 0 .3em
}

.page-header__title-mail-wrapper {
    text-align: center
}

.page-header__link {
    color: #b42027;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1em
}

.page-header__link--phone {
    font-size: 1.2em;
    display: block;
    width: 25%
}

.page-header__link:focus,
.page-header__link:hover {
    outline: 0;
    text-decoration: underline
}

@media (max-width:767px) {
    .page-header__content-container {
        display: block
    }

    .page-header__logo {
        width: 100%;
        margin-bottom: 1em
    }

    .page-header__logo-img {
        width: 8em
    }

    .page-header__link {
        font-size: 1.5em
    }

    .page-header__link--phone {
        width: auto;
        text-align: center;
        margin-top: .5em
    }
}

.site-navigation__content-container {
    padding: 1.5em 0 0
}

.site-navigation__block-title {
    text-align: left;
    padding-left: 2em
}

.site-navigation__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-navigation__elmt {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.site-navigation__elmt--form {
    width: 75%;
    border: 1px solid #b42027;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    border-top: 1px solid #c3c3c3
}

.site-navigation__link:focus,
.site-navigation__link:hover {
    outline: 0;
    -webkit-box-shadow: 0 0 8px 8px #c3c3c3;
    box-shadow: 0 0 8px 8px #c3c3c3
}

.site-navigation__link:active {
    opacity: .8
}

.site-navigation__link--1 {
    border-bottom: 1px solid #c3c3c3
}

.site-navigation__link--2 {
    border: 1px solid #c3c3c3
}

.site-navigation__link--4 {
    border-left: 1px solid #c3c3c3
}

.site-navigation__link--5 {
    border-top: none;
    border-bottom: 1px solid #c3c3c3
}

.site-navigation__title {
    display: block;
    width: 70%;
    margin: 0 auto 1em;
    font-size: .8em
}

.site-navigation__img {
    display: block;
    max-width: 80%;
    margin: 0 auto
}

@media (max-width:767px) {
    .site-navigation__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .site-navigation__elmt {
        width: 50%;
        max-width: 350px
    }

    .site-navigation__elmt--form {
        padding: 2em
    }

    .site-navigation__link {
        border: none
    }

    .site-navigation__link--1 {
        border-bottom: 1px solid #c3c3c3;
        border-top: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3
    }

    .site-navigation__link--2 {
        border-bottom: 1px solid #c3c3c3;
        border-top: 1px solid #c3c3c3
    }

    .site-navigation__link--3 {
        border-bottom: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3
    }

    .site-navigation__link--5 {
        border-top: none;
        border-bottom: 1px solid #c3c3c3
    }

    .site-navigation__title {
        font-size: 1em
    }
}

@media (max-width:424px) {
    .site-navigation__title {
        font-size: .8em
    }
}

.form__title {
    color: #b42027;
    margin: 0 0 .3em;
    text-align: center
}

.form__description {
    color: #b42027;
    margin: 0;
    text-align: center;
    font-weight: 700
}

.form__link {
    display: block;
    margin-top: .3em;
    text-decoration: none;
    color: #b42027;
    font-size: 1.2em
}

.form__link:focus,
.form__link:hover {
    text-decoration: underline;
    outline: 0
}

.form__button {
    display: block;
    padding: .5em;
    text-align: center;
    width: 50%;
    margin: 2em auto 0;
    background-color: #b42027;
    text-decoration: none;
    color: #fff;
    border: 1px solid #b42027;
    border-radius: 5px
}

.form__button:focus,
.form__button:hover {
    outline: 0;
    background-color: #fff;
    color: #b42027
}

.form__form {
    padding:  0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form__label {
    width: 33%;
    
}

.form__submit {
    width: 50%;
    margin: 2em auto 0;
    border-radius: 5px;
    padding: .5em;
    background-color: #b42027;
    color: #fff;
    border: 1px solid #b42027;
    cursor: pointer
}

.form__submit:hover {
    background-color: #fff;
    color: #b42027
}

.form__input {
    padding: .5em;
    border: 1px solid #b42027;
    font-size: .8em;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:767px) {
    .form__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    .form__label {
        width: 100%;
        margin-bottom: .4em
    }

    .form__title {
        font-size: 1.3em;
        margin-bottom: 1em
    }

    .form__description {
        display: none
    }

    .form__submit {
        width: 100%;
        margin: 1em auto 0
    }

    .form__input {
        padding: .6em .7em;
        font-size: 1em
    }

    .form__button {
        padding: 1em;
        width: 80%;
        font-size: 1em
    }
}

@media (max-width:424px) {

    .form__input,
    .form__submit {
        font-size: .7em
    }

    .form__title {
        font-size: .9em
    }

    .form__button {
        font-size: .8em
    }
}

.advantages__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.advantages__elmt {
    width: 20%;
    font-size: 1.1em
}

.advantages_icon {
    display: block;
    margin: 0 auto 1em;
    width: 50%
}

@media (max-width:767px) {
    .advantages__elmt {
        width: 45%;
        font-size: 1em
    }

    .advantages__elmt:first-child {
        margin-bottom: 2em
    }
}

.consultation__content-container {
    background: url(../img/consultation-background.jpg) 50%/cover no-repeat;
    padding: 8em 2em
}

.consultation__losung {
    text-align: center;
    color: #fff;
    font-size: 2em;
    width: 80%;
    margin: 0 auto 1em;
    font-weight: 500
}

.consultation__phone-link {
    display: block;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    color: #fff;
    text-decoration: none
}

.consultation__phone-link:focus,
.consultation__phone-link:hover {
    outline: 0;
    text-decoration: underline
}

.consultation__phone-link:active {
    opacity: .8
}

@media (max-width:767px) {
    .consultation__losung {
        font-size: 1.5em;
        width: 100%
    }

    .consultation__phone-link {
        font-size: 1.5em
    }
}

.staff__list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%
}

.staff__elmt {
    text-align: center;
    font-size: 1.1em;
    width: 25%
}

.staff__img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 1em;
    width: 100%
}

@media (max-width:767px) {
    .staff__list {
        width: 90%
    }

    .staff__elmt {
        width: 40%
    }
}

.map__container {
    padding: 0;
    height: 28em
}

.contacts-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.1em
}

.contacts-link {
    color: #b42027;
    text-decoration: none
}

.contacts-link:focus,
.contacts-link:hover {
    outline: 0;
    text-decoration: underline
}

.content__content-container {
    padding: 2em 0
}

.content__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.content__logo-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content__elmt {
    padding: 2em
}

.content__elmt:not(:last-child) {
    border-bottom: 1px solid #c3c3c3
}

.content__elmt:first-child {
    border-top: 1px solid #c3c3c3
}

.content__elmt-title {
    font-weight: 400
}

.content__logo {
    width: 6em;
    margin-right: 1em
}

.content__logo--kluthe {
    width: 5em;
    margin-right: 1em
}

.content__description {
    text-align: center;
    margin-bottom: 2em
}

.content__form-link {
    display: block;
    margin: 0 auto;
    padding: .8em;
    font-size: .8em;
    width: 30%;
    text-align: center;
    text-decoration: none;
    background-color: #b42027;
    color: #fff;
    border: 1px solid #b42027;
    border-radius: 5px
}

.content__specifications-list {
    margin: 0 auto 2em;
    width: 80%;
    padding: 0;
    list-style: none;
    font-size: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.content__specifications-list-elmt {
    width: 25%
}

.content__specifications-list-elmt:not(:last-child) {
    margin-right: 1em
}

.content__specifications-list-elmt:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 1em
}

.content__specifications-list-elmt--four {
    width: 20%
}

.content__specification {
    display: block;
    margin-bottom: .5em
}

.content__value {
    display: block;
    font-weight: 600
}

.content__specifications-icon {
    display: block;
    width: 30%;
    margin: 0 auto 1em
}

.content__specifications-icon--four {
    width: 40%
}

@media (max-width:767px) {
    .content__specifications-list {
        display: none
    }

    .content__description {
        font-size: 1.2em
    }

    .content__elmt-title {
        font-size: 1.4em
    }

    .content__form-link {
        width: 50%;
        font-size: 1.1em
    }
}

.popup-form__background {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .425);
    width: 100%;
    height: 100%;
    z-index: 100
}

.popup-form__container {
    background-color: #fff;
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 150
}

.popup-form__title {
    color: #b42027;
    text-align: center;
    margin: 0 auto 1em;
    width: 80%;
    font-weight: 400;
    font-size: 1.5em
}

.popup-form__label {
    width: 30%;
    margin-bottom: 1em;
}

.popup-form_input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6em
}

.popup-form__submit {
    width: 50%;
    text-align: center;
    font-size: 1em;
    padding: 1em 0;
    margin: 1.5em auto 0
}

.popup-form__close-button {
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 10%;
    right: 3%
}

.popup-form__close-button::after,
.popup-form__close-button::before {
    content: "";
    width: 100%;
    height: 8px;
    border-radius: 2px;
    background-color: #b42027;
    position: absolute;
    top: 0;
    left: 0
}

.popup-form__close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-form__close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup-form__close-button:focus::after,
.popup-form__close-button:focus::before,
.popup-form__close-button:hover::after,
.popup-form__close-button:hover::before {
    background-color: red
}

.popup-form__close-button:active::after,
.popup-form__close-button:active::before {
    opacity: .6
}

.popup-form__success-masage {
    text-align: center;
    margin-top: 3em;
    font-size: 1.2em
}

@media (max-width:1999px) {
    .popup-form__container {
        width: 90%;
        
    }
}

@media (max-width:979px) {
    .popup-form__close-button {
        display: block;
        width: 2em;
        height: 2em
    }

    .popup-form__close-button::after,
    .popup-form__close-button::before {
        height: 5px
    }
}

@media (max-width:767px) {
    .popup-form__container {
        width: 400px;
        
    }

    .popup-form__label {
        width: 80%;
        margin: 0 auto 1em
    }

    .popup-form__submit {
        width: 75%
    }

    .popup-form__area {
        width: 80%;
    }
}

@media (max-width:424px) {
    .popup-form__container {
        width: 300px;
        
    }

    .popup-form__title {
        font-size: 1.2em
    }
}

@-webkit-keyframes cookie-show {
    0% {
        bottom: -10em
    }

    100% {
        bottom: 0
    }
}

@keyframes cookie-show {
    0% {
        bottom: -10em
    }

    100% {
        bottom: 0
    }
}

.cookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: cookie-show;
    animation-name: cookie-show
}

.cookie--hide {
    display: none
}

.cookie__content-container {
    padding: 1em 3em;
    border-top: 1px solid #434f61;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .8em;
    background-color: #e4e1e1;
    color: #434f61
}

.cookie-info {
    margin: 0 2em 0 0
}

.cookie__submit {
    border: 0;
    padding: .5em 2em;
    background-color: #434f61;
    color: #e4e1e1;
    cursor: pointer;
    font-size: .9em
}

.cookie__submit:focus,
.cookie__submit:hover {
    outline: 0;
    color: #fff
}

.cookie__submit:active {
    opacity: .7
}

@media (max-width:767px) {
    .cookie-info {
        text-align: center;
        font-size: 1.5em;
        margin-right: 0;
        width: 100%;
        margin-bottom: 1em
    }

    .cookie__submit {
        font-size: 1.2em;
        padding: .8em 3em
    }
}

.hided {
    display: none
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}