/*
Theme Name: Лом Инвест
*/

body {
    padding: 0;
    margin: 0;
    font-family: 'Proxima Nova';
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-size: 40px;
    line-height: 50px;
    color: #fba040;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin: 55px 0 20px;
}

h2,
.last-row-dsc-title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin: 25px 0;
}

a {
    text-decoration: none;
}

.orange {
    color: #fba040;
}

.red-orange {
    color: #ff6b41;
}

.white {
    color: #fff;
}

.semi-bold-text {
    font-weight: 600;
}

.nowrap {
    white-space: nowrap;
}

.row {
    padding: 50px 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.width-page {
    position: relative;
    max-width: 1300px;
    z-index: 1;
    margin: 0 auto;
}

.flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one-second {
    width: 50%;
}

.two-fifth {
    width: 40%;
}

.three-fifth {
    width: 60%;
}

.break:after {
    content: '\A';
    white-space: pre;
}

a.anchor {
    text-decoration: none;
}

.main-section {
    position: relative;
    background: url(/images/header-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 0 20px 55px;
}

.main-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 34, 35, .7);
    width: 100%;
    height: 100%;
}

.header {
    position: relative;
    z-index: 1;
    padding: 34px 0;
}

.logo-block {
    width: 59%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.logo {
    text-align: center;
}

.logo-block img {
    width: 308px;
}

.logo-dsc {
    color: #b9b9b9;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
}

.contact-block {
    width: 41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.contact {
    text-align: center;
    padding: 30px 50px 0 0;
}

.btn-box {
    margin-top: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.orange-button-prev {
    border-left: 1px solid #f36b45;
    border-right: 1px solid #eda749;
    padding: 5px 4px;
    position: relative;
    left: 0;
    transition: .5s;
    cursor: pointer;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.orange-button-prev:after,
.orange-button-prev:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    background: #f36b45;
    background: linear-gradient(90deg, #f36b45 50%, #eda749);
    background-position: 100% 50%;
    transition: background-position .4s ease-out;
    background-size: 150% 100%;
    left: 0;
}

.orange-button-prev:after {
    top: unset;
    bottom: 0;
}

.orange-btn {
    color: #fff;
    text-transform: uppercase;
    width: 220px;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    font-weight: 800;
    border: 0 solid #f36b45;
    cursor: pointer;
    background: #f36b45;
    background: linear-gradient(90deg, #f36b45 50%, #eda749);
    background-position: 100% 50%;
    transition: background-position .4s ease-out;
    background-size: 150% 100%;
}

input.orange-btn {
    border-radius: 0;
    font-family: 'Proxima Nova';
    height: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.orange-button-prev:hover .orange-btn,
.orange-button-prev:hover:after,
.orange-button-prev:hover:before,
.booklet-btn.form-btn div:nth-child(2):hover::after,
.booklet-btn.form-btn div:nth-child(2):hover::before,
.quiz-row .test-form-btn div:nth-child(2):hover::after,
.quiz-row .test-form-btn div:nth-child(2):hover::before,
.internet-project-row .lom-invest-btn .arrow-btn:hover::after,
.internet-project-row .lom-invest-btn .arrow-btn:hover::before {
    transition: background-position .4s ease-out;
    background-position: 40% 50%;
}

.tel {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 27px;
}

.contact p {
    color: #fff;
    font-size: 15px;
}

.title-dsc {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.test-form-btn {
    margin: 60px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.test-form-btn div:nth-child(2) {
    width: 50px;
    max-height: 100%;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    margin-left: 7px;
}

.btn-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0.4s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0.4s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.4s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    top: 50%;
    /*margin-top: -4px;*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-svg-hover {
    -webkit-transform: translate(-60px, -130%);
    transform: translate(-60px, -130%);
}

.test-form-btn:hover .btn-svg-base {
    -webkit-transform: translate(60px, -50%);
    transform: translate(60px, -50%);
}

.test-form-btn:hover .btn-svg-hover {
    -webkit-transform: translate(0, -130%);
    transform: translate(0, -130%);
}

span.btn-svg img {
    width: 20px;
}

.main-advan-list {
    margin-top: 123px;
}

.main-advan {
    width: 24%;
    position: relative;
    padding-right: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin-left: 3%;
}

.main-advan:first-child {
    margin-left: 0;
}

.main-advan:last-child {
    padding-right: 0;
    width: 19%;
}

.main-advan::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #f36b45 50%, #eda749);
}

.main-advan:last-child::after {
    display: none;
}

.mouse {
    height: 44px;
    width: 31px;
    border: 2px solid #ffffff;
    position: relative;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 70px auto 0;
}

.mouse-wheel {
    width: 4px;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    top: 8px;
    border-radius: 5px;
    -webkit-animation: wheel 1.8s linear infinite;
    animation: wheel 1.8s linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes wheel {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(37px);
        transform: translateY(37px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wheel {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    60% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 1;
    }
    61% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0.5;
    }
    90% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

.pain-points-row {
    overflow: hidden;
    padding-top: 125px;
    padding-bottom: 130px;
}

.crane-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.crane-bg::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 409px;
    top: -55px;
    left: 98px;
    background: url(/images/kran.png) no-repeat top left;
    background-size: cover;
    -webkit-transform-origin: 10% top;
    transform-origin: 10% top;
    -webkit-animation: rotate 7s linear infinite;
    animation: rotate 7s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    75% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    75% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.pain-points-container {
    margin-top: 100px;
}

.top-points-block {
    position: relative;
    /* padding-bottom: 60px;*/
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-points-block::after {
    content: "";
    width: 90%;
    height: 2px;
    background: #151718;
    position: absolute;
    bottom: 0;
}

.bottom-points-block {
    position: relative;
}

.bottom-points-block::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    z-index: 1;
    top: -10px;
    right: 0;
    background: #fff;
    border: 3px solid #000;
}

.bottom-points-block .point:first-child {
    position: absolute;
    left: -80px;
    top: -70px;
}

.point {
    width: 18%;
    text-align: center;
    margin-left: 5%;
    position: relative;
}

.top-points-block .point {
    padding-bottom: 55px;
}

.top-points-block .point::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, #f36b45 50%, #eda749);
    bottom: -9px;
    left: 50%;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: translate( -50%, 0);
    -ms-transform: translate( -50%, 0);
    transform: translate( -50%, 0);
}

.bottom-points-block .point {
    margin-left: 0;
    margin-right: 5%;
    padding-top: 55px;
}

.bottom-points-block .point::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, #f36b45 50%, #eda749);
    top: -10px;
    left: 50%;
    border-radius: 50%;
    z-index: 1;
    /* -webkit-transform: translate( -50%, 0);
        -ms-transform: translate( -50%, 0);
            transform: translate( -50%, 0);*/
}

.bottom-points-block .point:first-child::after {
    display: none;
}

.experience-row {
    background: #151718;
}

.merge-scrap-block,
.take-scrap-block {
    margin-top: 90px;
}

.take-scrap-block {
    margin-bottom: 90px;
}

.square-decor {
    margin-right: 30px;
    width: 70px;
    height: 70px;
    background: linear-gradient(90deg, #f36b45 50%, #eda749);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-exp {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.square-decor img {
    width: 30px;
}

.take-scrap-block .square-decor img {
    width: 40px;
}

.take-scrap-block {
    margin-bottom: 90px;
}

.dsc-exp {
    color: #fff;
}

.audio-title {
    color: #fff;
    margin: 20px 0;
    font-weight: 300;
}

.dsc-exp p:first-child {
    font-size: 30px;
    font-weight: 800;
}

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

.scrap-tool-row h2 {
    text-align: left;
    position: relative;
    padding-top: 40px;
    margin-top: 90px;
}

.scrap-tool-row .one-second:first-child h2::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 8px;
    top: 0;
    left: 0;
    background: #151718;
}

.scrap-tool-row .one-second:last-child {
    padding-left: 45px;
}

.pers-data p {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #a0a0a0;
}

.pers-data a{
color: inherit;
text-decoration: underline;
}

.checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-top: 40px;
}

.form-booklet-scrap {
    margin-top: 40px;
}

.video-block {
    margin-top: 60px;
    display: inline-block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    max-width: 640px;
}

.video-block-overflow-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.video-block-overflow-2 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.22);
    width: 93%;
    height: 87%;
}

.video-block-button {
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-animation: puls-play 2.2s linear infinite;
    animation: puls-play 2.2s linear infinite;
    /* box-sizing: border-box; */
    /* transform: scale(1.1, 1.6); */
    /* -webkit-transform: scale(2); */
    /* transform: scale(2); */
}

.field-form {
    margin-bottom: 23px;
    width: 55%;
}

input[type="text"],
input[type="tel"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.your-tel,
input.your-email,
input.your-city,
input.your-name {
    height: 55px;
    border: 1px solid #8d8d8d;
    border-radius: 0;
    font-family: 'Proxima Nova';
    font-size: 18px;
    padding-left: 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input::-webkit-input-placeholder {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #323232;
}

input::-moz-placeholder {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #323232;
}

input:-ms-input-placeholder {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #323232;
}

input::-ms-input-placeholder {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #323232;
}

input::placeholder {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #323232;
}

.checkbox-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

input.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-text {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 22px;
    font-size: 18px;
}

.checkbox-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background: #fff;
    border: 1px solid #8d8d8d;
}

.checkbox-text::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    background-color: #ff4c00;
    visibility: hidden;
}

input.checkbox:checked+.checkbox-text::after {
    visibility: visible;
}

input.checkbox:checked+.checkbox-text::before {
    border: 1px solid #ff4c00;
}

.form-btn.test-form-btn {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.form-btn div:nth-child(2) {
    width: 50px;
    max-height: 100%;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    margin-left: 7px;
}

.booklet-btn {
    width: 55%!important;
}

.booklet-btn .orange-button-prev {
    width: 100%!important;
}

.booklet-btn.form-btn div:nth-child(2),
.internet-project-row .lom-invest-btn .arrow-btn {
    position: relative;
    width: 55px;
    border-left: 1px solid #f36b45;
    border-right: 1px solid #eda749;
    padding: 5px 4px;
}

.booklet-btn.form-btn div:nth-child(2)::after,
.booklet-btn.form-btn div:nth-child(2)::before,
.quiz-row .test-form-btn div:nth-child(2)::before,
.quiz-row .test-form-btn div:nth-child(2)::after,
.internet-project-row .lom-invest-btn .arrow-btn::before,
.internet-project-row .lom-invest-btn .arrow-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    background: #f36b45;
    background: linear-gradient(90deg, #f36b45 50%, #eda749);
    background-position: 100% 50%;
    transition: background-position .4s ease-out;
    background-size: 150% 100%;
    left: 0;
}

.booklet-btn.form-btn div:nth-child(2)::after,
.quiz-row .test-form-btn div:nth-child(2)::after,
.internet-project-row .lom-invest-btn .arrow-btn::after {
    bottom: 0;
    top: unset;
}

.booklet-btn .orange-btn {
    width: 100%!important;
}

.quiz-row {
    background: url(/images/kviz_bg.jpg) no-repeat center;
    position: relative;
    background-size: cover;
    padding: 100px 20px;
}

.quiz-row::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34, 35, 35, 0.7);
}

.quiz-row h2 {
    color: #fff;
}

.quiz-border-block {
    max-width: 1155px;
    margin: 0 auto;
    border: 15px solid rgba(255, 255, 255, 0.2);
    padding: 20px 25px;
    /*height: 510px;*/
    margin-top: 70px;
}


/*.quiz-step-item {
  display: none;
}*/

.quiz-block {
    background-color: #f6f6f6;
    /*height: 525px;*/
    position: relative;
    text-align: center;
    padding: 20px;
    /*padding-top: 30px;*/
    padding-bottom: 35px;
}

.quiz-form {
    height: 525px;
    padding-top: 30px;
}

.form2-send {
    height: 525px;
}

.quiz-block::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/partner-bg.png) repeat center;
    opacity: 0.05;
}


/*.quiz-block-info {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}*/

.quiz-step {
    color: #ff4c00;
    font-size: 16px;
    font-weight: 300;
}

.quiz-question {
    font-size: 35px;
    line-height: 55px;
    font-weight: 800;
}

.quiz-col {
    display: none;
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
    height: 100%;
}

.quiz-col.active {
    /* min-height: 185px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/*[data-form-block-id="1"]>div, .quiz-last-form>div {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}*/


/*.quiz-row label {
  color: #777777;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  display: block;
}*/


/*.quiz-row input, 
.quiz-row textarea, 
.quiz-row submit {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3a3a3a;
  font-size: 1.1rem;
  padding: 0.6rem 1.4rem;
  border: 1px solid #c9c9c9;
  font-weight: 100;
  -webkit-appearance: none;
  border-radius: 0;
}*/

.quiz-radio-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /*max-width: 780px;
  margin: 0 auto;
  margin-top: 12px;*/
    padding: 55px 35px 0 40px;
}

.quiz-radio-block>div {
    width: 33%;
    margin-bottom: 50px;
}

.quiz-col_2 .quiz-radio-block>div {
    width: 50%;
}

.quiz-col_3 .quiz-radio-block>div:nth-child(4),
.quiz-col_4 .quiz-radio-block>div:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.quiz-col_3 .quiz-radio-block>div:nth-child(5),
.quiz-col_4 .quiz-radio-block>div:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.quiz-col_5 .quiz-radio-block,
.quiz-col_6 .quiz-radio-block {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.quiz-col_5 .quiz-radio-block>div:nth-child(2),
.quiz-col_5 .quiz-radio-block>div:nth-child(5),
.quiz-col_6 .quiz-radio-block>div:nth-child(2),
.quiz-col_6 .quiz-radio-block>div:nth-child(5),
.quiz-col_7 .quiz-radio-block>div {
    width: 30%;
}

.quiz-col_5 .quiz-radio-block>div,
.quiz-col_6 .quiz-radio-block>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quiz-row .pers-data p {
    /* margin: 0 auto; */
    max-width: 680px;
    text-align: start;
}


/*.quiz-row .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}*/


/*.quiz-radio-block .radio+label {
  max-width: 175px;
}*/


/*.quiz-row .radio+label {
  position: relative;
  padding: 0 0 0 23px;
  cursor: pointer;
  color: #000000;
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.1rem;
  margin-left: 2rem;
  font-weight: 300;
}*/


/*.radio:checked+label:before, .radio+label:hover:before {
  border: 2px solid #ec4d0a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}*/


/*.radio+label:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -24px;
  width: 30px;
  height: 29px;
  /* border-radius: 50%; */


/*background-image: url(/images/check-ic.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}*/


/*.radio:checked+label:after {
  opacity: 1;
}*/


/*.quiz-last-form {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}*/

.quiz-nail {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/images/bolt.png);
}

.quiz-nail.quiz-nail-1 {
    top: 20px;
    left: 25px;
}

.quiz-nail.quiz-nail-2 {
    top: 20px;
    right: 25px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.quiz-nail.quiz-nail-3 {
    bottom: 20px;
    right: 25px;
    -webkit-transform: rotate(-100deg);
    transform: rotate(-100deg);
}

.quiz-nail.quiz-nail-4 {
    bottom: 20px;
    left: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*.hideblock {
  display: none !important;
}*/

.quiz-block .checkbox-text {
    text-align: left;
    padding-left: 50px;
    font-size: 20px;
    line-height: 24px;
}

.quiz-row .checkbox-text::before {
    width: 30px;
    height: 30px;
    top: 50%;
    border-color: #c9c9c9;
    -webkit-transform: translate( 0, -50%);
    -ms-transform: translate( 0, -50%);
    transform: translate( 0, -50%);
}

.quiz-row .checkbox-text::after {
    top: 50%;
    left: 10px;
    width: 12px;
    height: 12px;
    -webkit-transform: translate( 0, -50%);
    -ms-transform: translate( 0, -50%);
    transform: translate( 0, -50%);
}

.quiz-row .test-form-btn {
    margin-top: 10px;
}

.quiz-row .orange-btn {
    width: 190px;
}

.quiz-row .test-form-btn div:nth-child(2) {
    position: relative;
    width: 55px;
    border-left: 1px solid #f36b45;
    border-right: 1px solid #eda749;
    padding: 5px 4px;
    background: transparent;
}

.quiz-label {
    display: block;
    text-align: left;
    font-size: 18px;
    color: #787878;
    margin-bottom: 10px;
}

.quiz-col_7 .quiz-question {
    margin-top: 29px;
}

.quiz-btn-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 30px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quiz-row .test-form-btn {
    margin: 0;
}

.quiz-back {
    font-size: 18px;
    cursor: pointer;
    width: 55%;
}

.quiz-next {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.quiz-col_1 .quiz-next {
    width: 48%;
}

.brief-row {
    padding-top: 90px;
    overflow: hidden;
}

.brief-row-bg {
    position: absolute;
    top: -45px;
    bottom: 0;
    left: 0;
    right: 290px;
    background: url(/images/lamp.png) no-repeat top right;
}

.container-brief-row {
    max-width: 930px;
}

.brief-row h2 {
    text-align: left;
}

.brief-row .one-part {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 770px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brief-form-dsc {
    margin-bottom: 45px;
}

.brief-row .field-form {
    width: 46%;
    margin-bottom: 35px;
}

.brief-btn {
    width: 46%!important;
}

.brief-row .field-form.checkbox-block {
    margin-bottom: 0;
}

.metal-expo-row {
    background: url(/images/expo_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 110px 0 125px;
}

.parallelogram {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
}

.parallelogram-1 {
    width: 10%;
    left: 3%;
}

.parallelogram-2 {
    width: 1.5%;
    left: 14.5%;
}

.parallelogram-3 {
    width: 1.5%;
    right: 16%;
}

.parallelogram-4 {
    width: 25%;
    right: -12.5%;
}

.metal-expo-logo {
    text-align: center;
    margin-bottom: 50px;
}

.metal-expo-logo img {
    width: 250px;
}

.metal-expo-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    display: block;
}

.metal-expo-dsc-block {
    position: relative;
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 40px 20px;
    background: linear-gradient(90deg, #f36b45 50%, #eda749);
}

.metal-expo-dsc-block::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/partner-bg.png) repeat left top;
}

.metal-expo-dsc {
    color: #fff;
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 840px;
    margin: auto;
}

.example-block {
    padding-top: 55px;
}

.example-block a {
    color: #ff6b41;
    text-decoration: none;
    position: relative;
}

.example-block a:visited {
    color: #ff6b41;
}

.example-block a::after {
    width: 100%;
    height: 2px;
    content: "";
    background: #ff6b41;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.example-block a:hover::after {
    display: none;
}

.lom-invest-dsc {
    margin-top: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left-decor,
.right-decor {
    width: 30px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f36b45), to(#eda749));
    background: -o-linear-gradient(left, #f36b45 50%, #eda749);
    background: linear-gradient(90deg, #f36b45 50%, #eda749);
    position: relative;
}

.left-decor::after,
.right-decor::after {
    content: "";
    width: 18px;
    height: 90%;
    background: #fff;
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.right-decor::after {
    right: unset;
    left: 0;
}

p.li-dsc-title {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 800;
    text-align: center;
}

p.li-dsc-minor-text {
    max-width: 890px;
    margin: 0 auto;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 30px;
    padding-left: 90px;
    line-height: 50px;
}

p.li-dsc-minor-text::before {
    position: absolute;
    content: "";
    width: 63px;
    height: 52px;
    left: 0;
    top: 10px;
    background: url(/images/kav.png);
}

.lom-invest-dsc-content {
    padding: 30px 35px;
}

.circle-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -60px;
    right: -200px;
    background: url(/images/li-decor.png) no-repeat top right;
}

.computer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 55px;
    right: 225px;
    background: url(/images/lominvest-mockup.png) no-repeat top right;
    background-size: 980px;
}

.internet-project-row {
    overflow: hidden;
    padding-top: 85px;
    padding-bottom: 80px;
}

.internet-project-row h2 {
    text-align: left;
}

.big-text {
    font-size: 60px;
    line-height: 72px;
    font-weight: 800;
}

.block-info {
    margin-bottom: 40px;
}

.lom-invest-info {
    margin-top: 80px;
}

.our-partner-row {
    background: linear-gradient(90deg, #f36b45 50%, #eda749);
    padding: 75px 20px 20px;
}

.our-partner-row::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/partner-bg.png) repeat top left;
}

.our-partner-row h2 {
    color: #fff;
}

.row.contract-row {
    padding-top: 80px;
    padding-bottom: 80px;
}

.one-step-block {
    width: 25%;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}

.one-step-block:nth-child(2) {
    width: 27%;
}

.one-step-block:nth-child(3) {
    width: 23%;
}

.step-icon {
    width: 84px;
    height: 84px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.one-step-block:first-child img {
    width: 52px;
}

.one-step-block:nth-child(2) img {
    width: 28px;
}

.one-step-block:nth-child(3) img {
    width: 39px;
}

.one-step-block:last-child img {
    width: 43px;
}

.step-title {
    font-weight: bold;
    margin-bottom: 25px;
}

.step-dsc {
    font-weight: 300;
}

.step-container {
    margin-top: 60px;
}

.lenta-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -60px;
    left: 0;
    background: url(/images/lenta.png) no-repeat center;
}

.day-row>div {
    width: 31%;
    text-align: center;
    margin-right: 3.5%;
}

.day-row>div:last-child {
    margin-right: 0;
}

.day-row {
    margin-top: 80px;
}

.day-box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.day-box {
    background: linear-gradient(90deg, #f36b45 50%, #eda749);
    color: #ffffff;
    position: relative;
    font-size: 56px;
    line-height: 57px;
    width: 165px;
    height: 165px;
    z-index: 2;
    font-family: 'KankinRegular';
}

.day-number {
    font-size: 100px;
    position: absolute;
    top: 5px;
    display: block;
    left: -23px;
}

.day-word {
    display: block;
    position: absolute;
    bottom: 0;
    right: -0.6rem;
    font-weight: 100;
    text-transform: uppercase;
}

.day-row>div p {
    margin: 0 auto;
    margin-top: 45px;
    max-width: 380px;
}

.day-row>div:nth-child(3) p {
    max-width: 300px;
}

.day-row>div .day-gray-box {
    position: absolute;
    background-image: url(../images/black-texture.png);
    opacity: 0.4;
    z-index: 1;
}

.day-row>div:nth-child(1) .day-gray-box {
    width: 105px;
    height: 99px;
    top: -14px;
    margin-left: 48px;
}

.day-row>div:nth-child(2) .day-gray-box {
    width: 60px;
    height: 98px;
    bottom: -14px;
    margin-left: -65px;
}

.day-row>div:nth-child(3) .day-gray-box {
    width: 35px;
    height: 71px;
    top: 15px;
    margin-left: 82px;
}

.seo-optimization {
    padding-top: 150px;
}

.seo-optimization div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.seo-optimization p {
    font-size: 30px;
    line-height: 55px;
    padding-right: 20px;
}

.seo-optimization p:first-child {
    position: relative;
    padding-top: 60px;
}

.seo-optimization p:first-child::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 8px;
    background: #ff4c00;
    top: 0;
    left: 0;
}

.seo-optimization img {
    width: 100%;
}

.last-row {
    position: relative;
    background: url(/images/header-bg2.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 20px;
}

.last-row::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 52, .7);
    width: 100%;
    height: 100%;
}

.last-row .parallelogram {
    z-index: 2;
}

.last-row .parallelogram-1 {
    background-color: rgba(236, 77, 10, 0.1);
}

.last-row .parallelogram-2 {
    background-color: rgba(236, 77, 10, 0.05);
    width: 2.5%;
}

.last-row .parallelogram-3 {
    background-color: rgba(236, 77, 10, 0.05);
    right: 2.5%;
    width: 3%;
}

.last-row .parallelogram-4 {
    background-color: rgba(236, 77, 10, 0.1);
    right: -12.5%;
    width: 13%;
}

.last-row h2:first-child {
    color: #fff;
}

.form-last-row {
    margin: 65px auto 0;
}

.form-content {
    margin: 0 auto;
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.last-row .field-form {
    width: 50%;
    margin-bottom: 0;
}

.last-row-btn {
    width: 40%!important;
}

.last-row-btn.form-btn div:nth-child(2) {
    width: 65px;
    background: transparent;
}

.last-row input.your-tel {
    background: transparent;
    color: #fff;
}

.last-row input::-webkit-input-placeholder {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #fff;
}

.last-row input::-moz-placeholder {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #fff;
}

.last-row input:-ms-input-placeholder {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #fff;
}

.last-row input::-ms-input-placeholder {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #fff;
}

.last-row input::placeholder {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #fff;
}

.last-row .pers-data {
    text-align: center;
}

.last-row .pers-data p {
    color: #fff;
    /* margin-top: 60px; */
}


/* Начало модального окна */

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s linear, visibility .0s linear .5s, z-index .0s linear .5s;
}

.modal.active {
    opacity: 1;
    z-index: 12;
    visibility: visible;
    transition: opacity .3s linear, visibility .0s linear .0s, z-index .0s linear .0s;
}

.modal-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #151718;
}

.modal-bg:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 63%;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    left: 12%;
    background: url(/images/partner-bg.png) repeat center;
}

.dark-modal .modal-bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.dark-modal .modal-bg:before {
    display: none;
}

.modal-container {
    position: absolute;
}

.modal-block {
    width: 100vw;
    /*height: 100vh;*/
    background: transparent;
    /*padding-top: 130px;*/
    padding: 0 15px;
}

.cross-modal {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cross-modal:hover {
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cross-modal div {
    width: 100%;
    background-color: #fff;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

.cross-modal div:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cross-modal div:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-logo {
    text-align: center;
}

.modal-logo img {
    width: 307px;
}

#form1-tel.error,
#form2-tel.error,
#form3-tel.error,
#form4-tel.error,
#form5-tel.error {
    border-color: #ec4d0a;
}

.form-send {
    display: none;
}

.form1-send,
.form5-send {
    margin-top: 40px;
}

.form1-send {
    height: 340px;
}

.form3-send {
    height: 222px;
}

.form4-send {
    padding-top: 25px;
}

.form2-send p,
.form4-send p,
.form5-send p {
    text-align: center;
}

.form4-send .success-send-dsc,
.form5-send .success-send-dsc {
    color: #fff;
}

.success-send-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.form1-send.success-send,
.form3-send.success-send,
.form4-send.success-send,
.form5-send.success-send {
    display: block;
}

.form2-send.success-send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-form .form-content {
    max-width: 450px;
}

.modal-form .field-form {
    width: 100%;
}

.form-modal-btn div:last-child {
    background: transparent;
}

.form-modal-btn {
    width: 100%!important;
}

.modal-form .pers-data p {
    text-align: center;
}

@media screen and (max-width: 1720px) {
    .crane-bg::after {
        width: 280px;
        height: 320px;
        top: -40px;
        left: 30px;
    }
    .brief-row-bg {
        right: 100px;
    }
    .computer-bg {
        right: 100px;
    }
}

@media screen and (max-width: 1480px) {
    .crane-bg::after {
        width: 193px;
        height: 220px;
    }
    .bottom-points-block .point:first-child {
        left: -60px;
    }
    .circle-bg {
        right: -300px;
    }
    .computer-bg {
        top: 80px;
        background-size: 850px;
        right: 0;
    }
}

@media screen and (max-width: 1280px) {
    .contact-block {
        width: 49%;
    }
    .logo-block {
        width: 51%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .contact {
        padding: 30px 0 0 0;
    }
    .field-form {
        width: 70%;
    }
    .booklet-btn {
        width: 70%!important;
    }
    .brief-btn {
        width: 46%!important;
    }
    .brief-row-bg {
        background-size: 300px;
        right: 0;
        top: -25px;
    }
    .last-row-btn .orange-btn {
        width: 220px!important;
    }
    .last-row-btn .orange-button-prev,
    .last-row-btn {
        width: initial!important;
    }
    .form-modal-btn {
        width: 100%!important;
    }
}

@media screen and (max-width: 1200px) {
    .two-fifth,
    .three-fifth {
        width: 100%;
    }
    .lenta-bg {
        top: -250px;
    }
    .seo-optimization {
        padding-top: 220px;
    }
    .seo-optimization img {
        width: auto;
        margin-top: 60px;
    }
}

@media screen and (max-width: 1120px) {
    .break-1120px:after {
        content: '\A';
        white-space: pre;
    }
    .pain-points-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-points-block {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bottom-points-block {
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .point {
        width: 100%;
    }
    .top-points-block::after {
        width: 2px;
        height: 100%;
    }
    .bottom-points-block::after {
        top: unset;
        bottom: 0;
        right: -10px;
    }
    .bottom-points-block .point:first-child {
        position: relative;
        top: 0;
        left: 0;
    }
    .bottom-points-block .point:first-child::after {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        background: linear-gradient(90deg, #f36b45 50%, #eda749);
        top: 0;
        right: -11px;
        border-radius: 50%;
        z-index: 1;
        display: block;
    }
    .bottom-points-block .point {
        padding-top: 0;
        padding-bottom: 55px;
        height: 150px;
    }
    .top-points-block .point {
        height: 150px;
    }
    .bottom-points-block .point::after {
        top: 0;
        left: unset;
        right: -11px;
    }
    .top-points-block .point::after {
        bottom: unset;
        left: -26px;
        top: 0;
        display: none;
    }
    .brief-row-bg {
        background-position: top center;
    }
    .brief-row {
        padding-top: 220px;
    }
    .container-brief-row {
        max-width: 100%;
    }
    .left-decor::after,
    .right-decor::after {
        width: 15px;
    }
    .one-step-block,
    .one-step-block:nth-child(2),
    .one-step-block:nth-child(3) {
        width: 48%;
        margin-right: 2%;
    }
    .one-step-block:nth-child(2n) {
        margin-right: 0;
    }
    .quiz-block {
        /* height: 580px;*/
    }
    .quiz-form,
    .form2-send {
        height: 580px;
    }
    .quiz-radio-block>div {
        width: 43%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .quiz-radio-block {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .quiz-col_3 .quiz-radio-block>div:nth-child(4),
    .quiz-col_4 .quiz-radio-block>div:nth-child(4) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .quiz-col_3 .quiz-radio-block>div:nth-child(5),
    .quiz-col_4 .quiz-radio-block>div:nth-child(5) {
        width: 86%;
    }
    .quiz-col_5 .quiz-radio-block>div:nth-child(2),
    .quiz-col_5 .quiz-radio-block>div:nth-child(5),
    .quiz-col_6 .quiz-radio-block>div:nth-child(2),
    .quiz-col_6 .quiz-radio-block>div:nth-child(5) {
        width: 43%;
    }
    .quiz-col_2 .quiz-radio-block label {
        width: 100%;
    }
    .quiz-col_2 .quiz-radio-block {
        padding-left: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1050px) {
    .main-advan {
        width: 50%;
    }
    .main-advan:nth-child(2n)::after {
        display: none;
    }
    .main-advan:nth-child(2n) {
        padding-right: 30px;
        padding-left: 70px;
    }
    .main-advan {
        margin-left: 0;
        margin-bottom: 55px;
    }
    .main-advan:last-child {
        width: 50%;
    }
    .main-advan:nth-child(2n+1) {
        padding-left: 30px;
        padding-right: 81px;
    }
    .audio-block {
        width: 42%;
    }
    audio {
        width: 100%;
    }
    .scrap-tool-row .one-second:last-child {
        padding-left: 0;
    }
    .computer-bg {
        top: 180px;
        background-size: 600px;
        right: -100px;
    }
    .circle-bg {
        top: 120px;
        background-size: 575px;
    }
    .lom-invest-dsc-content {
        padding: 30px 0px;
    }
    p.li-dsc-minor-text {
        padding-left: 0;
        text-align: center;
    }
    p.li-dsc-minor-text::before {
        top: -15px;
    }
    .left-decor::after,
    .right-decor::after {
        width: 10px;
    }
}

@media screen and (max-width: 970px) {
    .break-970px:after {
        content: '\A';
        white-space: pre;
    }
    .one-second {
        width: 100%;
    }
    form#form1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .one-part {
        width: 48%;
    }
    .field-form {
        width: 100%;
    }
    .booklet-btn {
        width: 100%!important;
    }
    .scrap-tool-row h2 {
        margin-top: 50px;
    }
    .checkbox-block {
        margin-bottom: 0;
        height: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .pers-data p {
        max-width: 680px;
    }
    .video-block {
        margin: 60px auto 70px;
    }
    .brief-btn {
        width: 46%!important;
    }
    .brief-row .one-part {
        width: 100%;
    }
    .day-row>div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 110px;
    }
    .lenta-bg {
        top: 180px;
    }
    .seo-optimization {
        padding-top: 100px;
    }
    .seo-optimization img {
        width: 100%;
    }
    .lenta-bg {
        top: 250px;
    }
    .last-row-btn .orange-button-prev,
    .last-row-btn {
        width: initial!important;
    }
    .quiz-radio-block {
        padding-left: 80px;
    }
    .quiz-radio-block>div {
        width: 50%;
    }
    .quiz-col_3 .quiz-radio-block>div:nth-child(5),
    .quiz-col_4 .quiz-radio-block>div:nth-child(5) {
        width: 100%;
    }
    .quiz-col_5 .quiz-radio-block>div:nth-child(2),
    .quiz-col_5 .quiz-radio-block>div:nth-child(5),
    .quiz-col_6 .quiz-radio-block>div:nth-child(2),
    .quiz-col_6 .quiz-radio-block>div:nth-child(5) {
        width: 50%;
    }
    .quiz-col_5 .quiz-radio-block>div:nth-child(3) .checkbox-text::before,
    .quiz-col_5 .quiz-radio-block>div:nth-child(3) .checkbox-text::after {
        top: 35%;
    }
    .quiz-block {
        /*height: 700px;*/
    }
    .quiz-form,
    .form2-send {
        height: 700px;
    }
    .quiz-col_2 .quiz-radio-block>div {
        width: 80%;
    }
    .quiz-col_7 .quiz-radio-block label {
        width: 100%;
    }
    .quiz-col_7 .quiz-radio-block>div {
        width: 80%;
    }
    .quiz-col_7 .quiz-radio-block {
        padding-left: 40px;
    }
    .quiz-col_7 .quiz-radio-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .quiz-col_7 .quiz-radio-block>div {
        margin-bottom: 20px;
    }
    .quiz-col_7 .pers-data p {
        max-width: 80%;
    }
    .form1-send {
        height: 210px;
    }
}

@media screen and (max-width: 860px) {
    .break-860px:after {
        content: '\A';
        white-space: pre;
    }
    .quiz-radio-block {
        padding-left: 40px;
    }
    .quiz-col_1 .quiz-radio-block>div:nth-child(3) .checkbox-text::before,
    .quiz-col_4 .quiz-radio-block>div:nth-child(3) .checkbox-text::before,
    .quiz-col_1 .quiz-radio-block>div:nth-child(3) .checkbox-text::after,
    .quiz-col_4 .quiz-radio-block>div:nth-child(3) .checkbox-text::after {
        top: 35%;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 35px;
    }
    .main-advan-list {
        margin-top: 75px;
    }
    .mouse {
        display: none;
    }
    .take-scrap-block {
        margin-bottom: 60px;
    }
    .cross-modal {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
    }
    .scrap-tool-row h2 .break {
        display: none;
    }
    .success-send-title {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .success-send-dsc {
        font-size: 20px;
    }
    .brief-row-bg {
        background-size: 250px;
    }
    .brief-row {
        padding-top: 180px;
        padding-bottom: 100px;
    }
    .brief-row .field-form {
        width: 48%;
    }
    .metal-expo-title {
        font-size: 34px;
    }
    .metal-expo-dsc {
        font-size: 25px;
        max-width: 700px;
    }
    .parallelogram {
        display: none;
    }
    .computer-bg {
        top: 200px;
        background-size: 540px;
    }
    .circle-bg {
        background-size: 550px;
    }
    .example-block {
        display: none;
    }
    .lom-invest-dsc {
        margin-top: 110px;
    }
    p.li-dsc-title {
        font-size: 35px;
    }
    .li-dsc-minor-text {
        font-size: 30px;
    }
    .left-decor,
    .right-decor {
        width: 35px;
    }
    .left-decor::after,
    .right-decor::after {
        width: 13px;
        height: 92%;
    }
    .internet-project-row .test-form-btn {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0px;
    }
    p.li-dsc-minor-text {
        margin-bottom: 100px;
        font-size: 30px;
        line-height: 40px;
    }
    .last-row-dsc-title {
        font-size: 30px;
        line-height: 30px;
    }
    .last-row .pers-data .break {
        display: none;
    }
    .last-row-btn.form-btn div:nth-child(2) {
        width: 52px;
        background: transparent;
    }
}

@media screen and (max-width: 767px) {
    .quiz-block {
        height: 990px;
    }
    .quiz-form,
    .form2-send {
        height: 100%;
    }
    .form2-send {
        padding: 50px 0;
    }
    .quiz-radio-block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .quiz-radio-block>div {
        width: 100%;
    }
    .quiz-col_1 .quiz-radio-block>div:nth-child(3) .checkbox-text::before {
        top: 50%;
    }
    .quiz-col_1 .quiz-radio-block>div:nth-child(3) .checkbox-text .break-860px,
    .quiz-col_4 .quiz-radio-block>div:nth-child(3) .checkbox-text .break-860px,
    .quiz-col_5 .quiz-radio-block>div:nth-child(3) .checkbox-text .break-970px {
        display: none;
    }
    .quiz-col_5 .quiz-radio-block>div:nth-child(2),
    .quiz-col_5 .quiz-radio-block>div:nth-child(5),
    .quiz-col_6 .quiz-radio-block>div:nth-child(2),
    .quiz-col_6 .quiz-radio-block>div:nth-child(5),
    .quiz-col_7 .quiz-radio-block>div {
        width: 100%;
    }
    .quiz-next {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .quiz-btn-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        left: 0;
    }
    .quiz-back {
        margin-top: 10px;
        width: 100%;
        padding: 10px 0;
    }
    .quiz-col {
        padding-bottom: 150px;
    }
    .quiz-col_1 .quiz-btn-container {
        margin-bottom: 69px;
    }
}

@media screen and (max-width: 700px) {
    .break-700px:after {
        content: '\A';
        white-space: pre;
    }
    .left-decor::after,
    .right-decor::after {
        height: 94%;
    }
}

@media screen and (max-width: 650px) {
    .main-advan-list {
        display: none;
    }
    .contact-block {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logo-block {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header {
        padding: 0;
    }
    .crane-bg::after {
        width: 175px;
        height: 198px;
        top: -35px;
    }
    .merge-scrap-block,
    .take-scrap-block {
        margin-top: 60px;
    }
    .dsc-exp {
        width: 100%;
        margin-top: 30px;
    }
    .scrap-tool-row h2 .break {
        display: contents;
    }
    .one-part {
        width: 100%;
    }
    .checkbox-block {
        margin-bottom: 23px;
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .checkbox-text::before {
        width: 30px;
        height: 30px;
        top: -5px;
    }
    .checkbox-text::after {
        top: 4px;
        left: 9px;
        width: 14px;
        height: 14px;
    }
    .checkbox-text {
        margin-bottom: 20px;
        padding-left: 50px;
    }
    .video-block img:first-child {
        width: 100%;
    }
    .brief-row .field-form {
        width: 100%;
    }
    .brief-row .field-form.checkbox-block {
        margin-bottom: 20px;
    }
    .brief-btn {
        width: 100%!important;
    }
    .brief-row .pers-data p .break {
        display: none;
    }
    .circle-bg {
        display: none;
    }
    .computer-bg {
        background-size: 450px;
        right: 0;
        background-position: top center;
        top: 150px;
    }
    .lom-invest-info {
        margin-top: 350px;
    }
    .internet-project-row {
        padding-top: 55px;
    }
    p.li-dsc-minor-text {
        margin-bottom: 0;
    }
    .internet-project-row .test-form-btn {
        position: relative;
        left: 0;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }
    .test-form-btn div:nth-child(2) {
        display: none;
        left: 0;
    }
    .internet-project-row .orange-btn {
        width: 275px;
    }
    .internet-project-row .test-form-btn {
        margin: 35px auto 30px;
    }
    .last-row .field-form {
        width: 100%;
        margin-bottom: 35px;
    }
    .last-row-btn.form-btn div:nth-child(2) {
        display: block;
    }
    .last-row-btn .orange-button-prev,
    .last-row-btn {
        width: 100%!important;
    }
    .last-row-btn .orange-btn {
        width: 100%!important;
    }
    .quiz-block .checkbox-text {
        margin-bottom: 0;
    }
    .quiz-row .test-form-btn div:nth-child(2) {
        display: block;
    }
    .form1-send,
    .form3-send {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    p {
        font-size: 20px;
    }
    .dsc-exp p:first-child {
        font-size: 25px;
    }
    .audio-block {
        width: 100%;
    }
    .square-decor {
        width: 40px;
        height: 40px;
    }
    .square-decor img {
        width: 16px;
    }
    .take-scrap-block .square-decor img {
        width: 22px;
    }
    .audio-block {
        width: 100%;
        margin-bottom: 40px;
    }
    .audio-block:last-child {
        margin-bottom: 0;
    }
    .modal-video iframe {
        width: 400px;
    }
    .left-decor::after,
    .right-decor::after {
        width: 9px;
        height: 95%;
    }
    .one-step-block,
    .one-step-block:nth-child(2),
    .one-step-block:nth-child(3) {
        width: 100%;
        margin-right: 0;
    }
    .lenta-bg {
        background-position: 30% center;
        top: 300px;
    }
    .seo-optimization p {
        font-size: 22px;
        line-height: 30px;
        padding-right: 0;
    }
    .seo-optimization p:first-child::before {
        width: 70px;
    }
    .seo-optimization {
        padding-top: 60px;
    }
    .seo-optimization p {
        margin-bottom: 15px;
    }
    .quiz-border-block {
        border: none;
        padding: 0;
        margin-top: 0;
    }
    .quiz-row h2 {
        display: none;
    }
    .quiz-row {
        padding: 50px 0;
    }
    .quiz-block {
        padding: 0 15px 35px;
    }
    .quiz-form {
        padding-top: 30px;
    }
    .quiz-radio-block {
        padding-left: 0;
        padding-right: 0;
    }
    .quiz-col_2 .quiz-radio-block,
    .quiz-col_7 .quiz-radio-block {
        padding-left: 0;
    }
    .quiz-col_2 .quiz-radio-block>div {
        width: 100%;
    }
    .quiz-col_7 .pers-data p {
        max-width: 100%;
    }
    .form2-send {
        padding: 65px 0;
    }
}

@media screen and (max-width: 500px) {
    .pain-points-row {
        padding-top: 150px!important;
        padding-bottom: 30px;
    }
    .pain-points-container {
        margin-top: 60px;
    }
    .bottom-points-block,
    .top-points-block {
        width: 100%;
    }
    .bottom-points-block .point,
    .top-points-block .point {
        height: auto;
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 60px;
    }
    .top-points-block::after,
    .bottom-points-block::after {
        display: none;
    }
    .bottom-points-block .point::after,
    .bottom-points-block .point:first-child::after {
        top: unset;
        left: 50%;
        right: unset;
        bottom: 30px;
        width: 10px;
        height: 10px;
        -webkit-transform: translate( -50%, 0);
        -ms-transform: translate( -50%, 0);
        transform: translate( -50%, 0);
    }
    .top-points-block .point::after {
        display: block;
        left: 50%;
        width: 10px;
        height: 10px;
        top: unset;
        bottom: 30px;
    }
    .top-points-block .point:last-child::after {
        display: none;
    }
    .scrap-tool-row h2 {
        margin-top: 30px;
    }
    img.video-block-button {
        width: 45px;
    }
    .metal-expo-row {
        padding: 70px 15px 80px;
    }
    .metal-expo-title {
        padding: 0;
    }
    .lom-invest-dsc {
        margin-top: 85px;
    }
    p.li-dsc-title {
        font-size: 25px;
        line-height: 35px;
    }
    p.li-dsc-minor-text {
        font-size: 20px;
        line-height: 30px;
    }
    p.li-dsc-minor-text::before {
        top: -30px;
    }
    .our-partner-row {
        padding-bottom: 0;
    }
    .one-step-block {
        margin-bottom: 60px;
    }
    .lenta-bg {
        top: 360px;
    }
}

@media screen and (max-width: 440px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }
    h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .main-section {
        padding: 0 15px 55px;
    }
    .row {
        padding: 50px 15px;
    }
    .title-dsc {
        font-size: 20px;
        line-height: 30px;
    }
    .bottom-points-block .point,
    .top-points-block .point {
        font-size: 20px;
    }
    .modal-video iframe {
        width: 320px;
        height: auto;
    }
    .brief-row-bg {
        background-size: 160px;
    }
    .brief-row-bg {
        top: -10px;
    }
    .brief-row {
        padding-top: 115px;
        padding-bottom: 90px;
    }
    .brief-form-dsc {
        display: none;
    }
    .metal-expo-title {
        font-size: 25px;
        line-height: 35px;
    }
    .metal-expo-dsc {
        font-size: 20px;
        line-height: 30px;
    }
    .metal-expo-row {
        padding: 70px 15px 80px;
    }
    .computer-bg {
        background-size: 420px;
        top: 130px;
    }
    .big-text {
        font-size: 50px;
        line-height: 60px;
    }
    .lom-invest-info {
        margin-top: 325px;
    }
    .seo-optimization img {
        margin-top: 45px;
    }
    .last-row-dsc-title {
        font-size: 20px;
    }
    .form-last-row {
        margin: 50px auto 0;
    }
    .last-row {
        padding-bottom: 120px;
    }
    .quiz-row {
        padding: 50px 0;
    }
    .quiz-question {
        font-size: 25px;
        line-height: 31px;
    }
    .quiz-nail {
        width: 20px;
        height: 20px;
    }
    .quiz-nail.quiz-nail-1,
    .quiz-nail.quiz-nail-4 {
        left: 15px;
    }
    .quiz-nail.quiz-nail-2,
    .quiz-nail.quiz-nail-3 {
        right: 15px;
    }
    .quiz-block {
        height: 930px;
    }
}

@media screen and (max-width: 400px) {
    .logo-block img,
    .modal-logo img {
        width: 252px;
    }
    .logo-dsc {
        font-size: 11px;
    }
    h1 {
        font-size: 25px;
    }
    .left-decor,
    .right-decor {
        width: 45px;
    }
    .left-decor::after,
    .right-decor::after {
        width: 10px;
    }
}

@media screen and (max-width: 320px) {
    .left-decor,
    .right-decor {
        width: 50px;
    }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  padding: 20px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  border: 1px solid #c6c6c6;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  margin: 40px 20px;
}

.cookies__title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
.cookies__text {
  color: #747474;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}
.cookies__text a {
  color: #747474;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: underline;
}
.cookies__text a:hover {
  text-decoration: none;
}
.cookies__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cookies__btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .cookies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.text-container-privacy {
    text-align: center;
}

.checkbox-form.error {
  box-shadow: 0 0 0 2px red;
}
