

/* Start:/local/components/akvamir/single.page/templates/projects-gallery-form/style.css?173435467734549*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
    --font-family-manrope: "Manrope", "Ubuntu", "Arial", sans-serif;
    --contest-color-black: #42525A;
    --contest-color-blue: #007DC2;
    --contest-color-gray: #798B96;
    --contest-color-gray-light: #ABB5C7;
    --contest-color-gray-light-background: #F2F5FA;
    --contest-color-gray-light-form: #D9DDE5;
}

.top-block-wrapper {
    display: none !important;
}

.wrapper_inner.wide_page .container>.maxwidth-theme * {
    font-family: var(--font-family-manrope) !important;
}

.wrapper_inner.wide_page .container>.maxwidth-theme .con-title-wrap p.title-color, .wrapper_inner.wide_page .container>.maxwidth-theme .con-title-wrap h1.title  {
    font-family: "Unbounded", "Manrope", "Ubuntu", "Arial", sans-serif !important;
}

.maxwidth-theme section a:hover {
    opacity: 0.7;
}

.middle>.container {
    overflow-x: hidden;
}

.maxwidth-theme a {
    cursor: pointer;
}

section.registration__wrapper {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 150px;
}

.registration__wrapper .registration__form-wrapper {
    border: none;
    width: 45%;
}

.contest-registration__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contest-registration-image {
    width: 48.7%;
    margin: 0;
    border-radius: 10px;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
}

.contest-registration__wrapper-success {
    justify-content: center;
}

.registration-success__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 24px;
    background-color: var(--contest-color-gray-light-background);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--contest-color-blue);
    max-width: 600px;
}

h3.web-form-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    color: var( --contest-color-black, #42525A);
    margin-bottom: 40px;
}

.creg__fields-column {
    width: 73%;
    min-width: 430px;
}

.form-control.request-want-items {
    display: flex;
    flex-direction: column;
}

.creg__controls__wrap {
    width: 73%;
    min-width: 430px;
}

.creg__button-submit {
    width: 100%;
}

.web-form-content .form-control {
    margin-bottom: 26px;
}

.form-control label.creg__field {
    margin-bottom: 26px;
}

.form-control label.creg__field:last-child {
    margin-bottom: 0;
}

body .filter.label_block input+label[for="contest_personal_data"] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: var(--contest-color-gray-light, #ABB5C7);
}

.creg__field .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--contest-color-gray-light, #ABB5C7);
    margin-bottom: 10px;
    display: block;
}

.web-form-content .creg__field input[type=text] {
    background: #ffffff;
    border: 1px solid var(--contest-color-gray-light-form, #D9DDE5);
    border-radius: 40px;
    box-shadow: none;
    height: auto;
    font-size: 14px;
    outline: 0;
    padding: 16px 26px;
    line-height: 26px;
}

input.creg__button-submit {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    text-transform: none;
    padding: 16px 30px;
    border-radius: 40px;
}

.creg__errors-wrapper {
    margin-top: 20px;
    background-color: #FFEEEE;
    padding: 15px;
    width: 73%;
    border-radius: 10px;
}

p.creg__error-item {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: left;
}

p.creg__error-item:last-child {
    margin: 0;
}

/* 1216 (928 - 721) */
@media (max-width: 1216px) {
    .contest-registration-image {
        width: 38%;
    }

    .registration__wrapper .registration__form-wrapper {
        width: 55%;
    }

}

@media (max-width: 991px) {
    section.registration__wrapper {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .contest-registration-image {
        display: none;
    }

    .registration__wrapper .registration__form-wrapper {
        width: 100%;
    }

    .creg__fields-column {
        width: 100%;
    }

    .creg__controls__wrap {
        width: 100%;
    }

    h3.web-form-title {
        font-size: 26px;
        font-weight: 800;
        line-height: 31.2px;
        margin-bottom: 30px;
    }

    .creg__field .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .web-form-content .creg__field input[type=text] {
        padding: 11px 26px;
    }

    input.creg__button-submit {
        padding: 11px 30px;
    }
}

@media (max-width: 767px) {
    section.registration__wrapper {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 22px;
        padding-bottom: 100px;
    }

    h3.web-form-title {
        font-size: 22px;
        font-weight: 800;
        line-height: 26.4px;
        margin-bottom: 24px;
    }

    .creg__fields-column {
        width: 100%;
        min-width: 100%;
    }

    .creg__controls__wrap {
        width: 100%;
        min-width: 100%;
    }

    .creg__errors-wrapper {
        width: 100%;
    }

    .creg__field .title {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
    }

    .web-form-content .form-control {
        margin-bottom: 20px;
    }

    .form-control label.creg__field {
        margin-bottom: 20px;
    }

    .form-control label.creg__field:last-child {
        margin-bottom: 0;
    }

    input.creg__button-submit {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
}


/* стили для файла index_form_before.php */

/* section title */

.con-section-title {
    padding-top: 52px;
    padding-bottom: 70px;
    margin: 0;
}

.con-title-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
}

.con-title-wrap>div:last-child {
    width: 398px;
    flex: 0 0 auto;
}

.con-title-wrap .title-desc {
    color: var(--contest-color-black);
    font-size: 28px;
    font-weight: 600;
    line-height: 36.4px;
    margin-bottom: 18px;
    margin-top: 0;
}

.con-title-wrap .title-color {
    color: var(--contest-color-blue);
    font-size: 46px;
    font-weight: 800;
    line-height: 59.8px;
    margin: 0;
}

.con-title-wrap .title {
    color: var(--contest-color-black);
    font-size: 46px;
    font-weight: 800;
    line-height: 59.8px;
    text-align: left;
    margin: 0;
}

.con-title-wrap .title-text {
    color: var(--contest-color-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin: 0;
}

.con-title-wrap .title-gift {
    color: var(--contest-color-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 0;
}

.con-ideas-wrap {
    text-align: center;
}

.con-ideas-wrap .ideas-list {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 2.6%;
    height: auto;
}

.ideas-list .ideas-img {
    background-color: var(--contest-color-gray-light-background);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.ideas-list .ideas-img-1 {
    background-image: url("/upload/iblock/26e/2o7wx15iirpadrvxf3umelze09zf1hpb.jpg");
    aspect-ratio: 1 / 1.295;
    height: calc(100% - 63px);
    width: 15.8%;
}

.ideas-list .ideas-img-2 {
    background-image: url("/upload/iblock/fd5/9tbsqd5ub3xg2g2z2nio25219egsnc4u.jpg");
    aspect-ratio: 1 / 1.285;
    height: calc(100% - 36px);
    width: 17.3%;
}

.ideas-list .ideas-img-3 {
    background-image: url("/upload/iblock/af6/s3vrlyqhqutt61g4lrq88xdydesv3lii.jpg");
    aspect-ratio: 1 / 1.07;
    height: 100%;
    width: 23%;
}

.ideas-list .ideas-img-4 {
    background-image: url("/upload/iblock/b03/xil3rai2wyhmwdfmuzwu1xt40n3lfe3p.jpg");
    aspect-ratio: 1 / 1.285;
    height: calc(100% - 36px);
    width: 17.3%;
}

.ideas-list .ideas-img-5 {
    background-image: url("/upload/iblock/544/6kkj1urn4ji44oeroqfj3fbdu4ds7588.jpg");
    aspect-ratio: 1 / 1.295;
    height: calc(100% - 63px);
    width: 15.8%;
}

.ideas-desc {
    width: 80%;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    color: var(--contest-color-black);
    margin-bottom: 40px;
}

.ideas-desc a {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    color: var(--contest-color-blue);
}

.ideas-button-wrap .ideas-button {
    padding: 16px 12.4%;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    background-color: var(--contest-color-blue);
    cursor: pointer;
    text-transform: none;
}

.ideas-button-wrap a.ideas-button:hover {
    opacity: 1;
}

/* section banners */

.con-section-banners {
    margin: 0;
    padding-top: 70px;
    padding-bottom: 70px;
}

.banner-contest {
    margin-bottom: 70px;
}

.banner-contest img {
    border-radius: 10px;
}

.about-wrap {
    padding: 70px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.about-button {
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    text-align: left;
    color: #ffffff;
    background-color: var(--contest-color-blue);
    padding: 61px 30px;
    margin-right: 16px;
    margin-bottom: 0;
    border-radius: 10px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 1300px) {
    .about-button {
        font-size: 32px;
    }
}

.about-text-wrap {
    background-color: var(--contest-color-gray-light-background);
    padding: 30px;
    border-radius: 10px;
}

.about-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: var(--contest-color-black);
    margin-bottom: 8px;
}

.about-link {
    font-size: 22px;
    font-weight: 800;
    line-height: 33px;
    text-align: left;
    color: var(--contest-color-blue);
}

.maxwidth-theme section .about-link:hover {
    color: var(--contest-color-blue);
    opacity: 1;
}

.banner-gift {
    margin-top: 70px;
}

.banner-gift img {
    border-radius: 10px;
}

.banner-contest img, .banner-gift img {
    border-radius: 10px;
    max-height: 500px;
    width: 100%;
}

.banner-contest img.desctop {
    display: block;
}

.banner-contest img.mobile {
    display: none;
}

.banner-gift img.desctop {
    display: block;
}

.banner-gift img.mobile {
    display: none;
}

/* section steps */

.con-section-steps {
    padding: 70px 0;
    margin: 0;
}

.steps-title {
    margin-bottom: 60px;
}

.steps-title h2 {
    font-size: 46px;
    font-weight: 800;
    line-height: 59.8px;
    text-align: left;
    color: var(--contest-color-black);
}

.steps-title h2 a {
    font-size: 46px;
    font-weight: 800;
    line-height: 59.8px;
    text-align: left;
    color: var(--contest-color-blue);
    cursor: auto;
}

.steps-title h2 a:hover {
    opacity: 1;
}

.steps-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 2.6%;
    align-items: stretch;
}

.step-item {
    border-radius: 10px;
    padding: 20px 30px;
    width: 33%;
    background-color: var(--contest-color-gray-light-background);
}

.step-item .step-item-logo {
    background-color: var(--contest-color-gray-light-background);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 79px;
    height: 79px;
}

.step-item-1 .step-item-logo {
    background-image: url("/upload/medialibrary/342/262rdrri050b7bwqldndzmglkiu3metp.png");
}

.step-item-2 .step-item-logo {
    background-image: url("/upload/medialibrary/1c3/cibs4uvlcbi5hu69yhsy5zyvg0fiv0fr.png");
}

.step-item-3 .step-item-logo {
    background-image: url("/upload/medialibrary/450/0iso7kez2ruxh02ud8wjdah18eqvpbu3.png");
}

.step-item-1 .step-item-num {
    letter-spacing: -12px;
}

.step-item-2 .step-item-num {
    letter-spacing: -4px;
}

.step-item-3 .step-item-num {
    letter-spacing: -6px;
}

.step-item-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
}

.step-item-num {
    font-size: 112px;
    font-weight: 800;
    line-height: 79px;
    text-align: left;
    color: var(--contest-color-gray-light-form);
}

.step-item-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 33px;
    text-align: left;
    color: var(--contest-color-black);
}

.step-item-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: var(--contest-color-gray);
}

.step-item-desc a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: var(--contest-color-blue);
}

/* section catalog */

.con-section-catalog {
    margin: 0 -50%;
    padding: 70px 50%;
    background-color: var(--contest-color-gray-light-background);
}

.con-section-catalog .catalog-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    margin-bottom: 40px;
    color: var(--contest-color-black);
}

.con-section-catalog .catalog-desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    margin-bottom: 40px;
    color: var(--contest-color-black);
}

.catalog-sections-wrapper {
    margin-bottom: 40px;
}

.catalog-condition-wrap {
    text-align: center;
    mb40
}

.catalog-condition {
    font-size: 28px;
    font-weight: 800;
    line-height: 36.4px;
    margin-bottom: 40px;
    color: var(--contest-color-black);
}

.catalog-condition a {
    font-size: 28px;
    font-weight: 800;
    line-height: 36.4px;
    color: var(--contest-color-blue);
}

.catalog-condition a:hover {
    opacity: 1;
}

.catalog-condition .catalog-tag {
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    line-height: 36.4px;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #6D4CA9;
}

.con-section-catalog .contest-questions__buttons {
    text-align: center;
    max-width: none;

}

.con-section-catalog .contest-questions__buttons .contest-btn {
    padding: 16px 51px;
    border-radius: 48px;
    background-color: var(--contest-color-blue);
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    width: auto;
}

.con-section-catalog .catalog-section {
    padding: 20px 30px;
    text-align: center;
}

.con-section-catalog .catalog-sections-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.con-section-catalog .catalog-sections-wrapper .catalog-section {
    width: calc(25% - 15px);
    aspect-ratio: 1 / 1.05;
    background-color: #FFFFFF;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 90%;
    padding: 0;
    border-radius: 10px;
}

.con-section-catalog .catalog-sections-wrapper .catalog-section a {
    padding: 20px 30px;
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 28.8px;
    text-align: center;
    color: var(--contest-color-black);
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 10px;
}

.con-section-catalog .catalog-sections-wrapper .catalog-section a:last-child {
    height: 100%;
    background: inherit;
    width: 100%;
    aspect-ratio: auto;
    display: inline-block;
}

.con-section-catalog .catalog-section .catalog-section-image {
    width: 100%;
    height: calc(100% - 30px);
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    padding: 0;
    display: block;
}

.con-section-catalog .catalog-section.vanny .catalog-section-image {
    background-image: url("/upload/medialibrary/c0b/r3ny5b5ptrmmupnq65sby337odp95gyd.png");
}
.con-section-catalog .catalog-section.unitaz .catalog-section-image {
    background-image: url("/upload/iblock/e9b/5wl1g86tocb44fc1jvnqb87n2yo555k0.jpg");
}
.con-section-catalog .catalog-section.smesitel .catalog-section-image {
    background-image: url("/upload/iblock/002/1hvh6yfa53ksh4gyjyvrqcarkqv9uapv.jpg");
}
.con-section-catalog .catalog-section.rakovina .catalog-section-image {
    background-image: url("/upload/iblock/4fe/tbde9j7yjxioe4d8yeh52zldcygtprxq.jpg");
}

.catalog-section-name {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 28.8px;
    text-align: center;
    color: var(--contest-color-black);
}

/* section rules */

.con-section-rules {
    padding: 70px 0;
    margin: 0;
}

.rules-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    margin-bottom: 50px;
    color: var(--contest-color-black);
}

.riles-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5%;
    justify-content: space-between;
    align-items: start;
}

.rules-list {
    width: 45.7%;
    flex: 0 0 auto;
}

.rules-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: left;
    border-bottom: 2px solid var(--contest-color-gray-light-background);
    color: var(--contest-color-gray);
    padding: 24px 0 24px 28px;
    position: relative;
}

.rules-item:first-child {
    padding: 0 0 24px 28px;
}

.rules-item:last-child {
    padding: 24px 0 0 0;
    border-bottom: none;
}

.rules-item:before {
    content: url('data:image/svg+xml;utf8, <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.08471 9.46756L1.92243 6.35658C1.57205 6.01187 1.01027 6.01088 0.658662 6.35435C0.297031 6.70761 0.296004 7.28897 0.656385 7.6435L5.08471 12L15.3481 1.90308C15.7064 1.55059 15.7064 0.9729 15.3481 0.620408C14.9981 0.276091 14.4367 0.275958 14.0865 0.62011L5.08471 9.46756Z" fill="rgb(0 125 194)"/></svg>');
    width: 16px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 26px;
    display: inline-block;
}

.rules-item:first-child:before {
    top: 0;
}

.rules-item:last-child:before {
    content: none;
}

.rules-item b {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: left;
    color: var(--contest-color-black);
}

.rules-steps {
    width: 48.7%;
    flex: 0 0 auto;
}

.rules-steps-item {
    background-color: var(--contest-color-gray-light-background);
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
    padding: 29px 30px;
    position: relative;
}

.rules-steps-item:last-child {
    margin-bottom: 0;
}

.rules-step-title:before {
    content: url('data:image/svg+xml;utf8, <svg width="26" height="14" viewBox="0 0 26 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5391 14L17.1291 12.59L21.7091 8H-0.00195312V6H21.7091L17.1191 1.41L18.5391 0L25.5391 7L18.5391 14Z" fill="rgb(0 125 194)"/></svg>');
    width: 26px;
    height: 14px;
    position: absolute;
    left: 30px;
    top: 30px;
    display: inline-block;
}

.rules-step-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    text-align: left;
    color: var(--contest-color-black);
    margin-bottom: 10px;
    padding-left: 46px;
}

.rules-step-desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: left;
    padding-left: 46px;
    color: var(--contest-color-gray);
}

/* планшет */
@media (max-width: 991px) {

    /* section title */
    .con-section-title {
        padding-top: 18px;
        padding-bottom: 20px;
    }

    .con-title-wrap {
        margin-bottom: 18px;
    }

    .con-title-wrap .title-desc {
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 600;
        line-height: 23.4px;
    }

    .con-title-wrap .title-color {
        font-size: 26px;
        font-weight: 800;
        line-height: 31.2px;
    }

    .con-title-wrap .title {
        font-size: 26px;
        font-weight: 800;
        line-height: 31.2px;
    }

    .con-title-wrap>div:first-child {
        width: 320px;
    }

    .con-title-wrap>div:last-child {
        width: 312px;
    }

    .con-title-wrap .title-text {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
    }

    .con-title-wrap .title-gift {
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
    }

    .con-ideas-wrap .ideas-list {
        gap: 16px;
        margin-bottom: 20px;
    }

    .ideas-list .ideas-img-1 {
        width: 15.9%;
    }

    .ideas-list .ideas-img-2 {
        width: 17.8%;
    }

    .ideas-list .ideas-img-3 {
        width: 23.44%;
    }

    .ideas-list .ideas-img-4 {
        width: 17.8%;
    }

    .ideas-list .ideas-img-5 {
        width: 15.9%;
    }

    .ideas-desc {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        margin-bottom: 20px;
        width: 100%;
        text-align: left;
    }

    .ideas-desc a {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
    }

    .ideas-button-wrap .ideas-button {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        padding: 11px 12.4%;
    }

    /* section banners */

    .con-section-banners {
        margin: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .banner-contest {
        margin-bottom: 30px;
    }

    .about-wrap {
        padding: 30px 0;
    }

    .banner-gift {
        margin-top: 30px;
    }

    .about-button {
        width: 36%;
        font-size: 26px;
        font-weight: 800;
        line-height: 31.2px;
    }

    .about-text-wrap {
        padding: 20px 30px;
    }

    .about-text {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }

    .about-link {
        font-size: 18px;
        font-weight: 800;
        line-height: 27px;
    }

    /* section steps */
    .con-section-steps {
        padding: 40px 0;
        margin: 0;
    }

    .steps-title {
        margin-bottom: 30px;
    }

    .steps-title h2, .steps-title h2 a {
        font-size: 26px;
        font-weight: 800;
        line-height: 31.2px;
    }

    .steps-wrap {
        flex-direction: column;
        gap: 16px;
    }

    .step-item {
        width: 100%;
        padding: 20px 20px 20px 16px;
        position: relative;
    }

    .step-item-top {
        margin-bottom: 0;
    }

    .step-item-text {
        position: absolute;
        top: 0;
        height: 100%;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 114px;
        width: 70%;
    }

    .step-item-title {
        font-size: 22px;
        font-weight: 800;
        line-height: 33px;
    }

    .step-item-desc, .step-item-desc a {
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
    }

    /* section catalog */
    .con-section-catalog {
        margin: 0 -10%;
        padding: 40px 10%;
    }

    .con-section-catalog .catalog-title {
        font-size: 26px;
        font-weight: 800;
        line-height: 31.2px;
        margin-bottom: 30px;
    }

    .con-section-catalog .catalog-desc {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .con-section-catalog .catalog-sections-wrapper {
        gap: 16px;
        margin-bottom: 40px;
    }

    .con-section-catalog .catalog-sections-wrapper .catalog-section {
        width: calc(25% - 12px);
    }

    .con-section-catalog .catalog-sections-wrapper .catalog-section a {
        padding: 0 15px 17px 15px;
    }

    .con-section-catalog .catalog-section .catalog-section-image {
        height: calc(100% - 22px);
    }

    .catalog-section-name {
        font-size: 18px;
        font-weight: 800;
        line-height: 21.6px;
    }

    .catalog-condition {
        font-size: 20px;
        font-weight: 800;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .catalog-condition a {
        font-size: 20px;
        font-weight: 800;
        line-height: 26px;
    }

    .catalog-condition .catalog-tag {
        font-size: 20px;
        font-weight: 800;
        line-height: 26px;
        padding: 2px 10px;
    }

    .con-section-catalog .contest-questions__buttons .contest-btn {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        width: 100%;
        padding: 11px 30px;
    }

    /* section rules */
    .con-section-rules {
        padding: 40px 0;
        margin: 0;
    }

    .riles-wrap {
        gap: 40px;
    }

    .rules-list {
        width: 52.4%;
    }

    .rules-steps {
        width: 42%;
    }

    .rules-title {
        font-size: 26px;
        font-weight: 800;
        line-height: 31.2px;
        margin-bottom: 30px;
    }

    .rules-item {
        font-size: 14px;
        font-weight: 600;
        line-height: 18.2px;
        padding: 19px 0 19px 28px;
    }

    .rules-item:first-child {
        padding: 0 0 19px 28px;
    }

    .rules-item:last-child {
        padding: 19px 0 0 0;
        border-bottom: none;
    }

    .rules-item b {
        font-size: 14px;
        font-weight: 700;
        line-height: 18.2px;
    }

    .rules-steps-item {
        padding: 16px;
    }

    .rules-step-title:before {
        left: 16px;
        top: 17px;
    }

    .rules-step-title {
        font-size: 16px;
        font-weight: 800;
        line-height: 22.4px;
        margin-bottom: 10px;
    }

    .rules-step-desc {
        font-size: 16px;
        font-weight: 600;
        line-height: 20.8px;
        width: 200px;
    }

}

@media (max-width: 767px) {
    /* section title */
    .con-section-title {
        padding-top: 16px;
        padding-bottom: 22px;
    }

    .con-title-wrap {
        flex-direction: column;
        justify-content: start;
        align-items: baseline;
        margin-bottom: 22px;
    }

    .con-title-wrap .title-desc {
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 600;
        line-height: 23.4px;
    }

    .con-title-wrap .title-color, .con-title-wrap .title {
        font-size: 22px;
        font-weight: 800;
        line-height: 26.4px;
    }

    .con-title-wrap>div:first-child {
        width: 100%;
        margin-bottom: 12px;
    }

    .con-title-wrap>div:last-child {
        width: 100%;
    }

    .con-title-wrap .title-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .con-title-wrap .title-gift {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .con-ideas-wrap .ideas-list {
        gap: 10px;
        margin-bottom: 22px;
    }

    .ideas-list .ideas-img-1, .ideas-list .ideas-img-5 {
        display: none !important;
    }

    .ideas-list .ideas-img-2, .ideas-list .ideas-img-4 {
        width: 28%;
    }

    .ideas-list .ideas-img-3 {
        width: 38%;
    }

    .ideas-desc {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        margin-bottom: 22px;
        width: 100%;
        text-align: left;
    }

    .ideas-desc a {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
    }

    .ideas-button-wrap .ideas-button {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    /* section banners */
    .con-section-banners {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .banner-contest {
        margin-bottom: 22px;
    }

    .about-wrap {
        padding: 22px 0;
    }

    .banner-gift {
        margin-top: 22px;
    }

    .about-wrap {
        flex-direction: column;
    }

    .about-button {
        width: 100%;
        font-size: 22px;
        font-weight: 800;
        line-height: 26.4px;
        text-align: left;
        padding: 8px 10px;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .about-text-wrap {
        padding: 20px 10px;
    }

    .banner-contest img, .banner-gift img {
        max-height: none;
        width: 100%;
    }

    .banner-contest img.desctop {
        display: none;
    }

    .banner-contest img.mobile {
        display: block;
    }

    .banner-gift img.desctop {
        display: none;
    }

    .banner-gift img.mobile {
        display: block;
    }

    /* section steps */
    .con-section-steps {
        padding: 22px 0 44px 0;
    }

    .steps-title {
        margin-bottom: 24px;
    }

    .steps-title h2, .steps-title h2 a {
        font-size: 22px;
        font-weight: 800;
        line-height: 26.4px;
    }

    .step-item {
        width: 100%;
        padding: 19px 14px 19px 10px;
        position: relative;
        height: 198px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .step-item-num {
        position: absolute;
        top: 19px;
        right: 12px;
    }

    .step-item .step-item-logo {
        width: 60px;
        height: 60px;
    }

    .step-item-text {
        position: relative;
        top: 12px;
        left: 0;
        width: 100%;
        justify-content: start;
        height: auto;
    }

    .step-item-title {
        font-size: 20px;
        font-weight: 800;
        line-height: 30px;
        margin-bottom: 4px;
    }

    .step-item-desc, .step-item-desc a {
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
    }

    /* section catalog */
    .con-section-catalog {
        margin: 0 -10%;
        padding: 44px 10%;
    }

    .con-section-catalog .catalog-title {
        font-size: 22px;
        font-weight: 800;
        line-height: 26.4px;
        margin-bottom: 24px;
    }

    .con-section-catalog .catalog-desc {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .con-section-catalog .catalog-sections-wrapper {
        gap: 16px;
        margin-bottom: 24px;
    }

    .con-section-catalog .catalog-sections-wrapper .catalog-section {
        width: calc(50% - 8px);
    }

    .catalog-section-name {
        font-size: 18px;
        font-weight: 800;
        line-height: 21.6px;
    }

    .catalog-condition {
        font-size: 18px;
        font-weight: 800;
        line-height: 23.4px;
        margin-bottom: 24px;
        text-align: left;
        width: 84%;
    }

    .catalog-condition a {
        font-size: 18px;
        font-weight: 800;
        line-height: 23.4px;
    }

    .catalog-condition .catalog-tag {
        font-size: 18px;
        font-weight: 800;
        line-height: 23.4px;
        padding: 2px 10px;
    }

    .con-section-catalog .contest-questions__buttons .contest-btn {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        width: 100%;
        padding: 3px 7%;
        white-space: normal;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* section rules */
    .con-section-rules {
        padding: 44px 0 22px 0;
        margin: 0;
    }

    .rules-title {
        font-size: 22px;
        font-weight: 800;
        line-height: 26.4px;
        margin-bottom: 24px;
    }

    .riles-wrap {
        gap: 30px;
        flex-direction: column;
    }

    .rules-list {
        width: 100%;
    }

    .rules-steps {
        width: 100%;
    }

    .rules-item {
        font-size: 14px;
        font-weight: 600;
        line-height: 18.2px;
        padding: 19px 0 19px 28px;
    }

    .rules-item b {
        font-size: 14px;
        font-weight: 700;
        line-height: 18.2px;
    }

    .rules-item:last-child {
        padding: 26px 0 0 0;
    }

    .rules-step-title {
        font-size: 16px;
        font-weight: 800;
        line-height: 22.4px;
        margin-bottom: 2px;
    }

    .rules-step-desc {
        font-size: 16px;
        font-weight: 600;
        line-height: 20.8px;
        width: 100%;
    }

    .rules-steps-item {
        margin-bottom: 16px;
    }

    .rules-steps-item:last-child {
        margin-bottom: 0;
    }
}

/* End */
/* /local/components/akvamir/single.page/templates/projects-gallery-form/style.css?173435467734549 */
