.card-header{
  background: url(../img/card-header.jpg) no-repeat;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  margin-top: 15px;
}

.career-header{
  background: url(../img/career-header.jpg) no-repeat;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  margin-top: 15px;
}

.navigation.card{
  margin-top: 15px;
  margin-bottom: 15px;
}

.cards{
  padding-top: 50px;
  max-width: 951px;
  margin: auto;
}

.cards .head{
  font-size: 36px;
    font-weight: 500;
    text-align: left;
    color: #333333;
}

.cards .small-head{
  font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    text-align: left;
    color: #333333;
    margin-top: 20px;
}

.cards ul {
  margin-top: 9px;
  list-style-type: none;
  margin-bottom: 40px;
}

.cards ul li{
  font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #333333;
}

.cards ul li:before{
  content: '•';
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 15px;
}

.cards ul li a{
  color: #3BB7FF;
  text-decoration: none;
}

.cards .card{
  background: white;
  border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
/*    padding: 38px 40px;*/
    margin-bottom: 30px;
    cursor: pointer;
}

.cards .card.open{
  cursor: default;
}

.cards .card:hover{
  background: #E5E5E5;
}

.cards .card .small-part{
  float: left;
  position: relative;
  width: 280px;
}
.cards .card .left:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
    height: 100%;
    background:  #e5e5e5;
}

.cards .card .left .small-head{
  font-size: 18px;
    text-align: left;
    color: #990AE3;
    margin-top: 0;
    font-weight: normal;
    line-height: 1;
}

.cards .card .left .big-head{
  font-size: 50px;
    text-align: left;
    color: #333333;
}

.cards .card .big-part{
  padding-left: 30px;
  width: calc(100% - 310px);
  float: left;
  position: relative;
}

.cards .card .big-part .small-head{
  font-size: 18px;
    text-align: left;
    color: #3BB7FF;
    margin-top: 0;
    line-height: 1;
    margin-top: 13px;
}

.cards .card .big-part p{
  font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #333333;
    margin-top: 7px;
}

.cards .card .card-head{
  position: relative;
  cursor: pointer;
  padding: 38px 40px 25px;
  width: calc(100% - 80px);
}

.cards .card .card-head .fa-angle-down{
  float: right;
  font-size: 40px;
    color: #999999;
    position: absolute;
    right: 40px;
    margin-top: 15px;
}

.cards .card.open .card-head .fa-angle-down{
  transform: rotate(180deg);
}

.cards .card .content{
  border-top: solid 1px #e5e5e5;
  padding-top: 40px;
  margin-top: 0px;
  display: none;
  position: relative;
  margin: 0px 40px 40px;
  width: calc(100% - 80px);
}

.cards .card.open{
  background: #E5E5E5;
}

.cards .card .card-calulator{
  margin-top: 30px;
  margin-bottom: 27px;
}

.cards .card .card-calulator input[type="text"] {
    position: absolute;
    border: none;
    background: transparent;
    margin-top: 34px;
    font-size: 22px;
    width: 90px;
    text-align: center;
    outline: none;
    margin-left: -45px;
}

.cards .card  .card-calulator .form-item{
  width: 33.33% ;
  float: left;
  text-align: center;
}


.cards .card  .card-calulator .form-item label{
  margin-top: 27px;
  margin-bottom: 5px;
  display: block;
}

.cards .card  .card-calulator .form-item .description{
  font-size: 14px;
    color: #999999;
}

.cards .card  .card-calulator .circle {
    margin: 0 auto;
}

.cards .card .content .big-part{
  padding-left: 0;
  padding-right: 30px;
  width: calc(100% - 310px);
  position: relative;
}

.cards .card .content .small-part{
  padding-left: 30px;
  width: 250px;
  text-align: center;
}

.cards .card .content .content-text{
  font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #333333;
}

.cards .card .content .context-head{
  font-size: 22px;
    text-align: left;
    color: #990AE3;
    line-height: 1;
}

.cards .card .content .icon-tv2{
  font-size: 43px;
  color: #990AE3;
}

.cards .card .content .head-right{
  font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 15px;
}

.cards .card .content .small-part{
  margin-top: 300px;
}

.cards .card .content .small-part p{
  font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #333333;
    margin-top: 15px;
}

.cards .card .content .small-part a{
  color: #990AE3;
}


.card .part1{
  width: calc(30% - 100px);
  float: left;
  text-align: center;
  padding-left: 100px;
  padding-top: 5px;
  height: 63px !important;
  position: relative;
}

.card .card-head .part {
  height: 68px;
}

.card .card-head .part:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
}

.card .card-head .part4:after{
    content: '';
    display: none;
}

.card .part2{
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}

.card .part3{
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}


.card .part4{
  width: 30%;
  float: left;
  text-align: center;
}

.card .part .head-blue{
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #3BB7FF;
  margin-top: 8px;
}

.card .part p{
  font-size: 14px;
  text-align: center;
  color: #333333;
  margin-top: 8px;
}

.card .part p br{
  display: none;
}

.cards .part .big-head {
    font-size: 50px;
    text-align: left;
    color: #333333;
}

.cards .part .big-head span{
  font-size: 28px;
}

.cards .part .small-head {
    font-size: 18px;
    text-align: left;
    color: #990AE3;
    margin-top: 0;
    font-weight: normal;
    line-height: 1;
}

.cards .contex1{
  padding-left: 100px;
  position: relative;
  margin-bottom: 50px;

}

.cards .contex1:before {
    content: "\f110";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px;
    color: #990AE3;
    position: absolute;
    left: 0;
    top: 0;
}

.cards .contex2{
  padding-left: 100px;
  position: relative;
  margin-bottom: 50px;

}

.cards .contex2:before {
    content: "\f0ac";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px;
    color: #990AE3;
    position: absolute;
    left: 0;
    top: 0;
}


.cards .contex3{
  padding-left: 100px;
  position: relative;
  margin-bottom: 0px;

}

.cards .contex3:before {
    content: "\f024";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px;
    color: #990AE3;
    position: absolute;
    left: 0;
    top: 0;
}

.cards .fa-thumbs-up{
  font-size: 60px;
    color: #CC3CFF;
    margin-top: 40px;
}

.cards .card .content .small-part.sub {
  margin-top: 85px;
}

.cards .buttons-container {
  text-align: center;
}

.cards .buttons-container .button{
  width: 50%;
  float: left;
  background: #E5E5E5;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #990AE3 !important;
  padding: 24px 0px;
  display: block;
  outline: none;
  border: 0px;
  cursor: pointer;
}
.cards.vacancies .buttons-container .button:not(.active){
  color: #fff !important;
}

.cards .buttons-container .button.active{
  background: white;
}

.cards .buttons-container .button:hover{
  background: white;
}

.cards.sub{
  margin-top: 0;
}

.cards #tab1 .container{
  padding: 50px 0 0;
}

.cards #tab2 .container{
  padding: 50px 0 0;

}

.cards .tab{
  display: none;
}
.cards .tab.active {
  display: block;
}

.cards  .icon-fill-1{
  font-size: 65px;
  color: #990AE3;
  position: absolute;
  left: 0;
}

.cards  .icon-infinite{
  font-size: 36px;
  margin-top: -2px;
}

.cards  .icon-sim-1{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 58px;
  color: #990AE3;
}

.bottom-sim{
  margin-top: 40px;
}

@media (max-width: 1275px){
  .cards #tab1 .container{
    padding: 50px 15px;
  }

  .cards #tab2 .container{
    padding: 50px 15px;
  }
}

@media (max-width: 1130px){
  .cards .card .content .small-part{
    width: 146px;
    padding-left: 30px;
  }

  .cards .card .small-part{
    width: 176px;
  }

  .cards .card .big-part{
    width: calc(100% - 206px);
  }

  .cards .card .content .big-part{
    width: calc(100% - 206px);
  }
}

@media (max-width: 1130px){
  .product-info .gallery-top img, .product-info .gallery-top{
    width: 242px;
      height: 389px;
  }

  .choose{
    width: 311px;
  }

  .gallery-top{
    margin-right: 30px;
  }

  .choose .button.credit{
    margin-top: 10px;
  }

  .tabs  .tabs-container.part3 .half{
    height: 400px;
  }

  .tabs  .tabs-container .half.b3{
    background-size: cover;
  }

  .career-blocks .block.big img{
    width: 400px;
  }

  .career-blocks .block.big .right-part{
    width: calc(100% - 412px);
  }

  .career-blocks .block.left{
    margin: 30px 30px 30px 0;
  }

  .career-blocks .block{
    width: calc(50% - 17px);
    margin: 30px 0;
  }
  .career-blocks.no-margin .block{
    margin-bottom: 0;
  }

  .career-blocks .block.small{
    width: calc(33.33% - 22px);
  }

  .career-blocks .block.small.center{
    margin: 30px 30px 0;
  }

  .career-blocks .block.big{
    /*margin:  0px 0 0;*/
  }
}

@media (max-width: 1015px){
  .grey-line .block span{
    float: none;
    display: block;
    margin: auto;
    text-align: center;
  }

  .grey-line .block .text{
    float: none;
    line-height: 1.2;
    text-align: center;
  }

  .shop-category .category-table .categories .phone-info{
    width: 50%;
  }

  .shop-category .category-table .categories .head-block .check-blocks{
    position: fixed;
    bottom: 80px;
    width: 100%;
    background: #E5E5E5;
    z-index: 2;
    left: 0;
    margin-left: 0;
    padding: 10px 20px;
  }

  .hide-on-tabs{
    display: none;
  }

  .gallery-top{
    margin-right: 0px;
  }

}

@media (max-width: 965px){
  .card .card-head .part{
    width: 25%
  }

  .card .card-head .part2{
    width: 20%
  }

  .card .card-head .part1{
    width: calc(30% - 90px);
    padding-left: 90px;
  }

  .cards .icon-fill-1{
    left: 5px;
  }

  .cards .part .big-head{
    font-size: 38px;
  }
  .cards .part .small-head{
    font-size: 18px;
  }

  .cards.sub .card .content .small-part{
    width: 161px;
    padding-left: 15px;
  }

  .cards .card .content .big-part{
    width: calc(100%);
  }

  .cards.sub .card .big-part{
    width: calc(100% - 206px);
  }

  .cards.sub .card .content .big-part{
    width: calc(100% - 206px);
  }


  .cards .card .content .small-part{
    width: 100%;
    padding-left:0px;
    margin-top: 20px;
  }

  .cards .card .left:after {
      content: '';
      display: none;
  }

  .cards.sub .card .left:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: #e5e5e5;
  }

  .cards .content .small-part:before{
    content: '';
    display: block;
    width: 100%;
      height: 1px;
      background: #e5e5e5;
      margin-bottom: 20px;
  }

  .cards.sub .content .small-part:before{
    display: none;
  }

  .cards .card .card-head{
    padding: 38px 15px 25px;
    width: calc(100% - 30px);
  }

  .cards .card .content{
    margin: 0px 15px 40px;
    width: calc(100% - 30px);
  }

  .cards .card .card-head .fa-angle-down{
    right: 15px;
  }
}

@media (max-width: 750px){
  .card .button.mobile{
    margin-left: -15px;
  }

  .card .button.mobile{
    margin-left: -15px;
  }

  .cards.sub .card .content .small-part{
    padding-left: 0;
  }

  .cards #tab2{
    height: auto;
  }

  .cards #tab1{
    height: auto;
  }

  .card .card-head .part{
    width: 33.33%
  }

  .card .card-head .part1{
    width: calc(50% + 10px);
    text-align: center;
    padding-left: calc(50% - 10px);

  }

  .card .card-head .part1:after{
    display: none;
  }

  .cards .icon-fill-1{
    left: auto;
    right: calc(50% + 20px);
  }

  .card .part p br{
    display: block;
  }

  .cards .card .card-head .fa-angle-down{
    right: 30px;
  }

  .cards.vacancies .card .card-head .fa-angle-down{
    right: 25px;
  }

  .cards .card .card-head{
    padding: 35px 0 30px;
    width: calc(100% - 0px);
  }

  .cards .card .content{
    margin: 0px 15px 40px;
    width: calc(100% - 30px);
  }

  .cards.sub .card .content .big-part{
    width: 100%;
    padding-bottom: 20px;
    height: 300px;
    overflow: hidden;
  }

  .cards .card .content .big-part{
    width: 100%;
    padding-bottom: 20px;
    height: 800px;
    overflow: hidden;
  }

  .cards .card .big-part:after{
    display: none;
  }

  .cards.sub .card .small-part:before{
    content: '';
      background: #e5e5e5;
    position: relative;
    top: 0px;
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: 20px;
  }

  .cards .card .content .small-part.sub{
    width: 100%;
    margin-top: 0px;
  }

  .cards .card .small-part{
    padding-left: 15px;
  }

  .cards .card .content .small-part{
    width: 100%;
    padding-left: 0px;
  }

  .card-header{
    background-position: -550px center;
  }

  .cards .card .big-part{
    width: calc(100% - 30px);
    padding-left: 15px;
  }

  .cards .card .card-calulator{
    margin-top: -30px;
  }

  .cards .card .card-calulator .form-item{
    width: 100%;
    margin-top: 50px;

  }

  .cards #tab1 .container{
    padding-bottom: 0;
  }

  .cards #tab2 .container{
    padding-bottom: 0;
  }
}
