.first__col {
    position: relative;
    display: none;
    opacity: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.first__col.loaded {
    opacity: 1;
}

.first__col--info {
    position: relative;
    padding: 1rem .5rem;
}

.first__col--info p {
    margin: 0 1rem;
}

.first__col--info p:last-child {
    border-top: 1px solid #e5e5e5;
}

.first__col--info:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    top: 40%;
    right: 0;
    background: #fff;
    z-index: -1;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.11);
}

.first__image {
    position: relative;
    z-index: 2;
}

.first__info {
    position: relative;
    padding: 4rem 0 1rem;
    z-index: 3;
}

.first__video__button {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    left: -1rem;
    top: -webkit-calc(70% - 2rem);
    top: calc(70% - 2rem);
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #1fbc53;
    z-index: 3;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.first__video__button .icons {
    fill: #fff;
    stroke: #1fbc53;
    stroke-width: 2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.first__video__button:hover {
    background: rgba(31, 188, 83, 0.8);
}

.first__video__button:hover .icons {
    fill: #fff;
    stroke: #fff;
}

.first__video__button--decor {
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    width: 8rem;
    height: 8rem;
    top: -webkit-calc(70% - 4rem);
    top: calc(70% - 4rem);
    left: -3rem;
}

.first__video__button--decor div {
    width: 8rem;
    height: 8rem;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 120 120' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='60' cy='60' r='50' stroke='%231FBC53' stroke-width='4' stroke-dasharray='0 10' stroke-linecap='round' fill='transparent'/></svg>");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.first__video__button--decor div:last-child {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.first__video__button:hover + .first__video__button--decor div {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}

.first__video__button:hover + .first__video__button--decor div:last-child {
    -webkit-transform: rotate(1440deg);
    transform: rotate(1440deg);
}

.first__video__button:active {
    -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}

.first__video__button:active + .first__video__button--decor div {
    opacity: 0;
}

.first__video__info {
    position: absolute;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    top: 59%;
    z-index: 4;
    left: 5rem;
    padding: .5rem;
}

.first__video__info:after {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    left: -10px;
}

.first__form {
    -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.11);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.first__decor {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.first__decor__item {
    position: absolute;
    display: block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.first__decor__item div {
    height: .2rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 6 3' ><circle cx='1.5' cy='1.5' r='1.5' fill='%231FBC53'/></svg>");
}

.first__decor__item:nth-child(1) {
    top: 2rem;
    left: 0;
    width: 10rem;
}

.first__decor__item:nth-child(1) div {
    margin: .2rem 0;
}

.first__decor__item:nth-child(2) {
    top: 2rem;
    right: 0;
    width: 10rem;
}

.first__decor__item:nth-child(2) div {
    margin: .4rem 0;
}

.first__decor__item:nth-child(3) {
    bottom: 0rem;
    right: -.5rem;
    height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.first__decor__item:nth-child(3) div {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 3 19'><path class='st0' d='M3,10.5v-9C3,0.67,2.33,0,1.5,0S0,0.67,0,1.5v9C0,11.33,0.67,12,1.5,12S3,11.33,3,10.5z' fill='%231FBC53'/></svg>");
    margin: 0 .4rem;
    height: 100%;
    width: .2rem;
}

.first__decor__item:nth-child(3) div:nth-child(2n) {
    margin-top: 1rem;
}

.first__decor__item:nth-child(4) {
    bottom: 2rem;
    left: 50%;
    width: 3rem;
    z-index: 7;
}

.first__decor__item:nth-child(4) div {
    margin: .2rem 0;
}

@media (min-width: 576px) {
    .first__info {
        display: none;
    }
}

@media (min-width: 768px) {
    .first__col {
        display: block;
    }

    .first__image {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .first__info {
        display: block;
        margin-top: -8rem;
        -webkit-clip-path: polygon(-10% 0, 50% 3rem, 110% 0, 110% 110%, 0 110%);
        clip-path: polygon(-10% 0, 50% 3rem, 110% 0, 110% 110%, 0 110%);
        background: #fff;
        -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.11);
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.11);
        -webkit-border-radius: 0 0 1rem 1rem;
        border-radius: 0 0 1rem 1rem;
    }

    .first__col--info {
        text-align: center;
    }

    .first__col--info:after {
        top: -webkit-calc(50% - 1.5rem);
        top: calc(50% - 1.5rem);
        width: 1px;
        height: 3rem;
        background: #e5e5e5;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    .first__col--info:last-child:after {
        display: none;
    }

    .first__col--info p:last-child {
        border: unset;
    }

    .first__image {
        width: -webkit-calc(100% - 3rem);
        width: calc(100% - 3rem);
        height: unset;
    }

    .first__video__info {
        top: 61%;
        left: 6rem;
    }

    .first__decor__item:nth-child(3) {
        bottom: 2rem;
        right: 1rem;
    }

    .first__decor__item:nth-child(4) {
        display: none;
    }
}
