body{
  margin: 0;
  padding: 0;
}
.minglebody {
  padding: 0!important;
  width: 918px;
  margin: 10px auto 0;
}
strong{
  font-weight: 400;
  font-size: 13px;
  font-family: inherit;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2f0b1u');
  src:  url('fonts/icomoon.eot?2f0b1u#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2f0b1u') format('truetype'),
    url('fonts/icomoon.woff?2f0b1u') format('woff'),
    url('fonts/icomoon.svg?2f0b1u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
  color: #ffffff;
  font-size: 22px;
  vertical-align: text-bottom;
  margin: 0 0 0 20px;
}
.icon-note:before {
  content: "\e901";
  color: #3d80cf;
}
.icon-surrounder:before {
  content: "\1f313";
  color: #eee;
}
.icon-check:before {
  content: "\e903";
  color: #47b44b;
}
.icon-plus:before {
  content: "\e904";
  color: #aeaeae;
}
#compare_container{
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px 0;
  display: block;
}
#main_container{
  font-family: 'Montserrat', sans-serif!important;
  margin: 0 auto;
  overflow: hidden;
}
div#compare_header{
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
}
#features_names{
  display: inline-block;
}
#features_names span{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.57;
  text-align: center;
  color: #444444;
}
#features_names i{
  font-size: 19px;
  vertical-align: text-bottom;
}
#compare_header ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: right;
}
#compare_header li{
  display: inline-block;
  margin: 0px 0 0 19px;
  width: 84px;
}
.plan_features{
  position: relative;
}
.skew_over, .skew_sub{
  position: absolute;
  width: 100px;
  height: 100px;
  background: #ffffff;
  bottom: 0px;
  transform: rotate(18deg) skew(-53deg) translateY(27%) translateX(70%);
  z-index: 2;
}
.skew_sub{
  bottom: -30px;
  transform: rotate(18deg) skew(-53deg) translateY(34%) translateX(70%);
}
.check_container > .skew_sub{
  left: -26%;
}
#compare_header li:nth-of-type(odd) .skew_over, .filter_overflow:nth-of-type(odd){
    visibility: hidden;
}
.plan_features span{
  font-size: 12px;
  font-weight: 200;
  line-height: 1.83;
  text-align: center;
  color: #767676;
  display: block;
  position: relative;
  z-index: 3;
}
.plan_features span:first-of-type{
  text-transform: uppercase;
}
.plan_features i{
  z-index: 3;
  position: absolute;
  top: -8px;
  left: 50%;
  font-size: 68px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#compare_body{
  padding: 38px 0;
  position: relative;
}
#compare_body ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#compare_body li{
  border-top: solid 1px #eeeeee;
  min-height: 41px;
  position: relative;
  overflow: hidden;
}
.item_feature {
    width: calc(100% - 400px);
}
.icon_box{
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: solid 1px #aeaeae;
  position: relative;
  vertical-align: text-top;
  margin: 0px 8px 0 0;
}
.icon_box i{
  font-size:9px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all ease 0.4s;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.active_ico{
  transform: translateX(-50%) translateY(-50%) rotate(45deg)!important;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg)!important;
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg)!important;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg)!important;
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg)!important;
}
.feature_folded{
  width: 100%;
  height: 28px;
  padding: 12px 0;
}
.feature_unfolded{
  display: none;
}

.feature_folded span,
.feature_unfolded span{
  font-size: 12px;
  font-weight: 200;
  line-height: 1.83;
  text-align: left;
  color: #444444;
}
.feature_folded span{
  font-size: 14px;
}
.feature_unfolded span {
    margin: 0 0 15px;
    display: block;
}
.feature_unfolded a{
  color: #0079C1;
  outline: none;
  font-weight: 400;
}
.check_container{
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
}
.check_item{
  width: calc(100% / 4);
  float: right;
  height: 100%;
  position: relative;
}
.check_item i{
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top:50%;
}
#filter_container, .check_container{
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 406px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  overflow: hidden;
}
.filter_overflow, .check_item{
  height: 100%;
  float: right;
  display: block;
  height: 100%;
  width: 84px;
}
.filter_overflow {
  background: #f9f9f9;
  height: calc(100% - 40px);
}
.check_item{
  position: relative;
}
#bottom_prices {
  margin:10px 0 0;
  width: 406px;
  float: right;
  display: flex;
  justify-content: space-between;
}
.price_item {
    display: inline-block;
    width: 84px;
    float: right;
    text-align: center;
}
.price_item span{
  font-size: 12px;
  font-weight: 200;
  line-height: 1.83;
  text-align: left;
  color: #444444;
}
#container_name, .plan_name{
  font-size: 24px;
  font-weight: 100;
  line-height: 0.92;
  text-align: center;
  color: #444444;
  display: block;
  margin: 50px auto;
}
#image_container{
  padding: 70px 30px;
  height: auto;
  background-image: url("backgr.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
#filter_over{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background-color: rgba(0,0,0, 0.6);
}
#image_container #container_name, #image_container p{
  color: #ffffff;
  position: relative;
  z-index: 1;
}
#image_container p{
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
}
#plans_container{
  padding: 0 30px;
}
.plan_item, .link_btn, #links_container{
  margin: 54px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
}
.plan_name{
  width: 18%;
}
.plan_name span{
  display: block;
  margin: 0 auto;
}
.plan_description{
  display: inline-block;
  width: 77%;
  border-left: solid 1px #767676;
  padding: 10px 15px;
}
.plan_description span{
  font-size: 16px;
  font-weight: 200;
  line-height: 1.38;
  text-align: left;
  color: #444444;
}
#links_container, .link_btn{
  margin: 20px 0;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
}
.link_btn{
  width: 243px;
  height: 45px;
  background-color: #47b44b;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  margin: 0 15px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
}
.link_btn span{
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #ffffff;
}
.link_btn:first-of-type i{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}







