.sec-block-v3{
    position: relative;
    margin: 6.4rem 0 8rem;
}
.block-v3-list .col-lg-4:nth-child(n + 4){
    margin-top: 3rem;
}
.block-v3-item{
    display: block;
}
.block-v3-img{
    margin-bottom: 1.6rem;
    overflow: hidden;
}
.block-v3-img img{
    width: 100%;
    height: 22rem;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.block-v3-item:hover .block-v3-img img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}
.block-v3-info{
    padding-bottom: 6.4rem;
    background-image: url(../images/icon-arrow-black.png);
    background-position: left bottom 3.3rem !important;
    background-repeat: no-repeat !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.block-v3-item:hover .block-v3-info{
    background-image: url(../images/icon-arrow-black-lg.png);
}
.block-v3-title *{
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    max-height: 4.8rem;
}
.block-v3-item:hover .block-v3-title *{
    text-decoration: underline !important;
}
.area-main-container .area-wrap {
  padding-top: 55px
}

.area-main-container .area-wrap .area-pic-text-left img {
  object-fit: contain;
  object-position: 50% 50%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%
}

.area-main-container .area-subtitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px
}

.area-main-container .area-pic-text-right {
  max-width: 80%;
  margin: 0 auto
}
.area-main-container .area-paragraph {
  font-size: 18px;
  line-height: 24px;
  margin: 24px 0
}

.area-main-container .area-links-box {
  margin: 40px 0
}

.area-main-container a.card-link-group {
  font-size: 18px;
  line-height: 24px;
  padding-left: 35px;
  margin: 6px 0 12px;
  position: relative;
  width: -moz-max-content;
  /* width: -webkit-max-content; */
  width: -o-max-content;
  width: -ms-max-content;
  display: inline-block;
  color: #000
}

.area-main-container a.card-link-group:after {
  content: "";
  position: absolute;
  background-image: url(../images/link-icon.png);
  width: 18px;
  left: 0;
  top: 5px;
  background-repeat: no-repeat;
  height: 18px
}

.area-wrap {
  padding-top: 16px
}

.area-wrap,.area-wrap-story {
  border-bottom: 1px solid #e9e9ea;
}

.area-wrap-story {
  padding: 56px 0
}

.area-main-dates {
  text-align: center
}

.area-main-dates .area-main-wraper {
  border: 2px solid #c9cacd;
  padding: 56px;
  margin-bottom: 32px;
  height: calc(100% - 32px)
}

.area-main-dates .area-main-wraper .area-dates-desc {
  color: #73767c;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: .1em;
  text-transform: uppercase
}

.area-main-dates .area-main-wraper .area-dates-number {
  font-weight: 700;
  font-size: 150px;
  color: #302783;
  line-height: 150px;
  margin: 60px 0
}

.area-main-dates .area-main-wraper .area-dates-title {
  font-size: 22px;
  line-height: 28px;
  color: #302783
}

.area-main-dates .area-submain-wraper {
  border: 2px solid #c9cacd;
  padding: 24px;
  margin-bottom: 32px
}

.area-main-dates .area-submain-wraper:first-child .area-dates-number,.area-main-dates .area-submain-wraper:first-child .area-dates-title {
  color: #f39200
}

.area-main-dates .area-submain-wraper:nth-child(2) .area-dates-number,.area-main-dates .area-submain-wraper:nth-child(2) .area-dates-title {
  color: #e30613
}

.area-main-dates .area-submain-wraper .area-dates-desc {
  color: #73767c;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: .1em;
  text-transform: uppercase
}

.area-main-dates .area-submain-wraper .area-dates-number {
  font-weight: 700;
  font-size: 75px;
  line-height: 75px;
  margin: 35px 0
}

.area-main-dates .area-submain-wraper .area-dates-title {
  font-size: 18px;
  line-height: 24px
}
@media(min-width:1200px) and (max-width:1307.98px){
    .sec-block-v3 {
        margin: 6.4rem 0 6rem;
    }
	.block-v3-img img {
        height: 20rem;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
	.sec-block-v3 {
        margin: 6.4rem 0 5rem;
    }
    .block-v3-img img {
        height: 16.5rem;
    }
    .block-v3-title * {
        font-size: 1.8rem;
        max-height: 4.4rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
    .sec-block-v3 {
        margin: 6rem 0;
    }
	.block-v3-list .col-lg-4:nth-child(n + 3) {
        margin-top: 3rem;
    }
    .block-v3-img img {
        height: 18.4rem;
    }
    .block-v3-info {
        padding-bottom: 6rem;
        background-position: left bottom 2.8rem !important;
    }
}
@media(max-width:767.98px){
	.sec-block-v3 {
        position: relative;
        margin: 4rem 0;
    }
    .block-v3-list .col-lg-4:nth-child(n + 2) {
        margin-top: 3rem;
    }
    .block-v3-img img {
        height: 28.3rem;
    }
}
@media(max-width:575.98px){
    .block-v3-img img {
        height: 52vw;
    }
}