.us {
    padding: 60px 0 140px 0;
}
@media (max-width: 1919px) {
    .us {
        padding-bottom: 130px;
    }
}
@media (max-width: 1599px) {
    .us {
        padding-bottom: 120px;
    }
}
@media (max-width: 1439px) {
    .us {
        padding: 40px 0 100px 0;
    }
}
@media (max-width: 1279px) {
    .us {
        padding-bottom: 90px;
    }
}
@media (max-width: 1023px) {
    .us {
        padding: 30px 0 80px 0;
    }
}
@media (max-width: 767px) {
    .us {
        padding: 30px 0 70px 0;
    }
}
.us .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    padding: 0;
}
.us__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 100px auto;
    max-width: 1110px;
}
@media (max-width: 1919px) {
    .us__top {
        margin-bottom: 90px;
        max-width: 924px;
    }
}
@media (max-width: 1599px) {
    .us__top {
        max-width: 844px;
    }
}
@media (max-width: 1439px) {
    .us__top {
        max-width: 962px;
        margin-bottom: 70px;
    }
}
@media (max-width: 1279px) {
    .us__top {
        max-width: 678px;
        margin-bottom: 60px;
    }
}
@media (max-width: 1023px) {
    .us__top {
        max-width: 100%;
        margin-bottom: 50px;
        padding: 0 35px;
    }
}
@media (max-width: 767px) {
    .us__top {
        padding: 0 20px;
    }
}
.us-sub {
    text-align: center;
    margin-top: 30px;
}
@media (max-width: 1279px) {
    .us-sub {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .us-sub {
        text-align: left;
    }
}
.us__img {
    width: 100%;
    height: 750px;
}
@media (max-width: 1919px) {
    .us__img {
        height: 625px;
    }
}
@media (max-width: 1599px) {
    .us__img {
        height: 562px;
    }
}
@media (max-width: 1439px) {
    .us__img {
        height: 500px;
    }
}
@media (max-width: 1279px) {
    .us__img {
        height: 400px;
    }
}
@media (max-width: 1023px) {
    .us__img {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .us__img {
        height: 240px;
    }
}
.us__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.story {
    padding-bottom: 140px;
}
@media (max-width: 1919px) {
    .story {
        padding-bottom: 130px;
    }
}
@media (max-width: 1599px) {
    .story {
        padding-bottom: 120px;
    }
}
@media (max-width: 1439px) {
    .story {
        padding-bottom: 100px;
    }
}
@media (max-width: 1023px) {
    .story {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .story {
        padding-bottom: 70px;
    }
}
.story .container {
    max-width: 1595px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.story-title {
    margin-bottom: 30px;
}
@media (max-width: 1279px) {
    .story-title {
        margin-bottom: 20px;
    }
}
.story__text-wrapper {
    position: relative;
}
@media (max-width: 1023px) {
    .story__text-wrapper {
        margin-bottom: 50px;
    }
}
.story__text-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(72.5%, #fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 72.5%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 72.5%);
    display: none;
    z-index: 1;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
@media (max-width: 1023px) {
    .story__text-wrapper:before {
        display: block;
    }
}
.story__text-wrapper.active:before {
    opacity: 0;
    visibility: hidden;
}
.story__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 30px;
    margin-bottom: 100px;
}
@media (max-width: 1919px) {
    .story__text {
        margin-bottom: 90px;
    }
}
@media (max-width: 1439px) {
    .story__text {
        margin-bottom: 70px;
    }
}
@media (max-width: 1279px) {
    .story__text {
        margin-bottom: 60px;
    }
}
@media (max-width: 1023px) {
    .story__text {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 0;
        overflow: hidden;
    }
}
@media (max-width: 1023px) {
    .story__col-all {
        max-height: 0px;
        -webkit-transition-duration: 0.4s !important;
        -o-transition-duration: 0.4s !important;
        transition-duration: 0.4s !important;
        padding-bottom: 30px;
    }
}
.story__more {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}
@media (max-width: 1023px) {
    .story__more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.story__more .btn-text {
    color: #551c25;
}
.story__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1023px) {
    .story__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-gap: 30px;
        max-width: 522px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .story__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 30px;
        max-width: 100%;
    }
}
.story__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .story__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.story-num {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    line-height: 130%;
    color: #c59217;
    margin-right: 30px;
}
@media (max-width: 1919px) {
    .story-num {
        font-size: 50px;
        margin-right: 25px;
    }
}
@media (max-width: 1599px) {
    .story-num {
        font-size: 45px;
    }
}
@media (max-width: 1439px) {
    .story-num {
        font-size: 38px;
        margin-right: 20px;
    }
}
@media (max-width: 1279px) {
    .story-num {
        font-size: 32px;
    }
}
@media (max-width: 1023px) {
    .story-num {
        margin-right: 15px;
    }
}
@media (max-width: 767px) {
    .story-num {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 30px;
    }
}
.story-item-p {
    color: #888b87;
    max-width: 290px;
    width: 100%;
}
@media (max-width: 1023px) {
    .story-item-p {
        max-width: 182px;
    }
}
@media (max-width: 767px) {
    .story-item-p {
        text-align: center;
        max-width: 100%;
    }
}
.story__item:first-child .story-item-p {
    max-width: 250px;
}
@media (max-width: 1919px) {
    .story__item:first-child .story-item-p {
        max-width: 185px;
    }
}
@media (max-width: 1023px) {
    .story__item:first-child .story-item-p {
        max-width: 161px;
    }
}
.story__item:nth-child(2) .story-item-p {
    max-width: 290px;
}
@media (max-width: 1919px) {
    .story__item:nth-child(2) .story-item-p {
        max-width: 205px;
    }
}
@media (max-width: 1023px) {
    .story__item:nth-child(2) .story-item-p {
        max-width: 182px;
    }
}
.story__item:nth-child(3) .story-item-p {
    max-width: 250px;
}
@media (max-width: 1919px) {
    .story__item:nth-child(3) .story-item-p {
        max-width: 215px;
    }
}
@media (max-width: 1023px) {
    .story__item:nth-child(3) .story-item-p {
        max-width: 189px;
    }
}
.mis .container {
    max-width: 100%;
    padding: 0;
}
@media (max-width: 1023px) {
    .mis .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.mis__img {
    width: 41.8%;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    height: calc(100vh - 110px);
}
@media (max-width: 1599px) {
    .mis__img {
        height: calc(100vh - 95px);
        top: 95px;
    }
}
@media (max-width: 1439px) {
    .mis__img {
        height: calc(100vh - 75px);
        top: 75px;
    }
}
@media (max-width: 1023px) {
    .mis__img {
        width: 100%;
        position: static;
        height: 803px;
    }
}
@media (max-width: 767px) {
    .mis__img {
        height: 335px;
    }
}
.mis__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mis__img svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 1919px) {
    .mis__img svg {
        width: 383px;
    }
}
@media (max-width: 1599px) {
    .mis__img svg {
        width: 360px;
    }
}
@media (max-width: 1439px) {
    .mis__img svg {
        width: 312px;
    }
}
@media (max-width: 1023px) {
    .mis__img svg {
        width: 344px;
    }
}
@media (max-width: 767px) {
    .mis__img svg {
        width: 220px;
    }
}
.mis__right {
    width: 58.2%;
    padding: 140px 262px 140px 172px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1919px) {
    .mis__right {
        padding: 130px 219px 130px 149px;
    }
}
@media (max-width: 1599px) {
    .mis__right {
        padding: 120px 189px 120px 139px;
    }
}
@media (max-width: 1439px) {
    .mis__right {
        padding: 100px 159px 100px 129px;
    }
}
@media (max-width: 1279px) {
    .mis__right {
        padding: 90px 55px 90px 30px;
    }
}
@media (max-width: 1023px) {
    .mis__right {
        padding: 40px 35px 0 40px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .mis__right {
        padding: 40px 20px 0 20px;
    }
}
.mis__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mis__wrapper:not(:last-child) {
    margin-bottom: 100px;
}
@media (max-width: 1919px) {
    .mis__wrapper:not(:last-child) {
        margin-bottom: 90px;
    }
}
@media (max-width: 1599px) {
    .mis__wrapper:not(:last-child) {
        margin-bottom: 80px;
    }
}
@media (max-width: 1439px) {
    .mis__wrapper:not(:last-child) {
        margin-bottom: 60px;
    }
}
@media (max-width: 1023px) {
    .mis__wrapper:not(:last-child) {
        margin-bottom: 50px;
    }
}
.mis-title {
    margin-bottom: 60px;
    text-transform: uppercase;
}
@media (max-width: 1439px) {
    .mis-title {
        margin-bottom: 40px;
    }
}
@media (max-width: 1279px) {
    .mis-title {
        margin-bottom: 30px;
    }
}
.mis__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mis__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #f0f1f8;
}
@media (max-width: 1279px) {
    .mis__item {
        padding: 25px 0;
    }
}
@media (max-width: 1023px) {
    .mis__item {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .mis__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }
}
.mis__item:first-child {
    border-top: 1px solid #f0f1f8;
}
.mis__item svg {
    min-width: 65px;
    height: 65px;
    margin-right: 40px;
}
@media (max-width: 1439px) {
    .mis__item svg {
        margin-right: 30px;
        min-width: 55px;
        height: 55px;
    }
}
@media (max-width: 1279px) {
    .mis__item svg {
        min-width: 45px;
        height: 45px;
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .mis__item svg {
        min-width: 40px;
        height: 40px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.experts {
    padding: 140px 0;
}
@media (max-width: 1919px) {
    .experts {
        padding: 130px 0;
    }
}
@media (max-width: 1599px) {
    .experts {
        padding: 120px 0;
    }
}
@media (max-width: 1439px) {
    .experts {
        padding: 100px 0;
    }
}
@media (max-width: 1279px) {
    .experts {
        padding: 90px 0;
    }
}
@media (max-width: 1023px) {
    .experts {
        padding: 40px 0 80px 0;
    }
}
@media (max-width: 767px) {
    .experts {
        padding: 30px 0 70px 0;
    }
}
.experts .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.experts-title {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .experts-title {
        margin-bottom: 30px;
        text-align: left;
    }
}
.experts__all {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 60px 30px;
}
@media (max-width: 1439px) {
    .experts__all {
        grid-gap: 40px 30px;
    }
}
@media (max-width: 1279px) {
    .experts__all {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1023px) {
    .experts__all {
        grid-gap: 30px;
    }
}
@media (max-width: 767px) {
    .experts__all {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 20px;
    }
}
.industry {
    background: #f8f8fa;
    padding: 100px 0;
}
@media (max-width: 1919px) {
    .industry {
        padding: 90px 0;
    }
}
@media (max-width: 1439px) {
    .industry {
        padding: 70px 0;
    }
}
@media (max-width: 1279px) {
    .industry {
        padding: 60px 0;
    }
}
@media (max-width: 1023px) {
    .industry {
        padding: 50px 0;
    }
}
.industry .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.industry__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}
@media (max-width: 1439px) {
    .industry__top {
        margin-bottom: 40px;
    }
}
@media (max-width: 1279px) {
    .industry__top {
        margin-bottom: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .industry-title {
        max-width: 185px;
    }
}
.industry__slider {
    width: 100%;
}
.industry__img {
    width: 100%;
    height: 270px;
}
@media (max-width: 1919px) {
    .industry__img {
        height: 224px;
    }
}
@media (max-width: 1599px) {
    .industry__img {
        height: 204px;
    }
}
@media (max-width: 1439px) {
    .industry__img {
        height: 184px;
    }
}
@media (max-width: 1279px) {
    .industry__img {
        height: 143px;
    }
}
@media (max-width: 1023px) {
    .industry__img {
        height: 169px;
    }
}
.industry__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.industry__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 41, 50, 0.6);
}
.industry__img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #ffffff;
    text-align: center;
    width: 400px;
}
@media (max-width: 1279px) {
    .industry__img-text {
        width: 244px;
    }
}
@media (max-width: 1023px) {
    .industry__img-text {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .industry__img-text {
        width: 240px;
    }
}
.industry__dots {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
@media (max-width: 1279px) {
    .industry__dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 767px) {
    .industry__dots {
        margin-top: 15px;
    }
}
.industry-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #dddee7;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.industry-dot:not(:last-child) {
    margin-right: 8px;
}
.industry-dot.active {
    width: 15px;
    background: #551c25;
    border-color: #551c25;
}

/**/

.around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 1023px) {
    .around {
        margin-bottom: 40px;
    }
}
.around__left {
    width: 50.78125%;
    padding: 140px 172px 0 120px;
}
@media (max-width: 1919px) {
    .around__left {
        padding: 120px 150px 0 100px;
    }
}
@media (max-width: 1599px) {
    .around__left {
        padding: 100px 130px 0 80px;
    }
}
@media (max-width: 1439px) {
    .around__left {
        padding: 80px 110px 0 80px;
    }
}
@media (max-width: 1279px) {
    .around__left {
        padding: 140px 60px 0 40px;
    }
}
@media (max-width: 1023px) {
    .around__left {
        width: 100%;
        padding: 0 35px;
    }
}
@media (max-width: 767px) {
    .around__left {
        padding: 0 20px;
    }
}
.around-title {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    text-transform: uppercase;
    color: #373a36;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}
@media (max-width: 1439px) {
    .around-title {
        font-size: 28px;
        line-height: 130%;
    }
}
@media (max-width: 1023px) {
    .around-title {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .around-title {
        font-size: 24px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
}
.around__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.around__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 110px);
}
.around__item:not(:first-child) .around-title {
    display: none;
}
@media (max-width: 1599px) {
    .around__item {
        min-height: calc(100vh - 95px);
    }
}
@media (max-width: 1439px) {
    .around__item {
        min-height: calc(100vh - 75px);
    }
}
@media (max-width: 1023px) {
    .around__item {
        min-height: auto;
    }
}
.around__item:not(:last-child) {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .around__item:not(:last-child) {
        margin-bottom: 30px;
    }
}
.around__item:last-child {
    min-height: calc(100vh - 350px);
}
@media (max-width: 1599px) {
    .around__item:last-child {
        min-height: calc(100vh - 110px);
    }
}
@media (max-width: 1023px) {
    .around__item:last-child {
        min-height: auto;
    }
}
.around__item ul {
    padding-left: 120px;
    margin-bottom: 0;
}
@media (max-width: 1599px) {
    .around__item ul {
        padding-left: 80px;
    }
}
@media (max-width: 1439px) {
    .around__item ul {
        padding-left: 50px;
    }
}
@media (max-width: 767px) {
    .around__item ul {
        padding-left: 30px;
    }
}
.around__item ul li {
    color: #888b87;
}
.around__item ul li:not(:last-child) {
    margin-bottom: 30px;
}
@media (max-width: 1439px) {
    .around__item ul li:not(:last-child) {
        margin-bottom: 15px;
    }
}
.around__item-gold {
    color: #c59217;
    margin-bottom: 60px;
}
@media (max-width: 1023px) {
    .around__item-gold {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .around__item-gold {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
}
.around__item-svg {
    display: none;
}
@media (max-width: 1023px) {
    .around__item-svg {
        display: block;
        width: 100%;
        height: 400px;
    }
}
@media (max-width: 767px) {
    .around__item-svg {
        height: 270px;
        width: auto;
    }
}
.around__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f1f8;
    margin-bottom: 30px;
}
@media (max-width: 1279px) {
    .around__item-top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .around__item-top {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
.around__item-top-num {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 71px;
    letter-spacing: 0.05em;
    color: #c59217;
    opacity: 0.9;
    margin-right: 40px;
}
@media (max-width: 1439px) {
    .around__item-top-num {
        margin-right: 20px;
        font-size: 40px;
        line-height: 130%;
    }
}
@media (max-width: 767px) {
    .around__item-top-num {
        font-size: 30px;
    }
}
.around__right {
    width: 49.21875%;
    position: -webkit-sticky;
    position: sticky;
    height: calc(100vh - 110px);
    top: 110px;
}
@media (max-width: 1599px) {
    .around__right {
        height: calc(100vh - 95px);
        top: 95px;
    }
}
@media (max-width: 1439px) {
    .around__right {
        height: calc(100vh - 75px);
        top: 75px;
    }
}
@media (max-width: 1023px) {
    .around__right {
        display: none;
    }
}
.around__right svg {
    width: 100%;
    height: 100%;
}
.around__right svg #around-1,
.around__right svg #around-2,
.around__right svg #around-3,
.around__right svg #around-5,
.around__right svg #around-6,
.around__right svg #around-7 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.around.scrolled-1 #around-1 {
    opacity: 1;
    visibility: visible;
}
.around.scrolled-2 #around-2 {
    opacity: 1;
    visibility: visible;
}
.around.scrolled-3 #around-3 {
    opacity: 1;
    visibility: visible;
}
.around.scrolled-5 #around-5 {
    opacity: 1;
    visibility: visible;
}
.around.scrolled-6 #around-6 {
    opacity: 1;
    visibility: visible;
}
.around.scrolled-7 #around-7 {
    opacity: 1;
    visibility: visible;
}
.around_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.around_reverse .around__left {
    padding: 140px 120px 0 172px;
}
@media (max-width: 1919px) {
    .around_reverse .around__left {
        padding: 120px 100px 0 150px;
    }
}
@media (max-width: 1599px) {
    .around_reverse .around__left {
        padding: 100px 80px 0 130px;
    }
}
@media (max-width: 1439px) {
    .around_reverse .around__left {
        padding: 80px 80px 0 110px;
    }
}
@media (max-width: 1279px) {
    .around_reverse .around__left {
        padding: 140px 40px 0 60px;
    }
}
@media (max-width: 1023px) {
    .around_reverse .around__left {
        width: 100%;
        padding: 0 35px;
    }
}
@media (max-width: 767px) {
    .around_reverse .around__left {
        padding: 0 20px;
    }
}
