.col-xs-12, .col-md-6, .col-lg-4, .col-xxl-3 {
    display: grid;
}

.product-item-container {
    min-height: 450px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    margin-bottom: 40px;
}

.product-item-info {
    padding: 0px 30px;
}

.product-item-title {
    margin-bottom: 35px;
    text-align: left;
}

.product-item-info .product-item-title a {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 900;
    font-size: 21px;
    line-height: 100%;
    color: #323232;
}

.product-item-info .product-item-title a:hover, .product-item-info .product-item-title a:focus, .product-item-info .product-item-title a:active {
    color: rgba(9, 125, 192, 1);
    text-decoration: none;
}

.product-item-info .product-item-info-container .product-item-info-profiles p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: #5a5a5a;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.product-item-info .product-item-info-container .product-item-info-profiles ul {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #5a5a5a;
    letter-spacing: 0.08em;
    margin-left: 40px;
}

.product-item-info .product-item-info-container .product-item-info-profiles ul li:first-child, .product-item-info .product-item-info-container .product-item-info-profiles ul li:not(:first-child){
    margin-bottom: 8px;
	font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #5a5a5a;
    letter-spacing: 0.08em;
	margin-top: 0px;
}

.product-item-info-faculties {
    margin-top: 40px;
    margin-bottom: 30px;
    width: 60%;
}

.product-item-info-container .product-item-info-faculties a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.product-item-info-container .product-item-info-faculties a:nth-last-child(n+2) {
    margin-bottom: 10px;
}

.product-item-info-container .product-item-info-faculties a:hover, .product-item-info-container .product-item-info-faculties a:focus, .product-item-info-container .product-item-info-faculties a:active {
    color: rgba(9, 125, 192, 1);
    text-decoration: none;
}

hr.product-item-info-faculties-before {
    background-color: #C5C5C5;
    border: 0 none;
    height: 1px;
    clear: both;
    border-radius: 30px;
    margin: 0.7em 0;
}

.product-item-info-faculties hr.product-item-info-faculties-after:nth-child(2n+1) {
    background-color: #FFBA00;
    border: 0 none;
    height: 1px;
    clear: both;
    border-radius: 30px;
    width: 80%;
    margin: 0.7em 0;
}

.product-item-info-faculties hr.product-item-info-faculties-after:nth-child(2n) {
    background-color: #097DC0;
    border: 0 none;
    height: 1px;
    clear: both;
    border-radius: 30px;
    width: 80%;
    margin: 0.7em 0;
}

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    border: 1px solid transparent;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    padding: 20px 50px;
    background: white;
    font-family: Raleway;
    font-size: 16px;
    color: #455158;
    margin-right: 23px;
    transition: 0.4s;
    margin-bottom: 23px;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
    border: 3px solid transparent;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    padding: 18px 30px;
    background: white;
    font-family: Raleway;
    font-weight: 600;
    font-size: 15px;
    color: #455158;
    margin-right: 23px;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 23px;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
    border: 3px solid transparent;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    padding: 18px 30px;
    background: white;
    font-family: Raleway;
    font-weight: 600;
    font-size: 15px;
    color: #455158;
    margin-right: 23px;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 23px;
}