[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden], template {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-moz-selection {
    background: #7c0097;
    color: #fff;
}
::-moz-selection, ::selection {
    background: #7c0097;
    color: #fff;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
input {
    font-family: inherit;
}
.h-desc {
    display: block;
}
.ps-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.flex, .ps-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ps-sb, .sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ps-sa, .sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.jcc, .ps-jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-wrap, .ps-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aic, .ps-aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ais, .ps-ais {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-fdc, .ps-flex-fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tc, .text-center {
    text-align: center;
}
.h1 {
    font-size: 32px;
    font-weight: 700;
}
.h3 {
    font-size: 22px;
    font-weight: 700;
}
.ps-hidden-xs {
    display: none;
}
.ps-hidden-lg {
    display: block;
}
.ps-btn {
    display: block;
    text-align: center;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    padding: .5em 1.875em;
    border: 1px solid #dcdcdc;
    color: #333;
    cursor: pointer;
}



input[type=number] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}
input[type=radio] {
    display: none;
}
input[type=radio]:checked+label {
    color: #fff;
    background-color: #0000ff;
    border-color: #0000ff;
}







.karniz-wrapper .calc-range {
    width: 75%;
    height: 10px;
    border-radius: 100px;
    background-color: #fff;
    position: relative;
    margin: 0 auto 45px auto;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
}
.karniz-wrapper .calc-range-circle {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -7.5px;
    cursor: pointer;
    border-radius: 100px;
    background-color: #0000ff;
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
}
.karniz-wrapper .calc-range-filled {
    background: #0000ff;
    width: 0%;
    height: 100%;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 100px;
}
.karniz-wrapper .calc-range-min {
    position: absolute;
    left: -20px;
    top: -6px;
    color: #979797;
}
.karniz-wrapper .calc-range-max {
    position: absolute;
    right: -30px;
    top: -6px;
    color: #979797;
}
.karniz-wrapper .calc-range-curr {
    position: absolute;
    top: 20px;
    left: 1%;
    color: #979797;
}
.karniz-wrapper .calc-number-range {
    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;
    margin-bottom: 20px;
}
.karniz-wrapper .calc-number-range:last-of-type {
    margin-bottom: 30px;
}
.karniz-wrapper .calc-number-range input[type=number] {
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .15);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .15);
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    padding: 5px 10px;
}
.karniz-wrapper .calc-number-range p {
    margin: 0 15px 0 0;
    font-weight: 600;
}
.karniz-wrapper .calc-number-range p:last-of-type {
    margin: 0 0 0 15px;
}





.calc {
    margin-bottom: 100px;
}
.calc-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1em;
    margin-bottom: 2em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calc-top .title {
    font-size: 1.5em;
    margin: 0;
    line-height: 1.25;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.calc-top .sub-title {
    display: none;
}
.calc-mobile {
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .2);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, .2);
    background-color: #fbfbfb;
    color: #333;
    padding: 30px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.calc-mobile .calc-number-range {
    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;
    margin-bottom: 20px;
}
.calc-mobile .calc-number-range:last-of-type {
    margin-bottom: 30px;
}
.calc-mobile .calc-number-range input[type=number] {
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .15);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .15);
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    padding: 5px 10px;
}
.calc-mobile .calc-number-range p {
    margin: 0 15px 0 0;
    font-weight: 600;
}
.calc-mobile .calc-number-range p:last-of-type {
    margin: 0 0 0 15px;
}
.calc-mobile .calc-range {
    width: 75%;
    height: 10px;
    border-radius: 100px;
    background-color: #fff;
    position: relative;
    margin: 0 auto 45px auto;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
}
.calc-mobile .calc-range-circle {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -7.5px;
    cursor: pointer;
    border-radius: 100px;
    background-color: #0000ff;
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
}
.calc-mobile .calc-range-filled {
    background: #0000ff;
    width: 0%;
    height: 100%;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 100px;
}
.calc-mobile .calc-range-min {
    position: absolute;
    left: -20px;
    top: -6px;
    color: #979797;
}
.calc-mobile .calc-range-max {
    position: absolute;
    right: -30px;
    top: -6px;
    color: #979797;
}
.calc-mobile .calc-range-curr {
    position: absolute;
    top: 20px;
    left: 1%;
    color: #979797;
}
.calc-mobile-subtitle {
    text-align: center;
    margin-top: 30px;
}
.calc-mobile-subtitle strong {
    font-weight: 900;
}
.calc-mobile-price {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.calc-mobile-price span {
    font-size: 36px;
    font-weight: 800;
}
.calc-mobile input[type=tel] {
    padding: 12px 18px;
    width: calc(100% - 50px);
    margin: 0 auto 10px auto;
    display: block;
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    max-width: 420px;
}
.calc-mobile input[type=submit] {
    border-radius: 2px;
    width: calc(100% - 50px);
    text-align: center;
    background-color: #0000ff;
    color: #fff;
    border: none;
    padding: 15px 0;
    margin: 0 auto;
    display: block;
    max-width: 420px;
    cursor: pointer;
}
.calc-mobile-gift {
    background-color: #d6e4ac;
    border-radius: 5px;
    position: relative;
    margin: 40px auto 0 auto;
    padding: 15px 10px;
    width: calc(100% - 50px);
    max-width: 420px;
}
.calc-mobile-gift img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 145%}
.calc-mobile-gift p {
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    font-size: 14px;
    font-weight: 700;
}
.calc-mobile-gift p span {
    font-size: 18px;
}
.calc-flw {
    display: none;
}
.calc-price {
    display: none;
}
.calc .form-kalc {
    display: none;
}




.topnav-calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.topnav-calc p {
    display: none;
    margin: 0;
    margin-left: 10px;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.topnav-calc:hover {
    background-color: #e1f4f0;
}
.topnav-calc:hover svg path {
    stroke: #333;
}
.topnav-calc:hover svg path.path {
    fill: #333;
}
.topnav-calc:hover p {
    color: #333;
}
.topnav-calc::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    background-color: rgba(255, 255, 255, .5);
    width: 50px;
    height: 1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}




.quiz-top-v2 .quiz-top-advantages-item {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%}
.quiz-top-v2 .quiz-top-calc-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.modern-projects-options {
    grid-template-columns: 49% 49%}
}
@media (min-width:420px) {
    .calc-mobile-gift {
    padding-right: calc(10px + 12.5%);
}
.calc-mobile-gift img {
    left: 12.5%}
}
@media screen and (min-width: 991px) {
    .text-block .h2, .text-block h2 {
    font-size: 3em;
}
.our-works h1 {
    font-size: 28px;
    text-align: center;
}
.our-works ul li {
    background-color: #f3f3f3;
    padding: 8px 20px;
}
.our-works-images {
    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;
}
.our-works-images img {
    width: 49%}
.perfect-business-container .perfect-business-container__el-title {
    margin-bottom: 8px;
}
.manufacturer-label {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    max-width: 49%}
.galery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 15px;
}
.galery-grid a {
    margin-bottom: 0;
}
.table-blog-choice th {
    font-size: 14px;
}
.table-blog-choice td {
    font-size: 12px;
}
.magnet-trecks, .slott-motion {
    font-size: 1.2em;
}
.magnet-variants {
    font-size: .75em;
}
.fast-quiz-stage-presents-item p {
    font-size: 20px;
}
.fast-quiz-stage-inp {
    width: 75%}
.fast-quiz-stage-options label p {
    font-size: 14px;
}
.fast-quiz-discount p {
    font-size: 14px;
}
.fast-quiz-present {
    font-size: 14px;
}
.fast-quiz-phone button {
    font-size: 16px;
    display: block;
}
.quiz-calc .fast-quiz-phone {
    padding-bottom: 30px;
}
.quiz-calc .fast-quiz-phone button, .quiz-calc .fast-quiz-phone input {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%}
.quiz-calc .fast-quiz-phone input {
    margin-right: 2%}



	
.calc-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.calc-top .sub-title {
    display: block;
    text-align: right;
    margin: 0;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    font-weight: 600;
    font-size: 1.125em;
}
.calc-mobile {
    display: none;
}
.calc-flw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calc-flw .calc-item {
    width: 22%;
    margin-bottom: 10px;
}
.calc-flw .calc-item:first-child {
    width: 26%}
.calc-flw .calc-item:nth-child(2) {
    width: 26%}
.calc-flw .calc-item .calc-title {
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    background-color: #f6f6f6;
    padding: 8px 0;
    font-size: 16px;
    margin-bottom: 30px;
}
.calc-flw .calc-item .calc-flex-1 {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.calc-flw .calc-item-box {
    width: 160px;
    margin: 0 auto;
}
.calc-flw .calc-item-box .manufacturer-label {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 8px 0;
    text-align: center;
    border: 1px solid #e7e7e7;
}
.calc-flw .calc-item-box .manufacturer-label:hover {
    border-color: #0000ff;
}
.calc-flw .calc-item-box .label-title {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
    white-space: nowrap;
    font-weight: 700;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.calc-flw .calc-item-box .calc-control-box--mb {
    margin-bottom: 62px;
}
.calc-flw .calc-item-box .calculator2-input {
    height: 40px;
    width: 65px;
    border: none;
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    outline: 0;
    font-weight: 700;
    color: #111;
}
.calc-flw .calc-item-box .calculator2-input:focus {
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 146, 107, .5);
    box-shadow: 0 0 2px 1px rgba(0, 146, 107, .5);
}
.calc-flw .calc-item-box .minus, .calc-flw .calc-item-box .plus {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 0 1px rgba(51, 51, 51, .3);
    color: #eee;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    overflow: hidden;
}
.calc-flw .calc-item-box .minus {
    background-color: #d0d0d0;
}
.calc-flw .calc-item-box .minus:focus, .calc-flw .calc-item-box .minus:hover {
    background-color: #e7e7e7;
    color: #333;
}
.calc-flw .calc-item-box .plus {
    background-color: #0000ff;
}
.calc-flw .calc-item-box .plus:focus, .calc-flw .calc-item-box .plus:hover {
    background-color: #333;
    color: #fff;
}
.calc-flw .calc-item-box-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.calc-flw .calc-item-box-1:last-child {
    margin-left: 4%}
.calc-flw .calc-item-box-1 .hidden {
    display: none;
}
.calc-price {
    display: block;
    text-align: center;
}
.calc-price .calc-price-title {
    text-align: center;
    line-height: 1.2;
    margin: 0;
    padding: 5px;
}
.calc-price .calc-price-title span {
    color: #0000ff;
}
.calc-price .calc-btn {
    border: none;
    background: 0 0;
    text-decoration: underline;
    margin-top: 15px;
    outline: 0;
    cursor: pointer;
}
.calc .form-kalc {
    display: flex;
    flex-direction: column;
    background-color: #e8e8e8;
    margin: 20px 0 0 0;
}
.calc .form-kalc__text {
    margin: 0;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calc .form-kalc .calc-price-final {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 0 10px;
}
.calc .form-kalc .calc-price-previous {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 0 10px;
    text-decoration: line-through;
    color: #0000ff;
}
.calc .form-kalc form {
    margin: 0;
    margin-left: auto;
}
.calc .form-kalc .reformm {
    position: relative;
    margin-top: 10px;
}
.calc .form-kalc .reformm input {
    display: block;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #a7a7a7;
    background-color: #fff;
    font-size: 16px;
    margin-left: 20px;
    line-height: 16px;
}
.calc .form-kalc .reformm input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    box-shadow: inset 0 0 0 1000px #fff;
}
.calc .form-kalc .reformm input[type=submit] {
    cursor: pointer;
    transition: .3s;
    border-radius: 15px;
    padding: 20px;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #0000ff;
    background-color: #0000ff;
    color: #fff;
    font-weight: bold;
}
.calc .form-kalc .reformm input[type=submit]:hover {
    background-color: #fff;
    color: #0000ff;
}
.calc .form-kalc .reformm ::after {
    visibility: hidden;
}






.calc-top .title {
    font-size: 3em;
}
.calc-top .sub-title {
    font-size: 1.375em;
}
.calc-flw .calc-item {
    width: 20%}
.calc-flw .calc-item:first-child {
    width: 28%}
.calc-flw .calc-item:nth-child(2) {
    width: 28%}
.calc-flw .calc-item-box .calc-control-box--mb {
    margin-bottom: 30px;
}
.calc .form-kalc {
    background-color: #fff;
}
.calc .form-kalc .reformm {
    margin-top: 0;
}