@charset "UTF-8";

.icon {
    display: block;
}

* {
    outline: none !important;
}

.error-input {
    border-color: #ff0000 !important;
}

input,
textarea {
    border: 1px solid transparent;
}

input.placeholder,
textarea.placeholder {
    color: #c9c9c9;
    opacity: 1;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c9c9c9;
    opacity: 1;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c9c9c9;
    opacity: 1;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c9c9c9;
    opacity: 1;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c9c9c9;
    opacity: 1;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus.placeholder,
textarea:focus.placeholder {
    opacity: 0;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

h1, h2, h3, h4 {
    margin: 0;
}

a {
    text-decoration: none;
}

.d-none {
    display: none !important;
}

.btn-style {
    display: block;
    width: 100%;
    font-family: GeometriaMedium, sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    background-color: #008157;
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.11), rgba(255, 255, 255, 0.11));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.11)), to(rgba(255, 255, 255, 0.11)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.11), rgba(255, 255, 255, 0.11));
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 35px rgba(0, 233, 150, 0.15);
    box-shadow: inset 0 0 35px rgba(0, 233, 150, 0.15);
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-style:hover {
    -webkit-box-shadow: 0 23px 54px rgba(0, 125, 85, 0.3), inset 0 0 32px rgba(0, 233, 150, 0.27);
    box-shadow: 0 23px 54px rgba(0, 125, 85, 0.3), inset 0 0 32px rgba(0, 233, 150, 0.27);
}

.title {
    font-family: GeometriaMedium, sans-serif;
    font-size: 38px;
    line-height: 55px;
    font-weight: 100;
    text-align: center;
}

.btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-preferred-size: 100%;
}

.subtitle {
    font-family: GeometriaMedium, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    text-align: center;
}

.save {
    background-color: #ffffff;
}

.save__title {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-right: 1.25rem;
    margin-bottom: 2.65rem;
    -ms-flex-preferred-size: 100%;
}

.save__content {
    position: relative;
    position: relative;
    z-index: 2;
    top: -2.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 123%;
    flex-basis: 123%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    width: 123%;
    max-width: -webkit-calc(123% - 15rem);
    max-width: calc(123% - 15rem);
    margin-left: -11.5%;
    padding: 3.2rem 7rem 4rem 8.25rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 23px 73px rgba(172, 187, 205, 0.32);
    box-shadow: 0 23px 73px rgba(172, 187, 205, 0.32);
    -ms-flex-preferred-size: 123%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.save__content__block {
    -webkit-flex-basis: 280px;
    flex-basis: 280px;
    width: 100%;
    max-width: 280px;
    margin-right: 13px;
    -ms-flex-preferred-size: 280px;
}

.save__content__block:nth-of-type(4) {
    margin-right: 0;
}

.save__content__block .image-block img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
}

.save__content__block .descr-block {
    padding-top: 18px;
    font-family: GeometriaMedium, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}

.save__content__block .descr-block p {
    margin: 0;
}

.save__content .btn-row {
    margin-top: 3.65rem;
}

.save__content .btn-row .save-btn {
    max-width: 361px;
    margin-right: 1.25rem;
    padding: 25px 0;
}

.component {
    padding-top: 1.95rem;
    padding-bottom: 3.75rem;
}

.component__title {
    position: relative;
    left: -2.5%;
    width: 105%;
    max-width: 105%;
}

.component__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 7px;
    -ms-flex-preferred-size: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.component__links .component-link {
    position: relative;
    display: inline-block;
    padding: 5px 29px 12px;
    font-family: GeometriaLight, sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #262626;
    background-color: #d5f5e5;
}

.component__links .component-link:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -7.5%;
    /* background-color: #83e3b4; */
    display: block;
    width: 115%;
    height: 1px;
}

.component__links .component-link:before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 15px;
    display: block;
    /* background-color: #83e3b4; */
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 3px;
    opacity: 0;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.component__links .component-link.active {
    color: #1e1e1e;
    background-color: #83e3b4;
}

.component__links .component-link.active:before {
    opacity: 1;
}

.component__content {
    margin-top: 4.85rem;
}

.component__content__type {
    display: none;
}

.component__content__type.active {
    display: block;
}

.component__content__type .case-block {
    margin-bottom: 6.0rem;
}

.component__content__type .case-block__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.component__content__type .case-block__left-side {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
}

.component__content__type .case-block__left-side .image-block img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
}

.component__content__type .case-block__left-side .descr-block {
    margin-top: 1.3rem;
    padding-right: 16px;
}

.component__content__type .case-block__left-side .descr-block .ves {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: -webkit-calc(100% - 59px);
    flex-basis: calc(100% - 59px);
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: -webkit-calc(100% - 59px);
    max-width: calc(100% - 59px);
    margin-left: 60px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 26px;
    line-height: 2px;
    border: 1px solid #83e3b4;
    border-radius: 20px;
    -ms-flex-preferred-size: calc(100% - 59px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.component__content__type .case-block__left-side .descr-block .ves:before {
    position: absolute;
    content: "Вес:";
    top: 0;
    left: -62px;
    display: inline-block;
    line-height: 38px;
}

.component__content__type .case-block__left-side .descr-block .ves span {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 7px 20px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 20px;
    cursor: pointer;
    -ms-flex-preferred-size: auto;
}

.component__content__type .case-block__left-side .descr-block .ves span.active {
    margin-right: -2px;
    font-family: ProximaNovaSemibold, sans-serif;
    background-color: #83e3b4;
    -webkit-box-shadow: 0 11px 13px rgba(131, 227, 180, 0.49);
    box-shadow: 0 11px 13px rgba(131, 227, 180, 0.49);
}

.component__content__type .case-block__left-side .descr-block .ves-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 20px;
    line-height: 22px;
    border: 1px solid #83e3b4;
    border-radius: 20px;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.component__content__type .case-block__left-side .descr-block .ves-single b {
    display: inline-block;
    margin: 0 5px;
    font-family: ProximaNovaBold, sans-serif;
}

.component__content__type .case-block__left-side .descr-block .ves-single b:last-child {
    margin-right: 0;
}

.component__content__type .case-block__left-side .descr-block .ves-single span {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    margin-right: 15px;
    padding: 7px 14px 6px 14px;
    text-align: center;
    background-color: #83e3b4;
    border: 1px solid transparent;
    border-radius: 20px;
    -webkit-box-shadow: 0 11px 13px rgba(131, 227, 180, 0.49);
    box-shadow: 0 11px 13px rgba(131, 227, 180, 0.49);
    -ms-flex-preferred-size: auto;
}

.component__content__type .case-block__left-side .descr-block .ves-single span b {
    margin: 0;
}

.component__content__type .case-block__left-side .descr-block__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-top: 17px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 20px;
    line-height: 22px;
    border-bottom: 2px dotted #d6d6d6;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.component__content__type .case-block__left-side .descr-block__row span {
    position: relative;
    position: relative;
    z-index: 1;
    top: 5px;
    display: inline-block;
    margin-bottom: -12px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.component__content__type .case-block__left-side .descr-block__row span.cost {
    top: -2px;
    font-family: GeometriaMedium, sans-serif;
    font-size: 38px;
    line-height: 22px;
}

.component__content__type .case-block__left-side .descr-block__row span.costcom {
    top: 5px;
    left: -3px;
    font-family: GeometriaMedium, sans-serif;
    font-size: 20px;
    line-height: 22px;
}

.component__content__type .case-block__right-side {
    -webkit-flex-basis: -webkit-calc(50% - 43px);
    flex-basis: calc(50% - 43px);
    width: 100%;
    max-width: -webkit-calc(50% - 43px);
    max-width: calc(50% - 43px);
    padding-left: 43px;
    -ms-flex-preferred-size: calc(50% - 43px);
}

.component__content__type .case-block__right-side .block-title {
    margin-top: -7px;
    padding-bottom: 12px;
    /*     font-weight: bold; */
    font-family: GeometriaBold, sans-serif;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #ebeff5;
}

.component__content__type .case-block__right-side .block-list {
    min-height: 265px;
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid #ebeff5;
}

.component__content__type .case-block__right-side .block-list .list-title {
    margin: 12px 0 2px;
    font-family: ProximaNovaSemibold, sans-serif;
}

.component__content__type .case-block__right-side .block-list ul {
    margin: 0;
    padding: 0;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 15px;
    line-height: 22px;
    list-style-type: none;
}

.component__content__type .case-block__right-side .block-list ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 30px;
}

.component__content__type .case-block__right-side .block-list ul li:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 1px;
    display: block;
    width: 12px;
    height: 10px;
    background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.component__content__type .case-block__right-side .block-links {
    padding-top: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebeff5;
}

.component__content__type .case-block__right-side .block-links a {
    display: inline-block;
    margin-bottom: 9px;
    font-family: ProximaNovaSemibold, sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #505ceb;
    text-decoration: underline;
}

.component__content__type .case-block__right-side .block-links a:hover {
    text-decoration: none;
}

.component .btn-row {
    margin-top: 4.25rem;
}

.component .btn-row .component-btn {
    max-width: 360px;
    padding: 25px 0;
}

.steps {
    position: relative;
    padding-top: 5.2rem;
    padding-bottom: 6rem;
    background-color: #f1f5fb;
}

.steps:before {
    position: absolute;
    content: "123";
    top: 40%;
    left: -webkit-calc(37% - 15.5vw);
    left: calc(37% - 15.5vw);
    display: block;
    font-family: GeometriaMedium, sans-serif;
    font-size: 34vw;
    line-height: 55px;
    color: #000000;
    letter-spacing: 6vw;
    opacity: .02;
}

.steps__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-top: 6.8rem;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.steps__content__block {
    -webkit-flex-basis: 18.5%;
    flex-basis: 18.5%;
    max-width: 18.5%;
    -ms-flex-preferred-size: 18.5%;
}

.steps__content__block:nth-of-type(1) .image-block img, .steps__content__block:nth-of-type(5) .image-block img {
    margin-top: 3.1rem;
}

.steps__content__block .image-block img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
}

.steps__content__block .descr-block {
    position: relative;
    left: -3px;
    padding-top: 19px;
    font-family: GeometriaMedium, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.steps__content__block .descr-block p {
    margin: 0;
}

.steps__content__block .descr-block span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 22px;
}

.steps .btn-row {
    position: relative;
    z-index: 1;
    margin-top: 1.8rem;
}

.steps .btn-row .step-see-btn {
    max-width: 498px;
    padding: 25px 0;
}

.floor {
    padding-top: 5.2rem;
    padding-bottom: 3.6rem;
    background-color: #ffffff;
}

.floor .icon-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.floor__title {
    position: relative;
    left: -2.5%;
    width: 105%;
    max-width: 105%;
}

.floor__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 4.9rem;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.floor__content__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: calc(50% - 3%);
    flex-basis: calc(50% - 3%);
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: calc(50% - 3%);
    margin: 0 1.5% 4.05rem;
    -ms-flex-preferred-size: calc(50% - 3%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    /* -webkit-flex-wrap: wrap; */
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

/* .floor__content__block:nth-of-type(3n) { */
/*     margin-right: 0; */
/* } */

.floor__content__block .icon-block {
    padding-left: 23px;
}

.floor__content__block .descr-block {
    padding-left: 2.6rem;
    font-family: GeometriaMedium, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.floor__content__block .descr-block p {
    margin: 0;
}

.works {
    padding-top: 5.2rem;
    padding-bottom: 11.3rem;
    background-image: url(../images/cases_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.works__subtitle {
    margin-top: 20px;
}

.works__content {
    margin-top: 4rem;
}

.works__content__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 4.45rem;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.works__content__block .block__left-side {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
}

.works__content__block .block__left-side .image-block img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
}

.works__content__block .block__right-side {
    -webkit-flex-basis: -webkit-calc(50% - 45px);
    flex-basis: calc(50% - 45px);
    width: 100%;
    max-width: -webkit-calc(50% - 45px);
    max-width: calc(50% - 45px);
    padding-left: 45px;
    -ms-flex-preferred-size: calc(50% - 45px);
}

.works__content__block .block__right-side .block-title {
    margin-top: -8px;
    padding-bottom: 22px;
    font-family: GeometriaLight, sans-serif;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #d0d3d8;
}

.works__content__block .block__right-side .block-info {
    min-height: 155px;
    padding-top: 7px;
}

.works__content__block .block__right-side .block-info .info-title {
    font-family: ProximaNovaSemibold, sans-serif;
    font-size: 15px;
    line-height: 15px;
}

.works__content__block .block__right-side .block-info .info-com {
    position: relative;
    padding-left: 29px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 15px;
    line-height: 25px;
}

.works__content__block .block__right-side .block-info .info-com:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    display: block;
    width: 1px;
    height: 85%;
    background-color: #009567;
}

.works__content__block .block__right-side .block-info .info-com p {
    margin: 0;
}

.works__content__block .block__right-side .block-info .info-square {
    position: relative;
    margin-top: 10px;
    padding-left: 29px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 15px;
    line-height: 25px;
}

.works__content__block .block__right-side .block-info .info-square p {
    margin: 0;
}

.works__content__block .block__right-side .block-info .info-square:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    display: block;
    width: 1px;
    height: 80%;
    background-color: #009567;
}

.works__content__block .block__right-side .block-thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 3.5rem;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.works__content__block .block__right-side .block-thumbs .thumb-link {
    position: relative;
    display: block;
    -webkit-flex-basis: 101px;
    flex-basis: 101px;
    width: 100%;
    max-width: 101px;
    margin-right: 15px;
    -ms-flex-preferred-size: 101px;
}

.works__content__block .block__right-side .block-thumbs .thumb-link:last-child {
    margin-right: 0;
}

.works__content__block .block__right-side .block-thumbs .thumb-link:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    opacity: 0;
    border: 5px solid #83e3b4;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.works__content__block .block__right-side .block-thumbs .thumb-link.active:after {
    opacity: 1;
}

.works__content__block .block__right-side .block-thumbs .thumb-link img {
    display: block;
    width: auto;
    max-width: 100%;
}

.works .btn-row .works-btn {
    max-width: 360px;
    padding: 25px 0;
}

.works .btn-row.more {
    margin-top: -2.2rem;
    margin-bottom: 1.25rem;
}

.works .btn-row.more .see-more-btn {
    display: inline-block;
    font-family: ProximaNovaSemibold, sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #505ceb;
    letter-spacing: .3px;
    border-bottom: 2px dotted #505ceb;
}

.use {
    background-color: #ffffff;
}

.use__title {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
}

.use__subtitle {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 9px;
    -ms-flex-preferred-size: 100%;
}

.use__content {
    position: relative;
    top: -6.55rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 123%;
    flex-basis: 123%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    width: 123%;
    max-width: -webkit-calc(123% - 16.5rem);
    max-width: calc(123% - 16.5rem);
    margin-bottom: -1rem;
    margin-left: -11.5%;
    padding: 3.2rem 8.25rem 4rem 8.25rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 23px 73px rgba(172, 187, 205, 0.32);
    box-shadow: 0 23px 73px rgba(172, 187, 205, 0.32);
    -ms-flex-preferred-size: 123%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.use__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-top: 4.15rem;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.use__logos__block {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
}

.use__logos__block:nth-of-type(1) {
    position: relative;
}

.use__logos__block:nth-of-type(1):before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -35%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ebeff5;
}

.use__logos__block:nth-of-type(5) {
    position: relative;
}

.use__logos__block:nth-of-type(5):before {
    position: absolute;
    content: "";
    right: -35%;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ebeff5;
}

.use__logos__block:nth-of-type(1) .image-block, .use__logos__block:nth-of-type(6) .image-block {
    border-left: 1px solid #ebeff5;
}

.use__logos__block:nth-of-type(6) .image-block, .use__logos__block:nth-of-type(7) .image-block, .use__logos__block:nth-of-type(8) .image-block, .use__logos__block:nth-of-type(9) .image-block, .use__logos__block:nth-of-type(10) .image-block {
    border-bottom: none;
}

.use__logos__block .image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    border: 1px solid #ebeff5;
    border-top: none;
    border-left: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-preferred-size: 100%;
}

.use__logos__block .image-block img {
    display: block;
    width: auto;
    max-width: 100%;
}

.answers {
    padding-bottom: 4.15rem;
}

.answers__content {
    margin-top: 6rem;
}

.answers__content .answers-slider {
    position: relative;
}

.answers__content .answers-slider .slide-item {
    position: relative;
    -webkit-box-shadow: 0 11px rgba(131, 227, 180, 0.49), inset 1px -4px 68px rgba(239, 241, 245, 0.88);
    box-shadow: 0 11px rgba(131, 227, 180, 0.49), inset 1px -4px 68px rgba(239, 241, 245, 0.88);
}

.answers__content .answers-slider .slide-item .slide-link {
    display: block;
}

.answers__content .answers-slider .slide-item .slide-link img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border-bottom: 10px solid rgba(131, 227, 180, 0.49);
}

.answers__content .answers-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: -12.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 125%;
    flex-basis: 125%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 125%;
    max-width: 125%;
    height: 1px;
    -ms-flex-preferred-size: 125%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.answers__content .answers-slider .owl-nav .owl-next .icon {
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.answers .btn-row {
    margin-top: 2rem;
}

.answers .btn-row .answers-btn {
    max-width: 360px;
    padding: 24px 0;
}

.years {
    padding-top: 4rem;
    background-image: url(../images/years_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.years__title {
    padding-left: 21.5%;
    text-align: left;
}

.years__info {
    margin-top: 3.8rem;
    padding-left: 21.5%;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.years__info__block {
    position: relative;
    margin-bottom: 20px;
    padding-right: 5px;
}

.years__info__block .icon-block {
    position: absolute;
    top: 6px;
    left: -19%;
}

.years__info__block:nth-of-type(1) .icon-block {
    top: 5px;
    left: -21.5%;
}

.years__info__block:nth-of-type(2) .icon-block {
    top: 11px;
}

.years__info__block:nth-of-type(4) .icon-block {
    left: -18%;
}

.years .diploms-links {
    padding-top: 3px;
    padding-left: 21.5%;
}

.years .diploms-links .diplom-link {
    font-family: ProximaNovaSemibold, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #505ceb;
    text-decoration: underline;
}

.years__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.years__content__left-side {
    position: relative;
    -webkit-flex-basis: 56%;
    flex-basis: 56%;
    width: 100%;
    max-width: 56%;
    -ms-flex-preferred-size: 56%;
}

.years__content__left-side img {
    position: relative;
    top: -3px;
    left: 8px;
    display: block;
    width: auto;
    max-width: 100%;
}

.years__content__left-side .man-descr {
    position: absolute;
    bottom: 2%;
    left: 23.35%;
    padding: 10px;
    font-family: GeometriaLight, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.years__content__left-side .man-descr:before {
    position: absolute;
    content: "";
    z-index: 5;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    filter: blur(12px);
}

.years__content__left-side .man-descr p {
    position: relative;
    z-index: 10;
    margin: 0 0 5px;
}

.years__content__right-side {
    -webkit-flex-basis: 44%;
    flex-basis: 44%;
    width: 100%;
    max-width: 44%;
    padding-top: 3.85rem;
    -ms-flex-preferred-size: 44%;
}

.fstep {
    padding-top: 4.2rem;
    padding-bottom: 5.1rem;
    background-color: #ffffff;
}

.fstep__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-top: 2.7rem;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.fstep__content__block {
    -webkit-flex-basis: 280px;
    flex-basis: 280px;
    width: 100%;
    max-width: 280px;
    -ms-flex-preferred-size: 280px;
}

.fstep__content__block:nth-of-type(4) {
    margin-right: -18px;
}

.fstep__content__block .image-block {
    position: relative;
}

.fstep__content__block .image-block img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
}

.fstep__content__block .image-block .fstep-number {
    position: absolute;
    top: 10%;
    left: 0;
    width: 87px;
    padding: 8px 0;
    font-family: GeometriaMedium, sans-serif;
    font-size: 38px;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    background-color: #2947a2;
    border-radius: 0 27px 27px 0;
}

.fstep__content__block .descr-block {
    padding-top: 18px;
}

.fstep__content__block .descr-block .block-title {
    font-family: GeometriaMedium, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.fstep__content__block .descr-block .block-info {
    padding-top: 10px;
    padding-right: 35px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.fstep__content__block .descr-block .block-info p {
    margin-top: 0;
    margin-bottom: 7px;
}

.question__title {
    text-align: left;
}

.question__subtitle {
    margin-top: 9px;
    text-align: left;
}

.question__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 123%;
    flex-basis: 123%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    width: 123%;
    max-width: -webkit-calc(123% - 15rem);
    max-width: calc(123% - 15rem);
    margin-left: -11.5%;
    padding: 3.2rem 7rem 1.6rem 8.25rem;
    background-color: #ffffff;
    background-image: url(../images/question_bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    -webkit-box-shadow: 0 23px 73px rgba(172, 187, 205, 0.32);
    box-shadow: 0 23px 73px rgba(172, 187, 205, 0.32);
    -ms-flex-preferred-size: 123%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.question__content__left-side form {
    max-width: 457px;
    margin-top: 2.4rem;
}

.question__content__left-side form .input-group {
    margin-bottom: 13px;
}

.question__content__left-side form .input-group.btn_group {
    margin-top: 24px;
}

.question__content__left-side form .input-group.btn_group button {
    display: block;
    width: 100%;
    padding: 25px 0;
}

.question__content__left-side form .input-group.btn_group p.btn_txt {
    margin-top: 6px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #262626;
}

.question__content__left-side form .input-group.btn_group p.btn_txt a {
    color: #262626;
    text-decoration: underline;
}

.question__content__left-side form .input-group.btn_group p.btn_txt a:hover {
    text-decoration: none;
}

.question__content__left-side form .input-group label {
    display: block;
    margin-bottom: 8px;
    font-family: GeometriaLight, sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.question__content__left-side form .input-group textarea {
    display: block;
    width: 100%;
    max-width: -webkit-calc(100% - 42px);
    max-width: calc(100% - 42px);
    min-height: 81px;
    padding: 13px 20px;
    border: 1px solid #9da2aa;
}

.question__content__left-side form .input-group input {
    display: block;
    width: 100%;
    max-width: -webkit-calc(100% - 42px);
    max-width: calc(100% - 42px);
    padding: 11px 20px 12px;
    font-size: 20px;
    line-height: 20px;
    background-color: #ffffff;
    border: 1px solid #9da2aa;
}

.contacts {
    position: relative;
    margin-top: -3.25rem;
    padding-top: 10.6rem;
    padding-bottom: 5.35rem;
    background-color: #ffffff;
}

.contacts__title {
    text-align: left;
}

.contacts__info {
    position: relative;
    z-index: 1;
    max-width: -webkit-calc(668px - 17.6rem);
    max-width: calc(668px - 17.6rem);
    margin-right: -7vw;
    margin-left: auto;
    padding: 3.2rem 6.8rem 4.2rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 23px 73px rgba(172, 187, 205, 0.32);
    box-shadow: 0 23px 73px rgba(172, 187, 205, 0.32);
}

.contacts__info .adress {
    margin-top: 30px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.contacts__info .time-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.2rem;
    font-family: ProximaNovaRegularm, sans-serif;
    font-size: 16px;
    line-height: 20px;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.contacts__info .time-block .icon-block {
    position: relative;
    top: -5px;
    margin-right: 1.2rem;
    margin-left: -3.1rem;
}

.contacts__info .time-block p {
    margin: 4px 0 5px;
}

.contacts__info .phone-link {
    display: inline-block;
    margin-top: 2px;
    font-family: GeometriaMedium, sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #262626;
}

.contacts__info .contacts-btn {
    max-width: 350px;
    margin-top: 17px;
    padding: 25px 0;
}

.contacts .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #aaaaaa;
}

.contacts .map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last {
    padding-top: 13.6rem;
    padding-bottom: 6.25rem;
    background-image: url(../images/last_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.last .btn-row {
    margin-top: 3.25rem;
}

.last .btn-row .last-btn {
    max-width: 360px;
    padding: 25px 0;
}

.footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 35px 0;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.footer__content__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    -ms-flex-preferred-size: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.footer__content__logo .logo {
    display: block;
    width: auto;
    max-width: 163px;
    margin: 0;
}

.footer__content__logo .logo-descr {
    margin: 0;
    padding-left: 20px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 15px;
    line-height: 22px;
}

.footer__content__orange {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    -ms-flex-preferred-size: auto;
}

.footer__content__orange a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #262626;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.footer__content__orange a p {
    margin: 0;
    padding-left: 25px;
}

.footer__content__backcall {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-preferred-size: auto;
}

.footer__content__backcall .phone-link {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 18px;
    font-family: GeometriaMedium, sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #262626;
    white-space: nowrap;
}

.footer__content__backcall .footer-btn {
    width: 100%;
    min-width: 180px;
    max-width: 180px;
    padding: 15px 0;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
}

.parallax-layer {
    position: absolute;
}

.parall-main-image1 {
    z-index: 1;
    top: 47%;
    left: 67%;
    width: 16vw;
    max-width: 293px;
}

.parall-main-image2 {
    top: 58.5%;
    left: 62.8%;
    width: 10vw;
    max-width: 189px;
}

.parall-main-descr {
    top: 23%;
    left: 74.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 187px;
    flex-basis: 187px;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 187px;
    height: 187px;
    font-family: GeometriaLight, sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    -ms-flex-preferred-size: 187px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.parall-main-descr p {
    margin: 0;
}

.parall-main-descr b {
    font-family: GeometriaMedium, sans-serif;
}

.owl-carousel {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
    position: relative;
    -moz-backface-visibility: hidden;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
}

.owl-carousel .owl-stage:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    overflow: hidden;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item {
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    padding: 0 !important;
    font: inherit;
    color: inherit;
    background: none;
    border: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -o-transition: height 500ms ease-in-out;
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -o-transition: opacity 400ms ease;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-backface-visibility: hidden;
    background: url("owl.video.play.png") no-repeat;
    -o-transition: transform 100ms ease;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
    cursor: pointer;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -o-transition: opacity 400ms ease;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.mfp-bg {
    position: fixed;
    z-index: 1042;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #00845a;
}

.mfp-wrap {
    position: fixed;
    z-index: 1043;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    outline: none !important;
}

.mfp-container {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    text-align: center;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    z-index: 1045;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    position: absolute;
    z-index: 1044;
    top: 50%;
    right: 8px;
    left: 8px;
    width: auto;
    margin-top: -0.8em;
    color: #cccccc;
    text-align: center;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: #ffffff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    z-index: 1046;
    overflow: visible;
    display: block;
    padding: 0;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0 0 18px 10px;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    line-height: 44px;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    opacity: 0.65;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: -6px;
    width: 100%;
    padding-right: 6px;
    color: #ffffff;
    text-align: right;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 18px;
    color: #cccccc;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 110px;
    margin: 0;
    margin-top: -55px;
    padding: 0;
    opacity: 0.65;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    top: 8px;
    border-top-width: 13px;
    border-bottom-width: 13px;
}

.mfp-arrow:before {
    opacity: 0.7;
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    margin-left: 31px;
    border-right: 17px solid #ffffff;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    margin-left: 39px;
    border-left: 17px solid #ffffff;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 900px;
    line-height: 0;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

img.mfp-img {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 40px;
    line-height: 0;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    display: block;
    width: auto;
    height: auto;
    background: #444444;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #bdbdbd;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -36px;
    cursor: auto;
}

.mfp-title {
    padding-right: 36px;
    line-height: 18px;
    color: #f3f3f3;
    text-align: left;
    word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

    .mfp-img-mobile .mfp-image-holder {
        padding-right: 0;
        padding-left: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0, 0, 0, 0.6);
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px;
    }

    .mfp-img-mobile .mfp-close {
        position: fixed;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        padding: 0;
        line-height: 35px;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -ms-transform-origin: 0;
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -ms-transform-origin: 100%;
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-right: 6px;
        padding-left: 6px;
    }
}

.my-mfp-zoom-in .zoom-anim-dialog {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.modal-form-style .mfp-close {
    top: 30px !important;
    right: 36px !important;
    width: 20px !important;
    height: 20px !important;
    color: transparent !important;
    background-image: url(../images/close-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.modal-title {
    font-family: GeometriaMedium, sans-serif;
    font-size: 38px;
    line-height: 45px;
}

.modal-subtitle {
    margin-top: 15px;
    font-family: GeometriaMedium, sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.modal-form-style {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 23px 73px rgba(172, 187, 205, 0.32);
    box-shadow: 0 23px 73px rgba(172, 187, 205, 0.32);
}

.modal-form-style.thanks_modal {
    max-width: 611px;
}

.modal-form-style.thanks_modal .modal-body {
    padding: 56px 77px 80px;
    border-bottom: 6px solid #83e3b4;
}

.modal-form-style.backcall_form {
    max-width: 1111px;
    background-image: url(../images/backcall_bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.modal-form-style.backcall_form .modal-body {
    padding: 56px 77px 18px;
}

.modal-form-style.backcall_form .modal-body form {
    max-width: 457px;
    margin-top: 1.4rem;
}

.modal-form-style.backcall_form .modal-body form .input-group {
    margin-bottom: 23px;
}

.modal-form-style.backcall_form .modal-body form .input-group.btn_group {
    margin-top: 24px;
}

.modal-form-style.backcall_form .modal-body form .input-group.btn_group button {
    display: block;
    width: 100%;
    padding: 25px 0;
}

.modal-form-style.backcall_form .modal-body form .input-group.btn_group p.btn_txt {
    margin-top: 6px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #262626;
}

.modal-form-style.backcall_form .modal-body form .input-group.btn_group p.btn_txt a {
    color: #262626;
    text-decoration: underline;
}

.modal-form-style.backcall_form .modal-body form .input-group.btn_group p.btn_txt a:hover {
    text-decoration: none;
}

.modal-form-style.backcall_form .modal-body form .input-group label {
    display: block;
    margin-bottom: 8px;
    font-family: GeometriaLight, sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.modal-form-style.backcall_form .modal-body form .input-group textarea {
    display: block;
    width: 100%;
    max-width: -webkit-calc(100% - 42px);
    max-width: calc(100% - 42px);
    min-height: 81px;
    padding: 13px 20px;
    border: 1px solid #9da2aa;
}

.modal-form-style.backcall_form .modal-body form .input-group input {
    display: block;
    width: 100%;
    max-width: -webkit-calc(100% - 42px);
    max-width: calc(100% - 42px);
    padding: 11px 20px 12px;
    font-size: 20px;
    line-height: 20px;
    background-color: #ffffff;
    border: 1px solid #9da2aa;
}

.modal-form-style.answer_form {
    max-width: 611px;
    border-bottom: 6px solid #83e3b4;
}

.modal-form-style.answer_form .modal-body {
    padding: 55px 77px 32px;
}

.modal-form-style.answer_form .modal-body form {
    max-width: 457px;
    margin: 2.5rem 0 0 3px;
}

.modal-form-style.answer_form .modal-body form .input-group {
    margin-bottom: 23px;
}

.modal-form-style.answer_form .modal-body form .input-group.btn_group {
    margin-top: -5px;
}

.modal-form-style.answer_form .modal-body form .input-group.btn_group button {
    display: block;
    width: 100%;
    padding: 25px 0;
}

.modal-form-style.answer_form .modal-body form .input-group.btn_group p.btn_txt {
    margin-top: 6px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #262626;
}

.modal-form-style.answer_form .modal-body form .input-group.btn_group p.btn_txt a {
    color: #262626;
    text-decoration: underline;
}

.modal-form-style.answer_form .modal-body form .input-group.btn_group p.btn_txt a:hover {
    text-decoration: none;
}

.modal-form-style.answer_form .modal-body form .input-group label {
    display: block;
    margin-bottom: 8px;
    font-family: GeometriaLight, sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.modal-form-style.answer_form .modal-body form .input-group textarea {
    display: block;
    width: 100%;
    max-width: -webkit-calc(100% - 42px);
    max-width: calc(100% - 42px);
    min-height: 97px;
    padding: 13px 20px;
    border: 1px solid #9da2aa;
}

.modal-form-style.answer_form .modal-body form .input-group input {
    display: block;
    width: 100%;
    max-width: -webkit-calc(100% - 42px);
    max-width: calc(100% - 42px);
    padding: 11px 20px 12px;
    font-size: 20px;
    line-height: 20px;
    background-color: #ffffff;
    border: 1px solid #9da2aa;
}

.modal-form-style.answer_form .modal-body form .input-group .input-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 32px;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.modal-form-style.answer_form .modal-body form .input-group .input-row .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    margin-top: 2px;
    margin-right: 20px;
    margin-bottom: -12px;
    -ms-flex-preferred-size: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.modal-form-style.answer_form .modal-body form .input-group .input-row .input-group:last-child {
    margin-right: 0;
}

.modal-form-style.answer_form .modal-body form .input-group .input-row .input-group label {
    margin: 0;
    font-family: GeometriaLight, sans-serif;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
}

.modal-form-style.answer_form .modal-body form .input-group .input-row .input-group .jq-radio {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.modal-form-style.answer_form .modal-body form .input-group .input-row .input-group .jq-radio input {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.modal-form-style.answer_form .modal-body form .input-group .input-row .input-group .jq-radio__div {
    position: relative;
    display: inline-block;
    -webkit-flex-basis: 16px;
    flex-basis: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    border: 1px solid #9fa5ac;
    border-radius: 50%;
    -ms-flex-preferred-size: 16px;
}

.modal-form-style.answer_form .modal-body form .input-group .input-row .input-group .jq-radio__div:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    display: block;
    width: 10px;
    height: 10px;
    opacity: 0;
    background-color: #346848;
    border-radius: 50%;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.modal-form-style.answer_form .modal-body form .input-group .input-row .input-group .jq-radio.checked .jq-radio__div:after {
    opacity: 1;
}

.modal-form-style.pricelist_form {
    max-width: 1155px;
    border-bottom: 6px solid #83e3b4;
}

.modal-form-style.pricelist_form .modal-body form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: -webkit-calc(100% - 145px);
    flex-basis: calc(100% - 145px);
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: -webkit-calc(100% - 145px);
    max-width: calc(100% - 145px);
    padding: 55px 65px 21px 77px;
    -ms-flex-preferred-size: calc(100% - 145px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.modal-form-style.pricelist_form .modal-body form .input-group {
    margin-bottom: 23px;
}

.modal-form-style.pricelist_form .modal-body form .input-group.btn_group {
    margin-top: 0px;
}

.modal-form-style.pricelist_form .modal-body form .input-group.btn_group button {
    display: block;
    width: 100%;
    padding: 25px 0;
}

.modal-form-style.pricelist_form .modal-body form .input-group.btn_group p.btn_txt {
    margin-top: 6px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #262626;
}

.modal-form-style.pricelist_form .modal-body form .input-group.btn_group p.btn_txt a {
    color: #262626;
    text-decoration: underline;
}

.modal-form-style.pricelist_form .modal-body form .input-group.btn_group p.btn_txt a:hover {
    text-decoration: none;
}

.modal-form-style.pricelist_form .modal-body form .input-group label {
    display: block;
    margin-bottom: 8px;
    font-family: GeometriaLight, sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.modal-form-style.pricelist_form .modal-body form .input-group input {
    display: block;
    width: 100%;
    max-width: -webkit-calc(100% - 42px);
    max-width: calc(100% - 42px);
    padding: 11px 20px 12px;
    font-size: 20px;
    line-height: 20px;
    background-color: #ffffff;
    border: 1px solid #9da2aa;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px;
    padding-top: 15px;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -webkit-flex-basis: 48%;
    flex-basis: auto;
    flex-basis: 48%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    width: 100%;
    max-width: 48%;
    margin-bottom: 18px;
    -ms-flex-preferred-size: auto;
    -ms-flex-preferred-size: 48%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block .input-group input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block .input-group .jq-radio {
    width: 18px;
    height: 18px;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block .input-group .jq-radio input {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block .input-group .jq-radio label {
    cursor: pointer;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block .input-group .jq-radio__div {
    position: relative;
    display: inline-block;
    -webkit-flex-basis: 16px;
    flex-basis: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    border: 1px solid #9fa5ac;
    border-radius: 50%;
    -ms-flex-preferred-size: 16px;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block .input-group .jq-radio__div:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    display: block;
    width: 10px;
    height: 10px;
    opacity: 0;
    background-color: #346848;
    border-radius: 50%;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block .input-group .jq-radio.checked .jq-radio__div:after {
    opacity: 1;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block .input-group label {
    margin: 0;
    padding-left: 10px;
    font-family: GeometriaLight, sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block .input-group:nth-of-type(1), .modal-form-style.pricelist_form .modal-body form .form-type-block .input-group:nth-of-type(3) {
    position: relative;
    -webkit-flex-basis: 52%;
    flex-basis: 52%;
    max-width: 52%;
    padding-left: 0;
    -ms-flex-preferred-size: 52%;
}

.modal-form-style.pricelist_form .modal-body form .form-type-block .input-group:nth-of-type(2), .modal-form-style.pricelist_form .modal-body form .form-type-block .input-group:nth-of-type(4) {
    position: relative;
    left: 5px;
}

.modal-form-style.pricelist_form .modal-body .modal-info {
    -webkit-flex-basis: 54%;
    flex-basis: 54%;
    max-width: 54%;
    -ms-flex-preferred-size: 54%;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform {
    padding-top: 8px;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .input-group label {
    display: block;
    width: 100%;
    margin-bottom: 11px;
    font-family: GeometriaMedium, sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .input-group input {
    max-width: 413px;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-preferred-size: 100%;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check label {
    display: block;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 19px;
    font-family: GeometriaMedium, sans-serif;
    font-size: 20px;
    line-height: 20px;
    -ms-flex-preferred-size: 100%;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    max-width: 50%;
    margin-bottom: 18px;
    -ms-flex-preferred-size: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check .input-group input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check .input-group label {
    margin-bottom: 0;
    padding-left: 12px;
    font-family: GeometriaLight, sans-serif;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check .input-group .jq-checkbox {
    -webkit-flex-basis: 27px;
    flex-basis: 27px;
    width: 27px;
    height: 27px;
    -ms-flex-preferred-size: 27px;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check .input-group .jq-checkbox__div {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #9da2aa;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check .input-group .jq-checkbox__div:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(../images/check-icon-form.png);
    background-repeat: no-repeat;
    background-position: center;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check .input-group .jq-checkbox.checked .jq-checkbox__div:after {
    opacity: 1;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check .input-group:nth-of-type(1), .modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check .input-group:nth-of-type(3) {
    -webkit-flex-basis: 39%;
    flex-basis: 39%;
    max-width: 39%;
    -ms-flex-preferred-size: 39%;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .info-block {
    max-width: 500px;
    padding-top: 10px;
    font-family: GeometriaLight, sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.modal-form-style.pricelist_form .modal-body .modal-info .addform .info-block p {
    margin: 0;
}

.modal-form-style.pricelist_form .modal-body .modal-form {
    -webkit-flex-basis: -webkit-calc(46% - 9px);
    flex-basis: calc(46% - 9px);
    max-width: -webkit-calc(46% - 9px);
    max-width: calc(46% - 9px);
    padding-top: 12px;
    padding-left: 9px;
    -ms-flex-preferred-size: calc(46% - 9px);
}

.modal-form-style.thxmain_form {
    max-width: 1155px;
    border-bottom: 6px solid #83e3b4;
}

.modal-form-style.thxmain_form .modal-body form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: -webkit-calc(100% - 145px);
    flex-basis: calc(100% - 145px);
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: -webkit-calc(100% - 145px);
    max-width: calc(100% - 145px);
    padding: 55px 65px 10px 77px;
    -ms-flex-preferred-size: calc(100% - 145px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.modal-form-style.thxmain_form .modal-body form .input-group {
    margin-bottom: 23px;
}

.modal-form-style.thxmain_form .modal-body form .input-group.btn_group {
    margin-top: 0px;
}

.modal-form-style.thxmain_form .modal-body form .input-group.btn_group button {
    display: block;
    width: 100%;
    padding: 25px 0;
}

.modal-form-style.thxmain_form .modal-body form .input-group.btn_group p.btn_txt {
    margin-top: 6px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #262626;
}

.modal-form-style.thxmain_form .modal-body form .input-group.btn_group p.btn_txt a {
    color: #262626;
    text-decoration: underline;
}

.modal-form-style.thxmain_form .modal-body form .input-group.btn_group p.btn_txt a:hover {
    text-decoration: none;
}

.modal-form-style.thxmain_form .modal-body form .input-group label {
    display: block;
    margin-bottom: 8px;
    font-family: GeometriaLight, sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.modal-form-style.thxmain_form .modal-body form .input-group input {
    display: block;
    width: 100%;
    max-width: -webkit-calc(100% - 42px);
    max-width: calc(100% - 42px);
    padding: 11px 20px 12px;
    font-size: 20px;
    line-height: 20px;
    background-color: #ffffff;
    border: 1px solid #9da2aa;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px;
    padding-top: 15px;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -webkit-flex-basis: 48%;
    flex-basis: auto;
    flex-basis: 48%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    width: 100%;
    max-width: 48%;
    margin-bottom: 18px;
    -ms-flex-preferred-size: auto;
    -ms-flex-preferred-size: 48%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block .input-group input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block .input-group .jq-radio {
    width: 18px;
    height: 18px;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block .input-group .jq-radio input {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block .input-group .jq-radio label {
    cursor: pointer;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block .input-group .jq-radio__div {
    position: relative;
    display: inline-block;
    -webkit-flex-basis: 16px;
    flex-basis: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    border: 1px solid #9fa5ac;
    border-radius: 50%;
    -ms-flex-preferred-size: 16px;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block .input-group .jq-radio__div:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    display: block;
    width: 10px;
    height: 10px;
    opacity: 0;
    background-color: #346848;
    border-radius: 50%;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block .input-group .jq-radio.checked .jq-radio__div:after {
    opacity: 1;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block .input-group label {
    margin: 0;
    padding-left: 10px;
    font-family: GeometriaLight, sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block .input-group:nth-of-type(1), .modal-form-style.thxmain_form .modal-body form .form-type-block .input-group:nth-of-type(3) {
    position: relative;
    -webkit-flex-basis: 52%;
    flex-basis: 52%;
    max-width: 52%;
    padding-left: 0;
    -ms-flex-preferred-size: 52%;
}

.modal-form-style.thxmain_form .modal-body form .form-type-block .input-group:nth-of-type(2), .modal-form-style.thxmain_form .modal-body form .form-type-block .input-group:nth-of-type(4) {
    position: relative;
    left: 5px;
}

.modal-form-style.thxmain_form .modal-body .modal-info {
    -webkit-flex-basis: 54%;
    flex-basis: 54%;
    max-width: 54%;
    -ms-flex-preferred-size: 54%;
}

.modal-form-style.thxmain_form .modal-body .modal-info .modal-list ul {
    margin: 10px 0 0;
    padding: 0;
    font-family: GeometriaLight, sans-serif;
    font-size: 20px;
    line-height: 30px;
    list-style-type: none;
}

.modal-form-style.thxmain_form .modal-body .modal-info .modal-list ul li {
    margin-bottom: 12px;
}

.modal-form-style.thxmain_form .modal-body .modal-info .modal-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-preferred-size: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.modal-form-style.thxmain_form .modal-body .modal-info .modal-time .icon-block {
    -webkit-flex-basis: 43px;
    flex-basis: 43px;
    max-width: 43px;
    -ms-flex-preferred-size: 43px;
}

.modal-form-style.thxmain_form .modal-body .modal-info .modal-time .descr-block {
    -webkit-flex-basis: -webkit-calc(100% - 43px);
    flex-basis: calc(100% - 43px);
    max-width: -webkit-calc(100% - 43px);
    max-width: calc(100% - 43px);
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 15px;
    line-height: 22px;
    -ms-flex-preferred-size: calc(100% - 43px);
}

.modal-form-style.thxmain_form .modal-body .modal-info .modal-time .descr-block p {
    margin: 0;
}

.modal-form-style.thxmain_form .modal-body .modal-form {
    -webkit-flex-basis: -webkit-calc(46% - 9px);
    flex-basis: calc(46% - 9px);
    max-width: -webkit-calc(46% - 9px);
    max-width: calc(46% - 9px);
    padding-top: 52px;
    padding-left: 9px;
    -ms-flex-preferred-size: calc(46% - 9px);
}

.modal-form-style.calc_form {
    max-width: 620px;
    border-bottom: 6px solid #83e3b4;
}

.modal-form-style.calc_form .modal-body {
    padding: 47px 57px 41px 77px;
}

.modal-form-style.calc_form .modal-body .step-val {
    font-family: GeometriaMedium, sans-serif;
    font-size: 38px;
    line-height: 45px;
}

.modal-form-style.calc_form .modal-body .step-title {
    margin-top: 20px;
    font-family: GeometriaMedium, sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.modal-form-style.calc_form .modal-body form .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -webkit-flex-basis: 100%;
    flex-basis: auto;
    flex-basis: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    -ms-flex-preferred-size: auto;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.modal-form-style.calc_form .modal-body form .input-group input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.modal-form-style.calc_form .modal-body form .input-group .jq-radio {
    width: 18px;
    height: 18px;
    padding: 5px 0;
}

.modal-form-style.calc_form .modal-body form .input-group .jq-radio input {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.modal-form-style.calc_form .modal-body form .input-group .jq-radio label {
    cursor: pointer;
}

.modal-form-style.calc_form .modal-body form .input-group .jq-radio__div {
    position: relative;
    display: inline-block;
    -webkit-flex-basis: 16px;
    flex-basis: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    border: 1px solid #9fa5ac;
    border-radius: 50%;
    -ms-flex-preferred-size: 16px;
}

.modal-form-style.calc_form .modal-body form .input-group .jq-radio__div:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    display: block;
    width: 10px;
    height: 10px;
    opacity: 0;
    background-color: #346848;
    border-radius: 50%;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.modal-form-style.calc_form .modal-body form .input-group .jq-radio.checked .jq-radio__div:after {
    opacity: 1;
}

.modal-form-style.calc_form .modal-body form .input-group .jq-checkbox {
    -webkit-flex-basis: 27px;
    flex-basis: 27px;
    width: 27px;
    height: 27px;
    -ms-flex-preferred-size: 27px;
}

.modal-form-style.calc_form .modal-body form .input-group .jq-checkbox input {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.modal-form-style.calc_form .modal-body form .input-group .jq-checkbox__div {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #9da2aa;
}

.modal-form-style.calc_form .modal-body form .input-group .jq-checkbox__div:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(../images/check-icon-form.png);
    background-repeat: no-repeat;
    background-position: center;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.modal-form-style.calc_form .modal-body form .input-group .jq-checkbox.checked .jq-checkbox__div:after {
    opacity: 1;
}

.modal-form-style.calc_form .modal-body form .input-group label {
    margin: 0;
    padding-left: 10px;
    font-family: GeometriaLight, sans-serif;
    font-size: 18px;
    line-height: 27px;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
}

.modal-form-style.calc_form .modal-body form .input-group label span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
}

.modal-form-style.calc_form .modal-body form .input-group .text-input {
    display: block;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    padding-top: 7px;
    -ms-flex-preferred-size: 100%;
}

.modal-form-style.calc_form .modal-body form .input-group .text-input input[type="text"] {
    position: relative !important;
    display: block;
    display: block;
    width: 100% !important;
    width: 100%;
    max-width: -webkit-calc(100% - 72px);
    max-width: calc(100% - 72px);
    height: 100% !important;
    padding: 12px 20px 15px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 16px;
    line-height: 24px;
    opacity: 1 !important;
    background-color: #ffffff;
    border: 1px solid #9da2aa;
}

.modal-form-style.calc_form .modal-body form .other-deff .text-input {
    margin-top: 10px;
}

.modal-form-style.calc_form .modal-body form .other-deff .input-group {
    margin-bottom: 10px;
    padding-left: 25px;
}

.modal-form-style.calc_form .modal-body .step-info {
    margin-top: 21px;
}

.modal-form-style.calc_form .modal-body .step-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 456px;
    flex-basis: 456px;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 456px;
    margin-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-preferred-size: 456px;
}

.modal-form-style.calc_form .modal-body .step-btns .next-btn {
    max-width: 456px;
    padding: 25px 0;
}

.modal-form-style.calc_form .modal-body .step-btns .prev-btn {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    font-family: GeometriaMedium, sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #008056;
}

.modal-form-style.calc_form .modal-body .step-btns .prev-btn i.icon {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-left: -15px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.modal-form-style.calc_form .modal-body .step-btns .prev-btn:hover i.icon {
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.modal-form-style.calc_form .step__block {
    display: none;
}

.modal-form-style.calc_form .step__block.active {
    display: block;
}

.modal-form-style.calc_form .step__block.block4 .step__content {
    width: 105%;
}

.modal-form-style.calc_form .step__block.block4 .input-group.other-chara .text-input input {
    max-width: -webkit-calc(100% - 96px);
    max-width: calc(100% - 96px);
}

.modal-form-style.calc_form .step__block.block4 .input-group:not(.other-chara) {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.modal-form-style.case_descr {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.modal-form-style.case_descr .modal-body {
    padding: 56px 77px 80px;
    border-bottom: 6px solid #83e3b4;
}

@media (max-width: 1439px) {
    .main {
        padding-top: -webkit-calc(2.75rem + 110px);
        padding-top: calc(2.75rem + 110px);
        padding-bottom: 5.5rem;
    }

    .parall-main-descr {
        left: 78%;
    }

    .parall-main-image1 {
        top: 50%;
        left: 76%;
    }

    .parall-main-image2 {
        top: 62.5%;
        left: 71.8%;
    }

    .save__title {
        margin-right: 0;
    }

    .use__content,
    .question__content,
    .save__content {
        -webkit-flex-basis: -webkit-calc(112% - 4rem);
        flex-basis: calc(112% - 4rem);
        max-width: -webkit-calc(112% - 4rem);
        max-width: calc(112% - 4rem);
        margin-left: -6%;
        padding: 3rem 2rem;
        -ms-flex-preferred-size: calc(112% - 4rem);
    }

    .save__content__block .image-block img {
        margin: 0 auto;
    }

    .answers__content .answers-slider .owl-nav {
        left: -5%;
        -webkit-flex-basis: 110%;
        flex-basis: 110%;
        max-width: 110%;
        -ms-flex-preferred-size: 110%;
    }

    .save__content {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .save__content__block {
        -webkit-flex-basis: 24%;
        flex-basis: 24%;
        max-width: 24%;
        margin: 0 auto !important;
        -ms-flex-preferred-size: 24%;
    }

    .steps {
        padding-top: 2.5rem;
        padding-bottom: 3.5rem;
    }

    .steps__content {
        margin-top: 3rem;
    }

    .steps .btn-row {
        margin-top: 2.5rem;
    }

    .floor {
        padding-top: 3.5rem;
        padding-bottom: 2rem;
    }

    .works {
        padding-top: 3.5rem;
    }

    .use__logos {
        margin-top: 3rem;
    }

    .use__content {
        overflow: hidden;
    }

    .years__content__right-side {
        padding-top: 0;
    }

    .years__content__left-side img {
        max-width: 80%;
    }

    .years__content__left-side .man-descr {
        position: absolute;
        bottom: 10%;
        left: 15.35%;
    }

    .fstep {
        padding-bottom: 4rem;
    }

    .contacts__info {
        padding: 3rem 3rem 3rem 6rem;
    }

    .last {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

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

    .main {
        padding-top: -webkit-calc(2.5rem + 77px);
        padding-top: calc(2.5rem + 77px);
    }

    .main .main-title {
        line-height: 45px;
    }

    .use__content, .save__content {
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-right: 0;
        margin-left: 0;
        padding: 2rem 15px;
    }

    .save__content {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .save__content .btn-row {
        margin-top: 2.5rem;
    }

    .floor__title {
        left: 0;
        width: 100%;
        max-width: 100%;
    }

    .title {
        font-size: 35px;
        line-height: 45px;
    }

    .component__links {
        margin-top: 1rem;
    }

    .component__content {
        margin-top: 2.5rem;
    }

    .floor__content__block {
        margin-bottom: 2.5rem;
    }

    .answers__content .answers-slider {
        max-width: 90%;
        margin: 0 auto;
        padding: 0 5%;
    }

    .answers__content .answers-slider .owl-nav {
        left: 0;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .years__content__left-side {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
    }

    .years__content__right-side {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
    }

    .question__content {
        max-width: -webkit-calc(100% - 4rem);
        max-width: calc(100% - 4rem);
        margin-right: 0;
        margin-left: 0;
        padding: 2rem;
        background-position: 40% 50%;
    }

    .contacts__info {
        max-width: 350px;
        margin-right: 0;
        padding: 2rem 3rem;
    }

    .contacts__info .time-block {
        margin-left: 3rem;
    }

    .contacts__info .adress {
        margin-top: 20px;
    }

    .contacts {
        padding-top: 8.5rem;
    }

    .modal-form-style.thxmain_form .modal-body form {
        padding: 55px 65px 45px 77px;
    }

    .modal-form-style.pricelist_form .modal-body form {
        padding: 55px 65px 45px 77px;
    }

    .modal-form-style.pricelist_form .modal-body form .form-type-block {
        padding-top: 0;
    }
}

@media (max-width: 1199px) {
    .header__logo .logo-descr {
        display: none;
    }

    .main .main-title {
        max-width: 795px;
        font-size: 34px;
        line-height: 45px;
    }

    .parall-main-descr {
        left: 80%;
    }

    .main .main-subtitle {
        max-width: 500px;
    }

    .parall-main-image1 {
        top: 62%;
        left: 80%;
    }

    .parall-main-image2 {
        top: 72.5%;
        left: 75%;
    }

    .main {
        padding-bottom: 7.5rem;
    }

    .main .main-icons__block {
        -webkit-flex-basis: 37%;
        flex-basis: 37%;
        max-width: 37%;
        margin-bottom: 15px;
        -ms-flex-preferred-size: 37%;
    }

    .main .main-icons__block .descr-block .block-info br {
        display: none;
    }

    /*.main .main-icons__block:nth-of-type(1) {
        margin-right: 20px;
    }*/
    .main .main-icons {
        margin-top: 2rem;
    }

    .component__title {
        left: 0;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .component {
        padding-top: 0;
    }

    .component__content__type .case-block__left-side .descr-block .ves {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 50px;
        margin-left: 0;
        -ms-flex-preferred-size: 100%;
    }

    .component__content__type .case-block__left-side .descr-block .ves:before {
        top: -38px;
        left: 0;
    }

    .component__content__type .case-block__left-side .descr-block__row span.cost {
        font-size: 30px;
    }

    .component__content__type .case-block__left-side .descr-block__row span.costcom {
        top: 3px;
    }

    .component__content__type .case-block__right-side .block-title br {
        display: none;
    }

    .component__content__type .case-block__left-side .descr-block .ves-single {
        position: relative;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 60px;
        padding: 10px 5px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .component__content__type .case-block__left-side .descr-block .ves-single span {
        position: absolute;
        top: -50px;
        left: 0;
    }

    .component__content__type .case-block__left-side {
        -webkit-flex-basis: 45%;
        flex-basis: 45%;
        max-width: 45%;
        -ms-flex-preferred-size: 45%;
    }

    .component__content__type .case-block__left-side .descr-block {
        padding-right: 0;
    }

    .component__content__type .case-block__right-side {
        -webkit-flex-basis: -webkit-calc(55% - 40px);
        flex-basis: calc(55% - 40px);
        max-width: -webkit-calc(55% - 40px);
        max-width: calc(55% - 40px);
        padding-left: 40px;
        -ms-flex-preferred-size: calc(55% - 40px);
    }

    .component__content__type .case-block__right-side .block-list ul li br {
        display: none;
    }

    .component .btn-row .component-btn,
    .main .main-btn,
    .save__content .btn-row .save-btn,
    .steps .btn-row .step-see-btn,
    .works .btn-row .works-btn,
    .answers .btn-row .answers-btn,
    .question__content__left-side form .input-group.btn_group button,
    .contacts__info .contacts-btn,
    .last .btn-row .last-btn {
        padding: 20px 0;
    }

    .btn-style {
        font-size: 20px;
        line-height: 20px;
    }

    .title {
        font-size: 30px;
        line-height: 35px;
    }

    .floor {
        padding-top: 2rem;
    }

    .floor__content {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: 3rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    /* .floor__content__block { */
    /* -webkit-flex-basis: 32%; */
    /* flex-basis: 32%; */
    /* max-width: 32%; */
    /* margin-right: 0; */
    /* -ms-flex-preferred-size: 32%; */
    /* } */
    .works__content {
        margin-top: 2.5rem;
    }

    .works {
        padding-top: 2rem;
    }

    .works__content__block .block__right-side .block-thumbs {
        margin-top: 1.2rem;
    }

    .use__logos__block .image-block img {
        max-width: 80%;
        margin: 0 auto;
    }

    .use__logos {
        margin-top: 2rem;
    }

    .years__info {
        margin-top: 2rem;
    }

    .years__content__right-side {
        padding-bottom: 5rem;
    }

    .years__content__left-side img {
        max-width: 100%;
    }

    .years__content__left-side {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        max-width: 40%;
        -ms-flex-preferred-size: 40%;
    }

    .years__content__right-side {
        -webkit-flex-basis: 60%;
        flex-basis: 60%;
        max-width: 60%;
        -ms-flex-preferred-size: 60%;
    }

    .years__content__left-side .man-descr {
        font-size: 14px;
        line-height: 20px;
    }

    .fstep__content__block {
        -webkit-flex-basis: 23%;
        flex-basis: 23%;
        max-width: 23%;
        margin: 0 auto !important;
        -ms-flex-preferred-size: 23%;
    }

    .fstep {
        padding-top: 2.5rem;
    }

    .fstep__content__block .image-block .fstep-number {
        width: 65px;
        font-size: 28px;
        line-height: 28px;
    }

    .fstep__content__block .descr-block .block-info {
        padding-right: 0;
        font-size: 15px;
        line-height: 22px;
    }

    .subtitle {
        font-size: 18px;
        line-height: 25px;
    }

    .last {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .footer__content__logo .logo-descr {
        display: none;
    }

    .footer__content {
        -webkit-align-items: center;
        align-items: center;
        padding: 20px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .modal-title {
        font-size: 34px;
        line-height: 35px;
    }

    .modal-form-style.answer_form .modal-body form {
        margin-top: 1.5rem;
    }

    .modal-form-style.thxmain_form .modal-body form {
        -webkit-flex-basis: -webkit-calc(100% - 60px);
        flex-basis: calc(100% - 60px);
        max-width: -webkit-calc(100% - 60px);
        max-width: calc(100% - 60px);
        padding: 55px 30px 35px 30px;
        -ms-flex-preferred-size: calc(100% - 60px);
    }

    .modal-form-style.thxmain_form .modal-body .modal-info .modal-time {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .modal-form-style.thxmain_form .modal-body .modal-info .modal-list ul {
        font-size: 18px;
        line-height: 20px;
    }

    .modal-form-style.thxmain_form .modal-body .modal-form {
        padding-top: 2rem;
    }

    .modal-form-style.thxmain_form .modal-body form .form-type-block .input-group label {
        font-size: 16px;
    }

    .modal-form-style.pricelist_form .modal-body form {
        -webkit-flex-basis: -webkit-calc(100% - 60px);
        flex-basis: calc(100% - 60px);
        max-width: -webkit-calc(100% - 60px);
        max-width: calc(100% - 60px);
        padding: 55px 30px 35px 30px;
        -ms-flex-preferred-size: calc(100% - 60px);
    }

    .modal-form-style.pricelist_form .modal-body .modal-info {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
    }

    .modal-form-style.pricelist_form .modal-body .modal-form {
        -webkit-flex-basis: -webkit-calc(50% - 9px);
        flex-basis: calc(50% - 9px);
        max-width: -webkit-calc(50% - 9px);
        max-width: calc(50% - 9px);
        -ms-flex-preferred-size: calc(50% - 9px);
    }

    .modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check .input-group label {
        font-size: 16px;
    }
}

@media (max-width: 1023px) {
    .main .main-title {
        max-width: 750px;
        font-size: 32px;
        line-height: 38px;
    }

    .main .main-icons__block {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        max-width: 40%;
        -ms-flex-preferred-size: 40%;
    }

    .parall-main-descr {
        -webkit-flex-basis: 165px;
        flex-basis: 165px;
        width: 165px;
        height: 165px;
        font-size: 16px;
        line-height: 22px;
        -ms-flex-preferred-size: 165px;
    }

    .main .main-icons__block .descr-block {
        padding-top: 0;
    }

    .parall-main-image2 {
        top: 75.5%;
        left: 62%;
    }

    .parall-main-image1 {
        top: 68%;
        left: 70%;
    }

    .main {
        padding-bottom: 6.5rem;
    }

    .save__content__block .descr-block {
        font-size: 15px;
        line-height: 20px;
    }

    .save__title {
        margin-bottom: 1.5rem;
    }

    .save__content .btn-row .save-btn {
        margin-right: auto;
        margin-left: auto;
    }

    .component__content__type .case-block__left-side .descr-block .ves span {
        padding: 7px 15px;
    }

    .component__content__type .case-block__left-side .descr-block .ves-single {
        font-size: 18px;
    }

    .component .btn-row {
        margin-top: 2rem;
    }

    .component__links .component-link {
        font-size: 18px;
        line-height: 18px;
    }

    .component__content__type .case-block__right-side .block-list {
        min-height: auto;
    }

    .component__content__type .case-block__right-side .block-list ul {
        font-size: 14px;
    }

    .floor__content__block .icon-block {
        padding-left: 0;
    }

    .floor__content__block .descr-block {
        padding-left: 20px;
    }

    .floor {
        padding-bottom: 1rem;
    }

    .works__content__block .block__right-side {
        -webkit-flex-basis: -webkit-calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        max-width: -webkit-calc(50% - 20px);
        max-width: calc(50% - 20px);
        padding-left: 20px;
        -ms-flex-preferred-size: calc(50% - 20px);
    }

    .works__content__block .block__right-side .block-thumbs .thumb-link {
        margin-right: 10px;
    }

    .works__content__block .block__right-side .block-thumbs {
        margin-top: 0;
    }

    .works__content__block .block__right-side .block-info {
        min-height: 138px;
        padding-bottom: 15px;
    }

    .works {
        padding-bottom: 9rem;
    }

    .years__content__left-side .man-descr {
        bottom: 18%;
    }

    .fstep__content__block .descr-block .block-title {
        line-height: 20px;
    }

    .modal-form-style.pricelist_form .modal-body .modal-info .addform .input-group input {
        max-width: -webkit-calc(100% - 62px);
        max-width: calc(100% - 62px);
    }

    .modal-form-style.pricelist_form .modal-body .modal-info .addform .info-block {
        max-width: 375px;
        font-size: 18px;
        line-height: 20px;
    }

    .modal-form-style.pricelist_form .modal-body form .form-type-block .input-group label {
        font-size: 16px;
    }

    .modal-title {
        font-size: 31px;
    }

    .modal-form-style.thxmain_form .modal-body .modal-info .modal-subtitle br {
        display: none;
    }

    .modal-form-style.thxmain_form .modal-body .modal-info {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
    }

    .modal-form-style.thxmain_form .modal-body .modal-form {
        -webkit-flex-basis: -webkit-calc(50% - 9px);
        flex-basis: calc(50% - 9px);
        max-width: -webkit-calc(50% - 9px);
        max-width: calc(50% - 9px);
        -ms-flex-preferred-size: calc(50% - 9px);
    }

    .modal-form-style.thxmain_form .modal-body .modal-info .modal-time {
        max-width: 350px;
    }

    .modal-form-style.thxmain_form .modal-body .modal-info .modal-list ul {
        font-size: 16px;
        line-height: 18px;
    }

    .modal-form-style.thxmain_form .modal-body .modal-info .modal-list ul li {
        margin-bottom: 5px;
    }

    .modal-form-style.case_descr .modal-body {
        padding: 56px 30px 30px;
    }
}

@media (max-width: 959px) {
    .header__logo .logo {
        max-width: 170px;
    }

    .header__backcall .backcall-menu-btn {
        width: 155px;
        min-width: 155px;
        padding: 12px 0;
        font-size: 14px;
        line-height: 14px;
    }

    .header__backcall .phone-link {
        font-size: 20px;
        line-height: 50px;
    }

    .header__time .time-descr {
        top: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .main {
        padding-top: -webkit-calc(1.5rem + 70px);
        padding-top: calc(1.5rem + 70px);
    }

    .parall-main-descr {
        display: none;
    }

    .main .main-icons__block {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin: 0 auto 20px !important;
        -ms-flex-preferred-size: 50%;
    }

    .main .main-icons__block:nth-of-type(3) .descr-block {
        left: 0;
    }

    .main .main-icons__block .descr-block {
        font-size: 14px;
        line-height: 20px;
    }

    .save__content__block .descr-block {
        font-size: 13px;
        line-height: 16px;
        text-align: center;
    }

    .component__content__type .case-block__left-side .descr-block .ves span {
        padding: 7px;
        font-size: 18px;
    }

    .component__content__type .case-block__left-side .descr-block__row {
        font-size: 18px;
    }

    .component__content__type .case-block__left-side .descr-block .ves:before {
        font-size: 18px;
    }

    .component__content__type .case-block__left-side .descr-block__row span.cost {
        top: 2px;
        font-size: 25px;
    }

    .component__content__type .case-block__left-side .descr-block .ves-single {
        font-size: 15px;
    }

    .component__content__type .case-block__right-side .block-title {
        line-height: 25px;
    }

    .steps__content__block .descr-block {
        font-size: 15px;
        line-height: 18px;
    }

    .steps__content__block .descr-block span {
        line-height: 14px;
    }

    .floor__content__block .descr-block {
        font-size: 14px;
        line-height: 20px;
    }

    .floor__content__block .icon-block {
        -webkit-flex-basis: 40px;
        flex-basis: 40px;
        max-width: 40px;
        -ms-flex-preferred-size: 40px;
    }

    .floor__content__block {
        margin-bottom: 1.5rem;
    }

    .works__content__block .block__right-side .block-thumbs {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .works__content__block .block__right-side .block-thumbs .thumb-link {
        -webkit-flex-basis: 23%;
        flex-basis: 23%;
        max-width: 23%;
        margin: 0;
        -ms-flex-preferred-size: 23%;
    }

    .works__content__block .block__right-side .block-title {
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .works__content__block .block__right-side .block-title br {
        display: none;
    }

    .works__content__block .block__right-side .block-info .info-title {
        margin: 5px 0;
    }

    .works__content__block .block__right-side .block-info {
        min-height: auto;
    }

    .years__content__left-side img {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 120%;
        max-width: 120%;
    }

    .years__content__left-side .man-descr {
        bottom: 8%;
    }

    .years__info {
        font-size: 14px;
        line-height: 20px;
    }

    .fstep__content__block .descr-block .block-info {
        font-size: 14px;
        line-height: 20px;
    }

    .fstep__content__block .descr-block .block-title {
        line-height: 18px;
    }

    .question__content {
        background-position: 55% 50%;
    }

    .contacts__info {
        padding: 20px;
    }

    .footer__content__orange a p {
        padding-left: 10px;
    }

    .footer__content__backcall .phone-link {
        font-size: 20px;
        line-height: 20px;
    }

    .footer__content__backcall .footer-btn {
        min-width: 150px;
        max-width: 150px;
        padding: 12px 0;
        font-size: 14px;
        line-height: 14px;
    }

    .footer__content__orange a p {
        font-size: 13px;
        line-height: 16px;
    }

    .contacts__info .time-block {
        max-width: -webkit-calc(100% - 3rem);
        max-width: calc(100% - 3rem);
    }

    .modal-form-style.backcall_form .modal-body {
        padding: 50px 20px 10px;
    }

    .modal-form-style.backcall_form {
        background-position: 60% 0;
    }

    .modal-form-style.pricelist_form {
        max-width: 500px;
    }

    .modal-form-style.pricelist_form .modal-body .modal-info {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .modal-form-style.pricelist_form .modal-body .modal-form {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 2rem;
        -ms-flex-preferred-size: 100%;
    }

    .modal-form-style.pricelist_form .modal-body form {
        padding-bottom: 10px;
    }

    .modal-title {
        font-size: 27px;
    }

    .modal-title br {
        display: none;
    }

    .modal-form-style.thxmain_form {
        max-width: 500px;
    }

    .modal-form-style.thxmain_form .modal-body .modal-info {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .modal-form-style.thxmain_form .modal-body .modal-form {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
    }
}

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

    .main .main-icons__block {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 1rem !important;
        -ms-flex-preferred-size: 100%;
    }

    .parall-main-image1 {
        top: 70%;
        left: 80%;
    }

    .parall-main-image2 {
        top: 76.5%;
        left: 72%;
    }

    .title {
        font-size: 26px;
        line-height: 30px;
    }

    .save__content__block {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 2rem !important;
        -ms-flex-preferred-size: 50%;
    }

    .save__content .btn-row {
        margin-top: 0;
    }

    .component__content__type .case-block {
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 4rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .component__content__type .case-block__left-side {
        -webkit-flex-basis: 555px;
        flex-basis: 555px;
        -webkit-order: 2;
        order: 2;
        max-width: 555px;
        margin: 0 auto;
        margin-top: 2rem;
        padding: 0;
        -ms-flex-preferred-size: 555px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .component__content__type .case-block__right-side {
        -webkit-flex-basis: 555px;
        flex-basis: 555px;
        -webkit-order: 1;
        order: 1;
        max-width: 555px;
        margin: 0 auto;
        padding: 0;
        -ms-flex-preferred-size: 555px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .component__content__type .case-block__left-side .image-block img {
        margin: 0 auto;
    }

    .steps__content__block {
        -webkit-flex-basis: 30%;
        flex-basis: 30%;
        max-width: 30%;
        margin-bottom: 2rem;
        -ms-flex-preferred-size: 30%;
    }

    .steps__content {
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
    }

    .steps__content__block:nth-of-type(1) .image-block img, .steps__content__block:nth-of-type(5) .image-block img {
        margin-top: 2.7rem;
    }

    .steps__content__block .descr-block p {
        text-align: center;
    }

    .steps .btn-row {
        margin-top: 0;
    }

    .floor__content {
        -webkit-justify-content: center;
        justify-content: center;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .floor__content__block {
        align-items: flex-start;
        /*     -webkit-flex-basis: 50%; */
        /*     flex-basis: 50%; */
        /*     max-width: 50%; */
        /*     -ms-flex-preferred-size: 50%; */
    }

    .floor__content__block .descr-block {
        padding-left: 30px;
    }

    .floor__content__block:last-child .descr-block br {
        display: none;
    }

    .works__content__block {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .works__content__block .block__left-side {
        -webkit-flex-basis: 555px;
        flex-basis: 555px;
        max-width: 555px;
        padding: 0;
        -ms-flex-preferred-size: 555px;
    }

    .works__content__block .block__right-side {
        -webkit-flex-basis: 555px;
        flex-basis: 555px;
        max-width: 555px;
        margin-top: 2rem;
        padding: 0;
        -ms-flex-preferred-size: 555px;
    }

    .works__content__block .block__right-side .block-thumbs .thumb-link {
        -webkit-flex-basis: auto;
        flex-basis: auto;
        width: auto;
        -ms-flex-preferred-size: auto;
    }

    .use__subtitle br {
        display: none;
    }

    .use__logos__block {
        -webkit-flex-basis: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%;
        -ms-flex-preferred-size: 33.3%;
    }

    .use__logos__block:nth-of-type(1):before,
    .use__logos__block:nth-of-type(5):before {
        display: none;
    }

    .use__logos__block:nth-of-type(1) .image-block, .use__logos__block:nth-of-type(6) .image-block {
        border-left: none;
    }

    .use__logos__block:nth-of-type(3n) .image-block {
        border-right: none;
    }

    .use__logos__block:nth-of-type(3n) .image-block {
        border-bottom: 1px solid #ebeff5;
    }

    .use__logos {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .use__logos__block:last-child .image-block {
        border-left: 1px solid #ebeff5;
    }

    .image-block, .use__logos__block:nth-of-type(7) {
        border-bottom: 1px solid #ebeff5;
    }

    .image-block, .use__logos__block:nth-of-type(8) {
        border-bottom: 1px solid #ebeff5;
    }

    .years__content__right-side {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-order: 1;
        order: 1;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .years__content__left-side {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-order: 2;
        order: 2;
        max-width: 100%;
        margin-top: -7rem;
        -ms-flex-preferred-size: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .years__content__left-side img {
        position: relative;
        max-width: 300px;
        margin: 0 0 0 auto;
    }

    .years__content__left-side .man-descr {
        bottom: 20%;
        left: 2%;
        color: #000000;
    }

    .fstep__content {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .fstep__content__block {
        -webkit-flex-basis: 280px;
        flex-basis: 280px;
        max-width: 280px;
        margin: 0 auto 2rem !important;
        -ms-flex-preferred-size: 280px;
    }

    .contacts__info {
        width: 100%;
        max-width: -webkit-calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: 0 auto;
        text-align: center;
    }

    .contacts {
        padding-bottom: 0;
    }

    .contacts__title {
        text-align: center;
    }

    .contacts__info .time-block {
        position: relative;
        left: 2rem;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        width: auto;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        -ms-flex-preferred-size: auto;
    }

    .contacts__info .contacts-btn {
        margin: 2rem auto 0;
    }

    .contacts .map {
        position: relative;
        height: 435px;
    }

    .title {
        font-size: 24px;
        line-height: 30px;
    }

    .footer__content__logo {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        -webkit-order: 1;
        order: 1;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .footer__content__backcall {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        -webkit-order: 2;
        order: 2;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .footer__content__orange {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-order: 3;
        order: 3;
        max-width: 100%;
        margin-top: 15px;
        -ms-flex-preferred-size: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .footer__content__orange a {
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .modal-form-style.calc_form .modal-body .step-val {
        font-size: 32px;
        line-height: 40px;
    }

    .modal-form-style.calc_form {
        max-width: 550px;
    }

    .modal-form-style.calc_form .modal-body {
        max-width: 500px;
        padding: 50px 30px;
    }

    .modal-form-style.answer_form {
        max-width: 500px;
    }

    .modal-form-style.answer_form .modal-body {
        padding: 55px 30px 32px;
    }

    .modal-form-style.answer_form .modal-body .modal-title {
        max-width: 300px;
    }

    .modal-form-style.answer_form .modal-body form .input-group .input-row .input-group {
        margin-right: 12px;
    }

    .component__content__type .case-block__left-side .descr-block .ves span {
        padding: 7px 20px;
    }

    .component__content__type .case-block__left-side .descr-block .ves-single {
        font-size: 18px;
    }

    .years__content__right-side {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 639px) {
    .main {
        padding-top: -webkit-calc(1rem + 70px);
        padding-top: calc(1rem + 70px);
    }

    .main .main-title {
        font-size: 30px;
        line-height: 35px;
    }

    .main .main-subtitle {
        margin-top: 10px;
        line-height: 25px;
    }

    .main .main-btn {
        margin-top: 1.5rem;
    }

    .save__content__block {
        -webkit-flex-basis: 48%;
        flex-basis: 48%;
        max-width: 48%;
        -ms-flex-preferred-size: 48%;
    }

    .component__links .component-link {
        padding: 5px 18px 12px;
    }

    .component .btn-row {
        margin-top: 0;
    }

    .component {
        padding-bottom: 3rem;
    }

    .works__title br {
        display: none;
    }

    .title {
        font-size: 22px;
    }

    .answers__title {
        max-width: 400px;
        margin: 0 auto;
    }

    .use__content {
        margin-bottom: -3.5rem;
    }

    .answers__content .answers-slider {
        max-width: 84%;
        padding: 0 8%;
    }

    .years__content__left-side .man-descr {
        max-width: 200px;
    }

    .fstep__content__block {
        -webkit-flex-basis: 48%;
        flex-basis: 48%;
        max-width: 48%;
        -ms-flex-preferred-size: 48%;
    }

    .fstep {
        padding-bottom: 2rem;
    }

    .question__subtitle {
        font-size: 17px;
    }

    .question__content {
        background-color: #eeeeee;
        background-image: none;
    }

    .question__content__left-side form {
        margin-right: auto;
        margin-left: auto;
    }

    .last {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .last .btn-row {
        margin-top: 2rem;
    }

    .modal-form-style.thanks_modal .modal-body {
        padding: 50px 30px;
        text-align: center;
    }

    .modal-form-style.calc_form .modal-body form .input-group label {
        font-size: 16px;
        line-height: 20px;
    }

    .modal-form-style.calc_form .modal-body form .input-group .jq-radio {
        padding: 1px 0;
    }

    .modal-form-style.calc_form .modal-body .step-btns {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .modal-form-style.calc_form .modal-body form .other-deff .input-group {
        max-width: -webkit-calc(100% - 25px);
        max-width: calc(100% - 25px);
    }

    .modal-form-style.backcall_form .modal-body .modal-subtitle {
        max-width: 415px;
    }

    .modal-form-style.backcall_form .modal-body .modal-subtitle br {
        display: none;
    }
}

@media (max-width: 575px) {
    .header__logo {
        overflow: hidden;
        max-width: 40px;
    }

    .header__backcall .phone-link {
        font-size: 17px;
        line-height: 17px;
    }

    .header {
        padding: 10px 0;
    }

    .main {
        padding-top: -webkit-calc(1rem + 58px);
        padding-top: calc(1rem + 58px);
    }

    .main .main-title {
        font-size: 28px;
        line-height: 32px;
    }

    .main .main-subtitle {
        max-width: 378px;
        font-size: 19px;
    }

    .main .main-icons {
        margin-top: 1rem;
    }

    .parall-main-image1,
    .parall-main-image2 {
        display: none;
    }

    .main .main-btn {
        max-width: 100%;
        margin-top: 10px;
    }

    .main {
        padding-bottom: 5rem;
    }

    .component__links .component-link {
        margin-bottom: 10px;
    }

    .component__content {
        margin-top: 1.5rem;
    }

    .component__content__type .case-block__left-side .descr-block .ves span {
        padding: 7px 12px;
    }

    .steps__title {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .steps__content__block {
        -webkit-flex-basis: 48%;
        flex-basis: 48%;
        max-width: 48%;
        -ms-flex-preferred-size: 48%;
    }

    .steps__content__block .image-block img {
        display: block;
        margin: 0 auto;
    }

    .steps__content__block:nth-of-type(1) .image-block img {
        margin-top: -webkit-calc(298px - 255px);
        margin-top: calc(298px - 255px);
    }

    .steps__content__block:nth-of-type(5) .image-block img {
        margin-top: 0;
    }

    .component .btn-row .component-btn, .main .main-btn, .save__content .btn-row .save-btn, .steps .btn-row .step-see-btn, .works .btn-row .works-btn, .answers .btn-row .answers-btn, .question__content__left-side form .input-group.btn_group button, .contacts__info .contacts-btn, .last .btn-row .last-btn {
        font-size: 18px;
    }

    .floor__content__block {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        /* max-width: 260px; */
        align-items: center;
        max-width: none;
        -ms-flex-preferred-size: 100%;
    }

    .floor__content {
        margin-top: 1.5rem;
    }

    .subtitle {
        font-size: 17px;
    }

    .use__logos__block {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
    }

    .use__logos__block:nth-of-type(3n) .image-block {
        border-right: 1px solid #ebeff5;
    }

    .use__logos__block:nth-of-type(2n) .image-block {
        border-right: none;
    }

    .use__logos__block:nth-of-type(9) .image-block {
        border-bottom: none;
    }

    .answers__content .answers-slider .slide-item {
        max-width: 261px;
        margin: 0 auto;
    }

    .years__info__block .icon-block {
        left: -80px;
    }

    .years__info__block:nth-of-type(2) .icon-block,
    .years__info__block:nth-of-type(3) .icon-block {
        left: -70px;
    }

    .years {
        overflow: hidden;
        padding-top: 2rem;
    }

    .years__content__left-side {
        margin-top: -3rem;
    }

    .years__content__left-side img {
        left: 15%;
    }

    .years__content__left-side .man-descr {
        top: 45px;
        bottom: auto;
        left: 15px;
        max-width: 200px;
    }

    .question__subtitle br {
        display: none;
    }

    .question__content {
        -webkit-flex-basis: -webkit-calc(100% - 40px);
        flex-basis: calc(100% - 40px);
        max-width: -webkit-calc(100% - 40px);
        max-width: calc(100% - 40px);
        padding: 30px 20px 20px;
        -ms-flex-preferred-size: calc(100% - 40px);
    }

    .question__content__left-side form .input-group.btn_group p.btn_txt {
        margin-top: 10px;
        line-height: 18px;
        text-align: center;
    }

    .contacts {
        padding-top: 5.5rem;
    }

    .contacts__info .time-block {
        text-align: left;
    }

    .footer__content__logo {
        overflow: hidden;
        max-width: 40px;
    }

    .footer__content__backcall .phone-link {
        font-size: 18px;
        line-height: 18px;
    }

    .modal-form-style .mfp-close {
        top: 10px !important;
        right: 10px !important;
    }

    .modal-form-style.thanks_modal .modal-body {
        padding: 30px 15px;
    }

    .modal-form-style.thanks_modal .modal-body .modal-subtitle {
        font-size: 17px;
    }

    .modal-form-style.calc_form .modal-body {
        padding: 30px 15px;
    }

    .modal-form-style.calc_form .modal-body form .input-group label {
        font-size: 15px;
    }

    .modal-form-style.calc_form .modal-body form .input-group label {
        -webkit-flex-basis: -webkit-calc(100% - 40px);
        flex-basis: calc(100% - 40px);
        -ms-flex-preferred-size: calc(100% - 40px);
    }

    .modal-form-style.calc_form .modal-body form .input-group .text-input input[type="text"] {
        -webkit-flex-basis: -webkit-calc(100% - 42px);
        flex-basis: calc(100% - 42px);
        max-width: -webkit-calc(100% - 42px);
        max-width: calc(100% - 42px);
        -ms-flex-preferred-size: calc(100% - 42px);
    }

    .modal-form-style.calc_form .modal-body .step-btns .next-btn {
        padding: 20px 0;
        font-size: 18px;
    }

    .modal-form-style.calc_form .step__block.block4 .step__content {
        max-width: 100%;
    }

    .modal-form-style.thxmain_form .modal-body form {
        -webkit-flex-basis: -webkit-calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
        padding: 30px 15px;
        -ms-flex-preferred-size: calc(100% - 30px);
    }

    .modal-subtitle {
        font-size: 18px;
        line-height: 25px;
    }

    .modal-form-style.thxmain_form .modal-body .modal-form {
        padding-top: 10px;
        padding-left: 0;
    }

    .modal-form-style.thxmain_form .modal-body form .form-type-block .input-group label {
        font-size: 14px;
    }

    .modal-form-style.thxmain_form .modal-body form .input-group.btn_group p.btn_txt {
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 18px;
        text-align: center;
    }

    .modal-form-style.thxmain_form .modal-body form .input-group.btn_group p.btn_txt a {
        display: inline-block;
    }

    .modal-form-style.thxmain_form .modal-body form .input-group.btn_group {
        margin-bottom: 0;
    }

    .modal-form-style.pricelist_form .modal-body form {
        -webkit-flex-basis: -webkit-calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
        padding: 30px 15px;
        -ms-flex-preferred-size: calc(100% - 30px);
    }

    .modal-form-style.pricelist_form .modal-body .modal-info .addform .input-group label,
    .modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check label {
        font-size: 18px;
    }

    .modal-form-style.pricelist_form .modal-body .modal-info .addform .input-group input {
        max-width: -webkit-calc(100% - 42px);
        max-width: calc(100% - 42px);
    }

    .modal-form-style.pricelist_form .modal-body .modal-info .addform .floor-check .input-group {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
    }

    .modal-form-style.pricelist_form .modal-body .modal-form {
        padding-left: 0;
    }

    .modal-form-style.pricelist_form .modal-body form .form-type-block .input-group label {
        font-size: 14px;
    }

    .modal-form-style.pricelist_form .modal-body form .input-group.btn_group {
        margin-bottom: 0;
    }

    .modal-form-style.pricelist_form .modal-body form .input-group.btn_group p.btn_txt {
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 18px;
        text-align: center;
    }

    .modal-form-style.pricelist_form .modal-body form .input-group.btn_group p.btn_txt a {
        display: inline-block;
    }

    .modal-form-style.case_descr .modal-body {
        padding: 30px 15px;
    }

    .modal-form-style.answer_form .modal-body {
        padding: 30px 15px;
    }

    .modal-form-style.answer_form .modal-body form .input-group .input-row .input-group {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        -ms-flex-preferred-size: 100%;
    }

    .modal-form-style.answer_form .modal-body form .input-group.btn_group p.btn_txt {
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 18px;
        text-align: center;
    }

    .modal-form-style.answer_form .modal-body form .input-group.btn_group p.btn_txt a {
        display: inline-block;
    }

    .modal-form-style.answer_form .modal-body form .input-group.btn_group {
        margin-bottom: 0;
    }

    .modal-form-style.backcall_form .modal-body {
        padding: 30px 15px;
    }

    .modal-form-style.backcall_form {
        background-image: none;
    }

    .modal-form-style.backcall_form .modal-body form .input-group.btn_group {
        margin-bottom: 0;
    }

    .modal-form-style.backcall_form .modal-body form .input-group.btn_group p.btn_txt {
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 18px;
        text-align: center;
    }

    .modal-form-style.backcall_form .modal-body form .input-group.btn_group p.btn_txt a {
        display: inline-block;
    }
}

@media (max-width: 413px) {
    .header__content {
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .header__backcall {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .header__logo {
        display: none;
    }

    .main .main-title {
        font-size: 24px;
        line-height: 30px;
    }

    .main .main-subtitle {
        font-size: 16px;
    }

    .save__content__block {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .save__content__block .descr-block {
        font-size: 15px;
        line-height: 20px;
    }

    .component__content__type .case-block__right-side .block-title {
        font-size: 19px;
    }

    .component__content__type .case-block__left-side .descr-block .ves span {
        padding: 7px;
    }

    .component__content__type .case-block__left-side .descr-block__row {
        font-size: 16px;
    }

    .component__content__type .case-block__left-side .descr-block .ves-single {
        font-size: 15px;
    }

    .component__content__type .case-block__left-side .descr-block .ves-single span {
        font-size: 18px;
    }

    .steps__content__block:nth-of-type(1) .image-block img {
        margin-top: 0;
    }

    .steps__content__block .image-block {
        overflow: hidden;
        max-height: 217px;
    }

    .component .btn-row .component-btn, .main .main-btn, .save__content .btn-row .save-btn, .steps .btn-row .step-see-btn, .works .btn-row .works-btn, .answers .btn-row .answers-btn, .question__content__left-side form .input-group.btn_group button, .contacts__info .contacts-btn, .last .btn-row .last-btn {
        padding: 15px 0;
        font-size: 16px;
    }

    .years__content__left-side img {
        left: 30%;
    }

    .fstep__content__block {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .fstep__content__block .image-block img {
        margin: 0 auto;
    }

    .subtitle {
        font-size: 16px;
    }

    .contacts__info .time-block {
        max-width: -webkit-calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        font-size: 14px;
    }

    .title {
        font-size: 20px;
        line-height: 25px;
    }

    .footer__content__logo {
        display: none;
    }

    .footer__content__backcall {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .modal-title {
        font-size: 25px;
    }

    .modal-form-style.thanks_modal .modal-body .modal-subtitle {
        font-size: 15px;
    }

    .modal-form-style.calc_form .modal-body .step-val {
        font-size: 28px;
        line-height: 32px;
    }

    .modal-form-style.calc_form .modal-body .step-title {
        margin-top: 10px;
        font-size: 16px;
    }

    .modal-form-style.thxmain_form .modal-body form .form-type-block .input-group {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
    }

    .modal-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .modal-form-style.thxmain_form .modal-body .modal-info .modal-list ul {
        font-size: 13px;
        line-height: 16px;
    }

    .modal-form-style.thxmain_form .modal-body form .input-group.btn_group button {
        padding: 15px 0;
        font-size: 16px;
    }

    .modal-form-style.calc_form .modal-body .step-btns .next-btn {
        padding: 15px 0;
        font-size: 16px;
    }

    .modal-form-style.pricelist_form .modal-body .modal-info .addform .info-block {
        max-width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

    .modal-form-style.pricelist_form .modal-body form .form-type-block .input-group {
        left: 0 !important;
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
    }

    .modal-form-style.pricelist_form .modal-body form .input-group.btn_group button {
        padding: 15px 0;
        font-size: 16px;
    }

    .modal-form-style.pricelist_form .modal-body .modal-info .modal-title {
        font-size: 22px;
        line-height: 26px;
    }

    .modal-form-style.pricelist_form .modal-body .modal-form {
        margin-top: 10px;
    }

    .works__subtitle {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .modal-form-style.answer_form .modal-body .modal-title {
        font-size: 22px;
        line-height: 26px;
    }

    .modal-form-style.answer_form .modal-body form .input-group.btn_group button {
        padding: 15px 0;
        font-size: 16px;
    }

    .modal-form-style.backcall_form .modal-body form .input-group.btn_group button {
        padding: 15px 0;
        font-size: 16px;
    }

    .steps__title {
        max-width: 260px;
    }
}

@media (min-width: 1200px) {
    .floor__content__block .icon {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
