.sed-container {
    background: url(/sed/back.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.sed-block {
    display:flex;
    align-items: center;
    height: 655px;
}
.sed-block .sed-block__right{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.sed-block__header {
    font-weight: bold;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    color: #bcd00b;
}
.sed-block__text {
    color: #1b4265;
    font-size: 29px;
    line-height: 34px;
    padding-top: 15px;
}
.btns-sed {
    margin-top: 60px;
}
@media only screen and (max-width: 1000px) {
    .sed-block__header {
        font-size: 40px;
        line-height: 40px;
    }
    .sed-block__text {
        font-size: 18px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 830px) {
    .sed-block {
        height: 359px;
    }
    .sed-block__right img {
        width: 240px;
    }
}
@media only screen and (max-width: 760px) {
    .sed-block {
        height: 284px;
    }
    .sed-block__right img {
        width: 190px!important;
    }
    .sed-container {
        background-size: contain;
    }
    .sed-block__header {
        font-size: 25px;
        line-height: 25px;
    }
    .sed-block__text {
        font-size: 14px;
        line-height: 14px;
        padding-top: 0px;
    }
}
@media only screen and (max-width: 450px) {
    .sed-block {
        flex-direction: column;
    }
    .btns-sed {
        margin-top: 20px;
    }
    .sed-block__right {
        padding-top: 20px;
    }
    .sed-block {
        height: 359px;
    }
}

.sed-two {
    background: #f7f8f9;
    position: relative;
}
.triangle-green-sed-two {
    position: absolute;
    right: 0;
    top: -380px;
    min-height: 643px;
    width: 290px;

}
.triangle-green-sed-two img{
    width: 290px;
}
.sed-two__block {
    display:flex;
    align-items:center;
    padding: 80px 0;
    position: relative;
    z-index: 2;
}
.sed-two__left {
    padding-right: 60px;
}
.sed-two__left img {
    width: 770px;
    margin-left: -210px;
}
.sed-two__right {
    font-size: 22px;
    color: #1b4265;
}
@media only screen and (max-width: 1300px) {
    .sed-two__left img {
        width: 520px;
        margin-left: -79px;
    }
    .sed-two__right {
        font-size: 18px;
        color: #1b4265;
    }
    .triangle-green-sed-two {
        top: -5%;
        min-height: 443px;
        width: 200px;
    }
    .triangle-green-sed-two img{
        width: 200px;
    }
}
@media only screen and (max-width: 800px) {
    .sed-two__left img {
        width: 380px;
        margin-left: -30px;
    }
}
@media only screen and (max-width: 767px) {
    .sed-two__left img {
        width: 230px!important;
        margin-left: -30px;
    }
}
@media only screen and (max-width: 600px) {
    .sed-two__block {
        flex-direction: column;
    }
    .sed-two__left img {
        width: 290px!important;
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .triangle-green-sed-two {
        display:none;
    }
    .sed-two__left {
        padding-right: 0px;
    }
}

.sed-three {
    background: #a2b406;
    position: relative;
}
.triangle-green-sed-three {
    position: absolute;
    left: 0;
    top: 15%;
}
.triangle-green-sed-three img{
    width: 350px;
}
.sed-three__block {
    margin: 0 auto;
    max-width:540px;
    font-size:29px;
    color:#fff;
    font-weight: 400;
    position:relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
}
.sed-three__block .absolute-sed {
    position: absolute;
    top: 142px;
    right: 0;
    font-size: 253px;
    color: #bcd00b;
    font-weight: 200;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .sed-three__block {
        font-size: 24px;
    }
    .sed-three__block .absolute-sed{
        font-size: 160px;
        top: 125px;
    }
    .triangle-green-sed-three {
        position: absolute;
        left: -20%;
        top: 15%;
    }
}
@media only screen and (max-width: 551px) {
    .sed-three__block {
        font-size: 19px;
        padding: 100px 50px;
    }
}
@media only screen and (max-width: 413px) {
    .triangle-green-sed-three {
        left: -35%;
    }
    .sed-three__block {
        font-size: 19px;
        padding: 70px 30px;
    }
    .sed-three__block .absolute-sed {
        font-size: 120px;
        top: 100px;
        right: 35px;
    }
}

.sed-comment {
    background: url(/../../sed/triangle-white-1.png) no-repeat 10% 75%, #f7f8f9 url(/../../sed/triangle-white-2.png) no-repeat 93% 40%;
    position: relative;
}
.sed-comment .triangle-green {
    position: absolute;
    right:0;
    top: 10px
}
.sed-comment .triangle-green img{
    width: 350px;
}
.sed-four-container-block {
    display:flex;
    position:relative;
    z-index:2;
    margin-left:-15px;
    margin-right:-15px;
}
.sed-four-container {
    display:flex;
    flex-direction: column;
    overflow:hidden;
    margin-left:15px;
    margin-right:15px;
}
.sed-four-container.right {
    justify-content: flex-end;
}
.sed-four-container .sed-four__block {
    max-width: 260px;
    height: 300px;
    border: 1px solid #e6e6e6;
    margin: 15px 0;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(128, 128, 128, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sed-four__block .sed-four__img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: #f7f8f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    margin-top: 40px;
    transition: all 0.5s;
}
.sed-four__block .sed-four__img:hover {
    transform: scale(1.1);
}
.sed-four__block .sed-four__img img{
    transition: all 0.5s;
}
.sed-four__block .sed-four__img:hover img{
    transform: scale(0.9);
}
.sed-four__block .sed-four__text {
    padding: 0 20px;
    font-size: 20px;
    color: #271f47;
}
@media only screen and (max-width: 900px) {
    .sed-four__block .sed-four__img {
        width: 100px;
        height: 100px;
    }
    .sed-four__block .sed-four__img img {
        max-height: 100px;
        max-width: 100px;
    }
    .sed-four__block .sed-four__text {
        font-size: 16px;
        line-height: 22px;
    }
    .sed-four-container .sed-four__block {
        height: 260px;
    }
}
@media only screen and (max-width: 760px) {
    .sed-four-container-block {
        flex-direction: column;
    }
    .sed-four-container .sed-four__block {
        max-width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
}

.sed-fish {
    background: url(/../../sed/triangle-grey-1.png) no-repeat 96% 20%;
    position: relative;
}
.triangle-green-fish {
    position: absolute;
    left: 0;
    top: -802px;
    height: 606px;
    width: 270px;
}
.triangle-green-fish img {
    width: 270px;
}
.sed-five-container-block {
    position: relative;
    z-index: 2;
}
.sed-five__block {
    max-width: 800px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.sed-five__text {
    text-align: left;
    margin-left: 30px;
    color: #1b4265;
    font-size: 22px;
}
.sed-five__text.left {
    margin-left: 0px;
    margin-right: 30px;
}
.sed-five__img {
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8f9;
    border-radius: 50%;
    position:relative;
    flex: 0 0 260px;
}
.absolute-buble {
    background: url('/../../sed/fish_bubble.png');
    width:260px;
    height: 260px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    animation: Orbita 15s linear infinite;
}
.absolute-buble.shark {
    background: url('/../../sed/shark_bubble.png')
}
@keyframes Orbita-block {

    from {left: 0}

    50% {
        left: 20px;
    }


    to {left: 0;
    }

}

@keyframes Orbita {

    from {background-position: 50% 0px;
    }



    to {background-position: 50% -261px;
    }

}
@media only screen and (max-width: 600px) {
    .sed-five__block {
        flex-direction: column;
        padding: 20px 0;
    }
    .sed-five__text {
        text-align: center;
        margin-left: 0px;
        margin-top: 10px;
    }
    .sed-five__text.left {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0;
        margin-bottom: 10px;
    }
}


.sed-video {
    background:#a2b406;
    padding-top: 70px;
    padding-bottom: 160px;
    position:relative;
}
.triangle-green-sed-video {
    position: absolute;
    right: 0;
    top: 10%;
}
.sed-video .big-title {
    color:#fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sed-video .big-title:after {
    background:#fff;
}
.sed-video__block {
    display:flex;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}
.sed-video__block-left {
    width: 100%;
    max-width: 800px;
}
.sed-video__block-right {
    margin-left: 30px;
    width: 100%;
    max-width: 270px;
    height: 460px;
    overflow-x: hidden;
    background: #a2b406;
}
.sed-video__block-right::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #a2b406;
    border-radius: 10px;
}

.sed-video__block-right::-webkit-scrollbar
{
    width: 10px;
    background-color: #a2b406;
}

.sed-video__block-right::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #b5d100;
}

.sed-block-button {
    display:flex;
    font-size: 18px;
    color: #fff;
    width: 100%;
    max-width: 270px;
    padding: 11px 10px;
    background: #a2b406;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0px 5px 0px #33333300;
    z-index: 1;
}
.sed-block-button:hover, .sed-block-button.active {
    background: #bbcf0b;
    box-shadow: 0 0px 5px 0px #33333345;
    z-index: 2;
}
.sed-block-button .sed-block-button__left {
    flex: 0 0 40px;
}
.sed-block-button .sed-block-button__center {
    flex: 0 1 100%;
    margin: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.sed-block-button .sed-block-button__center .sed-block-button__center-absolute {
    display: inline-block;
}
.sed-block-button:hover .sed-block-button__center .sed-block-button__center-absolute {
    animation: scroll 4s infinite linear;
    padding-left: 100%;
}
#lazyY, .js-lazyYT-sed {
    padding-bottom: 0!important;
}
.js-lazyYT-sed .ytp-thumbnail{
    background-size: cover!important;
}
.js-lazyYT.js-lazyYT-all {
    width: 100%!important;
    max-width: 560px!important;
    height: 360px!important;
    padding-bottom: 0!important;
    margin: 0 auto;
    position: relative;
}
.js-lazyYT.js-lazyYT-all .ytp-thumbnail{
    background-size: cover!important;
}
.js-lazyYT.js-lazyYT-all .ytp-large-play-button{
    transform: scale(1)!important;
}
@keyframes scroll {
    0% {
        transform: translate(0, 0);

    }


    100% {
        transform: translate(-100%, 0);

    }

}
.video-container.hide {
    display:none;
}
@media only screen and (max-width: 1000px) {
    .sed-video__block {
        flex-direction: column;
        align-items: center;
    }
    .sed-video__block-right {
        margin-left: 0px;
        max-width: 100%;
    }
    .sed-block-button {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .sed-video__block-left {

    }
}

.sed-comment {
    background: url(/sed/back-comment.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 130px;
    padding-bottom: 60px;
}
.sed-comment__block {
    display: flex;
    align-items: center;
    position: relative;
    z-index:2;
}
.sed-comment__block .comment-text {
    border: 12px solid #bcd00b;
    padding: 25px;
    margin-right: 30px;
    position: relative;
}
.sed-comment__block .comment-text:before {
    content: '';
    width: 105px;
    height: 105px;
    position: absolute;
    right: -105px;
    top: 80px;
    border-top: 100px solid #bcd00b;
    border-right: 104px solid transparent;
}
.sed-comment__block .comment-text:after {
    content: '';
    width: 81px;
    height: 81px;
    position: absolute;
    right: -81px;
    top: 90px;
    border-top: 81px solid #ffffff;
    border-right: 86px solid transparent;
}
.sed-comment__block .comment-text__body {
    font-size: 22px;
    color: #1b4265;
    padding: 30px 50px;
}
.sed-comment__block .comment-text__footer {
    padding-top: 15px;
    margin-bottom: -30px;
    text-align: right;
}
.sed-comment__block .comment-text__footer .author{
    color: #bcd00b;
    font-size: 26px;
}
.sed-comment__block .comment-text__foote .author-bottom {
    font-size: 22px;
    color: #1b4265;
}
@media only screen and (max-width: 1000px) {
    .sed-comment__block .comment-text__body {
        font-size: 15px;
        padding: 20px 20px;
    }
    .sed-comment__block .comment-logo img{
        width: 180px;
    }
}
@media only screen and (max-width: 760px) {
    .sed-comment__block .comment-text__top img{
        max-width: 90px !important;
    }
    .sed-comment__block .comment-logo {
        width: 100%;
    }
    .sed-comment__block .comment-logo img{
        max-width: 150px !important;
    }
}
@media only screen and (max-width: 600px) {
    .sed-comment__block {
        flex-direction: column-reverse;
    }
    .sed-comment__block .comment-text:before {
        display:none;
    }
    .sed-comment__block .comment-text:after {
        display:none;
    }
    .sed-comment__block .comment-logo {
        margin-bottom: 20px;
        text-align:center;
    }
    .sed-comment__block .comment-text {
        margin-right: 0px;
    }
    .sed-comment__block .comment-text__body {
        padding: 20px 0px;
    }
    .sed-comment__block .comment-text__footer .author {
        font-size: 18px;
    }
    .sed-comment__block .comment-text {
        border: 5px solid #bcd00b;
        padding: 10px;
    }
}

.sed-comment.top {
    background: url(/../../sed/triangle-grey-2.png) no-repeat 5% 75%, url(/../../sed/back-comment.png) no-repeat 99% 95%;
    padding-top: 60px;
    padding-bottom: 60px;
    position:relative;
}
.sed-comment.top .single-slide {
    position:relative;
    z-index: 2;
}
.sed-comment.top .sed-comment__block {
    display: flex;
    align-items: center;
}
.sed-comment.top .sed-comment__block .comment-text {
    border: 12px solid #bcd00b;
    padding: 25px;
    margin-left: 30px;
    position: relative;
    background-color: #fff;
}
.sed-comment.top .sed-comment__block.left .comment-text:before {
    content: '';
    width: 105px;
    height: 105px;
    position: absolute;
    left: -105px;
    top: 80px;
    border-top: 100px solid #bcd00b;
    border-left: 104px solid transparent;
    border-right: 0;
}
.sed-comment.top .sed-comment__block.left .comment-text:after {
    content: '';
    width: 81px;
    height: 81px;
    position: absolute;
    left: -81px;
    top: 90px;
    border-top: 81px solid #ffffff;
    border-left: 86px solid transparent;
    border-right: 0;
}
.sed-comment.top .sed-comment__block .comment-text__body {
    font-size: 22px;
    color: #1b4265;
    padding: 30px 50px;
}
.sed-comment.top .sed-comment__block .comment-text__footer {
    padding-top: 15px;
    margin-bottom: -30px;
    text-align: right;
}
.sed-comment.top .sed-comment__block .comment-text__footer .author{
    color: #bcd00b;
    font-size: 26px;
}
.sed-comment.top .sed-comment__block .comment-text__foote .author-bottom {
    font-size: 22px;
    color: #1b4265;
}
.sed-comment.top .single-slide {
    padding: 0;

}
.sed-comment.top .single-slide .slick-next, .single-slide .slick-arrow {
    display:none!important;
}
.sed-comment.top .button-left {
    cursor:pointer;
    width: 50px;
    height: 46px;
    display: inline-block;
    background: url(/../../sed/comment-text.png);
    transition: all 0.3s;
    transform: scale(1.0);
}

.sed-comment.top .button-right {
    cursor:pointer;
    width: 50px;
    height: 46px;
    display: inline-block;
    background: url(/../../sed/comment-text.png);
    background-position: right;
    margin-left: 5px;
    transition: all 0.3s;
    transform: scale(1.0);
}
.sed-comment.top .button-left:hover,.sed-comment.top .button-right:hover {
    transform: scale(1.1);
}
.sed-comment.top .sed-comment__block .comment-logo {
    width: 308px;
    height: 308px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 308px;
}
.sed-comment.top .sed-comment__block .comment-logo img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.screen-info.sed {
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #1b4265;
    text-align: center;
    padding: 20px 0 30px 0;
    background-color: #f7f8f9;
}
.screen-info.sed .max {
    max-width: 100%;
}
@media only screen and (max-width: 900px) {
    .sed-comment.top .sed-comment__block .comment-text__body {
        font-size: 16px;
        line-height: 20px;
        padding: 30px 0px;
    }
    .sed-comment.top .sed-comment__block .comment-text {
        padding: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .sed-comment.top .sed-comment__block {
        flex-direction: column;
    }
    .sed-comment.top .sed-comment__block.left .comment-text:before, .sed-comment__block.left .comment-text:after {
        display:none;
    }
    .sed-comment.top .sed-comment__block .comment-logo {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .sed-comment.top .sed-comment__block .comment-text {
        margin-left: 0px;
    }
    .sed-comment.top .sed-comment__block .comment-text__footer .author {
        font-size: 20px
    }
    .sed-comment.top .sed-comment__block .comment-text__footer .author-bottom {
        font-size: 12px;
    }
    .sed-comment.top .sed-comment__block .comment-text__body {
        padding-top: 10px;
    }
    .sed-comment.top .sed-comment__block .comment-logo {
        flex: 0 0 201px;
    }
    .sed-comment.top .single-slide .sed-comment__block .comment-logo img{
        max-width: 100%!important;
        width: auto!important;
    }

}

