
/* product map grid */
.product_map_grid
{
	width: 100%;
    margin: 50px auto;
    margin-left: 50px;
}

.product_map_grid .tick
{
    height: 13px;
    width: 15px;
    display: block;
    margin: 22px auto 0;
}

.product_map_grid .price
{
    display: block;
    font: 20px "ProximaNova-Regular", Arial;
    margin-top: 11px;
}

.product_map_grid .try_free
{
    font: 13px Verdana, Arial;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    margin: 7px auto 0;
}

.product_map_grid .buy_now
{
    display: block;
    width: 89px;
    height: 35px;
    margin: 0 auto;
}

.product_map_grid .buy_now:hover
{
    text-decoration: none;
}

.product_column,
.block_features
{
    border: 1px solid #bac7d6;
    float: left;
}

.block_features
{
    width: 250px;
    border-right: none;
}

.product_column .row,
.block_features .row
{
    height: 44px;
    padding: 10px 19px 0 51px;
    border-top: 1px solid #ebeff3;
    border-bottom: 1px solid #ebeff3;
}

.product_column .row
{
    padding: 0;
    height: 54px;
}

.product_column .thead,
.block_features .thead
{
    height: 215px;
    border-top: none;
    border-bottom: 1px solid #bac7d6;
    text-align: center;
    padding: 22px 0 0 ;
    margin-left: 0px;
}

.product_column .thead a
{
    font: 14px Verdana, Arial;
}

.product_column .odd,
.block_features .odd
{
    background: #f7f8f7;
    border-top: 1px solid #fff;
    border-bottom: none;
    margin-left: 0px;
}

.product_column .odd
{
    height: 53px;
}

.block_features .odd
{
    height: 43px;
}

.product_column.block_presenter .odd
{
    background: #fcfdfd;;
}

.product_column .tfoot
{
    border-top: 1px solid #bac7d6;
    padding: 22px 0 17px;
    text-align: center;
}

.product_column .row.last,
.block_features .row.last
{
    border-bottom: none;
}

.block_features .row .item_features
{
    float: left;
    font: 13px/17px Verdana, Arial;
    margin-top: 0;
}

.block_features .row .item_features.one
{
    margin-top: 8px;
}

.product_column.block_pro
{
    border-left: none;
    width: 250px;
}

.product_column.block_pro.first
{
    border-left: 1px solid #bac7d6;
    border-right: none;
}

.product_column.block_presenter
{
    width: 252px;
    border: 1px solid #718aa8;
    margin-top: -7px;
    position: relative;
    z-index: 1;
}

.block_shadow
{
    position: relative;
    float: left;
}

.shadow
{
    position: absolute;
}

.shadow_left,
.shadow_right
{
    height: 792px;
    top: 3px;
}

.shadow_top
{
    height: 8px;    
    top: -5px;
}

.shadow_left
{
    background: url(../images/shadow-left.png) repeat-y;
    width: 5px;
    left: -5px;
}

.shadow_right
{
    background: url(../images/shadow-right.png) repeat-y;
    width: 6px;
    right: -6px;
}

.shadow_bottom
{
    width: 240px;
    height: 9px;
    top: auto;
    bottom: -9px;
    left: 7px;
}

.shadow_left.shadow_bottom
{
    width: 12px;
    left: -5px;
}

.shadow_right.shadow_bottom
{
    width: 11px;
    left: auto;
    right: -4px;
}

.product_column.block_presenter .thead
{
    height: 227px;
    padding-top: 17px;
}

.product_column.block_presenter .tfoot
{
    padding-bottom: 21px;
    padding-top: 25px;
}

/* box */
.box
{
    display: block;
    width: 99px;
    height: 136px;
    margin: 0 auto;
}

.box_suite
{
    width: 110px;
    height: 160px;
    margin: 0 auto;
}

.box_slidealloy
{
    width: 95px;
    height: 138px;
}

.full_price
{
    display: block;
    float: left;
    width: 51px;
    height: 16px;
    margin: 13px 15px 0 65px;
}

.money_amount
{
    color: #5b5b5b;
    font: 13px Verdana;
    text-align: center;
}

.special_price
{
    float: left;
    text-align: left;
}

/* tooltips */
.product_map_grid .help_icon
{
    width: 13px;
    height: 13px;
    float: right;
    margin-top: 11px;
    cursor: pointer;
}

.tooltip
{
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.right
{
    margin-left: 7px;
    margin-top: -2px;
}

.tooltip-inner
{
    width: 197px;
    padding: 8px 16px 7px;
    color: #696767;
    text-decoration: none;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    border: 1px solid #acadac;
    font: 11px/15px Verdana, Arial;
    box-shadow: 1px 1px 2px #ccc;
    text-align: left;
}

.tooltip.right .tooltip-arrow
{
    margin-top: -5px;
    width: 6px;
    height: 10px;
    border: none;
}
/* end product map grid */
/* End */



/* Start:/ispring_bitrix/content/css/sprites/product_comparison_background_sprite.css*/

.product_map_grid .tick
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -0px;
}

.box_pro
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -13px;
}

.box_suite
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -149px;
}

.box_quizmaker
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -309px;
}

.box_slidealloy
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -445px;
}

.help_icon
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -583px;
}

.buy_now
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -596px;
}

.buy_now:hover
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -631px;
}

.tooltip.right .tooltip-arrow
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -666px;
}

.shadow_left.shadow_top
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -678px;
}

.shadow_right.shadow_top
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -686px;
}

.shadow_bottom
{
    background-repeat: repeat-x;
  background-image: url(../images/product.png);
  background-position: left -694px;
}

.shadow_left.shadow_bottom
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -703px;
}

.shadow_right.shadow_bottom
{
    background-repeat: no-repeat;
  background-image: url(../images/product.png);
  background-position: left -712px;
}

.full_price
{
  background-image: url(../images/product.png);
  background-position: left -721px;
    background-repeat: no-repeat;
}

/* End */






/* Start:/ispring_bitrix/content/css/products/product_comparison.css*/
.price_block
{
    display: block;
    padding-top: 17px;
    padding-bottom: 14px;
}

.product_map_grid .price_block .price
{
    display: block;
    font: 22px/22px "ProximaNova-Semibold", Tahoma;
    color: #000;
    text-align: center;
}

.product_column .thead,
.block_features .thead
{
    height: 260px;
    padding-top: 25px;
}

.product_column.block_presenter .thead
{
    height: 267px;
    padding-top: 24px;
}

.block_presenter .price_block
{
    padding-top: 5px;
}

.product_column .tfoot
{
    padding-top: 13px;
}

.product_column.block_presenter .tfoot
{
    padding-top: 16px;
    padding-bottom: 25px;
}

.product_column.block_pro,
.product_column.block_presenter
{
    width: 181px;
}

.full_price
{
    display: inline-block;
    margin: 0 5px 0 0;
    float: none;
}

.product_map_grid .price_block .price
{
    display: inline-block;
    margin-top: 0;
    line-height: 22px;
}

.special_price
{
    float: none;
}

.shadow_bottom
{
    width: 180px;
}

.block_presenter .price_block
{
    padding-top: 16px;
}

.price_block
{
    padding-top: 28px;
}
/* End */



/* Start:/ispring_bitrix/templates/ispringsolutions_new/template_styles.css*/
.left_float
{
    float: left;
}

.right_float
{
    float: right;
}

.clear
{
    clear: both;
    font-size: 0;
    line-height: 0;
}

/* End */
