/*home-slider*/
.home-slider {
    position: relative;
    color: var(--white);
}
.home-slider-item {
    box-sizing: border-box;
    padding: 140px 0 140px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home-slider-item__text {
    max-width: 585px;
    position: relative;
    padding: 10px 10px 10px 40px;
    border-radius: 6px;
}
.home-slider-item__text::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--green);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.home-slider .text-bg-white .home-slider-item__text {
    background: rgba(255, 255, 255, 0.5);
    color: black;
}
.home-slider .text-bg-black .home-slider-item__text {
    background: rgba(0, 0, 0, 0.5);
}
.home-slider-item__title {
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 30px;
}
.home-slider-item__txt {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
}
.home-slider .btn-transparent {
    margin-right: 30px;
}
.home-slider-bottom {
    position: absolute;
    box-sizing: border-box;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
    background-color: var(--base-08);
}

.home-slider-btn-next {
    position: absolute;
    right: 0;
    top: 40%;
}
.home-slider-btn-prev {
    position: absolute;
    left: 0;
    top: 40%;
}
.home-slider .splide__arrow {
    background-color: #fff;
    top: 40%;
}
.home-slider .splide__arrow--prev {
    left: 1em;
}
.home-slider .splide__arrow--next {
    right: 1em;
}

.slider-bootom-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.slider-bootom__text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.slider-bootom__link {
    color: var(--green);
    display: flex;
    align-items: center;
    text-decoration: underline;
}
.slider-bootom__link:hover{
    text-decoration: none;
}
.slider-bootom-item-border {
    padding: 0 30px;
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
}
@media (min-width:768px) and (max-width:992px)  {
    .home-slider-item {
        padding-top: 30px;
    }
    .home-slider-item__text {
        max-width: none;
    }
    .home-slider .video-icon {
        margin-right: 10px;
    }
    .home-slider .target-icon {
        margin-right: 10px;
    }
    .home-slider .btn-group {
        flex-wrap: wrap;
    }
    .home-slider .btn-group a {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 5px 10px;
    }    
    .slider-bootom__text {
        word-wrap: break-word;
    }
    
}
@media only screen and (max-width:767px)  {
    .home-slider-item {
        padding: 15px 0;
    }    
    .home-slider-item__text {
        max-width: unset;
        padding-left: 0;
    }
    .home-slider-item__text::before {
        display: none;
    }
    .home-slider-bottom {
        position: relative;
    }
    .slider-bootom-item-border {
        border: none;
        padding: 0;
    }
    .slider-bootom-item { 
        margin: 15px 0;
        height: auto;
    }
    .home-slider .video-icon {
        margin-right: 10px;
    }
    .home-slider .target-icon {
        margin-right: 10px;
    }    
    .home-slider-item__title {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .home-slider-item__txt {
        margin-bottom: 15px;
    }
    .home-slider .btn-group {
        flex-wrap: wrap;
    }
    .home-slider .btn-group a {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 5px 0;
    }
    .home-slider .splide__arrow--prev {
        left: 1%;
    }
    .home-slider .splide__arrow--next {
        right: 1%;
    }
    .home-slider .container {
        max-width: 91%;
    }
}
@media only screen and (max-width:576px)  {
    .home-slider-item__title {
        font-size: 18px;
        line-height: normal;
    }
    .home-slider-item__txt {
        font-size: 16px;
    }
    .home-slider .splide__arrow--prev {
        left: 0.5%;
    }
    .home-slider .splide__arrow--next {
        right: 0.5%;
    }

    .home-slider .container {
        max-width: 89%;
    }
}

/*features*/
.features {
    margin-top: 40px;
}
.features .row>div {
    margin-bottom: 20px;
}
.features .block-title {
    margin-bottom: 60px;
}
.features__item {
    max-width: 320px;
    margin-bottom: 60px;
    text-align: center;
}

.features__img {
    margin-bottom: 30px;
}
.features__item-text {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.features__item-text::after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(67, 85, 126, 0.2);
    height: 2px;
}
.features__item-category {
    font-weight: 400;
    font-size: 17px;
    color: var(--dark-green);
}
.features-title-border-bottom .features__item-title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.features-title-border-bottom .features__item-title::after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(67, 85, 126, 0.2);
    height: 2px;
} 
.features-title-green .features__item-title {
    color: var(--green);
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
  
@media (min-width:992px) and (max-width:1169px)  {

    .features__item-text {
        min-height: 90px;
    }
}
@media (min-width:768px) and (max-width:991px)  {
    .features__item {
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width:767px)  {
    .features .block-title {
        margin-bottom: 30px;
    }
    .features__item {
        max-width: none;
    }
}
@media only screen and (max-width:576px)  {
    .features__item {
        margin-bottom: 30px;
    }
    .features__img {
        margin-bottom: 15px;
    }
    .features__item {
        max-width: none;
    }
}

/*dark-bg*/
.dark-bg {
    /* margin: 30px 0; */
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: var(--white);
}
.dark-bg__title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 50px;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
}
.dark-bg__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 300px;
    margin-left: -145px;
    height: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: var(--green);
}
.dark-bg__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}
.dark-bg__title-green {
    color: var(--green);
}
.dark-bg__title-green::after{
    background-color: var(--white);
}
.position-left {
    max-width: 700px;
    margin-right: auto;
}
.position-right {
    max-width: 700px;
    margin-left: auto;
}
.position-center {
    max-width: 700px;
    margin: 0 auto;
}
@media only screen and (max-width:991px)  {
    .dark-bg {
        margin: 15px 0;
        padding: 30px 15px;
    }
    .dark-bg__title {
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 25px;
    }
}
@media only screen and (max-width:576px)  {
    .dark-bg__title {
        font-size: 24px;
        line-height: normal;
    }
    .dark-bg__text {
        font-size: 17px;
    }
}
/*performance*/
.performance {
    margin: 30px 0 50px 0;
}
.performance .block-title {
    margin-bottom: 30px;
    z-index: 999;
    position: relative;
}
.performance-wr {
    position: relative;
    background-color: var(--base-01);
    height: 150px;
    z-index: 1;
}
.performance-item {
    position: absolute;
    top: -50px;
    width: 250px;
    height: 250px;
    background-color: var(--white);
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.performance-item__title {
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    color: var(--green);
    margin-bottom: 15px;
}
.performance-item__text {
    max-width: 150px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

@media only screen and (max-width:991px)  {
    .performance-wr {
        background: none;
        height: auto;
    }
    .performance-item {
        position: relative;
        top: inherit;
        width: unset;
        height: unset;
    }
    .performance .row>div {
        margin-bottom: 30px;
    }
    .performance-item__text {
        max-width: unset;
    }
}
@media only screen and (max-width:767px)  {
    .performance-item {
        margin: 10px 0;
    }
    .performance-item__title {
        margin-bottom: 5px;
    }
    .performance .block-title {
        margin-bottom: 15px;
    }
    .performance {
        margin: 0;
    }
}


/*content */
.content  {
    
    padding: 75px 0;
}
.content__title {
    margin-top: 0;
    font-weight: normal;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: bold;
}
.content__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.content__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}
.content__list-item {
    position: relative;
    text-indent: 25px;
    margin: 20px 0;
}
.content__list-item:first-child {
    margin-top: 0;
}
.content__list-item:last-child {
    margin-bottom: 0;
}
.content__list-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xOS43MDY2IDIuOTQ5MTZDMTkuMzE2MSAyLjU1ODYxIDE4LjY4MyAyLjU1ODYxIDE4LjI5MjQgMi45NDkxNkw2LjMxMTggMTQuOTI5OUwxLjcwNjY0IDEwLjMyNDdDMS4zMTYxMyA5LjkzNDIgMC42ODMwMDggOS45MzQyNCAwLjI5MjQyMiAxMC4zMjQ3Qy0wLjA5ODEyNSAxMC43MTUzIC0wLjA5ODEyNSAxMS4zNDg0IDAuMjkyNDIyIDExLjczODlMNS42MDQ2OSAxNy4wNTExQzUuOTk1MDggMTcuNDQxNiA2LjYyODY3IDE3LjQ0MTMgNy4wMTg5MSAxNy4wNTExTDE5LjcwNjYgNC4zNjMzOEMyMC4wOTcyIDMuOTcyODcgMjAuMDk3MSAzLjMzOTcxIDE5LjcwNjYgMi45NDkxNloiIGZpbGw9IiM4OUM3NTMiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
    background-repeat: no-repeat;
}
.content-blocks {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-blocks__item {
    margin: 30px 0;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;    
    border: 1px solid transparent;
    cursor: pointer;
}
.content-blocks__item:first-child{
    margin-top: 0;
}
.content-blocks__item:last-child{
    margin-bottom: 0;
}
.content-blocks__item-active,
.tabs-nav__item.is-active {
    background-color: var(--white);
    border: 1px solid var(--green);
}
.content-blocks__item-title {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
}
.content-blocks__item-title img {
    margin-right: 25px;
}
.content-blocks__text {
    line-height: 1.5;
}
.content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
}
.content-blocks-title-green {
    margin-top: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: var(--green);
}
.content .btn-green {
    display: block;
}

.tabs-content {}

.tabs-content__item {
    display: none;
}

.tabs-content__item.is-active {
    display: block;
}
@media only screen and (max-width:991px)  {
    .content__subtitle {
        margin-bottom: 15px;
    }
    .content-blocks__item-title img {
        margin-right: 10px;
    }
    .content__title {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:767px)  {
    .content-blocks-title-green {
        margin-top: 15px;
    }
    .content .btn-green {
        margin-left: unset;
    }
}



/*slider*/
.slider {
    margin: 30px 0;
    padding: 15px 0;
}
.slider .block-title {
    margin-bottom: 30px;
}
.slider-items {
    position: relative;
}
.slider-item {  
    display: flex;
    align-items: center;
}
.slider-item__link:hover {
    color: var(--blue);
}
.slider-item__text {
    margin-left: 30px;
}
.slider-prev {
    position: absolute;
    right: -30px; 
    top: 50%;
    margin-top: -10px;
}
.slider-next {
    position: absolute;
    left: -30px; 
    top: 50%;
    margin-top: -10px;
}
/*today*/
.today {
    margin: 30px 0;
    padding: 15px 0;
}
.today .block-title {
    margin-bottom: 30px;
}
.today-items {
    display: flex;
    justify-content: space-between;
}
.today-item {
    flex: 0 0 234px;
    max-width: 234px;
}
.today-item__wr {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.today-item__body {
    box-sizing: border-box;
    padding: 30px 15px 15px 15px;
   
    text-align: center;
    background-color: var(--light-grey);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    position: relative;
    flex: 1 0 auto;
}
.today-item__icon {
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
    display: block;
    text-align: center;
    display: grid;
    place-items:center;
    width: 40px;
    height: 40px;
    background-color: #43557e;
    border-radius: 50%;

}
.today-item__img {
    width: 26px;
    height: 26px;
    display: block;
    fill:#fff;
    color:#fff;
    stroke:#fff;
}

@media (min-width:992px) and (max-width:1220px)  {
    .today-item {
        flex: 0 0 19%;
        max-width: 19%;
    }
}
@media (min-width:768px) and (max-width:991px)  {
    .today-items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .today-item {
        margin: 15px 10px;
        flex: 0 0 30%;
        max-width: 30%;
    }
}
@media (min-width:576px) and (max-width:767px)  {
    .today-items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .today-item {
        margin: 15px 10px;
        flex: 0 0 46%;
        max-width: 46%;
    }
}
@media only screen and (max-width:767px)  {
    .today-items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .today-item {
        margin: 15px 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*decision */
.decision {
    margin: 30px 0;
    padding: 15px 0;
}
.decision__item {
    background-color: var(--light-grey);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.grey .decision__item {
    background-color: #fff;
}

.decision__item-img {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.decision__item-text {
    padding: 0 15px 15px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: auto;
}
.decision__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;   
    text-align: center;
    margin-bottom: 20px;
}
.decision__item-link {
    padding: 10px 0;
    text-align: center;
    background-color: var(--blue);
    font-size: 18px;
    display: block;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    color: var(--white);
}
.decision__item-link:hover{
    text-decoration: none;
}
@media only screen and (max-width:991px)  {
    .decision__item {
        margin: 15px 0;
    }
}

.container-articles .row>div,
.container-news .row>div {
    margin-bottom: 30px;
}

/*news*/
.news {
    padding: 60px 0;
}
.news .block-title {
    margin-bottom: 60px;
}
.news__item {
    background-color: var(--light-grey);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.grey .news__item {
    background-color: var(--white);
}
.news__item-img {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 15px;
}
.news__item-text {
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    flex-grow: 1;
}
.news__item-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: var(--green);
    margin-bottom: 20px;
}
.news__item-bottom {
    padding: 10px 20px;
    border-top: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
@media (min-width:577px) and (max-width:768px)  {
    .news__item-bottom {
        font-size: 14px;
    }
    .news__item-readmore {
        font-size: 14px;
    }
}
@media only screen and (max-width:576px)  {
    .news__item {
        height: auto;
    }   
}


/*servise*/
.servise {
    margin: 30px 0;
    padding: 15px 0;
}
.servise-item {
    position: relative;
    min-height: 370px;
    border-radius: 6px;
    margin: 15px 0;
}
.servise__item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.servise__item {  
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 20px 0 20px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    color: var(--white);
    border-radius: 6px;
    text-align: center;
    filter: grayscale(100%);    
    transition: .2s all linear;
}
.servise__item-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
}
.servise__item-text {
    font-size: 20px;
    line-height: 24px;
}

.servise__item-readmore {
    display: block;
    padding: 10px 0;
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    color: var(--white);
    border-radius: 50px 50px 0px 0px;
    text-decoration: none;
    background-color: var(--green);
    -webkit-border-radius: 50px 50px 0px 0px;
    -moz-border-radius: 50px 50px 0px 0px;
    -ms-border-radius: 50px 50px 0px 0px;
    -o-border-radius: 50px 50px 0px 0px;
    filter: grayscale(0) !important; 
}
.servise__item-readmore:hover{
    text-decoration: none;
}
.servise-item:hover .servise__item {
    filter: grayscale(0);
}

@media (min-width: 992px) and (max-width:1169px)  {
    .servise__item-text {
        font-size: 16px;
        line-height: normal;
    }
}
@media (min-width: 768px) and (max-width:991px)  {
    .servise {
        margin: 15px 0;
    }

    .servise__item-text {
        font-size: 16px;
        line-height: normal;
    }
    .servise__item {
        padding-top: 20px;
    }
}
@media only screen and (max-width:767px)  {
    .servise {
        margin: 15px 0;
    }
}
@media only screen and (max-width:576px)  {
    .servise__item-title {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .servise__item-text {
        font-size: 16px;
        line-height: normal;
    }
    .servise__item-readmore {
        width: 260px;
        margin-left: -130px;
    }
    .servise__item { 
        position: relative;
        padding-top: 20px;
        min-height: unset;
        height: auto;     
        padding-bottom: 60px;
    }
    .servise-item {
        min-height: auto;
    }


    
}


.content__list-ol,
.content__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: my-counter;
}
.content__list-ol-item,
.content__item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 60px;
    font-size: 17px;
    line-height: 20px;    
}

.list-type_check .content__item,
.list-type_disc .content__item {
    padding-left: 40px;
}

.content__caption {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.list-type_number li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    content: counter(my-counter);
    counter-increment: my-counter;
    width: 30px;
    height: 30px;
    background-color: var(--green);
    color: var(--white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid var(--green);
}
.list-type_number li:nth-of-type(even)::before {
    background: none;
    color: var(--green);
}

.list-type_check li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 1px;
    width: 20px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgOC42MzgwMUw2Ljg0ODg4IDE1LjVMMjAgMi4zNjE4M0wxOC4xMTE5IDAuNDk5ODc4TDYuODQ4ODggMTEuNzQ5OUwxLjg2MTkxIDYuNzYyOTRMMCA4LjYzODAxWiIgZmlsbD0iIzg5Qzc1MyIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
}

.list-type_disc li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: var(--green);
    border-radius: 50%;
}


@media only screen and (max-width:991px)  {
  .news {
      padding: 15px 0;
  }
  .news .block-title {
      margin-bottom: 0;
  }
  .news__item {
      margin: 15px 0;
  }
  .content__item {
      padding-left: 45px;
  }
}


@media only screen and (max-width:767px)  {
    .content {
        margin: 15px 0;
        padding: 30px 0;
    }
    .content-blocks__item  {
        margin: 15px 0;
    }
    .content .img-responsive {
        margin-bottom: 15px;  
    }
    .content .btn-green {
        margin: 15px auto;
    }
}


/*video */
.video {
    margin: 30px 0;
    padding: 15px 0;
}
.video-wr {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 450px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}
.video__play-wr {
    color: var(--white);
}
.video-wr .play-video-icon {
    display: block;
    margin: 15px auto;
}
.video__play-wr:hover,
.video-wr:hover {
    text-decoration: none;
}

.video-wr .play-video-icon {
    transition: transform 0.2s linear;
}
.video-wr:hover .play-video-icon {
    transform: scale(1.1);
    transition: transform 0.2s linear;
}
@media only screen and (max-width:991px)  {
    .video { 
        padding-top: 0;
        margin-top: 15px;
    }
    .video-wr {
        min-height: 200px;
    }
}
/* subsribe */
.subsribe {
    padding: 30px 0;
    background-color: rgba(32, 35, 56, 0.8);
}
.subsribe_on-bg {
    background-color: transparent;
}
.subsribe-row {
    display: flex;
    align-items: center;
}
.subsribe-label {
    display: flex;
    align-items: center;
    color: var(--white);
    max-width: 240px;
    margin-right: 30px;
}
.subsribe-label .subsribe-icon {
    margin-right: 30px;
    flex: 0 0 42px;
}
.subsribe-input {
    flex: 1;
    width: 100%;
    max-width: 380px;
    padding: 10px 15px;
    height: 42px;
    border: none;
    outline: none;
    background-color: var(--white);
    color: #969696;
    font-size: 16px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.subsribe_on-bg .subsribe-input {
    max-width: none;
}
.subsribe-btn {
    outline: none;
    border:none;
    padding: 10px 15px;
    height: 42px;
    text-align: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
    text-align: center;
    color: var(--white);
    background-color: var(--green);
}
@media only screen and (max-width:767px)  {
    .subsribe-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .subsribe-label {
        width: 100%;
        max-width: unset;
        margin-bottom: 15px;
        margin-right: 0;
        justify-content: center;
    }
}
@media only screen and (max-width:576px)  {
    .subsribe-input {
        border-radius: 6px;
        max-width: none;
        margin-bottom: 15px;
    }
    .subsribe-btn {
        border-radius: 6px;
        width: 100%;
    }
}
/*slider-inner */
.slider-inner {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
}
.slider-inner__intro {
    font-size: 20px;
    line-height: 24px;
    max-width: 800px;
    margin: 0 auto 30px auto;
}
.features-inner {
    background-color: var(--blue);
    padding: 18px 0 5px;
}
.features-inner__items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    color: var(--white);
    text-align: center;
    flex-wrap: wrap;
}
.features-inner__item {
    margin: 0 15px 15px;
}
.features-inner__link {
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width:991px)  {
    .features-inner__items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .features-inner__item {
        margin: 10px 15px;
        text-align: center;
    }

}
/*content-inner*/
.content-inner {
    /* margin: 50px 0; */
    padding: 50px 0;
}
.content-inner.grey {
    /* padding: 50px 0; */
}
.content-inner__intro {
    margin: 50px 0;
    font-size: 18px;
    line-height: 22px;    
}
.content-inner__intro p{
    margin-top:0;
 }

.content-inner strong {
    /* font-style: normal;
    font-weight: l;
    font-size: 20px; */
}

.content-list-check {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-list-check li {
    position: relative;
    margin: 30px 0;
    margin-left: 30px;
}
.content-list-check li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgOC42MzgwMUw2Ljg0ODg4IDE1LjVMMjAgMi4zNjE4M0wxOC4xMTE5IDAuNDk5ODc4TDYuODQ4ODggMTEuNzQ5OUwxLjg2MTkxIDYuNzYyOTRMMCA4LjYzODAxWiIgZmlsbD0iIzg5Qzc1MyIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
}
.content-list-check-item {
    position: relative;
    margin: 30px 0;
    margin-left: 30px;
}
.content-list-check-item::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgOC42MzgwMUw2Ljg0ODg4IDE1LjVMMjAgMi4zNjE4M0wxOC4xMTE5IDAuNDk5ODc4TDYuODQ4ODggMTEuNzQ5OUwxLjg2MTkxIDYuNzYyOTRMMCA4LjYzODAxWiIgZmlsbD0iIzg5Qzc1MyIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
}
.video-items {
    display: flex;
    justify-content: space-between;
}
.video-row {
    padding: 60px 0;
}
.video__link,
.video-channel__link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    color: var(--green);
}
.video-item {
    flex: 0 0 24% ;
    max-width: 24%;
    color: var(--base);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;    
}
.video-item iframe {
    width: 100%;
    height: 150px;
}
.video-item__link,
.video__link {
    display: block;
    position: relative;
}
.video-item__preview,
.video__preview {
    display: block;
    width: 100%;
}

.video-gallery-main__icon-play {
    display: block;
    width: 120px;
    height: 120px;
    fill:#fff;
    position: absolute;
    top:calc(50% - 60px);
    left: calc(50% - 60px);
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.video-gallery__icon-play {
    display: block;
    width: 40px;
    height: 40px;
    fill:#fff;
    position: absolute;
    top:calc(50% - 20px);
    left: calc(50% - 20px);
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}

.video-item:hover .video-gallery__icon-play,
.video__link:hover .video-gallery-main__icon-play {
    transform: scale(1.2);
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}

.more-links  {
    box-sizing: border-box;
    background-color: var(--light-grey);
    border-radius: 6px;
}
.more-link__header {
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
    line-height: 22px;  
    text-align: center;    
    color: var(--white);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: var(--green);
}
.more-link__items {
    margin: 0;
    padding: 10px 30px 10px 30px;
    list-style: none;
}
.more-link__item {
    margin: 10px 0;
}
.more-link__item a {
    color: var(--blue);
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
}
.more-link__item a:hover{
    text-decoration: none;
}
.content-list-circle {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;    
}
.content-list-circle li {
    position: relative;
    margin: 30px 0;
    padding-left: 30px;
}
.content-list-circle li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    background-color: var(--green);
    border-radius: 50%;
}
.content-list-circle-item {
    position: relative;
    margin: 30px 0;
    padding-left: 30px;
}
.content-list-circle-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    background-color: var(--green);
    border-radius: 50%;
}
.more-link {
    margin-top: 30px;
    font-size: 18px;
    line-height: 22px;
    color: var(--blue);
}
.digit {
    color: var(--green);
    font-weight: bold;
    font-size: 50px;
    line-height: 40px;
}
.digit span {
    font-size: 24px;
    font-weight: 400;
}
.digit-text {
    font-size: 18px;
    line-height: 22px;
}
.content-item__intro-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: var(--green);
    margin-bottom: 20px;
}
.content-item__intro {
    margin: 20px 0;
}
.content-item__intro-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
}
.content-item__intro a {
    font-size: 14px;
    line-height: 17px;
    color: var(--blue);
}
.community strong {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.community p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.community ul {
    font-size: 14px;
    line-height: 17px;
    color: var(--blue);
}    
@media only screen and (max-width:576px)  {
    .content-inner {
        margin: 15px 0;
    }
    .content-inner__intro {
        margin: 15px 0;
    }
    .content-list-check-item {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .content-inner.grey {
        padding: 15px 0;
    }
    .video-row {
        padding: 15px 0;
    }
    .video-items {
        flex-wrap: wrap;
    }
    .video-item {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .video-row .video-icon { 
        margin-right: 15px;
        flex: 0 0 30px
    }
    .content-list-circle {
        margin: 15px 0;
    }
    .content-list-circle-item {
        margin: 15px 0;
    }
    .content-list-circle + .btn-transparent-blue {
        margin-bottom: 15px;
    }
    .glossary  {
        margin-top: 30px;
    }

}


/*glossary*/
.glossary-item {
    margin: 20px 0;
    background-color: var(--light-grey);
    border-bottom: 1px solid var(--blue);
}
.glossary-item__title {
    padding: 10px 0 10px 60px;
    background-color: var(--blue);
    color: var(--white);
    font-weight: bold;
    font-size: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1LjQ5NiA1LjIyNTEzQzI1LjQ5NDMgNS4yMjUxMyAyNS40OTI2IDUuMjI1MTMgMjUuNDkxIDUuMjI1MTNIMjMuNzgyNVY0LjY0MDUyQzIzLjc5MTcgNC40MDkxNCAyMy42NDIgNC4yMDExOSAyMy40MTk3IDQuMTM2NTVDMjIuMjMzNiAzLjgyNTcyIDIxLjAxMjIgMy42Njk4NyAxOS43ODYgMy42NzI4OUMxNy43NzAxIDMuNjcyODkgMTUuMDIzNSA0LjEyNjQ3IDEyLjk5MjQgNi4xOTI3NkMxMC45NzY1IDQuMTA2MzEgOC4yMDk3MyAzLjY3Mjg5IDYuMTk4ODggMy42NzI4OUM0Ljk3MjcxIDMuNjY5ODcgMy43NTEzMyAzLjgyNTcyIDIuNTY1MjMgNC4xMzY1NUMyLjM0Mjg1IDQuMjAxMTkgMi4xOTMxNyA0LjQwOTE0IDIuMjAyMzYgNC42NDA1MlY1LjIyMDA5SDAuNTAzOTc0QzAuMjI1NjU0IDUuMjIwMDkgMCA1LjQ0NTc1IDAgNS43MjQwN1YyMS44MjFDMCAyMi4wOTkzIDAuMjI1NjU0IDIyLjMyNSAwLjUwMzk3NCAyMi4zMjVDMC41OTA1MzEgMjIuMzI0NyAwLjY3NTU3NyAyMi4zMDIyIDAuNzUwOTIxIDIyLjI1OTRDMC44MDEzMTggMjIuMjM0MiA1Ljg0MTA1IDE5LjQ3NzUgMTIuODc2NSAyMS4yNTE1SDEyLjk1MjFIMTIuOTk3NUMxMy4wMzc3IDIxLjI1NjMgMTMuMDc4MiAyMS4yNTYzIDEzLjExODQgMjEuMjUxNUMyMC4xNzQxIDE5LjQ2MjQgMjUuMjEzOCAyMi4yMTQxIDI1LjI0NCAyMi4yNTk0QzI1LjQgMjIuMzQ5NSAyNS41OTIxIDIyLjM0OTUgMjUuNzQ4IDIyLjI1OTRDMjUuOTAzIDIyLjE3IDI1Ljk5ODkgMjIuMDA1IDI2IDIxLjgyNlY1LjcyOTExQzI2IDUuNDUwNzkgMjUuNzc0NCA1LjIyNTEzIDI1LjQ5NiA1LjIyNTEzWk0xLjAwNzk1IDIxLjAxOTdWNi4yMzMwOEgyLjIxMjQ0VjE4Ljg3MjdDMi4yMDkyOSAxOS4xNTExIDIuNDMyMzcgMTkuMzc5MiAyLjcxMDY5IDE5LjM4MjRDMi43Mzc5IDE5LjM4MjcgMi43NjUxMSAxOS4zODA4IDIuNzkyMDEgMTkuMzc2N0MzLjgzNDYxIDE5LjIxNzUgNC44ODcyMiAxOS4xMzMzIDUuOTQxODUgMTkuMTI0N0M3LjQwMjc0IDE5LjA5OTQgOC44NTc1MyAxOS4zMTkxIDEwLjI0NTggMTkuNzc0OEM3LjExMDc1IDE5LjM5NTcgMy45MzA4MSAxOS44MjQyIDEuMDA3OTUgMjEuMDE5N1pNNS45NDE4NSAxOC4xMjE4QzUuMDI1MTggMTguMTIzOSA0LjEwOTU5IDE4LjE4MjggMy4yMDAyMyAxOC4yOTgyVjUuMDM4NjZDNC4xODE0NyA0LjgyMDA2IDUuMTgzNSA0LjcwODUgNi4xODg4IDQuNzA2MDRDOC4wNzM2NiA0LjcwNjA0IDEwLjY3NDIgNS4xMzk0NiAxMi40Nzg0IDcuMTc1NTFMMTIuNDkzNSAxOS43Mjk1QzExLjQ0NTIgMTkuMDQ0MSA5LjM5OTExIDE4LjEyMTggNS45NDE4NSAxOC4xMjE4Wk0xMy41MDE1IDcuMTc1NTFDMTUuMzA1NyA1LjE1OTYyIDE3LjkwNjIgNC43MDYwNCAxOS43OTEgNC43MDYwNEMyMC43OTYzIDQuNzA5IDIxLjc5ODMgNC44MjA1MSAyMi43Nzk2IDUuMDM4NjZWMTguMjk4MkMyMS44NzU0IDE4LjE4MTcgMjAuOTY0OCAxOC4xMjExIDIwLjA1MzEgMTguMTE2OEMxNi42MTYgMTguMTE2OCAxNC41NjQ4IDE5LjAzOSAxMy41MDE1IDE5LjcyNDVWNy4xNzU1MVpNMjQuOTg3IDIxLjAxOTdDMjIuMDU3OSAxOS44MjEgMTguODcwNyAxOS4zOTI0IDE1LjcyOSAxOS43NzQ4QzE3LjEyMzggMTkuMzE3NSAxOC41ODU1IDE5LjA5NzcgMjAuMDUzMSAxOS4xMjQ3QzIxLjExNDQgMTkuMTMwNiAyMi4xNzM4IDE5LjIxMzIgMjMuMjIzMSAxOS4zNzE3QzIzLjQ5ODMgMTkuNDEzNCAyMy43NTUyIDE5LjIyNDIgMjMuNzk3IDE4Ljk0OUMyMy44MDExIDE4LjkyMjEgMjMuODAzIDE4Ljg5NDkgMjMuODAyNyAxOC44Njc3VjYuMjMzMDhIMjUuMDA3MkwyNC45ODcgMjEuMDE5N1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: 10px center;
    cursor: pointer;
    border-bottom: 1px solid var(--blue);    
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.glossary-item__text {
    padding: 20px;
    font-size: 20px;
    line-height: 24px;    
}

/*blue*/

.blue {
    color: var(--white);
    background: rgba(67, 85, 126, 0.9);
    font-size: 18px;
    line-height: 22px;
}
.bg_blue {
    background-color: var(--blue);
}
.bg_white {
    background-color: #fff;
    color:#333;
}
.bg_white .blue-item_link a,
.bg_grey .blue-item_link a {
    color: #333;
}
.bg_grey {
    background-color: var(--light-grey);
    color:#333;
}
.blue-item {
    padding: 0 15px;
}
.blue-item__title {
    margin: 50px 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}
.blue-item__title img {
    margin-right: 20px;
}
.blue-item__icon {
    width: 70px;
    height: 70px;
}

.blue-item_link {
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
.blue-item_link a {
    color: var(--white);
    text-decoration: underline;
}
.blue-item_link a:hover{
    text-decoration: none;
}
@media only screen and (max-width:992px) {
    .blue-item__title {
        margin: 35px 0;
        font-size: 17px;
        line-height: 21px;
    }
    .blue-item__icon {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width:576px)  {
    .blue-item {
        padding: 15px 0;           
    }
    .blue-item__title {
        margin: 15px 0;
    }
}
/*dark-blue */

.dark-blue {
    padding: 60px 0;
    background-color: var(--base);
    color: var(--white);
}
.puzzle {
   
    background-repeat: no-repeat;
    background-position: 100% top;
}
.puzzle h3 {
    font-size: 34px;
    line-height: 41px;
    margin-top: 0;

}
.dark-blue__intro {
    font-size: 24px;
    line-height: 29px;
}
.puzzle ul {
    margin: 50px 0;
    column-count: 2;
}
.puzzle ul li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
         break-inside: avoid; /* IE 10+ */
}
.puzzle ul li:first-child {
    margin-top: 0;
}
.text-right {
    text-align: right;
}
.dark-blue-white {
    padding: 60px 0;
}
/* .dark-blue .puzzle {
    background-image: url('/template/image/puzzle.png');
}
.dark-blue-white .puzzle {
    background-image: url('/template/image/puzzle_white.png');
} */
.puzzle-white {    
    background-repeat: no-repeat;
    background-position: 100% top;
}
.puzzle-white h3 {
    font-size: 34px;
    line-height: 41px;
    color: var(--green);
}
.puzzle-white ul {
    margin: 50px 0;
    column-count: 2;
}
.puzzle-white ul li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
         break-inside: avoid; /* IE 10+ */
}
.puzzle-white ul li:first-child {
    margin-top: 0;
}

.puzzle .row>div {
   padding: 50px 0 20px 0;
}
.puzzle-shadow {
    position: relative;
}

.puzzle-shadow:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
}

.puzzle-shadow_outside:after {
    top: 0;
    left: calc(50% + 10px);
    bottom: 0;
    border-radius: 25px 0 0 25px;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.25), -10px -10px 10px rgba(0, 0, 0, 0.25);
}

.puzzle-shadow_inside:after {
    top: 0;
    left: 0%;
    bottom: 0;
    border-radius: 0 25px 25px 0;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.25) inset, -10px -10px 10px rgba(0, 0, 0, 0.25) inset;
}

.puzzle-shadow_first:after {
    border-radius: 0 0 0 25px;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.25);
}

.puzzle-shadow_last:after {
    border-radius: 0 25px 0 0;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.25) inset;
}

.puzzle-shadow_outside.puzzle-shadow_last:after {
    border-radius: 25px 0 0 0;
    box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.25);
}

.puzzle-shadow_outside:not(.puzzle-shadow_first):before {
    content: '';
    z-index: 1;
    top: -18px;
    right: -15px;
    bottom: 31px;
    width: 20%;
    height: 18px;
    position: absolute;
    background: linear-gradient(to top, rgba(184, 184, 184, 1), #fff);
}
.dark-blue .puzzle-shadow_outside:not(.puzzle-shadow_first):before {
    background: linear-gradient(to top, #171929, var(--base));
}

.puzzle-shadow_inside:before {
    content: '';
    z-index: 1;
    top: 0px;
    left: -15px;
    width: 20%;
    height: 18px;
    position: absolute;
    background: linear-gradient(to bottom, rgba(184, 184, 184, 1), #fff);
   
}

.dark-blue .puzzle-shadow_inside:before {
    background: linear-gradient(to bottom, #171929, var(--base));
}

.puzzle .row:nth-child(odd) .puzzle__left {
    text-align: right;
}
.puzzle .row:nth-child(odd) .puzzle__right {
    text-align: left;
}

.puzzle .row:nth-child(even) .puzzle__left {
    text-align: left;
}

.puzzle .row:nth-child(even) .puzzle__right {
    text-align: right;
}

@media only screen and (max-width:1199px)  {
    .puzzle {
        background: none;
    }
    .puzzle-white {
        background: none;
    }
    .dark-blue .puzzle {
        background: none;
    }
    .dark-blue .text-right {
        text-align: left;
    }
    .dark-blue-white .puzzle {
        background: none;
    }
    .dark-blue-white .text-right {
        text-align: left;
    }
    .dark-blue__intro {
        font-size: 20px;
    }
    .puzzle h3 {
        font-size: 28px;
    }
}
@media only screen and (max-width:1199px) {
    .puzzle .row>div {
        padding: 20px 15px 20px;
    }
}
@media only screen and (max-width:992px) {
    .puzzle-shadow_first:after,
    .puzzle-shadow_inside:after,
    .puzzle-shadow_outside:after,
    .puzzle-shadow_inside:before,
    .puzzle-shadow_outside:not(.puzzle-shadow_first):before {
        box-shadow: none;
        display: none;
    }
    .dark-blue .puzzle-shadow_inside:before,
    .dark-blue .puzzle-shadow_inside:before {
        background: none;
        display: none;
    }
}

@media only screen and (max-width:576px)  {
    .puzzle ul {
        margin: 30px 0;
        column-count: 1;
    }
    .puzzle-white  ul {
        margin: 30px 0;
        column-count: 1;
    }
    .puzzle h3 {
        font-size: 28px;
        line-height: normal;
    }
    .puzzle-white  h3 {
        font-size: 24px;
        line-height: normal;
    }

    .puzzle .row:nth-child(odd) .puzzle__left {
        text-align: left;
    }
    .dark-blue__intro {
        font-size: 16px;
    }
    .puzzle .row>div {
        padding: 0px 15px 0px;
    }
    .puzzle-shadow_outside:not(.puzzle-shadow_first):before {
        display: none;
    }
    
}



.device {
    position: relative;
}

.device__link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: block;
}

.device__mockup {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
}

.device__inner {
    position: absolute;
    margin: auto;
    top: 2.6%;
    width: calc(100% - 4%);
    display: block;
    padding-top: 55%;
    left: 0;
    right: 0;

}

.device__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.device__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc .device__inner {
    top: 4.8%;
    width: 92%;
    padding-top: 52.2%;
}

.tablet .device__inner {
    top: 3.8%;
    width: 94.8%;
    padding-top: 71%;
}

.notebook .device__inner {
    top: 7.6%;
    width: 75%;
    padding-top: 45.1%;
}

.phone .device__inner {
    top: 3%;
    width: 87.2%;
    padding-top: 186%;
}

.device.phone {
    max-width: 242px;
    margin: 0 auto;
}


.ovewrviewoncols .row>div {
    margin-bottom: 30px;
}

.blend-color-dodge {
    mix-blend-mode: color-dodge;
}