.info{
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 20px;
}

.info .section__title{
    position: relative;
    z-index: 2;
}

.info .section__inner{
    padding-top: 5px;
    position: relative;
    min-height: 590px;
    padding: 30px 0;
}

.info__image-wrapper{
    position: relative;
    top: 0;
    left: 0;
    height: 490px;
    overflow: hidden;
    z-index: 1;
    transform-origin: top left;
}

.info__image-wrapper:before{
    content: "";
    width: calc(100% + 310px);
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(../images/panoram.jpg);
    transform-origin: top left;
}

.info__image{
    width: calc(100% + 310px);
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(images/panoram.jpg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.info__image{
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skewX(-20deg);
    transform: translate(-50%, -50%) skewX(-20deg);
}

.info__list{
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
}

.info__list-item{
    position: absolute;
    z-index: 2;
}

.info__list-item:hover{
    cursor: pointer;
}

.info__list-item:hover .info__list-icon{
    z-index: 25;
}

.info__list-item:hover .info__list-icon .icon_arrow{
    opacity: 1;
}

.info__list-item:hover .info__list-icon .icon_info{
    opacity: 0;
}

.info__list-item:hover .info__list-content{
    width: 443px;
    height: auto;
    padding: 10px;
    bottom: 13px;
    left: 0;
    z-index: 20;
}

.info__list-item:nth-child(1){
    top: 480px;
    left: 1065px;
    z-index: 9;
}

.info__list-item:nth-child(2){
    top: 503px;
    left: 715px;
    z-index: 14;
}

.info__list-item:nth-child(3){
    top: 374px;
    left: 500px;
    z-index: 1;
}

.info__list-item:nth-child(4){
    top: 470px;
    left: 286px;
    z-index: 2;
}

.info__list-item:nth-child(5){
    top: 342px;
    left: 710px;
    z-index: 6;
}

.info__list-item:nth-child(6){
    top: 435px;
    left: 200px;
    z-index: 6;
}

.info__list-item:nth-child(7){
    top: 490px;
    left: 360px;
    z-index: 6;
}

.info__list-item:nth-child(8){
    bottom: 105px;
    right: 456px;
    z-index: 12;
}

.info__list-item:nth-child(9){
    bottom: 158px;
    right: 618px;
    z-index: 12;
}

.info__list-content{
    display: -moz-flex;
    display: flex;
    -moz-align-items: flex-start;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 0;
    bottom: 13px;
    left: 0;
    position: absolute;
    z-index: 3;
    height: 0;
    width: 0;
    overflow: hidden;
    box-shadow: 0.4px 5px 13px 0 rgba(0, 0, 0, 0.27);
}

.info__list-thumb{
    width: 130px;
    flex-shrink: 0;
    margin-right: 10px;
}

.info__list-thumb img{
    display: block;
    width: 100%;
}

.info__list-text h6{
    margin: 0;
    font-size: 14px;
    color: #002c37;
    text-transform: uppercase;
}

.info__list-text p{
    margin: 0;
}

.info__button-wrapper{
    position: absolute;
    right: 13px;
    bottom: 55px;
    z-index: 2;
    text-align: right;
}
.info__button-wrapper .btn{
    border-radius: 50px;
}

.info__button{
    padding: 19px 60px;
}

.info__list-icon{
    width: 30px;
    height: 30px;
    box-shadow: 0.4px 5px 13px 0 rgba(0, 0, 0, 0.27);
    background-image: linear-gradient(to top, #1f82df, #00daf0);
    border-radius: 100%;
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info__list-icon .icon{
    font-size: 17px;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
}

.info__list-icon .icon_arrow{
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 13px;
    margin-top: -6px;
    margin-left: -6px;
}

.info__list-icon .icon_info{
    margin-top: -8px;
    margin-left: -8px;
}

.plus{
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0;
    transform: translateY(-2px);
}

.section__title{
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 50px;
    color: #002c37;
    text-transform: uppercase;
    text-align: center;
}
