.cnt-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    font-family: 'Montserrat', ProximaNova-Regular, serif;
    height: 100%;
}

@media screen and (max-width: 1919px) {
    .cnt-container {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 1279px) {
    .cnt-container {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 807px) {
    .cnt-container {
        width: calc(100% - 20px);
    }
}

.content {
    padding-top: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h2, h3 {
    margin: 0;
    padding: 0;
}

.cnt-close-sever-banner {
    display: flex;
    align-items: center;
    padding: 40px 0;
    background-color: #405E94;
    height: 287px;
    margin-bottom: 80px;
}

.cnt-close-sever-banner-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.cnt-close-sever-banner__text {
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    max-width: 560px;
    text-transform: uppercase;
}

.cnt-close-sever-section {
	margin-top: 120px;
    margin-bottom: 120px;
}

.cnt-close-sever-section--situations {
    background-color: #F9FAFB;
    padding-top: 80px;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.cnt-close-sever-section--calculators {
    background-color: #339933;
    margin-bottom: 0;
}

.cnt-close-sever-section--help {
    background-color: #f2f8ff;
    margin-bottom: 0;
}

.cnt-close-sever-text-block {
    display: grid;
    grid-template-columns: 349px 1fr;
    grid-template-areas: ". title" ". title_2" ". text" ". button";
    column-gap: 56px;
    row-gap: 20px;
    margin-bottom: 144px;
}

.cnt-close-sever-text-block__title {
    grid-area: title;
    font-size: 26px;
    font-weight: 500;
    color: #0F172A;
    line-height: 120%;
    text-transform: uppercase;
}

.cnt-close-sever-text-block__text-container {
    grid-area: text;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    column-gap: 10px;
}

.cnt-close-sever-text-block__text {
    font-size: 18px;
    font-weight: 500;
    color: #0F172A;
    line-height: 110%;
}

.cnt-close-sever-text-block__text_2 {
	grid-area: title_2;
    font-size: 16px;
    font-weight: 500;
    color: #0F172A;
    line-height: 110%;
}

.cnt-close-sever-text-block__button {
    grid-area: button;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #405E94;
    padding: 14px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    cursor: pointer;
}

.cnt-close-sever-text-block__button:active {
    opacity: 0.3;
}

.cnt-close-sever-services-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.cnt-close-sever-services-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #0F172A;
    padding: 20px;
}

.cnt-close-sever-services-list__item--image {
    background-image: url('unikma-car.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
}

.cnt-close-sever-services-list__item--image-long {
    display: none;
    background-image: url('unikma-car-long.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
}

.cnt-close-sever-services-list__item--delivery,
.cnt-close-sever-services-list__item--calc {
    cursor: pointer;
}

.cnt-close-sever-services-list__item--delivery:active,
.cnt-close-sever-services-list__item--calc:active {
    opacity: 0.3;
}

.cnt-close-sever-services-list__item-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
    background-color: #405E94;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 43px;
}

.cnt-close-sever-services-list__item-title {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cnt-close-sever-services-list__item-description {
    font-size: 16px;
    font-weight: 400;
    color: #0F172A;
    max-width: 230px;
}

.cnt-close-sever-services-list__item-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.cnt-close-sever-services-list__item-link:active {
    opacity: 0.3;
}

.cnt-situations-block {
    display: grid;
    grid-template-columns: 349px 1fr;
    column-gap: 56px;
    row-gap: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.cnt-situations-block__title {
    font-size: 14px;
    font-weight: 400;
    color: #0F172A;
    line-height: 100%;
    text-transform: uppercase;
}

.cnt-situations-block-list {
    display: flex;
    flex-direction: column;
}

.cnt-situations-block-list__item {
    display: grid;
    grid-template-columns: 385px 1fr;
    column-gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cnt-situations-block-list__item:not(:first-of-type) {
    padding-top: 20px;
}

.cnt-situations-block-list__item-title {
    font-size: 14px;
    font-weight: 500;
    color: #0F172A;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 250px;
}

.cnt-situations-block-list__item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    color: #0F172A;
}

.cnt-situations-block-list__item-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    color: #0F172A;
    cursor: pointer;
    border-bottom: 1px solid #0F172A;
}

.cnt-situations-block-list__item-link:hover {
    color: #0F172A;
}

.cnt-situations-block-list__item-link::active {
    opacity: 0.3;
}

.cnt-close-sever-calc-container {
    padding: 100px 0;
}

.cnt-close-sever-calc-title {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.cnt-close-sever-calc-description {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 80px;
}

.cnt-close-sever-calc-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    row-gap: 20px;
    grid-template-areas: 
    "krovli stropily shtukaturnye-fasady snegozaderzhaniya"
    "krovli stropily shtukaturnye-fasady krepezh";
}

.cnt-close-sever-calc-list__item {
    position: relative;
    display: flex;
    padding: 16px;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    justify-content: space-between;
    align-items: flex-end;
}

.cnt-close-sever-calc-list__item--krovli {
    grid-area: krovli;
}

.cnt-close-sever-calc-list__item--stropily {
    grid-area: stropily;
}

.cnt-close-sever-calc-list__item--shtukaturnye-fasady {
    grid-area: shtukaturnye-fasady;
}

.cnt-close-sever-calc-list__item--snegozaderzhaniya {
    grid-area: snegozaderzhaniya;
    align-items: center;
}

.cnt-close-sever-calc-list__item--krepezh {
    grid-area: krepezh;
    align-items: center;
}

.cnt-close-sever-calc-list__item-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.cnt-close-sever-calc-list__item-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 120%;
    text-transform: uppercase;
    margin-right: 8px;
}

.cnt-close-sever-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 1002;
    padding-top: 80px;
    padding-bottom: 20px;
}

.cnt-close-sever-modal-inner {
    position: relative;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* хром, сафари */
.cnt-close-sever-modal-inner::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.cnt-close-sever-modal-inner { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.cnt-close-sever-modal-inner { overflow: -moz-scrollbars-none; }

.cnt-close-sever-modal--open {
    display: flex;
}

.cnt-close-sever-modal__close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
}

.cnt-close-sever-modal__close-button:active {
    opacity: 0.3;
}

@media screen and (max-width: 1919px) {
    .cnt-close-sever-banner__text {
        font-size: 28px;
        max-width: 420px;
    }

    .cnt-close-sever-text-block {
        grid-template-columns: 282px 1fr;
        column-gap: 24px;
        margin-bottom: 112px;
    }

    .cnt-close-sever-text-block__title {
        font-size: 20px;
    }

    .cnt-close-sever-text-block__text-container {
        column-gap: 24px;
    }

    .cnt-close-sever-text-block__text {
        font-size: 16px;
    }
	
	.cnt-close-sever-text-block__text_2 {
        font-size: 16px;
    }

    .cnt-close-sever-services-list {
        gap: 24px;
    }

    .cnt-close-sever-services-list__item-title {
        font-size: 18px;
    }

    .cnt-close-sever-services-list__item-description {
        font-size: 14px;
    }

    .cnt-situations-block {
        display: grid;
        grid-template-columns: 282px 1fr;
        column-gap: 24px;
        row-gap: 24px;
        padding-top: 16px;
    }

    .cnt-situations-block__title {
        font-size: 12px;
    }

    .cnt-situations-block-list__item:not(:first-of-type) {
        padding-top: 16px;
    }

    .cnt-situations-block-list__item-title {
        font-size: 13px;
        font-weight: 600;
        max-width: 250px;
    }

    .cnt-situations-block-list__item-text,
    .cnt-situations-block-list__item-link {
        font-size: 15px;
    }

    .cnt-situations-block-list__item {
        grid-template-columns: 282px 1fr;
        column-gap: 24px;
        padding-bottom: 16px;
    }

    .cnt-close-sever-calc-list {
        column-gap: 24px;
        row-gap: 24px;
    }

    .cnt-close-sever-calc-title {
        font-size: 36px;
    }

    .cnt-close-sever-calc-description {
        font-size: 20px;
    }

    .cnt-close-sever-calc-list__item-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 1279px) {
    .cnt-close-sever-text-block {
        grid-template-columns: 139px 1fr;
        column-gap: 32px;
        margin-bottom: 100px;
    }

    .cnt-close-sever-services-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .cnt-close-sever-services-list__item-title {
        font-size: 16px;
    }

    .cnt-close-sever-services-list__item-description {
        font-size: 12px;
    }

    .cnt-situations-block {
        grid-template-columns: 139px 1fr;
        column-gap: 32px;
    }

    .cnt-situations-block-list__item {
        grid-template-columns: 269px 1fr;
        column-gap: 16px;
    }

    .cnt-close-sever-calc-description {
        margin-bottom: 60px;
    }

    .cnt-close-sever-calc-list {
        column-gap: 16px;
        row-gap: 16px;
    }

    .cnt-close-sever-calc-list__item-title {
        font-size: 12px;
    }

    .cnt-close-sever-services-list__item--image {
        display: none;
    }
    
    .cnt-close-sever-services-list__item--image-long {
        display: flex;
        grid-column: 2/4;
    }
}

@media screen and (max-width: 1049px) {
    .cnt-close-sever-text-block {
        grid-template-columns: 1fr;
        grid-template-areas:
        "title"
		"title_2"
        "text"
        "button";
        margin-bottom: 80px;
    }

    .cnt-situations-block {
        grid-template-columns: 1fr;
        row-gap: 20px;
        border-top: none;
        padding-top: 0;
    }

    .cnt-situations-block-list__item:first-of-type {
        padding-top: 16px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .cnt-close-sever-calc-list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "krovli stropily"
            "shtukaturnye-fasady snegozaderzhaniya"
            "krepezh krepezh";
    }

    .cnt-close-sever-modal {
        padding-top: 50px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 807px) {
    .cnt-close-sever-section {
        margin-bottom: 60px;
    }

    .cnt-close-sever-section--situations {
        padding-top: 60px;
        margin-bottom: 0;
        padding-bottom: 60px;
    }

    .cnt-close-sever-section--calculators {
        margin-bottom: 0;
    }

    .cnt-close-sever-section--help {
        margin-bottom: 0;
    }

    .cnt-close-sever-banner {
        height: 200px;
        margin-bottom: 60px;
    }

    .cnt-close-sever-banner__text {
        font-size: 22px;
        max-width: 330px;
    }

    .cnt-close-sever-text-block__title {
        font-size: 14px;
    }

    .cnt-close-sever-text-block {
        gap: 16px;
        margin-bottom: 60px;
    }

    .cnt-close-sever-text-block__text-container {
        grid-template-columns: 1fr;
    }

    .cnt-close-sever-text-block__text {
        font-size: 14px;
    }
	
	.cnt-close-sever-text-block__text_2 {
        font-size: 14px;
    }

    .cnt-close-sever-text-block__button {
        padding: 11px;
        font-size: 14px;
    }

    .cnt-close-sever-services-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 8;
    }

    .cnt-close-sever-services-list__item {
        padding: 8px;
    }

    .cnt-close-sever-services-list__item--image-long {
        display: none;
    }

    .cnt-close-sever-services-list__item-number {
        margin-bottom: 23px;
    }

    .cnt-close-sever-services-list__item-title {
        font-size: 11px;
    }

    .cnt-close-sever-services-list__item-description {
        font-size: 10px;
    }

    .cnt-close-sever-services-list__item--image {
        display: flex;
        grid-row: 2/3;
        grid-column: 2/3;
    }

    .cnt-situations-block__title {
        font-size: 10px;
    }

    .cnt-situations-block {
        row-gap: 16px;
    }

    .cnt-situations-block-list__item {
        grid-template-columns:1fr;
    }

    .cnt-situations-block-list__item-title {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .cnt-situations-block-list__item-text,
    .cnt-situations-block-list__item-link {
        font-size: 14px;
    }

    .cnt-close-sever-calc-container {
        padding: 60px 0;
    }

    .cnt-close-sever-calc-title {
        font-size: 26px;
    }

    .cnt-close-sever-calc-description {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .cnt-close-sever-calc-list {
        grid-template-columns: 1fr;
        grid-template-areas:
        "krovli"
        "stropily"
        "shtukaturnye-fasady"
        "snegozaderzhaniya"
        "krepezh";
    }
}

/* Перенесено из ЛК */

.help-content {
    display: flex;
    flex-direction: row;
    padding: 80px 0 110px;
    gap: 125px;
    margin: 0 auto;
}

.help-img-wrapper {
    width: 60%;
}

.help-img {
    margin: 15px 0;
    mix-blend-mode: luminosity;
}

.help-wrapper-header {
    width: 77%;
    display: flex;
    flex-direction: column;
    color: #0f172a;
}

.help-wrapper-header-h2 {
    font-size: 46px;
    font-weight: 500;
    text-transform: uppercase;
}

.help-wrapper-subheader {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.help-wrapper-phone {
    width: 100%;
    border-bottom: 1px solid #0f172a;
    color: #0f172a;
    text-align: left;
    padding: 31px 0 10px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    box-sizing: border-box;
    background-color: #f2f8ff;
}

.help-wrapper-phone::-webkit-input-placeholder {color: #0006;font-size: 16px;font-weight: 400;font-family: Montserrat, sans-serif;}
.help-wrapper-phone::-moz-placeholder          {color: #0006;font-size: 16px;font-weight: 400;font-family: Montserrat, sans-serif;}/* Firefox 19+ */
.help-wrapper-phone:-moz-placeholder           {color: #0006;font-size: 16px;font-weight: 400;font-family: Montserrat, sans-serif;}/* Firefox 18- */
.help-wrapper-phone:-ms-input-placeholder      {color: #0006;font-size: 16px;font-weight: 400;font-family: Montserrat, sans-serif;}

.help-wrapper-text {
    margin: 100px 0 7px;
    border-bottom: 1px solid #0f172a;
    padding-bottom: 10px;
}

.help-wrapper-textarea {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    resize: none;
    border: none;
    color: #0f172a;
    font-size: 16px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    outline: none;
    background-color: #f2f8ff;
    vertical-align: bottom;
    padding-top: 50px;
    scrollbar-width: none;
    line-height: 105%;
}

.help-wrapper-textarea::-webkit-input-placeholder {color: #0006;font-size: 16px;font-weight: 400;font-family: Montserrat, sans-serif;}
.help-wrapper-textarea::-moz-placeholder          {color: #0006;font-size: 16px;font-weight: 400;font-family: Montserrat, sans-serif;}/* Firefox 19+ */
.help-wrapper-textarea:-moz-placeholder           {color: #0006;font-size: 16px;font-weight: 400;font-family: Montserrat, sans-serif;}/* Firefox 18- */
.help-wrapper-textarea:-ms-input-placeholder      {color: #0006;font-size: 16px;font-weight: 400;font-family: Montserrat, sans-serif;}

.help-wrapper-signature-personal {
    color: #0f172a;
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    display: flex;
    align-items: center;
}

.help-wrapper-signature-personal-checkbox {
    margin-right: 5px;
	    display: flex;
    align-items: center;
}

.help-wrapper-signature-personal-link,
.help-wrapper-signature-personal-link:hover,
.help-wrapper-signature-personal-link:active {
    color: #0f172a;
    cursor: pointer;
    text-decoration: underline;
}

.help-wrapper-button {
    background-color: #405e94;
    color: #fff;
    box-sizing: border-box;
    border-radius: 36px;
    cursor: pointer;
    width: 100%;
    margin-top: 40px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.help-wrapper-button-no-active {
    background-color: #9ca3af;
    color: #fff;
    cursor: no-drop;
}

.help-wrapper-button-text {
    text-transform: uppercase;
}

@media screen and (max-width: 1281px) {
    .help-content {
        gap: 56px;
        /* padding: 65px 0 63px; */
        padding: 80px 0 63px;
    }

    .help-img-wrapper {
        width: 51%;
    }

    .help-img {
        width: auto;
        height: 409px;
        margin: 15px 0;
    }

    .help-wrapper {
        width: 56%;
    }

    .help-wrapper-header {
        width: 100%;
    }

    .help-wrapper-header-h2 {
        font-size: 40px;
    }

    .help-wrapper-subheader {
        font-size: 15px;
        line-height: 18px;
    }

    .help-wrapper-phone {
        width: 100%;
        padding: 25px 0 3px;
    }

    .help-wrapper-textarea {
        width: 100%;
    }

    .help-wrapper-button {
        width: 100%;
        margin-top: 17px;
    }
}

@media screen and (max-width: 808px) {
    .help-content {
        gap: 20px;
        /* padding: 70px 0 75px; */
        padding: 80px 0 75px;
    }

    .help-img-wrapper {
        width: 50%;
    }

    .help-img {
        width: auto;
        height: 405px;
        margin: 10px 0;
    }

    .help-wrapper {
        width: 50%;
    }

    .help-wrapper-header-h2 {
        line-height: normal;
        font-size: 36px;
    }

    .help-wrapper-subheader {
        margin-top: 5px;
    }

    .help-wrapper-phone {
        padding: 22px 0 6px;
        font-size: 14px;
    }

    .help-wrapper-textarea, .help-wrapper-textarea::placeholder {
        font-size: 14px;
    }

    .help-wrapper-signature-personal {
        font-size: 11px;
    }

    .help-wrapper-button {
        margin-top: 30px;
    }
}

@media screen and (max-width: 760px) {
    .help-content {
        flex-direction: column;
        /* padding: 30px 0 45px; */
        padding: 60px 0 45px;
        gap: 0;
    }

    .help-img-wrapper {
        width: 100%;
    }

    .help-img {
        height: 240px;
        width: 100%;
        margin-bottom: 4px;
    }

    .help-wrapper {
        width: 100%;
    }

    .help-wrapper-header-h2 {
        font-size: 26px;
    }

    .help-wrapper-subheader {
        font-size: 14px;
        margin-top: 3px;
        letter-spacing: 0;
        line-height: 16.8px;
    }

    .help-wrapper-phone {
        padding: 22px 0 3px;
    }

    .help-wrapper-text {
        padding-bottom: 4px;
    }

    .help-wrapper-textarea {
        height: 57px;
        padding-top: 39px;
    }

    .help-wrapper-signature-personal {
        font-size: 9px;
    }
}
