/* @font-face {
	 font-family: "PTS";
	 src: url('../fonts/Pt-Sans-font/PTS55F.woff2') format('woff2'), 
	 	  url("../fonts/Pt-Sans-font/PTS55F.ttf") format("truetype");
	 font-style: normal;
	 font-weight: 400;
}
 @font-face {
	 font-family: "PTS";
	 src: url('../fonts/Pt-Sans-font/PTS75F.woff2') format('woff2'), 
	 	  url("../fonts/Pt-Sans-font/PTS75F.ttf") format("truetype");
	 font-style: normal;
	 font-weight: 700;
}*/
* {
  box-sizing: border-box;
  outline: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.full-width {
  width: 100%;
  display: block;
  /* float: left; */
}
.content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  padding: 0px;
}
.content > * {
  margin-left: 10px;
  margin-right: 10px;
}
.win__calc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.wincalc-17 {
  margin-bottom: 10px;
}
.block-mobile-only {
  display: none;
}

.wincalc-17 a {
  color: #124472;
}
.ui-widget-content {
  display: block;
  border-color: #ddd;
}
.central-content {
  width: auto;
  padding: 20px;
  position: relative;
}
.wincalc-type-selector {
  float: left;
  width: 14.5%;
}
.wincalc-type-selector > div {
  float: left;
  margin-right: 10px;
  padding: 10px 2px;
  font-size: 16px;
  padding-top: 0px;
  font-weight: bold;
}
/* .wincalc-type-selector > div:first-child {
	 float:none;
	 padding-left:0;
}*/
div.wincalc-type-selector-one {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  /*	 text-decoration: underline;*/
  border: 1px solid #d3d7d0;
  border-radius: 8px;
  width: 100%;
  border-collapse: collapse;
  height: 135px;
  margin-bottom: 4px;
}
div.wincalc-type-selector-one:hover {
  border-color: #39b02e;
}
div.wincalc-type-selector-one-selected {
  text-decoration: none;
  border-color: #39b02e;
}
div.wincalc-type-selector-one-selected:after {
  /*	 content:"";*/
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  bottom: 50%;
  right: -9px;
  margin-bottom: -7px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  border: 2px solid #c90c0c;
  border-left: none;
  border-bottom: none;
}
.wincalc-type-selector-one > img {
  margin: 5px;
  max-height: 82px;
}
.wincalc-main-window {
  float: left;
  width: 61.5%;
  /*	 margin-top:30px;*/
  text-align: center;
}
.wincalc-main-window-container {
  position: relative;
}
.wincalc-main-window > div {
  display: inline-block;
  text-align: left;
}
.wincalc-price {
  float: right;
  clear: right;
  width: 23%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.wincalc-form {
  display: flex;
  width: 82%;
  padding: 20px;
  background: #f4f4f4;
  border-radius: 8px;
  justify-content: space-between;
  margin-left: auto;
}
.wincalc-form input,
.wincalc-form button {
  width: 32%;
  height: 50px;
  border-radius: 8px;
}
.wincalc-form input {
  border: 1px solid #d3d7d0;
  background: #fff;
  padding: 20px;
  font-family: inherit;
  font-size: inherit;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #39b02e;
  color: #fff;
  cursor: pointer;
  border: 1px solid #39b02e;
  border-radius: 8px;
  height: 50px;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
}
.wincalc-vertical-slider {
  float: left;
  position: relative;
}
.wincalc-vertical-slider-ui {
  width: 0px;
  margin-right: 40px;
  margin-left: 40px;
  height: 320px;
  position: relative;
}
.wincalc-vertical-slider-ui:before,
.wincalc-vertical-slider-ui:after {
}
.wincalc-vertical-slider-ui:after {
  bottom: -2px;
  top: auto;
}
.wincalc-horisontal-slider {
  position: relative;
  margin-bottom: 60px;
  margin-left: 90px;
  width: 450px;
}
.wincalc-horisontal-slider-ui {
  height: 0px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.wincalc-horisontal-slider-ui:before,
.wincalc-horisontal-slider-ui:after {
}
.wincalc-horisontal-slider-ui:after {
  right: -2px;
  left: auto;
}
.wincalc-vertical-slider-ui > .ui-slider-handle,
.wincalc-horisontal-slider-ui > .ui-slider-handle {
  border: none;
  background: #39b02e;
  width: 15px;
  height: 15px;
  margin-left: -3px;
  cursor: pointer;
  border-radius: 50%;
}
.wincalc-vertical-slider-ui > .ui-slider-handle:hover,
.wincalc-horisontal-slider-ui > .ui-slider-handle:hover {
  box-shadow: 0px 0px 5px 0px rgba(57, 176, 46, 0.73);
}
.wincalc-horisontal-slider-ui > .ui-slider-handle {
  margin-left: 0x;
  margin-top: -3px;
}
.wincalc-vertical-slider-counter,
.wincalc-horisontal-slider-counter {
  position: absolute;
  width: 50px;
  border-radius: 5px;
  height: 26px;
  font-size: 10pt;
  color: black;
  padding: 5px;
  text-align: center;
  font-weight: 700;
}
.wincalc-vertical-slider-counter {
  left: -12px;
  margin-top: -9px;
}
.wincalc-horisontal-slider-counter {
  top: 5px;
  margin-left: -20px;
}
.wincalc-vertical-slider-counter:after,
.wincalc-horisontal-slider-counter:after {
}
.wincalc-horisontal-slider-counter:after {
}
.wincalc-constuction {
  height: 370px;
  padding-left: 90px;
  margin-right: 90px;
  transition: all 0.5s;
}
.wincalc-frame {
  position: absolute;
  opacity: 0;
  top: 0;
  transition: opacity 0.5s;
}
.wincalc-frame img {
  position: absolute;
  transform-origin: 25px 302px;
  transform: perspective(400px);
  transition: transform 1s, opacity 0.5s;
  pointer-events: none;
}
.wincalc-frame-1 {
  left: 0px;
}
.wincalc-frame-2 {
  left: 147px;
}
.wincalc-frame-3 {
  left: 292px;
}
.wincalc-frame-4 {
  left: 439px;
}
.wincalc-frame-2 img,
.wincalc-frame-4 img {
  transform-origin: 165px 302px;
}
.wincalc-constuction > img {
  max-height: 350px;
}
.wincalc-options input {
  display: none;
}
.wincalc-frames {
  position: absolute;
  margin-left: 88px;
  top: 0;
  transition: all 0.5s;
}
.wincalc-frame-selector {
  width: 100px;
  position: absolute;
  top: 50px;
  left: 47px;
  font-size: 10pt;
  background: rgba(255, 255, 255, 1);
  /*border-radius: 4px;
	*/
  line-height: 10pt;
  opacity: 0.9;
  transition: opacity 0.5s;
  padding: 0px;
}
.wincalc-frame:hover > .wincalc-frame-selector {
  opacity: 1;
}
.wincalc-frame-selector > div {
  padding: 8px 10px;
  color: #999;
  cursor: pointer;
  transition: all 0.5s;
}
/*.wincalc-frame-selector > div:first-child {
	 border-radius: 4px 4px 0px 0px;
}
 .wincalc-frame-selector > div:last-child {
	 border-radius: 0px 0px 4px 4px;
}
*/
.wincalc-frame-selector > div:hover,
.wincalc-frame-selector > div.wincalc-frame-selector-selected {
  color: white;
  background: #624d3c;
}
.wincalc-type2-selector,
.wincalc-options,
.wincalc-size-selector {
  float: right;
  clear: right;
  width: 23%;
  font-weight: bold;
  font-size: 16px;
  /*	 padding-right:20px;*/
  margin-bottom: 0px;
}
.wincalc-size-selector.block-2-items > .block-items-wrapper > div {
  padding: 0;
  font-size: 11pt;
}
.block-2-items > .block-items-wrapper > div {
  width: 50%;
  padding: 1px 10px;
  float: left;
}
.block-2-items > .block-items-wrapper > div:nth-child(2n + 1) {
  clear: left;
}
.wincalc-size-selector input {
  width: 100%;
  height: 50px;
  padding: 8px 20px;
  margin-top: 10px;
  padding-right: 30px;
  font-size: 16px;
  border: solid 1px #d3d7d0;
  border-radius: 8px;
}
.wincalc-size-selector > div > div {
  position: relative;
}
.wincalc-size-selector > div > div:before {
  content: "мм";
  font-size: 11pt;
  color: #ddd;
  position: absolute;
  right: 10px;
  bottom: 15px;
  display: block;
}
.wincalc-size-selector.block-2-items > .block-items-wrapper > div:first-child {
  padding-right: 10px;
}
.wincalc-size-selector.block-2-items > .block-items-wrapper > div:first-child:before {
  right: 20px;
}
.wincalc-size-selector.block-2-items > .block-items-wrapper > div:nth-child(2) {
  padding-left: 10px;
}
.wincalc-type2-selector > div,
.wincalc-options > div {
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
  /*	 border:1px solid #ccc;*/
  padding: 15px 0px;
  padding-bottom: 0px;
}
.wincalc-options > div {
  padding: 0px 5px;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.wincalc-type2-selector > div > input,
.wincalc-options > div > div > input {
  display: none;
}
.wincalc-type2-selector > div > label,
.wincalc-options > div > div > label {
  display: block;
  font-size: 14px;
  padding: 6px;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 2px;
  /*	 margin-right: 10px;*/
  width: 100%;
  position: relative;
}
.wincalc-type2-selector > div > label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d3d7d0;
}
.wincalc-type2-selector > div > label > span,
.wincalc-options > div > div > label > span {
  display: block;
  float: right;
  font-size: 11pt;
  font-weight: 300;
  color: #999;
}
.wincalc-options > div > div > label > span {
  float: left;
  font-size: 10pt;
}
.wincalc-type2-selector > div > input:checked + label:before {
  border-color: #39b02e;
}
.wincalc-type2-selector > div > input:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #39b02e;
}
.wincalc-type2-selector > div > div {
  margin-top: 13px;
  font-size: 14px;
}
.wincalc-options > div > div > label {
  /*	 background: url(images/check-bg.png) no-repeat 0px 7px;*/
  margin-bottom: 5px;
}
.wincalc-options > div > div > label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #d3d7d0;
}
.wincalc-options > div > div > input:checked + label:before {
  background: #39b02e url(images/check.svg) center no-repeat;
  border-color: #39b02e;
}
.wincalc-bar-wrapper {
  width: 70%;
  float: right;
  border-radius: 5px;
  background: #ddd;
  height: 10px;
  margin-top: 3px;
}
.wincalc-bar-bar {
  background: #627bab;
  height: 100%;
  border-radius: 5px 0px 0px 5px;
}

.wincalc-price-value {
  font-size: 26px;
  font-weight: bold;
  color: #39b02e;
  display: inline-block;
  margin-top: 0px;
}
.wincalc-button {
  padding: 15px 20px;
  background: #59ad07;
  border-radius: 5px;
  width: 170px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  box-shadow: 1px 1px 0px #4f8f3f;
  cursor: pointer;
  float: right;
  margin-right: 20px;
}
.wincalc-button:hover {
  background: #7cb841;
}
.wincalc-17 .calc_text {
  background: white;
  position: absolute;
  top: 1000px;
  left: 0;
  padding: 20px;
}
.wincalc-horisontal-slider-min,
.wincalc-horisontal-slider-max,
.wincalc-vertical-slider-max,
.wincalc-vertical-slider-min {
  position: absolute;
  font-size: 9pt;
  color: #bbb;
}
.wincalc-vertical-slider-max,
.wincalc-vertical-slider-min {
  left: 13px;
  top: 5px;
  /*	 transform: rotate(270deg);*/
}
.text-rotate-270 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.wincalc-vertical-slider-min {
  left: 17px;
  top: auto;
  bottom: 5px;
}
.wincalc-horisontal-slider-min,
.wincalc-horisontal-slider-max {
  top: -20px;
}
.wincalc-horisontal-slider-max {
  right: 0px;
}
@media all and (max-width: 920px) {
  .wincalc-17 {
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .wincalc-type-selector {
    width: 100%;
    order: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wincalc-type2-selector {
    float: left;
    width: 100%;
    order: 3;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  div.wincalc-type-selector-one {
    margin-bottom: 4px;
    width: 49.5%;
    margin-right: 0%;
    /*		 height:85px;*/
  }
  div.wincalc-type-selector-one:nth-child(4n + 1) {
    margin-right: 0;
  }
  .wincalc-type-selector > div {
    padding: 7px 6px;
  }
  .wincalc-constuction {
    height: auto;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .wincalc-frames {
    display: none;
  }
  .wincalc-main-window {
    width: 100%;
    order: 2;
    margin-top: 10px;
  }
  .wincalc-constuction > img {
    max-width: 100%;
    max-height: 200px;
  }
  .wincalc-vertical-slider,
  .wincalc-horisontal-slider {
    display: none;
  }
  .wincalc-size-selector,
  .wincalc-options,
  .wincalc-price {
    width: 100%;
    padding-right: 0;
  }
  .wincalc-options {
    order: 5;
  }
  .wincalc-price {
    order: 6;
    margin-bottom: 20px;
  }
  .wincalc-type2-selector,
  .wincalc-options,
  .wincalc-size-selector {
    margin-right: 0;
    padding-right: 0;
  }
  .wincalc-17 .block-2-items > .block-items-wrapper > div,
  .wincalc-17 .block-3-items > .block-items-wrapper > div {
    width: 50%;
  }
  .wincalc-17 .calc_text {
    top: 1250px;
  }
  .wincalc-size-selector {
    order: 3;
  }
  .wincalc-size-selector input {
    border: 1px solid #ddd;
  }
  .wincalc-type2-selector > div > label,
  .wincalc-options > div > label {
    margin-bottom: 5px;
  }
  .wincalc-type2-selector > div,
  .wincalc-options > div {
    padding-top: 5px;
  }
  .wincalc-button {
    margin-right: 0px;
  }
  .block-2-items > .block-items-wrapper > div {
    padding: 2px 10px;
  }
  #wb_indexExtension1 {
    margin: 0px 0px 0px 0px;
  }
  /* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/
  .animationindexExtension1::before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    content: "";
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 0 175px #ffffff;
    animation: anim-effect-ivana-2 3000ms ease infinite normal;
  }
  .animationindexExtension1::after {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    margin: -35px 0 0 -35px !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    content: "";
    opacity: 0 !important;
    pointer-events: none !important;
    box-shadow: 0 0 0 45px #ffffff !important;
    animation: anim-effect-ivana-1 3000ms ease infinite normal !important;
  }
  @-webkit-keyframes anim-effect-ivana-1 {
    0% {
      opacity: 1;
      -webkit-transform: scale3d(0.5, 0.5, 1);
      transform: scale3d(0.5, 0.5, 1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes anim-effect-ivana-1 {
    0% {
      opacity: 1;
      -webkit-transform: scale3d(0.5, 0.5, 1);
      transform: scale3d(0.5, 0.5, 1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @-webkit-keyframes anim-effect-ivana-2 {
    0% {
      opacity: 1;
      -webkit-transform: scale3d(0.5, 0.5, 1);
      transform: scale3d(0.5, 0.5, 1);
    }
    50%,
    100% {
      opacity: 0;
      -webkit-transform: scale3d(1.2, 1.2, 1);
      transform: scale3d(1.2, 1.2, 1);
    }
  }
  @keyframes anim-effect-ivana-2 {
    0% {
      opacity: 1;
      -webkit-transform: scale3d(0.5, 0.5, 1);
      transform: scale3d(0.5, 0.5, 1);
    }
    50%,
    100% {
      opacity: 0;
      -webkit-transform: scale3d(1.2, 1.2, 1);
      transform: scale3d(1.2, 1.2, 1);
    }
  }
  @keyframes slideme {
    0% {
      left: -30px;
      margin-left: 0px;
    }
    30% {
      left: 110%;
      margin-left: 80px;
    }
    100% {
      left: 110%;
      margin-left: 80px;
    }
  }

  #indexExtension1 {
    width: 282px;
    height: 52px;
    top: 229px;
    left: 528px;
  }

  .btn-1b:hover:after,
  .btn-1b:active:after {
    color: #ffffff !important;
    height: 100%;
  }

  /* Pseudo elements for icons */
  .icon-heart:after,
  .icon-star:after,
  .icon-plus:after,
  .icon-file:before {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    -webkit-font-smoothing: antialiased;
  }
  .icon-envelope:before {
    content: "\e000";
  }
  .icon-cart:before {
    content: "\e007";
  }
  .icon-cart-2:before {
    content: "\e008";
  }
  .icon-heart:before {
    content: "\e009";
  }
  /* Filled heart */
  .icon-heart:after,
  .icon-heart-2:before {
    content: "\e00a";
  }
  .icon-star:before {
    content: "\e00b";
  }
  /* Filled star */
  .icon-star:after,
  .icon-star-2:before {
    content: "\e00c";
  }
  .icon-arrow-right:before {
    content: "\e00d";
  }
  .icon-arrow-left:before {
    content: "\e003";
  }
  .icon-truck:before {
    content: "\e00e";
  }
  .icon-remove:before {
    content: "\e00f";
  }
  .icon-cog:before {
    content: "\e010";
  }
  .icon-plus:before,
  .icon-plus:after {
    content: "\e011";
  }
  .icon-minus:before {
    content: "\e012";
  }
  .bh-icon-smiley:before {
    content: "\e001";
  }
  .bh-icon-sad:before {
    content: "\e002";
  }
  .icon-file:before {
    content: "\e004";
  }
  .icon-remove-2:before {
    content: "\e005";
  }
  /* Button 1 */
  .btn-1 {
    border: 3px solid #fff;
    color: #ffffff;
  }
  /* Button 1a */
  .btn-1aindexExtension1:hover,
  .btn-1aindexExtension1:active {
    color: #ffffff;
    background: #fff;
  }
  /* Button 1b */
  .btn-1bindexExtension1:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #ffffff;
    border-radius: 6px !important;
    z-index: -1;
  }
  .btn-1bindexExtension1:hover,
  .btn-1bindexExtension1:active {
    color: #ffffff;
  }
  .btn-1bindexExtension1:hover:after,
  .btn-1bindexExtension1:active:after {
    height: 100%;
  }
  /* Button 1c */
  .btn-1cindexExtension1:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    border-radius: 6px !important;
    z-index: -1;
  }
  .btn-1cindexExtension1:hover,
  .btn-1cindexExtension1:active {
    color: #ffffff;
  }
  .btn-1cindexExtension1:hover:after,
  .btn-1cindexExtension1:active:after {
    width: 100%;
  }
  /* Button 1d */
  .btn-1dindexExtension1 {
    overflow: hidden;
  }
  .btn-1dindexExtension1:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #ffffff;
    opacity: 0.8;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 6px !important;
    z-index: -1;
  }
  .btn-1dindexExtension1:hover,
  .btn-1dindexExtension1:active {
    color: #ffffff;
  }
  .btn-1dindexExtension1:hover:after {
    width: 100%;
    opacity: 1;
  }
  .btn-1dindexExtension1:active:after {
    width: 101%;
    opacity: 1;
  }
  /* Button 1e */
  .btn-1eindexExtension1 {
    overflow: hidden;
  }
  .btn-1eindexExtension1:after {
    width: 120%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ffffff;
    opacity: 0.8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    border-radius: 6px !important;
    z-index: -1;
  }
  .btn-1eindexExtension1:hover,
  .btn-1eindexExtension1:active {
    color: #ffffff;
  }
  .btn-1eindexExtension1:hover:after {
    height: 1000% !important;
    opacity: 1;
  }
  .btn-1eindexExtension1:hover:after {
    height: 260%;
    opacity: 1;
  }
  .btn-1eindexExtension1:active:after {
    height: 400%;
    opacity: 1;
  }
  /* Button 1f */
  .btn-1findexExtension1 {
    overflow: hidden;
  }
  .btn-1findexExtension1:after {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ffffff;
    opacity: 0.8;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 6px !important;
    z-index: -1;
  }
  .btn-1findexExtension1:hover,
  .btn-1findexExtension1:active {
    color: #ffffff;
  }
  .btn-1findexExtension1:hover:after {
    height: 100%;
    opacity: 1;
  }
  .btn-1findexExtension1:active:after {
    height: 130%;
    opacity: 1;
  }
  /* Button 2 */
  .btn-2indexExtension1 {
    background: #199444;
    color: #fff;
    box-shadow: 0 6px #ab3c3c;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  /* Button 2b */
  .btn-2bindexExtension1 {
    border-radius: 6px !important;
  }
  .btn-2bindexExtension1:hover {
    box-shadow: 0 8px #32cd32;
    top: -2px;
  }
  .btn-2bindexExtension1:active {
    box-shadow: 0 0 #32cd32;
    top: 6px;
  }
  #wb_indexExtension1 {
    position: absolute;
    left: 528px;
    top: 229px;
    width: 282px;
    height: 52px;
    z-index: 2;
  }
  .content {
    width: auto;
  }
  .block-mobile-hidden {
    display: none;
  }
  .block-mobile-only {
    display: contents;
  }
  .wincalc-form {
    order: 6;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .wincalc-form input,
  .wincalc-form button {
    width: 100%;
  }
}
#wb_indexExtension1 {
  margin: 0px 0px 0px 0px;
}
.animationindexExtension1::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 0 175px #ffffff;
  animation: anim-effect-ivana-2 3000ms ease infinite normal;
}
.animationindexExtension1::after {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  margin: -35px 0 0 -35px !important;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  content: "";
  opacity: 0 !important;
  pointer-events: none !important;
  box-shadow: 0 0 0 45px #ffffff !important;
  animation: anim-effect-ivana-1 3000ms ease infinite normal !important;
}
@-webkit-keyframes anim-effect-ivana-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes anim-effect-ivana-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes anim-effect-ivana-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  50%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes anim-effect-ivana-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  50%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

#Extension1 {
  width: 282px;
  height: 52px;
  top: 229px;
  left: 528px;
}

.btn-1b:hover:after,
.btn-1b:active:after {
  color: #ffffff !important;
  height: 100%;
}

/* Pseudo elements for icons */
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}
.icon-envelope:before {
  content: "\e000";
}
.icon-cart:before {
  content: "\e007";
}
.icon-cart-2:before {
  content: "\e008";
}
.icon-heart:before {
  content: "\e009";
}
/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
  content: "\e00a";
}
.icon-star:before {
  content: "\e00b";
}
/* Filled star */
.icon-star:after,
.icon-star-2:before {
  content: "\e00c";
}
.icon-arrow-right:before {
  content: "\e00d";
}
.icon-arrow-left:before {
  content: "\e003";
}
.icon-truck:before {
  content: "\e00e";
}
.icon-remove:before {
  content: "\e00f";
}
.icon-cog:before {
  content: "\e010";
}
.icon-plus:before,
.icon-plus:after {
  content: "\e011";
}
.icon-minus:before {
  content: "\e012";
}
.bh-icon-smiley:before {
  content: "\e001";
}
.bh-icon-sad:before {
  content: "\e002";
}
.icon-file:before {
  content: "\e004";
}
.icon-remove-2:before {
  content: "\e005";
}
/* Button 1 */
.btn-1 {
  border: 3px solid #fff;
  color: #ffffff;
}
/* Button 1a */
.btn-1aindexExtension1:hover,
.btn-1aindexExtension1:active {
  color: #ffffff;
  background: #fff;
}
/* Button 1b */
.btn-1bindexExtension1:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #ffffff;
  border-radius: 6px !important;
  z-index: -1;
}
.btn-1bindexExtension1:hover,
.btn-1bindexExtension1:active {
  color: #ffffff;
}
.btn-1bindexExtension1:hover:after,
.btn-1bindexExtension1:active:after {
  height: 100%;
}
/* Button 1c */
.btn-1cindexExtension1:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  border-radius: 6px !important;
  z-index: -1;
}
.btn-1cindexExtension1:hover,
.btn-1cindexExtension1:active {
  color: #ffffff;
}
.btn-1cindexExtension1:hover:after,
.btn-1cindexExtension1:active:after {
  width: 100%;
}
/* Button 1d */
.btn-1dindexExtension1 {
  overflow: hidden;
}
.btn-1dindexExtension1:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0.8;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 6px !important;
  z-index: -1;
}
.btn-1dindexExtension1:hover,
.btn-1dindexExtension1:active {
  color: #ffffff;
}
.btn-1dindexExtension1:hover:after {
  width: 100%;
  opacity: 1;
}
.btn-1dindexExtension1:active:after {
  width: 101%;
  opacity: 1;
}
/* Button 1e */
.btn-1eindexExtension1 {
  overflow: hidden;
}
.btn-1eindexExtension1:after {
  width: 120%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0.8;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-radius: 6px !important;
  z-index: -1;
}
.btn-1eindexExtension1:hover,
.btn-1eindexExtension1:active {
  color: #ffffff;
}
.btn-1eindexExtension1:hover:after {
  height: 1000% !important;
  opacity: 1;
}
.btn-1eindexExtension1:hover:after {
  height: 260%;
  opacity: 1;
}
.btn-1eindexExtension1:active:after {
  height: 400%;
  opacity: 1;
}
/* Button 1f */
.btn-1findexExtension1 {
  overflow: hidden;
}
.btn-1findexExtension1:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0.8;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 6px !important;
  z-index: -1;
}
.btn-1findexExtension1:hover,
.btn-1findexExtension1:active {
  color: #ffffff;
}
.btn-1findexExtension1:hover:after {
  height: 100%;
  opacity: 1;
}
.btn-1findexExtension1:active:after {
  height: 130%;
  opacity: 1;
}
/* Button 2 */
.btn-2indexExtension1 {
  background: #199444;
  color: #fff;
  box-shadow: 0 6px #ab3c3c;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* Button 2b */
.btn-2bindexExtension1 {
  border-radius: 6px !important;
}
.btn-2bindexExtension1:hover {
  box-shadow: 0 8px #32cd32;
  top: -2px;
}
.btn-2bindexExtension1:active {
  box-shadow: 0 0 #32cd32;
  top: 6px;
}
#wb_indexExtension1 {
  position: absolute;
  left: 528px;
  top: 229px;
  width: 282px;
  height: 52px;
  z-index: 2;
}
.c16_step21_window_opening_selector {
  float: left;
  width: 440px;
  margin-top: 0px;
  padding-top: 5px;
  font-size: 18px;
  margin-bottom: 5px;
}
.c16_step21_warning {
  float: left;
  width: 405px;
  margin-left: 35px;
  font-size: 15px;
  line-height: 16px;
}
.c16_step21_window_opening_selector > div > span {
  display: block;
  padding: 4px 5px;
  background: #f52016;
  color: white;
  border-radius: 20px;
  width: 21px;
  height: 21px;
  float: left;
  font-size: 12px;
  margin: 5px 10px 0px 0px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}
.c16_info_icon {
  line-height: 18px;
}
.content p,
.content ul li {
  color: #000;
}
.content ul {
  padding: 0;
}
.content ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #39b02e;
}
