#webfun_brand-button{
  margin: 10px auto;
  width: 250px;
  height: 40px;
  text-align: center;
  display: block;
}
.webfun_win-next-button{
  margin: 20px auto;
  display: block;
  width: 163px;
  height: 48px;
  text-align: center;
  padding: 14px 5px 10px !important;
  margin-bottom: 0;
}
.webfun_win-calc * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#webfun_win-main-section {
  background: white;
}
.webfun_loader_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0, 0.7);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.webfun_loader_wrapper img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -50px;
  top: 200px;
}
.webfun_win-calc a {
  text-decoration: none;
}
.webfun_win-calc .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.webfun_win-calc .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.webfun_win-calc_top .elementor-heading-title {
  font-size: 40px;
  font-family: "PFB Regular";
  font-weight: 400;
}
.webfun_win-calc_container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.webfun_win-calc_text {
  margin-top: 13px;
}
.webfun_win-calc_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
}
.webfun_win-calc input[type=radio], .webfun_win-calc input[type="checkbox"] {
  display: none;
}
.webfun_win-calc input[type=radio] + label, .webfun_win-calc input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.webfun_win-calc_content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.webfun_win-calc_choose-type__item {
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  margin-bottom: 4px;
  cursor: pointer;
}
.webfun_win-calc_choose-type__item:hover > img {
  border: 3px solid #2e9eed;
}
.webfun_win-calc_choose-type__item:hover .webfun_win-calc_type-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.webfun_win-calc_choose-type__item.active > img {
  border: 3px solid #2e9eed;
}
.webfun_win-calc_choose-type__item img {
  display: inline-block;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 100px;
}
.webfun_win-calc_choose-type__item .webfun_win-calc_type-list {
  display: none;
  position: absolute;
  left: 80%;
  top: -20%;
  list-style: none;
  background-color: white;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.18);
  z-index: 100;
  padding: 0 6px;
}
.webfun_win-calc_choose-type__item .webfun_win-calc_type-list:before {
  content: "";
  position: absolute;
  left: -15px;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  border: 8px solid transparent;
  border-right: 8px solid white;
}
.webfun_win-calc_choose-type__item .webfun_win-calc_type-list li {
  padding: 9px 3px;
}
.webfun_win-calc_choose-type__item .webfun_win-calc_type-list li.active img {
  border: 3px solid #2e9eed;
}
.webfun_win-calc_choose-type__item .webfun_win-calc_type-list img {
  vertical-align: middle;
}
.webfun_win-calc_choose-type__item .webfun_win-calc_type-list img:hover {
  border: 3px solid #2e9eed;
}
.webfun_win-calc_choose-type__info {
  position: relative;
  margin-left: 6px;
  float: left;
  clear: both;
  cursor: pointer;
}

.webfun_win-calc_choose-size {
  margin: 0 65px 0 15px;
}
.webfun_win-calc_choose-size .webfun_win-calc_main-img {
  position: relative;
  padding: 80px 0 0 80px;
}
.webfun_win-calc_choose-size .webfun_win-calc_size {
  margin-top: 28px;
  margin-left: 80px;
}
.webfun_win-calc_choose-size .webfun_win-calc_size span {
  display: inline-block;
  margin: 0 0;
}
.webfun_win-calc_choose-size .webfun_win-calc_size span:first-child {
  margin-left: 0;
  margin-right: 15px;
}
.webfun_win-calc_choose-size .webfun_win-calc_size input {
  min-width: 100px;
  width: 100px;
  height: 32px;
  padding: 5px 11px;
}
.webfun_win-calc_choose-size__info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  cursor: pointer;
}

.webfun_win-calc_slider {
  position: absolute;
}
.webfun_win-calc_slider span {
  display: inline-block;
  position: absolute;
  line-height: 15px;
  text-align: center;
  max-width: 40px;
}
.webfun_win-calc_slider span > p {
  margin: 0;
  line-height: 15px;
}
.webfun_win-calc_slider .ui-slider {
  position: relative;
  background: #e5e5e5;
  border-radius: 4px;
}
.webfun_win-calc_slider .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #2e9eed;
}
.webfun_win-calc_slider .ui-slider-handle {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  width: 22px;
  height: 22px;
  background-color: #2e9eed;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.webfun_win-calc_height-slider {
  left: 0;
  top: 0;
  padding-top: 80px;
  width: 50px;
  height: 100%;
}
.webfun_win-calc_height-slider .webfun_min-width {
  bottom: -2px;
  right: 13px;
}
.webfun_win-calc_height-slider .webfun_max-width {
  right: 13px;
  top: -2px;
}
.webfun_win-calc_height-slider .ui-slider {
  height: 100%;
  width: 4px;
  margin-left: 37px;
}
.webfun_win-calc_height-slider .ui-slider-range {
  bottom: 0;
  width: 100%;
}
.webfun_win-calc_height-slider .ui-slider-handle {
  left: -9px;
  margin-bottom: -11px;
}

.webfun_win-calc_width-slider {
  right: 0;
  top: 0;
  padding-left: 80px;
  width: 100%;
  height: 50px;
}
.webfun_win-calc_width-slider .webfun_min-width {
  bottom: 13px;
  left: -8px;
}
.webfun_win-calc_width-slider .webfun_max-width {
  right: -3px;
  bottom: 13px;
}
.webfun_win-calc_width-slider .ui-slider {
  height: 4px;
  width: 100%;
  margin-top: 37px;
}
.webfun_win-calc_width-slider .ui-slider-range {
  left: 0;
  height: 100%;
}
.webfun_win-calc_width-slider .ui-slider-handle {
  top: -9px;
  margin-left: -11px;
}

.webfun_win-calc_mobile-tabs {
  display: none;
  position: relative;
  background-color: #2e9eed;
  font-size: 18px;
  color: white;
  font-weight: 500;
  margin-bottom: 1px;
  padding: 11.5px 20px;
  z-index: 1;
}
.webfun_win-calc_mobile-tabs:hover {
  color: white;
}
.webfun_win-calc_mobile-tabs:after {
  position: absolute;
  content: "\f140";
  right: 14px;
  top: 10px;
  display: inline-block;
  font-family: dashicons;
  color: white;
  font-size: 22px;
}

.webfun_win-calc_tabs__content {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: white;
  padding: 30px;
  min-height: 378px;
}
.webfun_win-calc_tabs__content.active {
  display: block;
}
.webfun_win-calc_tabs__content .webfun_tabs_title {
  font-family: "PFB Bold";
  font-size: 21px;
}
.webfun_win-calc_tabs__caption {
  width: 204px;
  list-style: none;
}
.webfun_win-calc_tabs__caption > li {
  position: relative;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  background-color: white;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 1px;
  padding: 16px 20px;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.webfun_win-calc_tabs__caption > li:hover, .webfun_win-calc_tabs__caption > li.active {
  background-color: #2e9eed;
  color: white;
}
.webfun_win-calc_tabs__caption > li.done {
  padding-left: 51px;
}
.webfun_win-calc_tabs__caption > li.done:hover:before, .webfun_win-calc_tabs__caption > li.done.active:before {
  background: url("/wp-content/plugins/webfun-calc-vikna/img/check-white.png") no-repeat 0 0;
}
.webfun_win-calc_tabs__caption > li.done:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 16px;
  left: 16px;
  top: 17px;
  background: url("/wp-content/plugins/webfun-calc-vikna/img/check.png") no-repeat 0 0;
  z-index: 2;
}
.webfun_win-calc_tabs__caption > li:after {
  position: absolute;
  content: "\f140";
  right: 14px;
  top: 10px;
  display: inline-block;
  font-family: dashicons;
  color: black;
  opacity: 0.3;
  font-size: 22px;
}

.web-fun_item-info {
  display: inline-block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
  background: url("/wp-content/plugins/webfun-calc-vikna/img/info-icon.png") no-repeat 0 0;
  cursor: pointer;
  z-index: 10;
}
.web-fun_item-info .webfun_tooltip {
  left: auto;
  right: 0;
}

.webfun_tooltip {
  display: none;
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Roboto";
  text-align: left;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 12px;
  background: white;
  z-index: 100;
  width: 300px;
  text-align: center;
  -webkit-box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.4);
}
.webfun_tooltip img {
  vertical-align: middle;
}
.webfun_tooltip a {
  text-decoration: underline;
  color: #2e9eed;
}

.webfun_brands__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.webfun_brands .webfun_radio_wrap {
  margin: 11px 12px;
}
.webfun_brands .webfun_radio_wrap img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.webfun_brands .webfun_radio_wrap .webfun_brands-country img, .webfun_fittings .webfun_radio_wrap .webfun_brands-country img {
  height: 16px;
  width: auto;
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.webfun_brands-country {
  position: absolute;
  bottom: 10px;
  left: 10px;
  line-height: 16px;
  color: #8e8e8e;
  z-index: 1;
}
.webfun_brands .webfun_radio_wrap input[type="radio"] + label {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 192px;
  height: 192px;
  background-color: white;
  border: 1px solid #dcdcdc;
  padding: 20px 10px;
  z-index: 2;
}
.webfun_brands .webfun_radio_wrap input[type="radio"]:checked + label {
  border-color: #2e9eed;
  background-color: white;
}

.webfun_profile__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.webfun_profile .webfun_radio_wrap {
  margin: 11px 12px;
}
#info{
height: 35px !important;
width: 35px !important;
display: block !important;
position: absolute !important;
top: 0 !important;
right: 0 !important;
background: url(https://vikna.good-in-i.org.ua/wp-content/plugins/webfun-calc-vikna/img/info-icon.png);
background-size: cover;
}
#icon_info{
height: 35px !important;
width: 35px !important;
}
.webfun_buy-list__info p{
  margin: 0;
  line-height: 1;
  text-align: left;
}
.webfun_profile .webfun_radio_wrap input[type="radio"] + label {
  position: relative;
  display: block;
  text-align: center;
  width: 192px;
  height: 192px;
  background-color: white;
  border: 1px solid #dcdcdc;
  padding: 18px 10px 10px;
  margin: 0 auto;
}
.webfun_profile_param_wrapper {
  padding: 10px 0 0;
  width: 192px;
}
.webfun_profile_param_wrapper a {
  font-weight: bold;
}
.webfun_profile .webfun_radio_wrap input[type="radio"]:checked + label {
  border-color: #2e9eed;
  background-color: white;
}
.webfun_profile__name, .webfun_sill__name {
  display: block;
  color: black;
  text-decoration: underline;
  text-transform: uppercase;
}

.webfun_win-color__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.webfun_win-color__content .webfun_radio_wrap {
  margin: 11px 12px;
}
.webfun_win-color__content .webfun_radio_wrap input[type="radio"] + label {
  display: block;
  width: 120px;
  height: 120px;
  background-color: white;
  border: 1px solid #dcdcdc;
}
.webfun_win-color__content .webfun_radio_wrap input[type="radio"]:checked + label {
  border-color: #2e9eed;
}
.webfun_color-name {
  display: block;
  text-align: center;
  margin: 5px 0 0;
  width: 120px;
}
.webfun_dont_now {
  display: block;
  text-align: center;
  margin: 5px 0 0;
}
.webfun_dont_now_brands {
  width: 192px;
}
.webfun_win-color__bottom-radio .webfun_radio_wrap {
  display: inline-block;
  margin-right: 27px;
  margin-top: 26px;
}
.webfun_win-color__bottom-radio .webfun_radio_wrap label {
  padding-left: 26px;
}
.webfun_win-color__bottom-radio .webfun_radio_wrap input[type=radio] + label:before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #c2c2c2;
  background-color: white;
}
.webfun_win-color__bottom-radio .webfun_radio_wrap input[type=radio]:checked + label:before {
  background-color: #2e9eed;
  border-color: transparent;
}

.webfun_camera, .webfun_installation {
  text-align: center;
}
.webfun_camera .webfun_tabs_title {
  text-align: left;
}
.webfun_camera__content, .webfun_installation__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.webfun_camera__content .webfun_radio_wrap, .webfun_installation__content .webfun_radio_wrap {
  margin: 5px 5px;
}
.webfun_camera__content .webfun_radio_wrap img, .webfun_installation__content .webfun_radio_wrap img {
  display: inline-block;
  max-width: 100%;
  height: 90%;
  margin: 5% 0 0;
  pointer-events: none;
}
.webfun_camera__content .webfun_radio_wrap input[type="radio"] + label, .webfun_installation__content .webfun_radio_wrap input[type="radio"] + label {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 252px;
  height: 252px;
  background-color: white;
  border: 1px solid #dcdcdc;
  padding: 14px 10px 10px;
}
.webfun_camera__content .webfun_radio_wrap input[type="radio"]:checked + label, .webfun_installation__content .webfun_radio_wrap input[type="radio"]:checked + label {
  border-color: #2e9eed;
}
.webfun_camera__name, .webfun_installation__name {
  display: block;
  color: black;
  margin: 5px 0 0;
  text-align: center;
}
.webfun_camera__bottom-radio, .webfun_installation__bottom-radio {
  display: inline-block;
  margin-top: 12px;
  text-align: left;
}
.webfun_camera__bottom-radio .webfun_radio_wrap, .webfun_installation__bottom-radio .webfun_radio_wrap {
  display: block;
  margin-bottom: 7px;
  padding: 3.5px 0;
}
.web-fun_item-info:hover .webfun_tooltip {
  display: block;
}
.webfun_fittings__content .webfun_tooltip {
  line-height: 21px;
}
.webfun_camera__bottom-radio .webfun_radio_wrap label, .webfun_installation__bottom-radio .webfun_radio_wrap label {
  display: block;
  padding-left: 26px;
}
.webfun_camera__bottom-radio .webfun_radio_wrap input[type=radio] + label:before, .webfun_installation__bottom-radio .webfun_radio_wrap input[type=radio] + label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c2c2c2;
  background-color: white;
}
.webfun_camera__bottom-radio .webfun_radio_wrap input[type=radio]:checked + label:before, .webfun_installation__bottom-radio .webfun_radio_wrap input[type=radio]:checked + label:before {
  background-color: #2e9eed;
  border-color: transparent;
}

.webfun_fittings__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.webfun_fittings__content p, .webfun_profile__content p {
  margin: 120px 0 0;
  width: 100%;
  text-align: center;
}
.webfun_radio_wrap p {
  margin: 0 0 5px;
}
.webfun_profile_param_wrapper p {
  text-align: left;
  font-size: 11px;
  line-height: 20px;
  margin: 0;
  position: relative;
  width: 100%;
  float: left;
}
.webfun_profile_param_wrapper p:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted black;
}
span.webfun_profile_param_right {
  background: white;
  display: block;
  width: 60px;
  float: right;
  position: relative;
}
span.webfun_profile_param_left {
  background: white;
  display: block;
  position: relative;
  float: left;
}
.webfun_fittings .webfun_radio_wrap {
  margin: 11px 12px;
}
.webfun_fittings .webfun_radio_wrap img {
  display: inline-block;
  max-width: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}
.webfun_fittings .webfun_radio_wrap input[type="radio"] + label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 192px;
  height: 192px;
  background-color: white;
  border: 1px solid #dcdcdc;
  padding: 40px 10px 40px;
  line-height: 112px;
}
.webfun_fittings .webfun_radio_wrap input[type="radio"]:checked + label {
  border-color: #2e9eed;
  background-color: white;
}

.webfun_accessories .webfun_tabs_title {
  position: relative;
  padding-right: 37px;
}
.webfun_accessories .webfun_tabs_title .web-fun_item-question {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 4px;
  right: 0;
  cursor: pointer;
  background: url("/wp-content/plugins/webfun-calc-vikna/img/question-icon.png") no-repeat 0 0;
}
.webfun_accessories .webfun_window-sill__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.webfun_accessories .webfun_window-sill__size span {
  display: inline-block;
  margin: 0 5px;
}
.webfun_accessories .webfun_window-sill__size input {
  min-width: 60px;
  width: 60px;
  height: 32px;
  padding: 5px 11px;
  text-align: center;
}
.webfun_accessories .webfun_window-sill__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px -15px 0;
}
.webfun_accessories .webfun_window-sill .webfun_radio_wrap {
  margin: 11px 12px;
}
.webfun_accessories .webfun_window-sill .webfun_radio_wrap img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.webfun_accessories .webfun_window-sill .webfun_radio_wrap input[type="radio"] + label {
  position: relative;
  text-align: center;
  width: 192px;
  height: 192px;
  background-color: white;
  border: 1px solid #dcdcdc;
  padding: 5px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.webfun_accessories .webfun_window-sill .webfun_radio_wrap input[type="radio"]:checked + label {
  border-color: #2e9eed;
  background-color: white;
}
.webfun_accessories__bottom {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}
.webfun_accessories__bottom .webfun_tabs_title {
  display: inline-block;
  margin-bottom: 21px;
}
.webfun_accessories__bottom .webfun_tabs_title .webfun_tooltip {
  font-family: "Roboto";
}
.webfun_accessories__bottom .jq-selectbox {
  width: 100%;
}
.webfun_accessories__bottom .jq-selectbox__select {
  width: 100%;
}
.webfun_accessories__bottom .jq-selectbox__select-text {
  width: 100% !important;
}
.webfun_accessories__bottom .jq-selectbox__dropdown {
  top: 50px !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(98, 111, 217, 0.16);
  box-shadow: 0px 2px 10px 0px rgba(98, 111, 217, 0.16);
}
.webfun_accessories__bottom .jq-selectbox__dropdown ul > li {
  height: 40px;
  padding-top: 9px;
}
.webfun_accessories__bottom .webfun_mosquito-net,
.webfun_accessories__bottom .webfun_low-tide,
.webfun_accessories__bottom .webfun_win-handle {
  width: 33%;
  padding: 15px;
}
.webfun_accessories__bottom .webfun_mosquito-net__size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19px;
  max-width: 265px;
}
.webfun_accessories__bottom .webfun_mosquito-net__size span {
  display: inline-block;
  margin: 0 5px;
}
.webfun_accessories__bottom .webfun_mosquito-net__size span:first-child {
  margin-left: 0;
}
.webfun_accessories__bottom .webfun_mosquito-net__size input {
  min-width: 60px;
  width: 60px;
  height: 32px;
  padding: 5px 11px;
  text-align: center;
}
.webfun_profile .webfun_radio_wrap img,
.webfun_accessories .webfun_window-sill .webfun_radio_wrap img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.jq-selectbox__dropdown ul {
  background: white;
}
.webfun_add-services {
  background-color: #f4f4f4;
  text-align: center;
  position: relative;
}
.webfun_add-services__content {
  min-height: 48px;
}
.webfun_add-services__content .webfun_checkbox_wrap {
  display: inline-block;
  margin: 15px 18px 12px;
}
.webfun_add-services__content .webfun_checkbox_wrap label {
  padding-left: 26px;
}
.webfun_add-services__content .webfun_checkbox_wrap input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c2c2c2;
  background-color: white;
  display: block;
}
.webfun_add-services__content .webfun_checkbox_wrap input[type=checkbox]:checked + label:before {
  border-color: transparent;
  display: block;
  content: '\2713';
  color: #2e9eed;
  font-size: 15pt;
 line-height: 11pt;
}
#savepdf{
  position: absolute;
width: 150px;
top: 55px;
left: -230px;
}
.webfun_total .webfun_selected-win {
  /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);*/
  background-color: #2e9eed;
  padding: 29px 0 33px;
  position: relative;
}
.webfun_total .webfun_selected-win__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.webfun_total .webfun_selected-win__left {
  -webkit-flex-basis: 205px;
  -ms-flex-preferred-size: 205px;
  flex-basis: 205px;
}
.webfun_total .webfun_selected-win__title {
  color: white;
  font-family: "PFB Regular";
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 4px;
}
.webfun_total .webfun_selected-win__save-pdf {
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  opacity: 0;
}
.webfun_total .webfun_selected-win__save-pdf:hover {
  text-decoration: none;
}
.webfun_total .webfun_selected-win__desc-list {
  margin-top: 5px;
}
.webfun_total .webfun_selected-win__desc-list ul {
  display: inline-block;
  list-style: none;
  vertical-align: top;
}
.webfun_total .webfun_selected-win__desc-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.webfun_total .webfun_selected-win__desc-list ul li span {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #bce3ff;
}
.webfun_total .webfun_selected-win__desc-list .webfun_desc-list_value {
  display: inline-block;
  margin-left: 28px;
  min-width: 145px;
}
.webfun_total .webfun_selected-win__desc-list .webfun_desc-list_value > a {
  display: inline-block;
  color: #f6f6f6;
  font-weight: 500;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
}
.webfun_total .webfun_selected-win__desc-list .webfun_desc-list_value > a:hover {
  text-decoration: none;
}
.webfun_total .webfun_selected-win__right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-basis: 205px;
  -ms-flex-preferred-size: 205px;
  flex-basis: 205px;
}
.webfun_total {
  padding: 0 0 15px;
}
.webfun_total > .webfun_win-calc_container {
  text-align: center;
}
.simplePopupBackground {
  display: none;
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}
.simplePopupClose {
  float: right;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
}
#webfun_win-main-section_wrapper {
  z-index: 20;
  left: 50% !important;
  margin: 0 0 0 -50%;
  display: block; 
  position: relative;
  border: none;
  background: white;
  color: black;
  padding: 0px;
  width: 100%;
  min-width: 100%;
}
#webfun_win-calc_get_form {
  margin-top:25px;
  display: inline-block;
  width: 203px;
  height: 48px;
  text-align: center;
  padding: 14px 5px 10px;
}
#webfun_print_pdf_project {
  display: inline-block;
  width: 203px;
  height: 48px;
  text-align: center;
  padding: 14px 5px 10px;
  border-radius: 3px;
  border: 1px solid black;
  position: relative;
  top: 1px;
  color: black !important;
  margin: 0 0 0 25px;
}
#webfun_print_pdf_project img {
  vertical-align: middle;
  margin: 0 0 0 4px;
}
#x{
  margin-right: 10px !important;
  margin-left: -10px !important;
}
.webfun_total .webfun_selected-win__price {
  color: white;
  font-family: "PFB Bold";
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 19px;
}
.webfun_total .webfun_selected-win__price span {
  font-size: 52px;
  line-height: 1;
}
.help{
  display: inline-block !important;
max-width: 100% !important;
width: auto !important;
height: 100% !important;
pointer-events: none !important;
position: relative !important;
z-index: 1 !important;
}
.helplabel{
  padding: 40px 10px 40px !important;
}
.webfun_buy-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.webfun_buy-list__item {
  position: relative;
  height: 64px;
  min-width: 210px;
  border: 1px solid rgba(196, 196, 196, 0.41);
  margin: 15px;
  padding: 10px;
  background-color: white;
  width: 346px;
  cursor: pointer;
  flex-grow: 1;
  display: flex;
}
.webfun_buy-list__item.active {
  border: 3px solid #2e9eed;
  padding: 8px;
}
.webfun_buy-list .webfun_add-new-win {
  border-radius: 3px;
  background-color: #2e9eed;
  color: white;
  padding: 12px 5px 10px;
  text-align: center;
  width: 346px;
  float: left;
  display: block;
}
.webfun_buy-list .webfun_add-new-win:hover {
  background-color: rgb(58, 172, 253);
  color: #fff;
}
.webfun_buy-list .webfun_add-new-win:active {
  background-color: rgb(30, 130, 201);
  color: #fff;
}
.webfun_buy-list .webfun_add-new-win span.webfun_buy-list__item1 {
  display: inline-block;
  position: relative;
  top: 4px;
  font-size: 30px;
  margin-right: 20px;
  line-height: 1;
}
.webfun_buy-list__img {
  flex-shrink: 0;
}
.webfun_buy-list__img img {
  max-height: 42px;
}
.webfun_buy-list__info {
  margin: 6px 0 0 11px;
  flex-shrink: 0;
}
.webfun_buy-list__price {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 8px;
}
.webfun_buy-list__price span {
  font-size: 21px;
}
.webfun_buy-list__size {
  display: inline-block;
  opacity: 0.7;
}
.webfun_buy-list__right {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
}
.webfun_buy-list__right .webfun_close-btn {
  display: inline-block;
  font-size: 28px;
  line-height: 0.6;
  color: #2e9eed;
}
.webfun_buy-list__right .webfun_save-pdf {
  display: none;
  position: absolute;
  top: 23px;
  right: -2px;
  width: 18px;
}
.webfun_buy-list__item.active .webfun_buy-list__right .webfun_save-pdf {
  top: 21px;
  right: -4px;
}
.webfun_buy-list__item.active .webfun_buy-list__right .webfun_close-btn {
  margin: -2px -2px 0 0;
}

.webfun_win-calc_popup {
  min-width: 375px;
  background: #fff;
  padding: 25px 40px 40px 40px;
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.27);
  max-width: 500px;
}
.webfun_win-calc_popup .form-title {
  font-family: 'PFB Bold';
  font-size: 21px;
  margin-bottom: 15px;
}
.webfun_win-calc_popup p {
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto Light';
}
.webfun_win-calc_popup p.webfun_label_wrapper {
  text-align: left;
  font-size: 16px;
  line-height: 4px;
}
.webfun_win-calc_popup p input[type="radio"] {
  width: auto;
}
.webfun_win-calc_popup label {
  display: block;
}
.webfun_win-calc_popup .mfp-close {
  display: inline-block;
  position: absolute;
  right: 17px;
  top: -53px;
  width: 26px;
  height: 26px;
  font-size: 0;
  background: url("/wp-content/plugins/webfun-calc-vikna/img/mfp-close.png") no-repeat 0 0;
}

.webfun_win-calc_table {
  width: 100%;
  border-collapse: collapse;
}
.webfun_win-calc_table tr td {
  padding: 15px 20px;
  text-align: left;
  white-space: nowrap;
}
.webfun_win-calc_table tr td.webfun_win-calc_table__options {
  white-space: initial;
}
.webfun_win-calc_table tr th {
  padding: 6px 20px 6px;
}
.webfun_win-calc_table tr img, .webfun_win-calc_table tr span {
  display: inline-block;
  vertical-align: middle;
}
.webfun_win-calc_table tr td:first-child {
  padding-right: 0;
}
.webfun_win-calc_table tr td:last-child {
  font-weight: 700;
}
.webfun_win-calc_table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.webfun_win-calc_table tr:last-child td:nth-child(2) {
  padding-left: 20px;
}

.webfun_additional-services {
  background-color: #f7f7f7;
}
.webfun_additional-services div:first-child {
  display: inline-block;
  margin: 6px 20px 6px;
}

.webfun_total-price {
  padding: 23px 0 0;
  text-align: right;
}
.webfun_total-price span {
  font-family: "PFB Bold";
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  vertical-align: bottom;
  margin-left: 20px;
}

.webfun_win-calc_popup-form {
  padding-left: 165px;
  background: url(/wp-content/themes/old.vikna.ua/img/calb.jpg) 0 22px no-repeat #fff;
  left: -19px;
  position: relative;
}
.webfun_win-calc_popup-form input {
  margin-bottom: 10px;
}
.webfun_win-calc_popup-form .webfun_btn {
  margin-top: 30px;
  color: black;
  width: 255px;
  display: block;
  height: 51px;
  padding: 0;
  line-height: 51px;
}
.webfun_input_group {
  position: relative;
  float: left;
  margin: 3px 0 0 30px;
  flex-grow: 1;
}
input[name="webfun_quantity"] {
  min-width: 80px;
  width: 80px;
  height: 32px;
  padding: 5px 34px 5px 11px;
}
.webfun_input_group_btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #D4D4D4;
  display: block;
  height: 32px;
  width: 32px;
  z-index: 2;
  overflow: hidden;
}
.webfun_btn_plus_qt {
  top: 0;
  position: absolute;
  left: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #0e0e0e;
  width: 32px;
  height: 16px;
  border-bottom: 1px solid #D4D4D4;
  cursor: pointer;
}
.webfun_btn_minus_qt {
  bottom: 0;
  position: absolute;
  left: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #0e0e0e;
  width: 32px;
  height: 16px;
  cursor: pointer;
}
.webfun_btn_plus_qt:hover, .webfun_btn_minus_qt:hover {
  background: #eaeaea;
}

.webfun_btn {
  display: inline-block;
  width: 260px;
  border-radius: 3px;
  text-align: center;
  padding: 15px 5px 14px;
  margin: 4px;
}

.webfun_exact-calculation {
  color: white;
  background-color: #2e9eed;
}
.webfun_exact-calculation:hover {
  color: white;
  background-color: rgb(58, 172, 253);
}

.webfun_checkout {
  color: black;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd800), to(#ffba00));
  background-image: -webkit-linear-gradient(left, #ffd800 0%, #ffba00 100%);
  background-image: linear-gradient(to right, #ffd800 0%, #ffba00 100%);
}
.webfun_checkout:hover {
  color: black;
  background-image: -webkit-linear-gradient(90deg, #fff000 0%, #ffc000 100%);
  background-image: linear-gradient(0deg, #fff000 0%, #ffc000 100%);
}

#info .tooltip{
    display:none;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    text-align: left;    
    position: absolute;
    top: 34px;
    left: -150px;
    padding: 16px 11px 9px 11px;
    background: rgba(255,255,255,1);
    z-index: 9;
    width: 253px;
    -webkit-box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.4);
}
#info:hover .tooltip{
    display:block;
}
#info .tooltip p{   
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
    color: #615f5f;
    padding: 3px 5px 9px 0;
    text-transform:uppercase;
}
@media only screen and (max-width: 1300px) {
  #webfun_win-main-section_wrapper {
    left: 50% !important;
    margin: 0 0 0 -48%;
    width: 96%;
    min-width: 96%;
    overflow: hidden;
  }

  .webfun_add-services {
    text-align: center;
  }
  .webfun_add-services .webfun_win-calc_container {
    display: inline-block;
    text-align: left;
  }
  .webfun_add-services__content {
    padding: 15px 0;
  }
  .webfun_add-services__content .webfun_checkbox_wrap {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .webfun_camera__content .webfun_radio_wrap input[type="radio"] + label {
    width: 300px;
    height: 300px;
  }

  .webfun_accessories__bottom .webfun_mosquito-net,
  .webfun_accessories__bottom .webfun_low-tide,
  .webfun_accessories__bottom .webfun_win-handle {
    width: 50%;
  }

  .webfun_win-calc_choose-size .webfun_win-calc_size input {
    min-width: 85px;
    width: 85px;
  }
}
@media only screen and (max-width: 992px) {
  .webfun_win-calc>.webfun_win-calc_container {
    padding: 0;
  }

  .webfun_win-calc_choose-size {
    margin-right: 0;
  }

  .webfun_win-calc_text {
    margin-right: 0;
  }

  .webfun_total .webfun_selected-win__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .webfun_total .webfun_selected-win__desc-list {
    text-align: center;
    display: none;
  }
  .webfun_total .webfun_selected-win__desc-list ul {
    text-align: left;
  }

  .webfun_brands .webfun_radio_wrap input[type="radio"] + label,
  .webfun_fittings .webfun_radio_wrap input[type="radio"] + label {
    width: 140px;
    height: 140px;
    padding: 30px 10px 30px;
  }
  .webfun_dont_now_brands {
    width: 140px;
  }
  .webfun_dont_now_profile {
    width: 192px !important;
  }

  .webfun_accessories .webfun_window-sill .webfun_radio_wrap input[type="radio"] + label {
    width: 140px;
    height: 140px;
  }

  .webfun_brands .webfun_radio_wrap .web-fun_item-info,
  .webfun_fittings .webfun_radio_wrap .web-fun_item-info,
  .webfun_accessories .webfun_window-sill .webfun_radio_wrap .web-fun_item-info {
    top: 5px;
    right: 5px;
  }

  .webfun_win-color__content .webfun_radio_wrap input[type="radio"] + label {
    width: 82px;
    height: 82px;
  }

  .webfun_camera__content .webfun_radio_wrap input[type="radio"] + label {
    width: 225px;
    height: 225px;
  }
}
@media only screen and (max-width: 900px) {
  .webfun_win-calc_choose-size .webfun_win-calc_size {
    margin-top: 12px;
  }
  .webfun_win-calc_choose-size .webfun_win-calc_size span:first-child {
    display: block;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .webfun_accessories__bottom .webfun_mosquito-net__size {
    width: 190px;
  }
  .webfun_accessories__bottom .webfun_mosquito-net__size span:first-child {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .webfun_win-calc_main {
    margin-bottom: 30px;
  }

  .webfun_win-calc_table td:nth-child(5) {
    display: none;
  }
  .webfun_win-calc_table th:nth-child(4) {
    display: none;
  }

  .webfun_accessories__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .webfun_camera__content {
    width: 100%;
  }
  .webfun_accessories__bottom .webfun_mosquito-net .webfun_tabs_title,
  .webfun_accessories__bottom .webfun_low-tide .webfun_tabs_title,
  .webfun_accessories__bottom .webfun_win-handle .webfun_tabs_title {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
.helplabel {
    padding: 20px 10px 20px !important;
}
#info .tooltip{
    display:none;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    text-align: left;    
    position: absolute;
    top: 34px;
    left: -150px;
    padding: 16px 11px 9px 11px;
    background: rgba(255,255,255,1);
    z-index: 9;
    width: 213px;
    -webkit-box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.4);
}
#info:hover .tooltip{
    display:block;
}
#info .tooltip p{   
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
    color: #615f5f;
    padding: 3px 0 9px 10px;
    text-transform:uppercase;
}
  .webfun_win-calc_tabs__content {
    width: 100%;
  }
  .webfun_win-calc_choose-size .webfun_win-calc_main-img {
    padding: 70px 0 0 70px;
  }
  .webfun_win-calc_choose-size .webfun_win-calc_size {
    margin-left: 70px;
    margin-bottom: 25px;
  }

  .webfun_win-calc_height-slider {
    padding-top: 70px;
  }

  .webfun_win-calc_width-slider {
    padding-left: 70px;
  }

  .webfun_brands .webfun_radio_wrap input[type="radio"] + label,
  .webfun_fittings .webfun_radio_wrap input[type="radio"] + label {
    width: 100px;
    height: 100px;
    padding: 20px 10px 20px;
  }

  .webfun_dont_now_brands {
    width: 100px;
  }
  
  .webfun_brands-country {
    display: none;
  }

  .webfun_brands .webfun_radio_wrap .web-fun_item-info,
  .webfun_fittings .webfun_radio_wrap .web-fun_item-info,
  .webfun_accessories .webfun_window-sill .webfun_radio_wrap .web-fun_item-info {
    top: 0;
    right: 0;
  }

  .webfun_win-color__content .webfun_radio_wrap input[type="radio"] + label {
    width: 60px;
    height: 60px;
  }

  .webfun_camera__content .webfun_radio_wrap input[type="radio"] + label {
    width: 190px;
    height: 190px;
  }

  .webfun_accessories .webfun_tabs_title .web-fun_item-question {
    display: none;
  }
  .webfun_accessories .webfun_window-sill__size span:first-child {
    display: none;
  }

  .webfun_win-calc_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .webfun_win-calc_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .webfun_win-calc_choose-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
  }
  .webfun_win-calc_choose-type__info {
    display: none;
  }
  .webfun_win-calc_choose-type__item {
    display: inline-block;
    float: none;
  }
  .webfun_win-calc_choose-type__item .webfun_win-calc_type-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: -20%;
    top: 65%;
  }
  .webfun_win-calc_choose-type__item .webfun_win-calc_type-list:before {
    top: -16px;
    left: -webkit-calc(50% - 8px);
    left: calc(50% - 8px);
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
  }
  .webfun_win-calc_choose-type__item .webfun_win-calc_type-list li {
    padding: 3px;
  }

  .webfun_win-calc_choose-size {
    margin: 0;
  }

  .webfun_win-calc_tabs__caption {
    display: none;
    width: 100%;
  }
  .webfun_win-calc_tabs__caption li:after {
    display: none;
  }

  .webfun_win-calc_mobile-tabs {
    display: block;
    width: 100%;
  }

  .webfun_total .webfun_selected-win {
    padding: 19px 0 10px;
  }
  .webfun_total .webfun_selected-win__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .webfun_total .webfun_selected-win__left {
    position: relative;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 15px 4px;
    margin: 0 -15px;
    font-size: 21px;
  }

  .webfun_total .webfun_selected-win__left .webfun_selected-win__save-pdf {
    display: none;
  }
  .webfun_total .webfun_selected-win__desc-list {
    margin-bottom: 0;
    margin-top: 25px;
  }
  .webfun_total .webfun_selected-win__right {
    display: none;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 24px;
  }
  .webfun_total .webfun_selected-win__price {
    margin: 16px 0 14px;
  }

  .webfun_win-calc_table td:nth-child(4) {
    display: none;
  }
  .webfun_win-calc_table th:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 510px) {
  .webfun_win-calc_popup {
    width: 100%;
    padding-bottom: 1px;
  }
  #webfun_win-calc_popup1 {
    padding-bottom: 40px;
  }
  .webfun_win-calc_popup-form input {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 490px) {
  #webfun_print_pdf_project {
    margin-top: 25px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .webfun_user_check_complact_save {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }
  .webfun_user_check_complact_nosave {
    display: block;
    width: 200px;
    text-align: center;
    margin: 15px auto 0;
  }
  .webfun_win-calc h1 {
    font-size: 28px;
    line-height: 1;
  }
.helplabel {
    padding: 20px 10px 20px !important;
}
#info .tooltip{
    display:none;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    text-align: left;    
    position: absolute;
    top: 34px;
    left: -175px;
    padding: 16px 11px 9px 11px;
    background: rgba(255,255,255,1);
    z-index: 9;
    width: 193px;
    -webkit-box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.4);
}
#info:hover .tooltip{
    display:block;
}
#info .tooltip p{   
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
    color: #615f5f;
    padding: 3px 0 9px 10px;
    text-transform:uppercase;
}
  .webfun_win-calc_choose-type {
    width: 100%;
    background-color: #f4f4f4;
    padding: 15px 5px 0;
    margin-bottom: 20px;
  }
  .webfun_win-calc_choose-type__item > img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .webfun_win-calc_choose-size .webfun_win-calc_size {
    margin-left: 0;
    margin-top: 20px;
  }

  .webfun_win-calc_tabs__caption {
    width: 100%;
  }

  .webfun_win-calc_mobile-tabs {
    width: 100%;
  }

  .webfun_total .webfun_selected-win__title {
    font-size: 21px;
    text-align: left;
    padding-right: 70px;
    line-height: 1.2;
  }

  .webfun_add-services .webfun_win-calc_container {
    padding: 0;
    width: 100%;
  }
  .webfun_add-services__content {
    padding: 0;
  }
  .webfun_add-services__content .webfun_checkbox_wrap {
    padding: 14px 10px;
  }
  .webfun_add-services__content .webfun_checkbox_wrap:nth-child(2) {
    background-color: white;
  }

  .webfun_win-calc_tabs__content {
    padding: 15px;
  }

  .webfun_brands__content .webfun_radio_wrap input[type="radio"] + label,
  .webfun_fittings__content .webfun_radio_wrap input[type="radio"] + label,
  .webfun_profile__content .webfun_radio_wrap input[type="radio"] + label,
  .webfun_accessories .webfun_window-sill__content .webfun_radio_wrap input[type="radio"] + label {
    width: 114px;
    height: 114px;
  }

  .webfun_dont_now_brands {
    width: 114px;
  }

  .webfun_win-color__content .webfun_radio_wrap input[type="radio"] + label {
    width: 110px;
    height: 110px;
  }

  .webfun_camera__content {
    margin: 0;
  }

  .webfun_camera__bottom-radio {
    margin: 12px -15px 0;
  }
  .webfun_camera__bottom-radio .webfun_radio_wrap {
    margin-bottom: 0;
    padding: 15px;
  }
  .webfun_camera__bottom-radio .webfun_radio_wrap:nth-child(odd) {
    background-color: #f4f4f4;
  }

  .webfun_accessories .webfun_window-sill__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .webfun_accessories .webfun_window-sill__top .webfun_tabs_title {
    margin-bottom: 7px;
  }

  .webfun_accessories__bottom .webfun_mosquito-net,
  .webfun_accessories__bottom .webfun_low-tide,
  .webfun_accessories__bottom .webfun_win-handle {
    width: 100%;
  }

  .webfun_win-calc_popup {
    margin: 60px 0 10px;
    padding: 10px 10px 0;
    padding-bottom: 1px;
    min-width: 300px;
  }
  .webfun_win-calc_popup .form-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .webfun_win-calc_popup .webfun_total-price {
    text-align: center;
  }
  .webfun_win-calc_popup .webfun_win-calc_popup-form {
    margin-bottom: 0;
    padding-left: 0;
    left: 0;
    background: white;
  }
  .webfun_win-calc_popup .webfun_btn {
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .webfun_profile__name,
  .webfun_sill__name {
    font-size: 11px;
  }

  .webfun_win-calc_top .elementor-heading-title {
    font-size: 30px;
  }

  .webfun_total .webfun_selected-win__desc-list .webfun_desc-list_value {
    display: inline-block;
    margin-left: 10px;
    min-width: 130px;
  }
  
  .webfun_input_group_btn {
    display: none;
  }
  .webfun_input_group input[name="webfun_quantity"] {
    min-width: 50px;
    padding: 5px 11px;
    width: 100%;
  }
  .webfun_input_group {
    margin: 3px 0 0 10px;
  }
}
/** calculator fixes **/
@media (min-width: 960px){
	.webfun_buy-list{
		justify-content: space-between
	}
	.webfun_buy-list__item{
		margin: 15px 0;
		
		flex-grow: 0;
		flex: 0 0 calc(50% - 15px);
	}
	
}
.webfun_input_group_btn{
	right: 20px;
}