.L6_info {
	display: inline-block;
	vertical-align: top;
}

.l6-pic {
	background-image: url("../images/listwa_l6.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
	min-height: 150px !important; 
}

@media (max-width: 550px){
	.l6-pic {
	min-height: 200px !important; 
}
}
.button.bg_green{
  background-color: #0db975;
  display: inline-block;
}
.text_center{
  text-align: center;
}
.col-lg-5{
  position: relative!important;
    width: 100%!important;
    padding-right: 16px!important;
    padding-left: 16px!important;
}
.board_product.fl .row{
  display: flex!important;
}
.board_elem .row{
  display: flex!important;
}
.board_elem_img.w-100{
  width: 100%;
}
.board_elem .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.board_product .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.col-lg-7{
  position: unset!important;
}
.col-12{
  
    flex: -1 0 100%;
    max-width: 100%;
}

.board_main {
  background-color: #fff;
  height: 100% !important;
  text-align: center;
  padding: 100px 0;
  min-height: 600px;
  padding-top: 50px;
}

#calc-summary .button,
#calc_open_config .button {
  display: inline-block;
  position: relative;
  margin: 0px auto !important;
  padding: 20px 60px;
  font-size: 1.2em;
  font-family: "font_book";
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.5s ease;
}

.price_box #calc_price + span {
  line-height: 0.9em;
}

#calc-summary {
  background-color: #f1f1f1;
  color: #565656;
}

#calc_open_config label {
  color: white;
}

#calc_custom_shape {
  color: #40aad0;
}

.fl {
  position: relative;
  float: left;
}

.clear_big {
  clear: both;
  height: 30px;
}

.clear {
  clear: both;
}
@media (max-width: 800px){
  h1.calc_config_title{
    font-size: 33px!important;
  }
}
#calculator_settings {
  background: url("../images/calc_bkg.jpg") no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0px;
  padding: 30px 16px;
  color: #fff;
  z-index: 100;
  box-sizing: border-box;
}
@media (min-width: 1200px){
  .col-xl-4 {
    flex: 0 0 30%;
    max-width: 30%;
}
}

@media (min-width: 1025px){
  .col-lg-5 {
    flex: 0 0 40%;
    max-width: 33.33%;
  }
}

@media (max-width: 61.99em) {
  #calculator_settings {
    position: relative;
  }
  #calculator_settings:before {
    content: "";
    z-index: -1;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: black;
    opacity: 0.5;
  }
}

@media (max-width: 61.99em) {
  #calc_open_config {
    position: relative;
    z-index: 10;
  }
}

@media (min-width: 1400px) {
  #calculator_settings .short {
    width: 1300px;
  }
}
#calculator_settings.is_hidden {
  padding: 30px 0;
}

#calculator_settings .unactive {
  display: none;
}

span#calc_change_settings {
  font-family: "font_semibold";
  padding-bottom: 80px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -67px;
  z-index: 100;
  position: relative;
  font-size: 1.4em;
  letter-spacing: 0.6px;
  width: 100%;
}

@media (min-width: 939px) {
  div#calc_change_settings {
    margin-top: -15px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    max-width: 100%;
    left: 0;
  }
}
div#calc_change_settings .button {
  background-image: url("../images/gear.png");
  background-position: 50px center;
  background-repeat: no-repeat;
  padding: 25px 60px 25px 100px;
  text-transform: uppercase;
}

div#calc_change_settings + .calc_config_big_board {
  bottom: auto;
  top: 49px;
}

span#calc_change_settings:after {
  content: "";
  position: absolute;
  bottom: 10px;
  display: block;
  background: url("../images/calc_change2.png") no-repeat center top;
  width: 56px;
  height: 56px;
  left: 50%;
  margin-left: -28px;
}

span#calc_change_settings:hover {
  color: #20c4ed;
}

span#calc_change_settings:hover:after {
  background-position: center bottom;
}

.calc_config_title {
  font-family: font_black;
  font-size: 2.6em;
  color: #fff;
  display: inline-block;
  padding-right: 124px;
  background: url("../images/calc_logo.png") no-repeat right top;
  background-size: contain;
  height: 33px;
  margin-top: 5px;
}

#calc_close_config .calc_config_title {
  margin-bottom: 40px;
}

#calc_open_config .calc_config_title {
  height: 20px;
  padding-right: 74px;
}

#calculator_settings h2 {
  color: #fff;
  font-family: "font_light";
  font-size: 1em;
  letter-spacing: 1px;
}

.hastip .istip {
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  position: absolute;
  z-index: 100;
  text-align: center;
  display: none;
}

@media (max-width: 61.99em) {
  .boards_settings_column_right,
.boards_settings_column_left {
    float: none !important;
    width: 100%;
  }
}

.calc_config_shape {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  height: 70px;
  width: 70px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 61.99em) {
  .calc_config_shape {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(25% - 20px);
  }
}

.calc_config_shape.active, .calc_config_shape:hover {
  cursor: pointer;
}

#calc_config_shape_regular {
  background-image: url("../images/shape_regular.svg");
}

#calc_config_shape_regular.active, #calc_config_shape_regular:hover {
  background-image: url("../images/shape_regular_active.svg");
}

#calc_config_shape_cut_left {
  background-image: url("../images/shape_left.svg");
}

#calc_config_shape_cut_left.active, #calc_config_shape_cut_left:hover {
  background-image: url("../images/shape_left_active.svg");
}

#calc_config_shape_cut_right {
  background-image: url("../images/shape_right.svg");
}

#calc_config_shape_cut_right.active, #calc_config_shape_cut_right:hover {
  background-image: url("../images/shape_right_active.svg");
}

#calc_config_shape_cut_both {
  background-image: url("../images/shape_both.svg");
}

#calc_config_shape_cut_both.active, #calc_config_shape_cut_both:hover {
  background-image: url("../images/shape_both_active.svg");
}

.calc_config_shape:hover span {
  display: block;
  width: 100px;
  left: -15px;
  top: 65px;
}

.calc_config_type_orientation {
  display: inline-block;
  height: 80px;
  width: 80px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 61.99em) {
  .calc_config_type_orientation {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(25% - 10px);
  }
}

@media (max-width: 61.99em) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (min-width: 939px) {
  .calc_config_type_orientation {
    height: 70px;
    width: 70px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.calc_config_type_orientation.active, .calc_config_type_orientation:hover {
  cursor: pointer;
}

#calc_config_rows_horizontal {
  background-image: url("../images/board_rows_horizontal.svg");
}

#calc_config_rows_horizontal.active, #calc_config_rows_horizontal:hover {
  background-image: url("../images/board_rows_horizontal_active.svg");
}

#calc_config_rows_vertical {
  background-image: url("../images/board_rows_vertical.svg");
}

#calc_config_rows_vertical.active, #calc_config_rows_vertical:hover {
  background-image: url("../images/board_rows_vertical_active.svg");
}

#calc_config_square_horizontal {
  background-image: url("../images/board_squares_horizontal.svg");
}

#calc_config_square_horizontal.active, #calc_config_square_horizontal:hover {
  background-image: url("../images/board_squares_horizontal_active.svg");
}

#calc_config_square_vertical {
  background-image: url("../images/board_squares_vertical.svg");
}

#calc_config_square_vertical.active, #calc_config_square_vertical:hover {
  background-image: url("../images/board_squares_vertical_active.svg");
}

#calc_config_brick_horizontal {
  background-image: url("../images/board_brick_horizontal.svg");
}

#calc_config_brick_horizontal.active, #calc_config_brick_horizontal:hover {
  background-image: url("../images/board_brick_horizontal_active.svg");
}

#calc_config_brick_vertical {
  background-image: url("../images/board_brick_vertical.svg");
}

#calc_config_brick_vertical.active, #calc_config_brick_vertical:hover {
  background-image: url("../images/board_brick_vertical_active.svg");
}

#calc_config_ladder_horizontal {
  background-image: url("../images/board_ladder_horizontal.svg");
}

#calc_config_ladder_horizontal.active, #calc_config_ladder_horizontal:hover {
  background-image: url("../images/board_ladder_horizontal_active.svg");
}

#calc_config_ladder_vertical {
  background-image: url("../images/board_ladder_vertical.svg");
}

#calc_config_ladder_vertical.active, #calc_config_ladder_vertical:hover {
  background-image: url("../images/board_ladder_vertical_active.svg");
}

#calc_config_herringbone_horizontal {
  background-image: url("../images/board_herringbone_horizontal.svg");
}

#calc_config_herringbone_horizontal.active, #calc_config_herringbone_horizontal:hover {
  background-image: url("../images/board_herringbone_horizontal_active.svg");
}

#calc_config_herringbone_vertical {
  background-image: url("../images/board_herringbone_vertical.svg");
}

#calc_config_herringbone_vertical.active, #calc_config_herringbone_vertical:hover {
  background-image: url("../images/board_herringbone_vertical_active.svg");
}

.calc_config_type_orientation:hover span {
  display: block;
  width: 140px;
  left: -40px;
  top: 70px;
}

.calc_right_header {
  float: right;
  margin-right: 20px;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .calc_right_header {
    position: relative;
    right: 20px;
    bottom: 0px;
    margin: 0;
  }
}
#calculator_settings h3 {
  color: #fff;
  font-family: "font_semibold";
  font-size: 1.2em;
  margin-top: 0px;
}

#calculator_settings .calc_config_sizes {
  width: 170px;
}

#calculator_settings .calc_config_sizes.unactive {
  display: none;
}

.config_sizes_before:hover .istip {
  display: block;
  width: 200px;
  right: -210px;
  top: 3px;
}

#calculator_settings .config_sizes {
  display: inline-block;
  margin: 5px 5px 14px 33px;
  box-sizing: border-box;
  width: 88px;
  height: 31px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ada59d;
  color: #fff;
  padding: 3px 10px;
  text-align: right;
  font-family: "font_semibold";
  font-size: 1em;
  position: relative;
  z-index: 90;
}

#calculator_settings .config_sizes_before:hover .config_sizes {
  border: 1px solid #20c4ed;
  color: #20c4ed;
}

#calculator_settings .config_sizes_before span {
  width: 31px;
  height: 31px;
  background: url("../images/calc_sizes.png") no-repeat 0px top;
  position: absolute;
  display: inline-block;
  left: 3px;
  top: 5px;
}

#calculator_settings .config_sizes_before#bb_w span {
  background-position: 0px bottom;
}

#calculator_settings .config_sizes_before#bb_w:hover span {
  background-position: 0 top;
}

#calculator_settings .config_sizes_before#bb_h span {
  background-position: -93px bottom;
}

#calculator_settings .config_sizes_before#bb_h:hover span {
  background-position: -93px top;
}

#calculator_settings .config_sizes_before#bcr_w span {
  background-position: -62px bottom;
}

#calculator_settings .config_sizes_before#bcr_w:hover span {
  background-position: -62px top;
}

#calculator_settings .config_sizes_before#bcr_h span {
  background-position: -155px bottom;
}

#calculator_settings .config_sizes_before#bcr_h:hover span {
  background-position: -155px top;
}

#calculator_settings .config_sizes_before#bcl_w span {
  background-position: -31px bottom;
}

#calculator_settings .config_sizes_before#bcl_w:hover span {
  background-position: -31px top;
}

#calculator_settings .config_sizes_before#bcl_h span {
  background-position: -124px bottom;
}

#calculator_settings .config_sizes_before#bcl_h:hover span {
  background-position: -124px top;
}

.calc_config_options {
  margin-right: 50px;
}
@media (max-width: 61.99em) {
  .calc_config_options {
    margin-right: 0;
    width: 50%;
  }
}

.calc_config_options label {
  display: inline-block;
  margin-top: 2px;
  height: 14px;
  color: white;
  margin-bottom: 13px;
}

.calc_config_options input[type=checkbox] {
  display: none;
}

.calc_config_options input[type=checkbox] + label span.checkbox {
  display: inline-block;
  margin: -2px 16px 0 0;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: url("../images/checkbox.png") no-repeat left top;
  cursor: pointer;
}

.calc_config_options input[type=checkbox]:checked + label span.checkbox {
  background-position: left bottom;
}

.calc_config_options input[type=radio] {
  display: none;
}

.calc_config_options input[type=radio] + label span.radio {
  display: inline-block;
  margin: -2px 16px 0 0;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid #fff;
}

.calc_config_options input[type=radio]:checked + label span.radio {
  border-color: #20c4ed;
  background-color: #20c4ed;
}

#calculator_image {
  background-color: #f1f1f1;
  z-index: 90;
}

.board_main {
  background-color: #fff;
  height: 100% !important;
  width: 100%;
  text-align: center;
  min-height: 600px;
}

@media (min-width: 939px) {
  .board_main {
    padding: 100px 0;
    padding-top: 50px;
    width: 60%;
  }
}
.board_main img {
  width: 90%;
  max-width: 1000px;
}

.board_elems {
  width: 30%;
}

.price_box {
  background-color: #fafafa;
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
}

.price_box h2 {
  position: relative;
  padding-bottom: 24px;
}

.price_box h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 10px;
  background: #dfdfdf;
  bottom: 0;
  left: 0;
}

.price_box #calc_price {
  width: 100%;
  display: inline-block;
  font-family: font_black;
  font-size: 2.4em;
  line-height: 1em;
  margin-top: 9px;
}

.price_box #calc_price small {
  font-size: 0.5em;
  white-space: nowrap;
}

.price_box #calc_price + span {
  font-size: 0.9em;
}

.price_box #calc_price + span strong.txt_green {
  font-size: 1.1em;
}

@media (min-width: 62em) {
  .elems_box {
    padding: 10px 30px 20px 50px;
    box-sizing: border-box;
  }
}

.elems_box .board_elem {
  border-bottom: 1px dashed #dfdfdf;
  display: block;
  position: relative;
  padding: 20px 0;
}

.elems_box h3 {
  font-size: 1.2em;
  line-height: 1em;
}

.elems_box i {
  display: inline-block;
  margin-top: 16px;
}

.board_elem_img {
  width: 45%;
  padding-bottom: 5px;
  max-width: 214px;
}

.board_elem_img .board_elem_img_png {
  height: 25px;
  background: url("../images/calc_deska.jpg") no-repeat left center;
}

.calc_elems_type .board_elem_img_png {
  height: 35px;
  width: 65%;
  display: inline-block;
  cursor: pointer;
  background: url("../images/board_type_wpc.png") no-repeat left center;
  background-size: contain;
  margin-right: 10px;
  position: relative;
}

.calc_elems_wpc_colors .board_elem_img_png {
  height: 26px;
  width: 26px;
  display: inline-block;
  cursor: pointer;
  background: url("../images/compocolor.png") no-repeat left bottom;
  margin-right: 10px;
  position: relative;
}

.calc_elems_radio input[type=radio] {
  display: none;
}

.calc_elems_radio input[type=radio] + label span.radio {
  display: inline-block;
  margin: -24px 10px 0 0;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid #565656;
}

.calc_elems_radio input[type=radio]:checked + label span.radio {
  border-color: #20c4ed;
  background-color: #20c4ed;
}

.calc_elems_wpc_colors input[type=radio] + label span.radio {
  display: none;
}

.board_elem_img_png.wood {
  background-image: url("../images/deska_wood.jpg");
}

.board_elem_img_png.wpclight {
  background-position: -104px bottom;
}

.board_elem_img_png.wpcmedium {
  background-position: -26px bottom;
}

.board_elem_img_png.wpcdark {
  background-position: left bottom;
}

.board_elem_img_png.wpcbrown {
  background-position: -78px bottom;
}

.board_elem_img_png.wpclightbrown {
  background-position: -52px bottom;
}

.calc_elems_radio input[type=radio]:checked + label .board_elem_img_png.wpclight {
  background-position: -104px top;
}

.calc_elems_radio input[type=radio]:checked + label .board_elem_img_png.wpcmedium {
  background-position: -26px top;
}

.calc_elems_radio input[type=radio]:checked + label .board_elem_img_png.wpcdark {
  background-position: left top;
}

.calc_elems_radio input[type=radio]:checked + label .board_elem_img_png.wpcbrown {
  background-position: -78px top;
}

.calc_elems_radio input[type=radio]:checked + label .board_elem_img_png.wpclightbrown {
  background-position: -52px top;
}

.board_elem_img_png.woodlogo {
  background-image: url("../images/board_type_wood.png");
}

.board_elem_img_png.wpclogo {
  background-image: url("../images/board_type_wpc.png");
}

.board_elem_img_color {
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 10px;
  left: -10px;
  top: -10px;
  position: absolute;
}

.calc_elems_radio label:hover .istip {
  display: block;
  width: 100px;
  left: 0;
  bottom: -34px;
}

.board_elem_text {
  width: 55%;
}

.board_elem_text .text_right {
  display: inline-block;
  width: 100%;
}

.calc_config_big_board {
  display: inline-block;
  z-index: 120;
}
@media (min-width: 62em) {
  .calc_config_big_board {
    position: absolute;
    bottom: -58px;
    width: 1px;
    height: 1px;
    left: 50%;
  }
}

.calc_config_big_board.unactive {
  display: none;
}

.calc_config_big_board .big_board_cypel {
  position: absolute;
  background: url("../images/calc_inset.png") no-repeat center bottom;
  width: 30px;
  height: 16px;
  top: 0;
}

.calc_config_big_board .big_board_tekst {
  box-sizing: border-box;
  position: fixed;
  top: 16px;
  z-index: 120;
  text-align: left;
  padding: 15px 15px 15px 50px;
  background: #ec4464 url("../images/calc_alert.png") no-repeat 15px center;
  cursor: pointer;
}
@media (max-width: 61.99em) {
  .calc_config_big_board .big_board_tekst {
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    background-size: 30px;
  }
}
@media (min-width: 62em) {
  .calc_config_big_board .big_board_tekst {
    padding: 25px 60px 25px 136px;
    background: #ec4464 url("../images/calc_alert.png") no-repeat 64px center;
    position: relative;
    width: 540px;
    left: -270px;
  }
}

.calc_config_big_board .big_board_tekst h3 {
  margin-bottom: 5px;
  line-height: 1em;
}

#top_menu ~ #calculator_settings .calc_config_big_board .big_board_tekst {
  top: 89px;
}

#calc_open_config .calc_config_big_board {
  bottom: 25px;
}

#calc_submit {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

#calc_submit .button {
  padding-left: 100px;
  background-image: url("../images/gear.png");
  background-repeat: no-repeat;
  background-position: 50px center;
}

#calc_actions {
  width: 80%;
  position: relative;
  margin: 0 auto !important;
}

#calc_actions .calc_action {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 50px;
  color: #20c4ed;
  cursor: pointer;
  font-size: 0.9em;
  background: url("../images/calc_show.png") no-repeat left top;
  height: 45px;
  text-align: left;
  padding-top: 13px;
  margin: 10px 0px;
}

@media (min-width: 939px) {
  #calc_actions .calc_action {
    width: 49%;
  }
}
#calc_actions .calc_action span {
  display: inline-block;
}

#calc_actions .calc_action#calc_action_pdf {
  background-image: url("../images/calc_pdf.png");
}

#calc_actions .calc_action#calc_action_email {
  background-image: url("../images/calc_send.png");
}

#calc_actions .calc_action#calc_action_email.is_send span {
  color: #0db975;
}

#calc_actions .calc_action#calc_action_email.not_send span {
  color: #ec4464;
}

#calc_actions .calc_action#calc_action_email.sending {
  background: none;
  padding-left: 0px;
}

#calc_actions .calc_action#calc_action_email.sending span {
  display: none;
}

#calc_actions .calc_action#calc_action_email #calc_email {
  background: #fff;
  border: 1px solid #DCDCDC;
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-family: "font";
  width: 80%;
  position: absolute;
  z-index: 80;
  top: 5px;
  border-radius: 5px;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
}

#calc_actions .calc_action#calc_action_email #calc_email_send {
  background: url("../images/calc_send.png") no-repeat left top;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 75%;
  top: 0;
  z-index: 90;
  margin-left: -20px;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
}

#calc_action_info {
  border: 1px solid #828282 !important;
  background-color: rgba(255, 255, 255, 0);
  padding: 20px 16px !important;
}
@media (max-width: 61.99em) {
  #calc_action_info {
    font-size: 14px !important;
    border: none !important;
  }
}

#calc_action_info:hover {
  background-color: #828282;
  color: #fff;
}

#calc_action_info .button_icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  padding-right: 15px;
  background: url("../images/wazne.png") no-repeat left top;
  margin-top: -4px;
  margin-bottom: -8px;
}

#calc_action_info:hover .button_icon {
  background-position: left bottom;
}

#calc_action_pdf_materials {
  border: 1px solid #20c4ed;
  background-color: rgba(255, 255, 255, 0);
  padding: 20px 16px;
  color: #20c4ed;
}
@media (max-width: 61.99em) {
  #calc_action_pdf_materials {
    padding: 20px 30px !important;
  }
}

#calc_action_pdf_materials:hover {
  border-color: #828282;
  background-color: #828282;
  color: #fff;
}

#calc_action_pdf_materials .button_icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  padding-right: 15px;
  background: url("../images/calc_pdf.png") no-repeat left top;
  background-size: contain;
  margin-top: -4px;
  margin-bottom: -8px;
}
@media (max-width: 61.99em) {
  #calc_action_pdf_materials .button_icon {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}

.basket_add_calc {
  min-width: 170px;
}

.basket_add_calc .button_icon {
  display: inline-block;
  width: 28px;
  height: 30px;
  padding-right: 15px;
  background: url("../images/basket.png") no-repeat left top;
  margin-top: -10px;
  margin-bottom: -6px;
}

.basket_add_calc:hover .button_icon {
  background-position: left bottom;
}

.boards_tabs {
  display: inline-block;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  padding: 20px 4%;
  box-sizing: border-box;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 61.99em) {
  .boards_tabs {
    border-radius: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    border-width: 3px;
    font-size: 1.2em;
    border-bottom: 3px solid #dfdfdf;
    padding: 10px 25px;
  }
}

.boards_tabs.active, .boards_tabs:hover {
  color: #20c4ed;
  border-color: #20c4ed;
}

#board_products {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
}

#board_products .board_product {
  width: 100%;
  border-bottom: 1px dashed #dfdfdf;
}

.board_product .list_prod_icon {
  width: 95%;
  height: 134px;
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin-right: 5%;
}
@media (max-width: 800px){
  .board_product .board_elem_text {
    padding-top: 30px!important;
  }
}
.board_product .board_elem_text {
  width: 100%;
  padding-top: 60px;
}

.board_product .board_elem_img_color {
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
  margin-top: -2px;
}

#board_elems {
  display: none;
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
}

#calculator_configure {
  color: white;
}

#calc_actions .calc_action#calc_action_email #calc_email {
  background: #fff;
  border: 1px solid #DCDCDC;
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-family: "font";
  width: 80%;
  position: absolute;
  z-index: 80;
  top: 5px;
  border-radius: 5px;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
}

.board_type_option {
  display: inline-block;
  width: 100%;
}

.board_color_option {
  display: inline;
}

.gumi_type_desc_parent {
  display: flex;
}

#calculator_settings {
  margin-top: 58px;
}


/*# sourceMappingURL=gumi-kalkulator-public.css.map */
