

/* Start:/constructor/nakidki/crn-constructor/css/crn-constructor.css?175256329217624*/
body,
html {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
}

.crn-section {
    background: #F6F6F6;
    padding: 50px 0;
}

.crn-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 75%;
}

.crn-section__title {
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}

.crn-section__subtitle {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding-top: 15px;
}

.crn-constructor {
    padding-top: 50px;
}

.crn-action,
.crn-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.crn-action>div,
.crn-main>div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.crn-action__left,
.crn-action__right,
.crn-left-tools,
.crn-right-tools {
    max-width: 340px;
    width: 100%;
}

.crn-action__center,
.crn-action__left,
.crn-action__right {
    padding: 30px 0 0 0;
}

.crn-action__center {
    padding: 30px 30px;
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.crn-main .disabled {
    opacity: 0.7;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    display: block !important;
}

.crn-main .disabled * {
    cursor: not-allowed;
}

.crn-form-group {
    background: #fff;
    margin: 25px 0;
    padding: 20px 25px;
}

.crn-block-elements>.crn-form-group:first-child {
    margin-top: 0
}

.crn-block-elements>.crn-form-group:last-child {
    margin-bottom: 0
}

.crn-constructor-result {
    position: relative;
    padding: 0 30px;
}

.crn-block-center-element {
    background: #fff;
    width: 100%;
    height: 100%;
}

.crn-pane-title {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 15px;
    display: block;
}


.crn-circle-color-selector>div {
    display: inline-block;
    margin: 0;
    padding: 0
}

.crn-circle-color-selector>div>a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #ccc;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 9px;
    border-radius: 3px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.crn-circle-color-selector>div>a.selected {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 3px solid #348FE7;
}

.crn-circle-color-selector:not(.disabled)>div>a:not(.selected):hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.crn-circle-color-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.crn-circle-color-selector .black {
    background-color: #000000;
}

.crn-circle-color-selector .gray {
    background-color: #BFBFBF;
}

.crn-circle-color-selector .darkGray {
    background-color: #7F7F7F;
}

.crn-circle-color-selector .darkBrown {
    background-color: #653334;
}

.crn-circle-color-selector .brown {
    background-color: #996639;
}

.crn-circle-color-selector .blue {
    background-color: #1068c9;
}

.crn-circle-color-selector .red {
    background-color: #ca3537;
}

.crn-circle-color-selector .white {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
}

.crn-circle-color-selector .pink {
    background-color: #fecb9c;
}

.crn-circle-color-selector .orange {
    background-color: #eb6a47;
}

.crn-circle-color-selector .green {
    background-color: green;
}

.crn-circle-color-selector .yellow {
    background-color: yellow;
}


.crn-constructor-result img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);

}

#crn-custom-tooltip {
    font-size: 12px;
    line-height: 148.4%;
    color: #636E7F;
    padding-left: 27px;
    padding-top: 10px;
}


.crn-constructor-result>img {
    max-height: 590px;
    padding-right: 20px;
}

.crn-checkbox {
    padding-top: 6px;
}

.crn-checkbox input[disabled]~label {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.crn-checkbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.crn-cost-total {
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
    color: #3A92E7;
    height: 45px;
    line-height: 45px;
}

.crn-cost-text {
    font-size: 19px;
    line-height: 23px;
    color: #000000;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 45px;
}


/* input checkbox */

.crn-checkbox input[type="checkbox"]:checked,
.crn-checkbox input[type="checkbox"]:not(:checked),
.crn-checkbox input[type="radio"]:checked,
.crn-checkbox input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.crn-checkbox input[type="checkbox"]:checked+label,
.crn-checkbox input[type="checkbox"]:not(:checked)+label,
.crn-checkbox input[type="radio"]:checked+label,
.crn-checkbox input[type="radio"]:not(:checked)+label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
    color: #000;
}

.crn-checkbox input[type="checkbox"]:not(:checked)+label,
.crn-checkbox input[type="radio"]:not(:checked)+label {
    color: #636E7F;
}

.crn-checkbox input[type="checkbox"]:checked+label:before,
.crn-checkbox input[type="checkbox"]:not(:checked)+label:before,
.crn-checkbox input[type="radio"]:checked+label:before,
.crn-checkbox input[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.crn-checkbox input[type="checkbox"]:checked+label:before,
.crn-checkbox input[type="checkbox"]:not(:checked)+label:before {
    border-radius: 2px;

}

.crn-checkbox input[type="checkbox"]:checked+label:before {
    background: #3a92e7;
    border-radius: 2px;
}

.crn-checkbox input[type="radio"]:checked+label:before,
.crn-checkbox input[type="radio"]:not(:checked)+label:before {
    border-radius: 100%;
}

.crn-checkbox input[type="checkbox"]:checked+label:after,
.crn-checkbox input[type="checkbox"]:not(:checked)+label:after,
.crn-checkbox input[type="radio"]:checked+label:after,
.crn-checkbox input[type="radio"]:not(:checked)+label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.crn-checkbox input[type="checkbox"]:checked+label:after,
.crn-checkbox input[type="checkbox"]:not(:checked)+label:after {
    left: 4px;
    top: 6px;
    width: 8px;
    height: 5px;
    border-radius: 1px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.crn-checkbox input[type="radio"]:checked+label:after,
.crn-checkbox input[type="radio"]:not(:checked)+label:after {
    left: 4px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0px 4px #2196F3;
    box-shadow: 0 0 0px 4px #2196F3;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.crn-checkbox input[type="checkbox"]:not(:checked)+label:after,
.crn-checkbox input[type="radio"]:not(:checked)+label:after {
    -webkit-box-shadow: 0 0 6px 0px #fff;
    box-shadow: 0 0 6px 0px #fff;
    opacity: 0;
}

.crn-checkbox input[type="checkbox"]:checked+label:after,
.crn-checkbox input[type="radio"]:checked+label:after {
    opacity: 1;
}

.crn-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.crn-button>div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 25px;
    width: 100%;
}

.crn-button>div:last-child {
    margin-right: 0;
}

.crn-btn {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E74F2F;
    height: 46px;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
}

.crn-btn:hover {
    opacity: 0.9;
}

.crn-button__help .crn-btn,
.crn-button__order .crn-btn {
    background-color: #000;
}

.crn-btn:focus,
.crn-btn:active {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.crm-mobile,
.crn-action--mobile {
    display: none;
}

/*

.img-fluid.main_cover {
	z-index: 1;
}

.img-fluid.mainColor_cover {
	z-index: 2;
}*/

#emb-logo {
    z-index: 4;
}

.img-fluid.waterMark_cover {
    z-index: 5;
}

.crn-circle-color-selector.no-gutters.disabled {
    white-space: nowrap;
}



/* media */

@media screen and (max-width: 1660px) {

    .crn-action__left,
    .crn-action__right,
    .crn-left-tools,
    .crn-right-tools {
        max-width: 280px;
        width: 100%;
    }

    .crn-circle-color-selector>div>a {
        margin-right: 4px;
        margin-bottom: 0px;
    }
}


@media screen and (max-width: 1366px) {

    .crn-action__left,
    .crn-action__right,
    .crn-left-tools,
    .crn-right-tools {
        max-width: 300px;
        width: 100%;
    }

    .crn-pane-title {
        font-size: 15px;
    }

    .crn-constructor-result {
        padding: 0 25px;
    }

    .crn-action__center {
        padding: 25px 25px 0 25px;
    }


    .crn-action__left,
    .crn-action__right {
        padding: 25px 0 0 0;
    }

    .crn-cost-total {
        font-size: 38px;
    }

    .crn-button>div {
        margin-right: 15px;
    }

    .crn-cost-text {
        font-size: 16px;
    }


}

@media screen and (max-width: 1280px) {

    .crn-action__left,
    .crn-action__right,
    .crn-left-tools,
    .crn-right-tools {
        max-width: 250px;
        width: 100%;
    }

    .crn-circle-color-selector>div>a {
        margin-right: 6px;
        margin-bottom: 5px;
    }


}

@media screen and (max-width: 1200px) {
    .crn-container {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 1024px) {

    .crn-action__left,
    .crn-action__right,
    .crn-left-tools,
    .crn-right-tools {
        max-width: 240px;
        width: 100%;
    }

    #crn-custom-tooltip {
        font-size: 10px;
        line-height: 128.4%;
    }

    .crn-btn {
        font-size: 11px;
        height: 40px;
    }

    .crn-constructor-result {
        padding: 0 20px;
    }

    .crn-action__center {
        padding: 20px 20px 0 20px;
    }


    .crn-action__left,
    .crn-action__right {
        padding: 20px 0 0 0;
    }

    .crn-cost-total {
        font-size: 36px;
    }

    .crn-button>div {
        margin-right: 10px;
    }

    .crn-cost-text {
        font-size: 14px;
    }

    .crn-checkbox label {
        font-size: 13px;
    }

    .crn-form-group {
        margin: 20px 0;
        padding: 18px 23px;
    }

    .crn-pane-title {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 8px;

    }

    .crn-action__left {
        display: none;
    }


}

@media screen and (max-width: 940px) {
    .crn-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .crn-circle-color-selector>div>a {
        margin-right: 6px;
        margin-bottom: 0px;
    }

    .crn-main>div {
        width: 100%;
        max-width: 100%;
    }

    #crn-constructor-result {
        height: 60vh;
        padding: 25px 0;
    }

    .crn-left-tools,
    .crn-right-tools {
        min-height: auto !important;
    }


    .crn-form-group {
        min-width: 250px;
        width: 25%;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .crn-block-elements {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: scroll;
    }

    .crn-form-group.disabled {
        display: none !important;
    }
}

@media screen and (max-width: 760px) {
    .crn-action.crn-action--btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .crn-action--btn .crn-action__center {
        padding-left: 0;
        padding-right: 0;
    }

    .crn-action--btn .crn-action__right {
        width: 100%;
        max-width: 100%;
    }

    .crn-constructor-result img {
        max-width: 100%;
    }
}

@media screen and (max-width: 580px) {

    .crn-action--btn .crn-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .crn-action--btn .crn-button>div {
        margin-bottom: 10px;
    }

    .crn-action--btn .crn-button>div:last-child {
        margin-bottom: 0;
    }

    .crn-action--btn .crn-action__right {
        padding-top: 10px;
    }

    .crn-cost-text {
        font-size: 13px;
        line-height: 16px;
    }

    .crn-constructor {
        padding-top: 30px;
    }

    .crn-section {
        background: #F6F6F6;
        padding: 40px 0;
    }
}


@media screen and (max-width: 480px) {

    .crm-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .crm-mobile>div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        margin-right: 10px;
    }

    .crm-mobile>div:last-child {
        margin-right: 0;
    }

    .crn-action--mobile {
        display: block;
    }

    .crn-action--mobile .crn-action__center {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }

    e .crn-action__center {
        padding: 0;
    }

    .crm-mobile .crn-btn {
        background: #348fe7;
        width: 100%;
        height: 35px;
    }

    .crn-right-tools,
    .crn-left-tools {
        display: none;
    }

    #crn-constructor-result {
        padding: 0;
    }

    div[data-tools-pane] form {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
        display: block;
        background: #eee;
        padding: 20px 0;
        width: 100%;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    div.open[data-tools-pane] {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 10000000000;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    @-webkit-keyframes crn-slidetop {
        form {
            -webkit-transform: translateY(40px);
            transform: translateY(40px);
        }

        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes crn-slidetop {
        form {
            -webkit-transform: translateY(40px);
            transform: translateY(40px);
        }

        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }

    div.open[data-tools-pane] form {
        -webkit-animation: crn-slidetop 0.3s ease forwards;
        animation: crn-slidetop 0.3s ease forwards;
    }

    .crn-block-elements {
        padding-left: 20px;
    }
}


@media screen and (max-width: 400px) {

    .crn-container {
        padding: 0 15px;
    }

    .crn-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .crn-action>div {
        width: 100%;
        max-width: 100%;
        padding: 0px 0;
    }

    .crn-cost-text {
        padding-top: 20px;
    }

    .crn-cost-total {
        padding-bottom: 20px;
    }

    .crn-cost-text,
    .crn-cost-total {
        text-align: center;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
    }


}


@media screen and (max-width: 360px) {
    .crm-mobile .crn-btn {
        font-size: 10px;
    }
}
/* End */
/* /constructor/nakidki/crn-constructor/css/crn-constructor.css?175256329217624 */
