html {
  scroll-behavior: smooth !important;
}
body {
  min-width: 360px;
}
.list-table-price {
  padding: 70px;
}
.list-table-price .table-responsive {
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 6px;
}
.list-table-price th{
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .02em;
  color: #143076;
  border-bottom:none;
}
.list-table-price thead th {
  border-bottom:none;
  vertical-align: middle;
}

.list-table-price th, .list-table-price td {
  border-top: none;
  height: 60px;
  padding: 0 30px;
  vertical-align: middle;
}
.list-table-price td {
  color: #000000;
  font-weight: 500;
  font-size: 17px;
}
.list-table-price td:first-child{
  font-weight: 400;
}

.list-table-price tbody tr:nth-of-type(2n+1) {
  border-radius: 6px;
  background-color: #F2F5FA;
}

.list-type {
	position: relative;
}
.list-type-header {
	position: absolute;
	top: 40%;
	left: 10%;
	color: white;
}
.section-main-works .swiper-button-prev {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    top: 50%;
    left: -20px;
    background: #29AFE9;
    padding: 0;
    margin: -22px 0 0;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.formUserAccountBoxContainer .avatarBox {display: none;}


/* lg */ 
@media (max-width: 1219px) {
  .list-table-price {
    padding: 0;
  }
  .list-table-price .table-responsive {
    padding: 10px 15px;
  }
  .list-table-price th, .list-table-price td {
    padding: 0 15px;
  }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

}

/* xs */
@media (max-width: 767px) {

}

/* XS Portrait */
@media (max-width: 480px) {

}