/* Demo -> */
body {
    margin: 0;
}
main.main-calc {
   box-sizing: border-box;
    padding: 0;
    position: relative;
   min-height: 100dvh;
   display: flex;
}
main.main-calc::after {
    background-color: #838383;
    background-color: transparent;
    content: '';
    left: 0;
    height: 100%;
    right: 0;
    min-height: 100dvh;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
main.main-calc .calculating-form {
   margin: auto;
}
/* <- Demo */

/* devanagari */
@font-face {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 500;
   font-display: swap;
   src: url('../woff2/devanagari.woff2') format('woff2');
   unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 500;
   font-display: swap;
   src: url('../woff2/devanagari.woff2') format('woff2');
   unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 500;
   font-display: swap;
   src: url('../woff2/latin-21.woff2') format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src: url('../woff2/devanagari-2.woff2') format('woff2');
   unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src: url('../woff2/latin-ext-21.woff2') format('woff2');
   unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src: url('../woff2/latin-22.woff2') format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 900;
   font-display: swap;
   src: url('../woff2/devanagari-2.woff2') format('woff2');
   unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 900;
   font-display: swap;
   src: url('../woff2/latin-ext-21.woff2') format('woff2');
   unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 900;
   font-display: swap;
   src: url('../woff2/latin-22.woff2') format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.calculating-form {
   color: #000;
   font-family: 'Poppins', sans-serif;
   border-radius: 20px;
   background-color: #fff;
   position: relative;
   width: 335px;
   max-width: 100%;
   z-index: 1;
   border: 1px solid gray;
}

.calculating-form__head,
.calculating-form__wrap-select,
.calculating-form__wrap-field,
.calculating-form__wrap-submit,
.calculating-form__bottom {
   align-items: center;
   display: flex;
}

.calculating-form__head {
   border-radius: 20px 20px 0 0;
   background-color: #5CE1E6;
   padding-bottom: 19px;
   padding-top: 19px;
}

.calculating-form .calculating-form__head img {
   height: 36px;
   flex: 0 0 36px;
   width: 36px;
}

.calculating-form__head h3 {
   font-size: 18px;
   font-weight: 900;
   line-height: normal;
   margin: 0 0 0 18px;
   text-transform: uppercase;
}

.calculating-form__head,
.calculating-form__wrap-select,
.calculating-form__wrap-fields,
.calculating-form__bottom {
   padding-left: 27px;
   padding-right: 27px;
}

.calculating-form__wrap-select {
   background-color: #000;
   color: #fff;
}

.calculating-form__wrap-select h4 {
   font-size: 18px;
   font-weight: 500;
   line-height: normal;
   padding-bottom: 8px;
   padding-top: 8px;
   margin: 0;
}

.calculating-form__wrap-label {
   flex: 0 0 121px;
   padding-right: 12px;
   width: 121px;
}

.calculating-form__wrap-label label {
   font-size: 18px;
   font-weight: 500;
   line-height: normal;
}

.calculating-form__wrap-fields {
   margin-top: 11px;
}

.calculating-form__wrap-field {
   padding-bottom: 9px;
   padding-top: 9px;
}

.calculating-form__wrap-field input {
   border-radius: 5px;
   border: 1px solid #B5B5B5;
   background-color: #fff;
   height: 24px;
   font-family: inherit;
   font-size: 14px;
   font-weight: 500;
   line-height: 24px;
   padding-left: 8px;
   padding-right: 8px;
   outline: none;
   opacity: 0.9;
   width: 100%;
}

.calculating-form__wrap-submit {
   border-radius: 5px;
   background-color: #5CE1E6;
   height: 33px;
   justify-content: center;
   line-height: normal;
   margin-top: 28px;
   position: relative;
   text-align: center;
   text-transform: uppercase;
   width: 100%;
}

.calculating-form__wrap-submit button,
.calculating-form__wrap-submit input[type=submit],
.calculating-form__wrap-submit .select__current {
   font-size: 18px;
   font-weight: 900;    
}

.calculating-form__wrap-submit button,
.calculating-form__wrap-submit input[type=submit] {
   background: none;
   border: none;
   height: 100%;
   outline: none;
}

.calculating-form__wrap-submit .select__current {
   padding-right: 0;
}

.calculating-form__bottom {
   margin-top: 13px;
   padding-bottom: 20px;
}

.calculating-form__bottom p {
   font-size: 12px;
   font-weight: 500;
   line-height: normal;
}

.calculating-form__bottom p span {
   color: #EE2885;
   font-weight: 700;
}

.calculating-form__tag {
   border-radius: 20px;
   border: 1px solid #B5B5B5;
   background-color: #FFF;
   box-sizing: border-box;
   font-size: 14px;
   font-weight: 500;
   line-height: normal;
   flex: 0 0 106px;
   margin-right: 12px;
   padding: 0 18px 0 3px;
   position: relative;
   text-align: center;
   width: 106px;
   max-width: 106px;
}

.calculating-form__tag p {
   font-size: 15px;
   font-weight: 500;
   margin: 0;
   padding-right: 10px;
}

.calculating-form__tag p span {
   color: #000;
   position: absolute;
   right: 10px;
   transform: translateY(-50%);
   top: 50%;
}

@media (max-width: 360px) {

   .calculating-form__head,
   .calculating-form__wrap-select,
   .calculating-form__wrap-fields,
   .calculating-form__bottom {
      padding-left: 18px;
      padding-right: 18px;
   }
   .calculating-form__wrap-label {
      flex: 0 0 100px;
      padding-right: 8px;
      width: 100px;
   }
   .calculating-form__wrap-select h4 {
      font-size: 16px;
   }
}

#copyButton:hover {
	cursor:pointer;
}
.calculating-form__bottom-text {
	white-space: nowrap;
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.calculating-form__bottom-text>a {
	text-decoration: none;
}
.main-calc {
	padding: 0;
	display:inline-block;
	height:505px;
}
.errorInput {
	border: 1px solid red!important;
}

.info-point {
    width: 12px;
    height: 12px;
    font-size: 9px;
    border: 1px solid lightseagreen;
    position: relative;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
	margin-left: 10px;
}
.info-point:hover, .info-point__desc:hover {
    cursor: pointer;
}
.info-point::before {
	position: static !important;
    content: 'i';
	font-weight: 700;
}
.color-black {
    color: #2B2B2B;
}
.info-point__desc {
    display: none!important;
    min-height: 25px;
    align-items: center;
    border: 2px solid lightblue!important;
    padding: 8px!important;
    background-color: aliceblue!important;
    font-weight: 600;
}
.wide-text {
    position: relative;
    left: 0;
    top: 15px;
    top: 80%;
    opacity: 1;
    background-color: #fff;
    width: 100%;
    border: 1px solid lightblue;
    border-radius: 8px;
    padding: 2px 8px;
    z-index: 10;
    font-size: 14px;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}
.calculating-form__wrap-label label {
    display: flex;
    /* align-items: center; */
}
.info-point__desc.show{
	display: block!important;
}
.info-point__desc::after {
    content: 'x';
    display: flex;
    background: lightseagreen;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
	align-items: center;
    position: absolute;
    right: -7px;
    top: -10px;
}
.calculating-form__wrap-field__wrap {
	display: flex;
}
.field-column {
	flex-direction: column;
}
.calculating-form__wrap-submit.red{
	background-color: red;
}

.hideField {
	display: none;
}


.calculating-form__wrap-submit .button {
   color: #000;
}


.calculating-form__wrap-submit .button {
    border: none;
    height: 100%;
    outline: none;
    font-size: 18px;
    font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: initial;
}