/* colors */
/* media */
/* colors */
/* media */
body {
    overflow-x: hidden;

    font-weight: 400;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
}

p {
    margin: 0;
}

button,
input,
textarea,
select {
    outline: none;
}

.wrapper {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}
.advantages .fab,
.advantages .fas {
    font-size: 4rem;
}
.our-numbers .far,
.our-numbers .fas {
    font-size: 6.5rem;
}
.why .fab,
.why .fas {
    font-size: 6rem;
}
.three .far,
.three .fas {
    font-size: 2.5em;
}
.fafcolor {
    color: #dc4b12;
}
@media (max-width: 1550px) {
    .wrapper {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding: 0 15px;
    }
}

a {
    transition: 0.3s;
}

a:hover {
    color: #dc4b12;
}

.round-icon {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 162px;
    height: 162px;

    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.05), inset 0 4px 4px rgba(0, 0, 0, 0.1);

    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.custom-checkbox input {
    position: absolute;
    z-index: -1;

    margin: 0;

    opacity: 0;
}

.custom-checkbox__text {
    position: relative;

    padding: 0 0 0 25px;

    font-weight: normal;
    font-size: 16px;

    cursor: pointer;
}

.custom-checkbox__text:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;

    display: block;
    width: 16px;
    height: 16px;

    background: #ffffff;
    border: 4px solid #aaa5a5;
}

.custom-checkbox input:checked + .custom-checkbox__text:before {
    border-color: #6c0e3a;
}

/* colors */
/* media */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

    width: 100%;

    background: #ffffff;
    box-shadow: 0 2px 10px rgba(35, 35, 35, 0.1);
}

.header__content {
    position: relative;

    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;

    -ms-flex-align: center;
    -ms-flex-pack: justify;
}

@media (max-width: 767px) {
    .header__content {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        align-items: flex-end;

        -ms-flex-align: end;
    }
}

.header__side {
    flex-shrink: 0;
    width: 250px;

    -ms-flex-negative: 0;
}

.header__side_big {
    flex-shrink: 1;
    width: auto;

    -ms-flex-negative: 1;
}

@media (max-width: 767px) {
    .header__side_big {
        align-self: flex-start;

        -ms-flex-item-align: start;
    }
}

@media (max-width: 1199px) {
    .header__side:first-child {
        display: none;
    }
}

@media (max-width: 991px) {
    .header__side {
        width: auto;
    }
}

.header__phone {
    position: relative;

    display: block;
    margin: 20px 0;

    font-size: 22px;
    line-height: normal;
    color: #000000;
}

.header__phone:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;

    display: block;
    width: 24px;
    height: 24px;
    /*background: url("../img/header_phone.svg");*/
}

@media (max-width: 991px) {
    .header__phone:before {
        top: -1px;
    }
}

@media (max-width: 991px) {
    .header__phone {
        padding-left: 35px;

        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .header__phone {
        margin: 15px 0;
    }
}

.header__city {
    position: relative;

    display: block;
    margin: 20px 0 20px 15px;
    padding-left: 45px;

    font-size: 24px;
    line-height: normal;
    color: #000000;
}

.header__city:before {
    content: "";
    position: absolute;
    top: -13px;
    left: -15px;

    display: block;
    width: 50px;
    height: 50px;

    background: url("../img/logo.png");
    background-size: cover;
}

@media (max-width: 991px) {
    .header__city:before {
        top: -1px;
    }
}

@media (max-width: 991px) {
    .header__city {
        padding-left: 35px;

        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .header__city {
        margin: 15px 0;
    }
}

.menu__list {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;

    list-style: none;

    -ms-flex-pack: center;
}

@media (max-width: 767px) {
    .menu__list {
        display: block;
    }
}

.menu__item {
    margin: 20px 17px;
}

@media (max-width: 991px) {
    .menu__item {
        margin: 20px 15px;
    }
}

@media (max-width: 767px) {
    .menu__item {
        margin: 20px 0;
    }
}

.menu__link {
    font-size: 16px;
    line-height: normal;
    color: #000000;
}

@media (max-width: 991px) {
    .menu__link {
        font-size: 14px;
    }
}

.menu__mobile {
    position: absolute;
    top: 10px;
    left: 0;

    float: none;
    margin: 0;
}

.menu__mobile-line {
    background: #000000;
}

/* colors */
/* media */
.banner {
    position: relative;

    width: 100%;
    margin-top: 69px;
}

.banner:before {
    content: "";

    display: block;
    padding-top: 36.7%;
}

@media (max-width: 767px) {
    .banner:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner {
        margin-top: 52px;
    }
}

.banner__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    background-size: cover;
}

.banner__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    z-index: 1;

    display: block;
    width: 55%;
    height: 100%;

    background: rgba(0, 0, 0, 0.7);
    transform: skewX(23deg);
}

@media (max-width: 1350px) {
    .banner__image:after {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    .banner__image:after {
        width: 72%;
    }
}

@media (max-width: 991px) {
    .banner__image:after {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .banner__image:after {
        left: 0;

        width: 100%;

        transform: none;
    }
}

@media (max-width: 767px) {
    .banner__image {
        position: relative;
    }
}

.banner__flex {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.banner__content {
    position: relative;
    z-index: 2;

    max-width: 625px;
    margin: auto 0;
}

@media (max-width: 1199px) {
    .banner__content {
        max-width: 525px;
    }
}

@media (max-width: 767px) {
    .banner__content {
        max-width: 100%;
        margin: 45px 0 50px;
    }
}

.banner__title {
    font-size: 36px;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .banner__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner__title {
        font-size: 24px;
    }
}

.banner__text {
    margin-top: 20px;

    font-size: 18px;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .banner__text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .banner__text {
        margin-top: 15px;

        font-size: 14px;
    }
}

.banner__button-wrap {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: 65px;

    -ms-flex-pack: end;
}

@media (max-width: 767px) {
    .banner__button-wrap {
        margin-top: 45px;
    }
}

.banner__button {
    padding: 11px 35px;

    font-size: 18px;
    color: #ffffff;

    background: linear-gradient(296.18deg, #dc4b12 -2.13%, #6c0e3a 120.44%);
    border: 0;
    border-radius: 4px;

    transition: 1s;
}

.banner__button:hover {
    color: #ffffff;

    background: linear-gradient(296.18deg, #6c0e3a -2.13%, #6c0e3a 120.44%);
}

@media (max-width: 767px) {
    .banner__button {
        font-size: 14px;
    }
}

/* colors */
/* media */
.advantages {
    margin: 45px 0;
}

@media (max-width: 767px) {
    .advantages {
        margin: 20px 0;
    }
}

.advantages__content {
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    justify-content: space-between;

    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
}

.advantages__item {
    display: -ms-flexbox;
    display: flex;
    width: 31%;
    margin: 15px 0;
}

@media (max-width: 991px) {
    .advantages__item {
        width: 48%;
    }
}

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

.advantages__icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;

    -ms-flex-negative: 0;
}

.advantages__text {
    margin-left: 15px;
}

.advantages__title {
    margin-bottom: 10px;

    font-weight: 700;
    font-size: 18px;
}

.advantages__description {
    font-size: 16px;
}

@media (max-width: 767px) {
    .advantages__description {
        font-size: 14px;
    }
}

/* colors */
/* media */
.get-metal {
    position: relative;

    width: 100%;
    overflow: hidden;

    background: #f8f8f8;
}

.get-metal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

    display: block;
    width: 100%;
    height: 40px;

    background: #ffffff;
}

@media (max-width: 767px) {
    .get-metal:before {
        display: none;
    }
}

.get-metal:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;

    display: block;
    width: 100%;
    height: 40px;

    background: #ffffff;
}

@media (max-width: 767px) {
    .get-metal:after {
        display: none;
    }
}

.get-metal__content {
    display: -ms-flexbox;
    display: flex;
    align-items: center;

    -ms-flex-align: center;
}

@media (max-width: 767px) {
    .get-metal__content {
        display: block;
    }
}

.get-metal__text {
    width: 60%;
    margin-right: 75px;
    padding: 60px 0;

    font-size: 18px;
}

.get-metal__text p {
    margin-bottom: 25px;
}

.get-metal__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .get-metal__text {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .get-metal__text {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .get-metal__text {
        width: 100%;
        padding: 30px 0;
    }
}

.get-metal__title {
    position: relative;

    max-width: 70%;
    margin: 0 0 40px;

    font-weight: 700;
    font-size: 30px;
}

.get-metal__title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(0px - ((100vw - 1550px)/2) - 30px);

    width: calc((100vw - 1550px)/2 + 240px);
    height: 4px;

    background: linear-gradient(296.18deg, #dc4b12 -2.13%, #6c0e3a 120.44%);
}

@media (max-width: 1550px) {
    .get-metal__title:after {
        left: -30px;

        width: 270px;
    }
}

@media (max-width: 1350px) {
    .get-metal__title {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .get-metal__title {
        font-size: 24px;
    }
}

.get-metal__skew-block {
    position: absolute;
    top: 0;
    right: -100px;

    width: calc((100vw - 1550px) / 2 + 100px);
    height: 100%;

    background: #ffffff;
    transform: skewX(20deg);
}

@media (max-width: 1350px) {
    .get-metal__skew-block {
        display: none;
    }
}

/* colors */
/* media */
.metal-form {
    z-index: 1;

    flex-shrink: 0;
    width: 440px;
    height: 100%;
    padding: 32px 24px;

    color: #ffffff;

    background: linear-gradient(296.18deg, #dc4b12 -2.13%, #6c0e3a 120.44%);
    border-radius: 4px;

    -ms-flex-negative: 0;
}

@media (max-width: 991px) {
    .metal-form {
        width: 300px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .metal-form {
        margin: auto;
        padding: 15px;
    }
}

.metal-form__title {
    margin-bottom: 30px;

    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 767px) {
    .metal-form__title {
        margin-bottom: 15px;
    }
}

.metal-form__label {
    display: block;
    margin-bottom: 10px;

    font-weight: normal;
    font-size: 16px;
}

@media (max-width: 767px) {
    .metal-form__label {
        font-size: 14px;
    }
}

.metal-form__number-wrap {
    position: relative;

    width: 100%;
    padding: 10px 45px 10px 15px;

    background: #ffffff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.metal-form__number {
    width: 100%;

    font-size: 18px;
    color: #000000;

    border: 0;
}

.metal-form__number-more {
    position: absolute;
    top: 5px;
    right: 15px;

    width: 0;

    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #aaa5a5 transparent;
    cursor: pointer;
}

.metal-form__number-less {
    position: absolute;
    right: 15px;
    bottom: 5px;

    width: 0;

    border-width: 7px;
    border-style: solid;
    border-color: #aaa5a5 transparent transparent transparent;
    cursor: pointer;
}

.metal-form__checkboxes {
    margin-top: 15px;
    margin-bottom: 20px;
}

.metal-form__checkbox {
    margin-right: 32px;
}

.metal-form__phone {
    font-weight: normal;
    font-size: 24px;

    background: transparent;
    border: 0;
}

.metal-form__phone::-moz-placeholder {
    color: #ffffff;
}

.metal-form__phone:-ms-input-placeholder {
    color: #ffffff;
}

.metal-form__phone::placeholder {
    color: #ffffff;
}

.metal-form__phone::-webkit-input-placeholder {
    color: #ffffff;
}

.metal-form__phone::-moz-placeholder {
    color: #ffffff;
}

.metal-form__button {
    display: block;
    width: 100%;
    height: 45px;
    margin: 30px 0 0;

    font-size: 18px;
    color: #000000;

    background: #ffffff;
    border: 0;
    border-radius: 4px;

    transition: 0.3s;
}

.metal-form__button:hover {
    color: #ffffff;

    background: linear-gradient(296.18deg, #dc4b12 -2.13%, #6c0e3a 120.44%);
}

.select2-container {
    height: 44px;
    margin-bottom: 15px;

    background: #ffffff;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    padding: 8px 0 0;

    font-size: 18px;

    border: 0;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 15px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 15px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-width: 7px;
    border-style: solid;
    border-color: #aaa5a5 transparent transparent transparent;
}

.select2-container .select2-dropdown {
    border: 0;
}

.select2-container .select2-dropdown .select2-search {
    display: none;
}

.select2-container .select2-dropdown .select2-results__option {
    padding: 7px 15px;

    cursor: pointer;
}

.select2-container .select2-dropdown .select2-results__option--highlighted {
    background-color: #6c0e3a;
}

/* colors */
/* media */
.our-numbers {
    padding: 60px 0 50px;
}

@media (max-width: 767px) {
    .our-numbers {
        padding: 30px 0;
    }
}

.our-numbers__title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.our-numbers__content {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;

    -ms-flex-pack: justify;
}

@media (max-width: 1199px) {
    .our-numbers__content {
            flex-wrap: wrap;
        justify-content: center;

        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .our-numbers__content {
        margin-top: 0;
    }
}

.our-numbers__item {
    flex-grow: 1;
    max-width: 20%;
    margin-top: 20px;

    -ms-flex-positive: 1;
}

@media (max-width: 1199px) {
    .our-numbers__item {
        max-width: 33%;
    }
}

@media (max-width: 767px) {
    .our-numbers__item {
        width: 100%;
        max-width: 100%;
    }
}

.our-numbers__icon {
    margin: auto;
}

.our-numbers__text {
    max-width: 220px;
    margin: 25px auto 0;

    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 1199px) {
    .our-numbers__text {
        max-width: 260px;
    }
}

/* colors */
/* media */
.price {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .price {
        margin-top: 30px;
    }
}

.price__main-title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

@media (max-width: 767px) {
    .price__main-title {
        margin-top: 0;
    }
}

.price__wrap {
    max-width: 900px;
    margin: 0 auto;
}

.price__wrap_flex {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;

    -ms-flex-pack: justify;
}

@media (max-width: 991px) {
    .price__wrap {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .price__wrap {
        padding: 0 15px;
    }
}

.price__text {
    margin-top: 20px;

    font-weight: 500;
    font-size: 18px;
    text-align: justify;
}

@media (max-width: 767px) {
    .price__text {
        font-size: 14px;
    }
}

.price__text_small {
    margin-top: 25px;

    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 767px) {
    .price__text_small {
        font-size: 12px;
    }
}

.price__tabs {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 35px;

    border: 0;

    -ms-flex-pack: justify;
}

@media (max-width: 767px) {
    .price__tabs {
            flex-wrap: wrap;
        margin: 10px 0 30px;

        -ms-flex-wrap: wrap;
    }
}

.price__tab {
    flex-grow: 1;

    -ms-flex-positive: 1;
}

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

.price__tab.active {
    background: linear-gradient(296.18deg, #dc4b12 -2.13%, #6c0e3a 120.44%);
    border: 0;
    border-radius: 4px;
}

.price__tab.active .price__link {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .price__tab.active .price__link {
        font-size: 14px;
    }
}

.price__link {
    display: block;
    width: 100%;

    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #000000 !important;

    background: transparent !important;
    border: 0 !important;
}

.price__link:hover {
    color: #dc4b12 !important;
}

@media (max-width: 991px) {
    .price__link {
        font-size: 14px;
    }
}

.price__blocks .tab-pane {
    min-height: 400px;
}

@media (max-width: 767px) {
    .price__blocks .tab-pane {
        min-height: 0;
    }
}

.price__table {
    font-weight: normal;
    font-size: 16px;
}

@media (max-width: 991px) {
    .price__table {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .price__table {
        font-size: 10px;
    }
}

.price__row_head {
    background: #ececec !important;
}

.price__row:nth-child(odd) {
    background: #f8f8f8;
}

.price__cell {
    width: 25%;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .price__cell {
        text-align: center;
    }
}

/* colors */
/* media */
.why {
    padding: 60px 0 0;
}

@media (max-width: 767px) {
    .why {
        padding-top: 30px;
    }
}

.why__main-title {
    margin: 0 0 60px;

    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

@media (max-width: 767px) {
    .why__main-title {
        margin-bottom: 30px;
    }
}

.why__item {
    align-items: center;
    width: 33%;

    -ms-flex-align: center;
}

@media (max-width: 1199px) {
    .why__item {
        width: 50%;
    }
}

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

.why__icon {
    flex-shrink: 0;

    -ms-flex-negative: 0;
}

@media (max-width: 1350px) {
    .why__icon {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 1350px) {
    .why__icon img {
        max-width: 55%;
    }
}

.why__text {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .why__text {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .why__text {
        padding-right: 0;
    }
}

.why__title {
    margin-bottom: 15px;

    font-size: 23px;
}

@media (max-width: 1550px) {
    .why__title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .why__title {
        font-size: 16px;
    }
}

/* colors */
/* media */
.three {
    margin: 70px 0;
    padding: 40px 0;

    background: rgba(229, 229, 229, 0.2);
}

@media (max-width: 1199px) {
    .three {
        padding: 30px 0;
    }
}

@media (max-width: 991px) {
    .three {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .three {
        margin: 15px 0;
        padding: 15px 0;
    }
}

.three__content {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;

    -ms-flex-align: center;
    -ms-flex-pack: justify;
}

@media (max-width: 767px) {
    .three__content {
            flex-wrap: wrap;

        -ms-flex-wrap: wrap;
    }
}

.three__item {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 30%;

    -ms-flex-align: center;
}

@media (max-width: 1199px) {
    .three__item {
        width: 32%;
    }
}

@media (max-width: 767px) {
    .three__item {
        width: 100%;
        margin: 15px 0;
    }
}

.three__icon {
    flex-shrink: 0;

    -ms-flex-negative: 0;
}

@media (max-width: 1199px) {
    .three__icon {
        width: 50px;
    }
}

@media (max-width: 991px) {
    .three__icon {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .three__icon {
        width: 60px;
    }
}

.three__text {
    margin-left: 35px;

    font-weight: normal;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .three__text {
        margin-left: 15px;

        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .three__text {
        font-size: 12px;
    }
}

/* colors */
/* media */
.contacts {
    z-index: 1;

    display: -ms-flexbox;
    display: flex;
    width: 1290px;
    max-width: 100%;
    margin: 0 auto;

    background: #ffffff;
    box-shadow: 0 4px 45px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1350px) {
    .contacts {
        max-width: calc(100% - 60px);
        margin: 0 30px;
    }
}

@media (max-width: 991px) {
    .contacts {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            flex-wrap: wrap;

        -ms-flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .contacts {
        max-width: calc(100% - 30px);
        margin: 0 15px;
    }
}

.contacts__map {
    flex-shrink: 0;
    width: 55%;

    -ms-flex-negative: 0;
}

@media (max-width: 1199px) {
    .contacts__map {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .contacts__map {
        width: 100%;
        height: 500px;
    }
}

@media (max-width: 767px) {
    .contacts__map {
        height: 300px;
    }
}

.contacts__content {
    flex-grow: 1;
    padding: 25px 0 30px;

    background: #ffffff;

    -ms-flex-positive: 1;
}

.contacts__title {
    margin: 0 28px 25px;

    font-weight: 700;
    font-size: 24px;
    color: #000000;
}

@media (max-width: 767px) {
    .contacts__title {
        margin: 0 15px 20px;
    }
}

.contacts__address {
    position: relative;

    min-height: 36px;
    margin: 0 28px;
    padding: 8px 0 0 60px;

    font-weight: 400;
    font-size: 14px;
}

@media (max-width: 767px) {
    .contacts__address {
        margin: 0 15px;
    }
}

.contacts__address:before {
    content: "";
    position: absolute;
    top: calc(50% - 18px);
    left: 0;

    display: block;
    width: 36px;
    height: 36px;

    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1), inset 0 4px 4px rgba(0, 0, 0, 0.1);
}

.contacts__address:after {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    left: 11px;

    display: block;
    width: 14px;
    height: 18px;

    background: url("../img/address.svg");
    background-size: contain;
}

.contacts__credits {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding: 16px 18px;

    background: rgba(229, 229, 229, 0.2);
}

@media (max-width: 767px) {
    .contacts__credits {
        display: block;
        padding: 10px 15px;
    }
}

.contacts__link {
    position: relative;

    display: block;
    min-height: 30px;
    padding-top: 7px;
    padding-left: 46px;

    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.contacts__link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 30px;
    height: 30px;

    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1), inset 0 4px 4px rgba(0, 0, 0, 0.1);
}

.contacts__link:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;

    display: block;
    width: 12px;
    height: 12px;

    background-size: contain;
}

.contacts__link_phone:after {
    background-image: url("../img/contacts_phone.svg");
}

.contacts__link_email {
    margin-left: 32px;
}

.contacts__link_email:after {
    background-image: url("../img/email.svg");
}

@media (max-width: 767px) {
    .contacts__link_email {
        margin-top: 10px;
        margin-left: 0;
    }
}

.contacts__text {
    margin: 25px 85px 0 28px;

    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767px) {
    .contacts__text {
        margin: 15px 15px;
    }
}

.contacts__form {
    margin: 10px 47px 0 28px;
}

@media (max-width: 767px) {
    .contacts__form {
        margin: 10px 15px 0;
    }
}

.contacts__inputs {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;

    -ms-flex-pack: justify;
}

@media (max-width: 767px) {
    .contacts__inputs {
            flex-wrap: wrap;

        -ms-flex-wrap: wrap;
    }
}

.contacts__input-wrap {
    position: relative;

    width: 45%;
    padding: 10px 0 10px 32px;

    border-bottom: 1px solid #aaa5a5;
}

@media (max-width: 767px) {
    .contacts__input-wrap {
        width: 100%;
    }
}

.contacts__input-wrap:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;

    display: block;
    width: 18px;
    height: 18px;
}

.contacts__input-wrap_phone:before {
    background: url("../img/contacts_input_phone.svg");
}

.contacts__input-wrap_email:before {
    background: url("../img/contacts_input_email.svg");
}

.contacts__input {
    width: 100%;

    font-size: 14px;
    color: #000000;

    border: 0;
}

.contacts__checkbox-text {
    padding-left: 18px;

    font-size: 10px;
    color: #878787;
}

.contacts__checkbox-text:before {
    top: 2px;

    width: 9px;
    height: 9px;

    border-width: 2px;
}

.contacts__button {
    display: block;
    width: 316px;
    max-width: 100%;
    height: 45px;
    margin: 20px auto 0;

    font-weight: 400;
    font-size: 18px;
    color: #ffffff;

    background: linear-gradient(296.18deg, #dc4b12 -2.13%, #6c0e3a 120.44%);
    border: 0;
    border-radius: 4px;

    transition: 0.3s;
}

.contacts__button:hover {
    background: linear-gradient(296.18deg, #dc4b12 -2.13%, #081335 120.44%);
}

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

/* colors */
/* media */
.footer {
    z-index: 0;

    margin: -50px 0 0;
    padding: 113px 0 0;

    background: rgba(229, 229, 229, 0.2);
}

@media (max-width: 767px) {
    .footer {
        padding-top: 75px;
    }
}

.footer__content {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;

    -ms-flex-pack: justify;
}

@media (max-width: 767px) {
    .footer__content {
        display: block;
    }
}

.footer__address {
    margin: 0;
}

@media (max-width: 991px) {
    .footer__address {
        padding-left: 50px;

        font-size: 12px;
    }
}

.footer__credits {
    padding: 0;

    background: none;
}

@media (max-width: 991px) {
    .footer__credits {
        display: block;
    }
}

@media (max-width: 991px) {
    .footer__email {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .footer__right {
        margin-top: 30px;
    }
}

.footer__menu-head {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;

    -ms-flex-align: center;
    -ms-flex-pack: justify;
}

.footer__title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.footer__social {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;

    background: linear-gradient(296.18deg, #dc4b12 -2.13%, #6c0e3a 120.44%);
    border-radius: 50%;

    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.footer__social img {
    max-width: 16px;
}

.footer__menu {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
    padding: 0;

    list-style: none;

    -ms-flex-pack: justify;
}

@media (max-width: 767px) {
    .footer__menu {
        display: block;
    }
}

.footer__item {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .footer__item {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .footer__item {
        margin-top: 15px;
        margin-left: 0;
    }
}

.footer__item:first-child {
    margin-top: 0;
    margin-left: 0;
}

.footer__link {
    display: block;

    font-size: 14px;
    color: #000000;
}

.footer__link_grey {
    color: #878787;
}

.footer__link_small {
    font-size: 10px;
}

.footer__link_margin {
    margin: 0 10px;
}

.footer__under {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding: 15px 0;

    background: #ffffff;

    -ms-flex-pack: center;
}

@media (max-width: 767px) {
    .footer__under {
        margin-top: 30px;
    }
}

/* colors */
/* media */
#agreement-modal {
    background: rgba(228, 228, 229, 0.75);
}

#agreement-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 930px;
    max-width: 930px;

    transform: translate(-100%, -50%);
    opacity: 0;

    transition: 0.5s;

    pointer-events: all;
}

@media (max-width: 991px) {
    #agreement-modal .modal-dialog {
        width: 95%;
    }
}

#agreement-modal .modal-dialog .buy_form_wrap {
    position: relative;

    width: 100%;
    padding: 40px 10px 10px 10px;

    background-color: #ffffff;
    box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.3);

    transition: 0.3s;
}

@media (max-width: 767px) {
    #agreement-modal .modal-dialog .buy_form_wrap {
        padding-top: 30px;
    }
}

#agreement-modal .modal-dialog .closee {
    position: absolute;
    top: -3px;
    right: 12px;

    display: block;

    font-size: 25px;

    cursor: pointer;

    transition: 0.3s;
}

#agreement-modal.in .modal-dialog {
    transform: translate(-50%, -50%);
    opacity: 1;
}

#agreement-modal .for-scroll {
    height: 500px;
    padding: 0 25px 25px;
    overflow: auto;
}

@media (max-width: 767px) {
    #agreement-modal .for-scroll {
        padding: 0 15px;
    }
}

#agreement-modal .for-scroll h6 {
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 26px;
    font-family: 500;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #agreement-modal .for-scroll h6 {
        font-size: 18px;
    }
}

#agreement-modal .for-scroll p {
    margin-bottom: 15px;

    font-size: 14px;
}

#agreement-modal .for-scroll::-webkit-scrollbar {
    width: 8px;

    background: #ffffff;
}

#agreement-modal .for-scroll::-webkit-scrollbar-thumb {
    background: #dc4b12;
    border-radius: 4px;
    cursor: pointer;
}

.banner__text {
    font-size: 25px;
}

.footer-wrapper {
    display: flex;
    align-items: center;

    gap: 0 30px;
}

@media (max-width: 991px) {
    .footer-wrapper {
        flex-direction: column;
        align-items: flex-start;

        gap: 20px 40px;
    }

    .ter {
        margin-left: 0;
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    z-index: 999999;

    width: 100%;
    height: 100%;
    padding: 30px 10px;
    -webkit-overflow-scrolling: touch;

    visibility: hidden;

    -webkit-transition: visibility 0.8s ease 0s;
         -o-transition: visibility 0.8s ease 0s;
            transition: visibility 0.8s ease 0s;
}


.popup::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;

    -webkit-transition: opacity 0.8s ease 0s;
         -o-transition: opacity 0.8s ease 0s;
            transition: opacity 0.8s ease 0s;
}

.popup.show {
    overflow: auto;

    visibility: visible;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.popup._active {
    overflow: auto;

    visibility: visible;
}

.popup._active::before {
    opacity: 1;
}

.popup._active .popup__body {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    -webkit-transition: all 0.3s ease 0.2s;
         -o-transition: all 0.3s ease 0.2s;
            transition: all 0.3s ease 0.2s;
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-direction: column;
        flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: center;
    width: 100%;
    min-height: 100%;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.popup__body {
    z-index: 9999999;

    width: 100%;
    max-width: 1200px;
    padding: 50px;

    background-color: #ffffff;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);

    -webkit-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;

    width: 20px;
    height: 20px;

    cursor: pointer;
}

@media (max-width: 425px) {
    .popup {
        font-size: 10px;
    }

    .popup__body {
        padding: 30px;
    }
}

.termenu .submenu__list {
    display: grid;
    padding: 0;
    padding: 0 10px;

    grid-gap: 10px 20px;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

.termenu.submenu__item {
    list-style-type: none;
}

.termenu .submenu__link {
    font-size: 14px;
    color: #000000;
}

.termenu.submenu__link:hover {
    color: #006465;
    text-decoration: none;
}

.submenu__maib-title {
    margin-bottom: 20px;

    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.submenu__title {
    margin-bottom: 10px;
    padding: 10px;

    font-weight: 600;
    font-size: 16px;

    background: #e5e5e5;
    border-radius: 10px;
}

.ter {
    margin-left: 0;

    color: #333333;
}

.contacts__address {
    min-width: 174.3px;
}

.tel-buttons {
  pointer-events: none;

  padding: 15px;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2000;
}

.tel-buttons__btn {
  pointer-events: auto;
  display: block;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #56be19;
  transition: all 0.3s ease;
}


.tel-buttons__btn:hover,
.tel-buttons__btn:focus {
  opacity: 0.8;
}

.tel-buttons__btn:active {
  opacity: 0.5;
}

.tel-buttons__btn--tel {
  background-color: #fff;
}

.tel-buttons__icon {
  width: 100%;
  padding: 16px;
  color: white;
}