.main__section .input-group.error input{
    border:1px solid red;
}
.main__section .optgroup{
    display: none;
}

.main__section .window-type__elem {
    width: 75px;
    height: 75px;
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
    border-radius: 50%;
    transition: 200ms ease-out;
}

.main__section .window-image__size:before, .window-type__elem svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.icon-window-type-2 {
    width: 30px;
    height: 33px;
}

.icon-window-type-3 {
    width: 47px;
    height: 37px;
}

.icon-window-type-4 {
    width: 38px;
    height: 42px;
}

.icon-window-type-5 {
    width: 44px;
    height: 45px;
}

.icon-window-type-6 {
    width: 30px;
    height: 45px;
}

.icon-window-type-7 {
    width: 38px;
    height: 49px;
}

.icon-window-type {
    width: 24px;
    height: 33px;
}

.fieldset {
    position: relative;
    margin: 0;
    /* padding: 0 0.75em; */
}

.fieldset:last-child {
    margin-bottom: 0;
}

.main__section .label {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
}

@media screen and (max-width: 767px) {
    .main__section .label {
        font-size: 15px;
    }
}

.main__section .error-label {
    display: none!important;
    font-size: 13px;
    line-height: 1.3;
    padding-top: 8px;
    color: #fd6969;
}

.main__section .select {
    width: 100%;
    text-align: left;
}

.sashes-bl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.sashes-bl .sashes {
    width: 25%;
    margin: 0 -1px 0 0;
    position:relative;
}

@media screen and (max-width: 767px) {
    .sashes-bl {
        display: block;
        padding: 0 11px;
    }

    .sashes-bl .sashes {
        margin-bottom: 20px;
    }

    .sashes-bl .sashes:last-child {
        margin-bottom: 0;
    }

    .sashes-bl .sashes:before {
        content: attr(data-title);
        display: block;
        color: #272727;
        font-size: 15px;
        font-weight: 700;
        margin: 5px 0 8px;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none!important;
    }
}

.visible-xs {
    display: none!important;
}

@media screen and (max-width: 767px) {
    .visible-xs {
        display: block!important;
    }
}

@media (min-width: 768px) {
    .main__section {
        margin-bottom: 75px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .main__section:first-child {
        margin-top: 90px;
    }
}

@media (max-width: 1000px) {
    .main__section {
        overflow: hidden;
    }
}



@media screen and (max-width: 767px) {
    .main__title {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 15px;
    }
}

.section__title {
 font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 142.6%;
letter-spacing: 0.01em;

color: #333333;
}

@media (min-width: 768px) {
    .section__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 121.42857%;
        text-transform: uppercase;
        color: #000000;
        margin: 0px 0px 25px 0px;
    }
}

@media screen and (max-width: 767px) {
    .section__title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px;
    }
}

.main__section-head {
    position: relative;
}

@media (min-width: 768px) {
    .main__section-head {
        min-height: 55px;
        margin: 0 0 45px;
    }
}

@media screen and (max-width: 767px) {
    .main__section-head {
        margin: 0 0 25px;
    }
}

.calc-window {
    margin-bottom: 35px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .calc-window {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .calc-window:after {
        display: table;
        content: "";
        clear: both;
    }
}

@media (max-width: 767px) {
    .calc-window {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .calc-window-type {
        width: 75px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .calc-window-type {
        margin: 25px 0;
    }
}

.window-type__elem {
    width: 75px;
    height: 75px;
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
    border-radius: 50%;
    transition: 200ms ease-out;
}

@media (min-width: 768px) {
    .window-type__elem:hover:before {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .window-type__elem:after,.window-type__elem:before {
        position: absolute;
        bottom: 0;
        opacity: 0;
        transition: 200ms ease-out;
    }

    .window-type__elem:before {
        content: attr(data-title);
        left: 100%;
        font-size: 12px;
        line-height: 1;
        color: #FFD101;
        padding: 6px 8px 4px;
        background: #fff;
        white-space: nowrap;
        border: 1px solid #FFD101;
        box-shadow: 0 0 10px rgba(39,117,186,.35);
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
        z-index: 9999;
        pointer-events: none;
    }

    .window-type__elem:after {
        content: "";
        top: 0;
        right: -30px;
        margin: auto;
        width: 17px;
        height: 9px;
        border-left: 3px solid #FFD101;
        border-bottom: 3px solid #FFD101;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media screen and (max-width: 767px) {
    .window-type__elem {
        width: 50px;
        height: 50px;
        background: #f0f4f8;
        display: inline-block;
        vertical-align: top;
        margin: 0 4px 8px 0;
    }
}

.window-image__size:before,.window-type__elem svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.window-type__elem svg {
    fill: #FFD101;
    transition: 200ms ease-out;
}

@media screen and (max-width: 767px) {
    .window-type__elem svg {
        width: auto;
        height: auto;
        max-width: 50%;
        max-height: 50%;
    }
}

.calc-window-image {
    text-align: center;
    position: relative;
}

@media (min-width: 1200px) {
    .calc-window-image {
        width: 100%;
        max-width: 760px;
        text-align: center;
        min-height: 419px;
    }
}

@media (max-width: 1199px) {
    .calc-window-image {
        max-width: 360px;
        width: 100%;
    }
}



@media screen and (max-width: 767px) {
    .calc-window-image {
        max-width: 100%;
        padding: 0 0px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .calc-window-image{
        width: 100%;
        max-width: 100%!important;
    }
}

@media (min-width: 768px) {
    .calc-window-image .sashes-bl .sashes {
        width: auto;
    }
}

.window-image__title {
    text-align: left;
    margin: 15px -40px 20px;
}

.window-image {
    position: relative;
    display: inline-block;
    opacity: 0;
}

@media (min-width: 768px) {
    .window-image {
        padding-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .window-image {
        padding-top: 30px;
    }
}

.window-image__size {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
}

.window-image__size.height {
    left: 105%;
    top: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (min-width: 768px) {
    .window-image__size.height {
        max-width: 420px;
    }
}

@media screen and (max-width: 767px) {
    .window-image__size.height {
        margin-left: 0;
        left:0;
    }
}

.window-image__size.height:before {
    top: -22px;
}

.window-image__size span {
    min-width: 60px;
    vertical-align: middle;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
}

.window-image__size:before {
    content: "";
    height: 1px;
    background: #000;
}

.window-image__size span {
    display: inline-block;
    position: relative;
}

.window-image__size-block {
    position: absolute;
    top: -1px;
    right: -28px;
    background: #FFD101;
    padding: 5px;
    border: 1px solid #FFD101;
}

.window-image__elem {
    font-size: 0;
    height: 100%;
}

.window-image__elem img {
    max-width: 570px;
}

@media screen and (max-width: 767px) {
    .window-image__elem img {
        width: 100%;
    }
}

.window-image__select {
    padding-top: 70px;
}

@media (min-width: 768px) {
    .window-image__select {
        padding-left: 35px;
        padding-right: 35px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: center;
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .window-image__select {
        position: relative;
       
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .window-image__select .sashes {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .window-image__select .sashes {
        width: 100%;
    }
}

.window-image__select .row {
    margin-left: -4px;
    margin-right: -4px;
}

@media (max-width: 767px) {
    .window-image__select .row {
        margin: 0;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .calc-window-form {
        max-width: 460px;
        width: 100%;
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .calc-window-form {
        max-width: 345px;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 1199px) {
    .calc-window-form {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .calc-window-form {
        padding-left: 0;
        padding-top: 12px;
        width: 100%;
    }
}

.calc-window-form .input-group {
    position: relative;
}

.calc-window-form .error-label {
    width: 100%;
    max-width: 180px;
}

.calc-window-form .fieldset {
    min-width: auto;
}

@media (min-width: 768px) {
    .window-form {
        width: 100%;
    }
}




body.calc-page .window-image {
    opacity: 1;
}



body.calc-page .main__content,body.calc-page .main__section {
    overflow: visible;
}

@media screen and (max-width:767px) {
    body.calc-page .footer__bottom {
       /* padding: 20px 0 165px;*/
    }
}

fieldset {
    border: none;
}



.icon-window-type-2 {
    width: 30px;
    height: 33px;
}

.icon-window-type-3 {
    width: 47px;
    height: 37px;
}

.icon-window-type-4 {
    width: 38px;
    height: 42px;
}

.icon-window-type-5 {
    width: 44px;
    height: 45px;
}

.icon-window-type-6 {
    width: 30px;
    height: 45px;
}

.icon-window-type-7 {
    width: 38px;
    height: 49px;
}

.icon-window-type {
    width: 24px;
    height: 33px;
}




.main__section .select {
    width: 100%;
    text-align: left;
    position: relative;
  
}

.main__section .select select {
    opacity: 0!important;
    width: 100%!important;
    height: 100%!important;
    display: none;
}

.main__section .select.opened {
    z-index: 2!important;
}

.main__section .select.opened .jq-selectbox__select {
    /*border-color: #4D4D4F;*/
}

.main__section .select.opened .jq-selectbox__trigger {
    top: 27px;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.main__section .select.error .jq-selectbox__select {
    border-color: #fd6969;
}

.main__section .select .jq-selectbox__select {
    width: auto;
    height: 60px;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    border: 2px solid #FFF8C0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    /*line-height: 15px;*/
    text-align: center;
   /* color: #4D4D4F;*/
    white-space: nowrap;
    overflow: hidden;
    padding: 0 35px 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    z-index: 2;
    transition: 300ms ease-out;
}

@media (min-width:768px) {
    .main__section .select .jq-selectbox__select:hover {
        border-color: #FFF8C0;
        box-shadow: 0 0 10px rgba(191,196,202,.35);
    }
}

.jq-selectbox__select{
    width: 100%;
    display: block;
    padding: 0px 20px;
    height: 60px;
    font-size: 16px;
    background: #ffffff;
    border: 2px solid #FFF8C0;
    border-radius: 0px;
    font-weight: 500;
    color: #212628;
    margin-bottom: 20px;
}

.main__section .select .jq-selectbox__select-text {
    max-width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main__section .select .jq-selectbox__select-text.placeholder {
    color: #8295a0;
}

.main__section .select .jq-selectbox__trigger {
    width: 5px;
    height: 5px;
    position: absolute;
    right: 17px;
    top: 24px;
    border-left: 1px solid #272727;
    border-bottom: 1px solid #272727;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main__section .select .jq-selectbox__dropdown ul {
    padding: 15px 0;
    max-height: 250px;
    position: absolute;
    /*width:calc(100% - 2px);*/
    width: 100%;
    top: 48px;
    background: #fff;
    border: 2px solid #FFF8C0;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
    z-index: 9999;
}

.main__section .select .jq-selectbox__dropdown li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #4D4D4F;
  cursor: pointer;
  padding: 5px 10px;

}

.main__section .select .jq-selectbox__dropdown li .color-p {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 17px;
    top: 6px;
    border-radius: 50%;
    border: 2px solid #000;
}

.main__section .select .jq-selectbox__dropdown li.is-hide {
 display: none!important;
}

.main__section .select .jq-selectbox__dropdown li:hover {
    color: #fff;
    background: #2453A1;
}


.main__section .select .jq-selectbox__search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background: 0 0;
}

@media (min-width:768px) {
    .main__section .select .jq-selectbox__search input {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:767px) {
    .main__section .select .jq-selectbox__search input {
        padding-left: 17px;
        padding-right: 17px;
    }
}

.main__section .select .jq-selectbox__not-found {
    padding: 15px 15px 5px;
}

.sashes-bl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

.sashes-bl .sashes {
    width: 25%;
    margin: 0 -1px 0 0;
}

@media screen and (max-width:767px) {
    .sashes-bl {
        display: block;
        padding: 0 0px;
    }

    .sashes-bl .sashes {
        margin-bottom: 20px;
        /*width: calc(100% - 20px);*/
        width: 100%;
    }

    .sashes-bl .sashes:last-child {
        margin-bottom: 0;
    }

    .sashes-bl .sashes:before {
        content: attr(data-title);
        display: block;
        color: #272727;
        font-size: 15px;
        font-weight: 700;
        margin: 5px 0 8px;
    }
}

.main__section .select__color .jq-selectbox__select {
    padding-left: 45px;
}

.main__section .select__color .jq-selectbox__select .color-p {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.main__section .select__color .jq-selectbox__dropdown li {
    padding-left: 45px;
    position: relative;
}

.main__section .select__color .jq-selectbox__dropdown li:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 17px;
    top: 6px;
    border-radius: 50%;
}

.main__section .select__color .jq-selectbox__dropdown li.white-circle:before {
    background: #fff;
    border: 2px solid #cbd2d5;
}

/*ÐºÐ¾Ð½ÐµÑ†*/





.calc-window {
    /*margin-bottom: 35px;*/
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f5fafe;
    padding: 0 15px;
}

@media (min-width:768px) {
    .calc-window {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .calc-window:after {
        display: table;
        content: "";
        clear: both;
    }
}

@media (max-width:767px) {
    .calc-window {
       /* margin-bottom: 20px;*/
    }
}

@media (min-width:768px) {
    .calc-window-type {
        width: 75px;
        padding-top: 30px;
    }
}

@media screen and (max-width:767px) {
    .calc-window-type {
        margin: 25px 0;
    }
}

.window-type__elem {
    width: 75px;
    height: 75px;
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
    border-radius: 50%;
    transition: 200ms ease-out;
}

@media (min-width:768px) {
    .window-type__elem:hover:before {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .window-type__elem:after,.window-type__elem:before {
        position: absolute;
        bottom: 0;
        opacity: 0;
        transition: 200ms ease-out;
    }

    .window-type__elem:before {
        content: attr(data-title);
        left: 100%;
        font-size: 12px;
        line-height: 1;
        color: #FFD101;
        padding: 6px 8px 4px;
        background: #fff;
        white-space: nowrap;
        border: 1px solid #FFD101;
        box-shadow: 0 0 10px #FFD101;
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
        z-index: 9999;
        pointer-events: none;
    }

    .window-type__elem:after {
        content: "";
        top: 0;
        right: -30px;
        margin: auto;
        width: 17px;
        height: 9px;
        border-left: 3px solid #FFD101;
        border-bottom: 3px solid #FFD101;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media screen and (max-width:767px) {
    .window-type__elem {
        width: 50px;
        height: 50px;
        background: #f0f4f8;
        display: inline-block;
        vertical-align: top;
        margin: 0 4px 8px 0;
    }
}

.window-type__elem.is-active {
    background: #FFD101;
}

.window-type__elem.is-active svg {
    fill: #fff;
}

.window-type__elem.is-active:after {
    opacity: 1;
}

.window-image__size:before,.window-type__elem svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.window-type__elem svg {
    fill: #FFD101;
    transition: 200ms ease-out;
}

@media screen and (max-width:767px) {
    .window-type__elem svg {
        width: auto;
        height: auto;
        max-width: 50%;
        max-height: 50%;
    }
}

.calc-window-image {
    text-align: center;
    position: relative;
}

@media (min-width:1200px) {
    .calc-window-image {
        width: 100%;
        max-width: 760px;
        text-align: center;
        min-height: 419px;
    }
}

@media (max-width:1199px) {
    .calc-window-image {
        max-width: 360px;
        width: 100%;
    }
}



@media (min-width:768px) {
    .calc-window-image .sashes-bl .sashes {
        width: auto;
    }
}

.calc-window-image .jq-selectbox__select {
    padding-right: 35px;
}


#data{
    color: #4D4D4F;
}
.main__section .row-input{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.main__section .input-group{
    width: calc(100% / 2 - 15px);
}
.main__section .input-group .text_field{
    width: 100%;
    display: block;
    padding: 0px 20px;
    height: 60px;
    font-size: 16px;
    background: #fff;
    border: 2px solid #FFF8C0;
    border-radius: 0px;
    font-weight: 500;
    color: #212628;
}
@media (max-width:768px) {
    .main__section .input-group .text_field{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:1199px){
    .window-image__elem img{
      max-width: 470px;
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .calc-window-form {
        max-width: 350px;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 30px;
        position:relative;
    }
     .window-image__size.height{
        left:85%;
    }
    
}

@media screen and (max-width:992px){
    .window-image__size.height{
        left: 2%;
    }

 .calc-window-form {
        max-width: 200px;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 30px;
        position:relative;
    }
.section__title{
    font-weight: 700;
    font-size: 22px;
    line-height: 121.42857%;
    text-transform: uppercase;
    color: #000000;
    margin: 0px 0px 25px 0px;
}
.main__section .select select {
    position: absolute;
    z-index: 99;
    display: inherit;
}
}

@media screen and (max-width:680px){
    .main__section .row-input{
        display: block;
    }
    .main__section .input-group{
        width: calc(100%  - 0px);
    }
    .calc-window-form{
        padding-top: 0px;
        max-width:100%;
    }
    .section__title{
        padding:0;
        margin:0;
        text-align:center;
        position:relative;
        display:block;
    }
     .window-image__size.height{
        left:0%;
    }
}


.jq-selectbox ul{
    list-style: none;
    padding: 0;
    max-width: 323px;
}


.main__section .btn{
    max-width: 323px;
}

.hide-inp{
    display: none;
}