/* Default styles */
body{
    overflow-x: hidden;
}
body, body textarea, input, select{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #1A1818;
}

body p{
    font-size: 18px;
}
body h1{
    font-weight: 800;
    font-size: 50px;
    line-height: 120%;
}
body h3{
    font-weight: 800;
    font-size: 50px;
    line-height: 68px;
}
body h4{
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #1A1818;
    border-radius: 32px;
}
.datalist-wrapper{
    position: relative;
}
.datalist-wrapper:before{
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    z-index: 6;
    right: 6px;
    top: 18px;
}
.datalist-wrapper:after{
    content: '';
    position: absolute;
    right: 18px;
    top: 32px;
    width: 12px;
    height: 6px;
    z-index: 10;
    background-size: auto;
    background: url("../image/ttg2.svg") no-repeat center;
}
.datalist-wrapper.active:after{
    transform: rotate(180deg);
}
@media (max-width: 800px) {
    body h1{
        font-size: 36px;
        line-height: 120%;
    }
    body h3{
        font-size: 36px;
        line-height: 49px;
    }
    body h4{
        font-size: 24px;
        line-height: 150%;
    }
}

.header .container{
    position: unset;
}
.header .logo-wrapper, .header .logo-wrapper img{
    height: 46px;
}
.button{
    background: #05333C;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 0 32px;
    height: 45px;
    max-width: 180px;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    border: unset;
    transition: 0.3s;
    cursor: pointer;
}
.button:hover{
    background: #0A5867;
}
.button:disabled{
    opacity: 0.4;
    cursor: unset;
}
.button.contact{
    background: #8C1429;
    max-width: 240px;
}
.button.contact:hover{
    background: #B9102E;
}
.button svg{
    margin-left: 10px;
}
.header{
    transition: 0.6s;
}
.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
    padding: 12px 0px;
}

.header-wrapper .nav{
    display: flex;
    align-items: center;
}
.header-wrapper .menu-burger{
    height: 30px;
    margin-left: 50px;
    width: 40px;
    cursor: pointer;
}
.header .logo-black{
    display: block;
}
.header .logo-white{
    display: block;
}
.header-wrapper .menu-burger > * {
    height: 100%;
}
.header .menu-burger.main{
    background-size: auto;
}
.animation_block{
    height: 26vw;
}
.animation_block .bg-image, .animation_block .item{
    width: 100px;
    position: absolute;
    transition: 0.4s;
}
.animation_block .item{
    background: #05333C;
    border-radius: 50%;
    box-shadow: 0px 20px 25px -5px rgba(26, 32, 44, 0.1), 0px 10px 10px -5px rgba(26, 32, 44, 0.04);
    border: 5px solid #fff;
    display: none;
    justify-content: center;
    align-items: center;
}
.animation_block .item img{
    width: 50%;
}
.footer-main .animation_block .items .item{
    opacity: 0;
}

.header-main.active .animation_block.active .items .item{
    animation: 0.2s linear transform-scale;
    animation-fill-mode: forwards;
    opacity: 0;
    display: flex;
}
.animation_block .items{
    width: 84%;
    height: 100%;
    position: relative;
}

.header-main.active .animation_block .items .item:nth-child(1){
    left: 10%;
    top: 10%;
    animation-delay: 0.7s;
    width: 5vw;
    height: 5vw;
}
.header-main.active .animation_block .items .item:nth-child(2){
    right: 9%;
    top: 2%;
    width: 5vw;
    height: 5vw;
    animation-delay: 0.9s;
}
.header-main.active .animation_block .items .item:nth-child(3){
    right: 2%;
    top: 40%;
    width: 3vw;
    height: 3vw;
    animation-delay: 0.7s;
}
.header-main.active .animation_block .items .item:nth-child(4){
    right: 20%;
    bottom: 4%;
    width: 6vw;
    height: 6vw;
    animation-delay: 0.5s;
}
.header-main.active .animation_block .items .item:nth-child(5){
    left: 10%;
    top: 58%;
    width: 4vw;
    height: 4vw;
    animation-delay: 1.1s;
}
.header-main.active .animation_block .items .item:nth-child(6){
    left: 35%;
    top: 20%;
    height: 10vw;
    width: 10vw;
    animation-delay: 0.3s;
}
@media (max-width: 800px) {
    .header-main.active .animation_block .items .item:nth-child(1){
        width: 12vw;
        height: 12vw;
    }
    .header-main.active .animation_block .items .item:nth-child(2){
        width: 10vw;
        height: 10vw;
    }
    .header-main.active .animation_block .items .item:nth-child(3){
        width: 7vw;
        height: 7vw;
    }
    .header-main.active .animation_block .items .item:nth-child(4){
        width: 14vw;
        height: 14vw;
    }
    .header-main.active .animation_block .items .item:nth-child(5){
        width: 10vw;
        height: 10vw;
    }
    .header-main.active .animation_block .items .item:nth-child(6){
        height: 18vw;
        width: 18vw;
    }
}
.animation_block .bg-image.left{
    width: 25%;
    top: 30%;
    left: 6%;
}
.animation_block .bg-image.right{
    right: 0;
    bottom: 12%;
    width: 43%;
}
.default_animation_block{
    display: flex;
    align-content: center;
    justify-content: center;
    min-height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.default_animation_block .wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.default_animation_block .logo{
    height: 140px;
    margin-right: 20px;
}
.default_animation_block .title{
    display: flex;
    font-size: 3vw;
    flex-direction: column;
    color: #fff;
}

.default_animation_block .title span:first-child{
    font-weight: 900;
}

.footer-main .animation_block .item{
    background: #8C1429;
}
.header .header-active-wrapper{
    display: none;
    transition: 0.4s;
}
.header.active .mobile-lang-wrapper{
    display: none;
}
.header.active .header-active-wrapper{
    display: block;
    position: absolute;
    height: 100vh;
    opacity: 0;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 100;
    background: #1A1818;
}
.header.active .header-bottom{
    padding: 50px 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.header.active .header-bottom .menu-item{
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
}
.header.active .header-bottom .menu-item a{
    text-decoration: none;
    color: #fff;
}
.header.active .header-bottom .menu-item a:hover{
    color: #B9102E;
}

.header.active .header-bottom .menu-item .img, .header.active .header-bottom .default-menu-img{
    opacity: 0;
    transition: 0.6s;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(100% - 225px );
    left: 0;
    z-index: 40;
    pointer-events: none;
}
.header.active .header-bottom .menu-item:hover .img{
    opacity: 1;
    z-index: 60;
    background: red;
}
.header.active .header-bottom .default-menu-img{
    opacity: 1;
}



.block-lang{
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.block-lang .lang-item{
    width: 35px;
    box-sizing: border-box;
    height: 35px;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    display: flex;
}
.block-lang .lang-item a{
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.block-lang .lang-item.active{
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    opacity: 1;
}
.archive-items.default .archive-item .img.default > img {
	object-fit: cover;
}
.description.default ul{
	padding-left: 20px;
}
@media (max-width: 800px) {
    .animation_block .items{
        width: 100%;
    }

    .header-wrapper .button{
        display: none;
    }
    .header.active .header-bottom{
        flex-direction: column;
        align-items: center;
    }
    .header.active .menu-item{
        padding-bottom: 30px;
    }
    .header.active .mobile-lang-wrapper{
        display: flex;
        justify-content: center;
    }
    .header.active .nav .block-lang{
        display: none;
    }
    .header.active .header-active-wrapper .container{
        justify-content: space-between;
        height: calc(100% - 90px);
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }
    .header.active .header-bottom .menu-item .img, .header.active .header-bottom .default-menu-img{
        display: none;
    }
}
/* Other styles */

.header-main .contact-info a{
    padding-top: 20px;
    justify-content: start;
    text-decoration: unset;
}
.container{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
}
@media (max-width: 800px) {
    .container{
        padding: 0 16px;
    }
}

.header-archive, .header-main{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-archive h1, .header-main h1{
    margin-bottom: 20px;
}
.header-main p{
    padding-bottom: 20px;
}
.header-main.footer-main p {
    font-size: 16px;
}
.header-archive > * , .header-main > *{
    flex: 1;
}
.header-archive .img, .header-main .text{
    padding-right: 120px;
}

.header-main .img{
    position: relative;
}
.header-main .img .prev-img{
    position: absolute;
    width: 40%;
    left: -15%;
    top: 12%;
}

@media (max-width: 800px) {
    .header-main .img .prev-img{
        position: absolute;
        width: 40%;
        left: 10%;
        bottom: -10%;
        top: unset;
    }
}


.archive-items.cases .archive-item {
    display: flex;
    padding-bottom: 100px;
}
.archive-items.cases .archive-item h3{
    margin-bottom: 34px;
}

.archive-items.cases .archive-item h4{
    padding-top: 30px;
}

.archive-items.cases .archive-item .short-description{
    margin-bottom: 30px;
    font-size: 16px;
}
.archive-items.cases .archive-item .team-list{
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 9px;
}
.archive-items.cases .archive-item .team-list li{
    margin-right: 40px;
    margin-left: 20px;
}
.archive-items.cases .archive-item .team-list li:last-child{
    margin-right: 0;
}
.archive-items.cases .archive-item .description{
    margin-top: 20px;
    font-size: 16px;
}
.archive-items.cases .archive-item img{
    width: 100%;
    height: unset;
    filter: drop-shadow(0px 0px 31px rgba(188, 188, 188, 0.2));
    border-radius: 10px;
}
.archive-items.cases .archive-item .item-content{
    width: 60%;
}
.archive-items.cases .archive-item .img{
    padding-left: 20px;
    width: 40%;
}
@media (max-width: 800px) {
    .archive-items.cases .archive-item h3{
        margin-bottom: 10px;
    }
    .archive-items.cases .archive-item .short-description{
        margin-bottom: 0;
    }
    .archive-items.cases .archive-item .team-list li{
        margin-bottom: 10px;
    }
    .archive-items.cases .archive-item .team-list li:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 800px) {
    .archive-items.cases .archive-item{
        flex-direction: column;
        padding-bottom: 49px;
    }
    .archive-items.cases .archive-item .item-content{
        width: 100%;
    }
    .archive-items.cases .archive-item .img{
        padding-left: 0px;
        width: 100%;
    }
    .header-archive .img, .header-main .text{
        padding-right: 0;
    }
    .archive-items.cases .archive-item .description{
        margin-bottom: 50px;
    }
    .archive-items.cases .archive-item .team-list, .header-archive, .header-main{
        flex-direction: column;
    }
    .header-archive, .header-main{
        align-items: start;
        min-height: unset;
        padding-bottom: unset;
    }
    .animation_block{
        height: 47vw;
    }
    .header-archive .img, .header-main .img{
        margin: 40px 0;
        padding-left: 0;
        width: 80%;
        left: 10%;
    }
}

/* Default archive styles */

.archive-items.default{
    display: flex;
    flex-wrap: wrap;
}

.archive-items.default .archive-item{
    box-sizing: border-box;
    width: 50%;
}
.archive-items.default .archive-item .img{
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.archive-items.default .archive-item .img > img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 31px rgba(188, 188, 188, 0.2));
}
.archive-items.default .archive-item:nth-child(2n+1){
    padding-right: 65px;
    padding-bottom: 70px;
}
.archive-items.default .archive-item:nth-child(2n){
    padding-left: 65px;
    padding-top: 70px;
}
.archive-items.default .item-content{
    padding-top: 20px;
}
.archive-items.default .archive-item .description{
    margin-top: 15px;
    font-size: 16px;
}
@media (max-width: 800px) {
    .archive-items.default{
        flex-direction: column;
    }
    .archive-items.default .archive-item{
        padding: 0!important;
        padding-bottom: 50px!important;
        width: 100%;
    }
    .archive-items.default .archive-item .img{
        height: 180px;
    }
}


/* Footer */
.wrapper-footer{
    display: flex;
    justify-content: space-between;
}
.wrapper-footer .logo{
    height: 50px;
}
.wrapper-footer a{
    text-decoration: none;
    color: #1A1818;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
}
.wrapper-footer .menu-item{
    padding: 0 25px;
    list-style-type: none;
}

.contact-info a{
    display: flex;
    align-items: center;
    color: #1A1818;
    font-weight: 800;
    justify-content: end;
    margin-bottom: 8px;
}
.contact-info img{
    width: 18px;
    height: 18px;
}
.contact-info a:last-child{
    margin-bottom: 0;
}
.contact-info a > span{
    margin-left: 5px;
    text-transform: none;
}
.footer .top-footer{
    padding-top: 25px;
    padding-bottom: 20px;
    margin-top: 50px;
    border: 1px solid #E6E6E6;
}
.top-footer .wrapper-menu{
    display: flex;
    align-self: center;
    flex-wrap: wrap;
}
.footer .bottom-footer .wrapper-footer{
    min-height: 50px;
    align-items: center;
}
.bottom-footer .other-links a{
    margin-left: 30px;
}
.bottom-footer .social-links{
    display: flex;
    align-items: center;
}
.bottom-footer .social-links a{
    display: block;
    margin:  0 15px;
    width: 18px;
}
.bottom-footer .social-links img{
    height: 100%;
    margin: 0 16px;
}
.bottom-footer .social-links.mobile{
    display: none;
}
@media (max-width: 800px) {
    .wrapper-footer a {
        font-size: 14px;
    }

    .wrapper-footer .logo {
        height: 34px;
    }

    .top-footer .wrapper-menu {
        display: none;
    }

    .footer .bottom-footer .wrapper-footer {
        flex-direction: column-reverse;
    }

    .bottom-footer .social-links {
        display: none;
    }
    .bottom-footer .social-links.mobile{
        display: flex;
        border: 1px solid #E6E6E6;
        padding: 20px 0;
        justify-content: space-around;
    }
    .bottom-footer .other-links {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 20px 0;
    }

    .bottom-footer .other-links a {
        margin-left: unset;
    }

    .bottom-footer {
        padding-bottom: 25px;
    }
}


.primary-header {
    margin: 0 0 20px 0;
    font-weight: 800;
    font-size: 50px;
    line-height: 120%;
    padding: 0;
    text-align: inherit;
}



.archive-items-main{

}
.archive-items-main .archive-item-wrapper{
    box-sizing: border-box;
    background: #fff;
}
@media (max-width: 800px) {
    .archive-items-main .archive-item-wrapper {
        padding-right: 0;
    }
}
.archive-items-main .archive-item{
    display: flex;
    box-shadow: 0px 0px 31px rgba(188, 188, 188, 0.2);
    border-radius: 10px;
}
.archive-items-main .item-content{
    padding: 30px;
}

.archive-items-main .item-content h4{
    font-size: 24px;
}
.archive-items-main .item-content p{
    font-size: 14px;
    margin-top: 10px;

    max-height: 96px;
    overflow: hidden;
}
.archive-items-main .item-content a{
    font-size: 16px;
    color: #1A1818;
    text-decoration: unset;
    margin-top: 30px;
    display: flex;
    align-items: center;
    font-weight: 800;
}
.archive-items-main .item-content a svg{
    margin-left: 10px;
}
.archive-items-main .archive-item .img{
    overflow: hidden;
    width: 210px;
    min-height: 267px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.archive-item.image-icon img{
    height: 100%;
}
.navigation-wrapper{
    margin-top: 22px;
    display: flex;
    min-height: 19px;
    align-items: center;
}
.navigation-wrapper .pagination{
    position: relative;

    display: flex;
    align-items: center;
    width: unset!important;
    right: unset!important;
    left: unset!important;
    top: unset!important;
    bottom: unset!important;
    padding: 0 30px;
}

.swiper-pagination-bullet{
    width: unset !important;
    height: unset !important;
    background: unset !important;
}
@media (max-width: 800px) {
    .archive-items-main .archive-item img{
        height: 200px;
        width: 100%;
    }
    .archive-items-main .archive-item.vertical img{
        height: unset;
     /*   width: unset; */
    }
    .archive-items-main .archive-item.image-icon img{
        width: unset;
    }
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0!important;
    }
    .navigation-wrapper{
        justify-content: space-between;
        align-items: center;
    }
    .navigation-wrapper .pagination{
        padding: 0 10px;
        width: calc(100% - 28px);
        overflow: hidden;
        box-sizing: border-box;
    }
}
.navigation-wrapper .pagination .swiper-pagination-bullet-active{
    background: #1A1818;
}
.navigation-wrapper .pagination .swiper-pagination-bullet-active.animation{
    position: relative;
}
.navigation-wrapper .pagination .wrapper-point{
    width: 19px;
    height: 19px;
    background: transparent;
    border-radius: 50px;
    border: 2px solid transparent;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-wrapper .pagination .swiper-pagination-bullet-active.wrapper-point{
    border: 2px solid #1A1818;
}

.navigation-wrapper .pagination .wrapper-point .point{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1A1818;
}
.navigation-wrapper .pagination .swiper-pagination-bullet-active.animation:after{
  /*  content: ' '; */
    position: absolute;
    width: 10px;
    height: 20px;
    background: transparent;
    border-radius: 50px;
    border: 2px solid #1A1818;
    box-sizing: border-box;
    left: -6px;
    top: -6px;
}

.button-next, .button-prev{
    display: flex;
    cursor: pointer;
    align-items: center;
}
.swiper-pagination-bullet{
    background: #1A1818;
    opacity: 0.5;
    width: 5px;
    height: 5px;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    width: 9px;
    height: 9px;
}
.swiper-button-disabled{
    opacity: 0.5;
    cursor: unset;
}

.wrapper-main-archives .content-archive p{
    font-size: 16px;
    max-width: 50%;
}

.wrapper-main-archives .content-archive .button{
    margin-top: 30px;
}
.wrapper-main-archives .content-archive{
    padding-bottom: 40px;
}

.archive-items-main .archive-item.image-icon{
    box-shadow: unset;
    border-radius: unset;
}
.archive-items-main .archive-item.vertical{
    flex-direction: column;
}
.archive-items-main .archive-item.vertical .img{
    width: 100%;
    height: 200px;
    min-height: unset;
    box-sizing: border-box;
}
.archive-items-main .archive-item.vertical .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive-items-main .archive-item.image-icon .img img{
    width: unset;
    height: unset;
    object-fit: unset;
}
.archive-items-main .archive-item.image-icon .img, .powerful_item .img{
    overflow: unset;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 0px 31px rgba(188, 188, 188, 0.2);
    border-radius: 10px;
}

.archive-items-main .archive-item.image-icon .item-content{
    padding: 20px 0;
}
@media (max-width: 800px) {
    .wrapper-main-archives{

    }
    .archive-items-main .archive-item{
        flex-direction: column;
    }
    .archive-item.vertical{

    }
    .archive-items-main .archive-item .img{
        width: unset;
        display: block;
        min-height: unset;
        justify-content: unset;
        max-height: 178px;
    }
    .archive-items-main .item-content{
        padding: 30px 15px;
    }
    .archive-items-main .item-content a{
        margin-top: 15px;
    }
    .wrapper-main-archives .content-archive p{
        max-width: unset;
        font-size: 14px;
    }
    .wrapper-main-archives .content-archive{
        padding-bottom: 30px;
    }
}
.powerful_items{
    display: flex;
}
.powerful_item {
    max-width: 240px;
    margin-top: 0px;
}
.powerful_item .name {
    font-weight: 800;
    font-size: 16px;
    display: block;
    line-height: 22px;
    margin-top: 20px;
}

.p-t-100{
    padding-top: 100px;
}
.p-b-100{
    padding-bottom: 100px;
}
.p-t-50{
    padding-top: 50px;
}
.p-b-50{
    padding-bottom: 50px;
}
.p-b-10{
    padding-bottom: 10px;
}

@media (max-width: 800px) {
    .p-t-100{
        padding-top: 30px;
    }
    .p-b-100{
        padding-bottom: 30px;
    }
    .p-t-50{
        padding-top: 20px;
    }
    .p-b-50{
        padding-bottom: 20px;
    }
    .mobile-disabled{
        display: none;
    }
}
.block-list{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.block-list .item{
    padding: 5px 0;
    margin-left: 20px;
}
.block-list .item{
    margin-left: 20px;
}

.block-list.horizontal .item:first-child{
    list-style: none;
    margin-left: 0;
}
.block-list .item{
    margin-right: 20px;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
}
.block-list.vertical{
    flex-direction: column;
}
.block-list.vertical .item {
    margin-bottom: 5px;
}
#map{
	width: 100%;
	height: 450px;
  border: 1px solid #ccc;
	border-radius: 50px; 
}

/** MOVED FROM FILES **/
.template_general_block p {
    margin-top: 20px;
    max-width: 50%;
}
.template_general_block .button{
    margin-top: 30px;
}
@media (max-width: 800px) {
    .template_general_block p {
        max-width: 100%;
    }
}


.wrapper_tech{
    flex-wrap: wrap;
    margin-top: 40px;

}
.wrapper_tech .swiper-slide{
    margin-bottom: 20px;
    width: calc(33.33% - 30px)!important;
}
@media (max-width: 1400px) {
    .wrapper_tech {
        flex-wrap: unset;
    }
    .wrapper_tech .swiper-slide{
        width: calc(50% - 15px)!important;
    }
}
@media (max-width: 800px) {
    .wrapper_tech {
        flex-wrap: unset;
    }
    .wrapper_tech .swiper-slide{
        width: calc(100%)!important;
    }
}
.navigation-wrapper.fix{
    display: none;
}
@media (max-width: 1400px) {
    .navigation-wrapper.fix{
        display: flex;
    }
}
.technologies-post__stack{
    padding: 30px;
    box-shadow: 0px 0px 31px rgba(188, 188, 188, 0.2);
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 230px;
    overflow: hidden;
    position: relative;
}
.technologies-post__stack h4{
    font-size: 24px;
}
@media (max-width: 800px) {
    .technologies-post__stack h4{
        font-size: 20px;
    }
}
.technologies-post__items{
    max-width: 450px;
    width: 100%;
}
.technologies-post__item{
    padding: 4px 0;
    margin-left: 20px;
    font-size: 16px;
}
@media (max-width: 800px) {
    .technologies-post__item{
        font-size: 14px;
    }
}
.technologies-post__background{
    background-repeat: no-repeat;
    position: absolute;
    width: 260px;
    background-position: bottom right;
    height: 260px;
    background-size: contain;
    display: flex;
    border-radius: 50%;
    bottom: -80px;
    right: -80px;
    justify-content: center;
    align-items: center;
}
.technologies-post__background .icon{
    height: 40px;
}
@media (max-width: 1030px) {
    .technologies-post__background {
        width: 200px;
        height: 200px;
        bottom: -70px;
        right: -70px;
    }
}

/** COOKIE BEGIN **/
.cookie-notice__container {
    visibility: hidden;
    position: fixed;
    z-index: 100;
    width: 100vw;
    padding: 30px;
    background: #1A1818;
    left: 0;
    box-sizing: border-box;
    bottom: 0;
    color: #fff;
}
.cookie-notice__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}
.cookie-notice__wrapper p {
    max-width: 800px;
    margin-right: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.cookie-notice__wrapper_button {
    display: flex;
}
.cookie-notice__button {
    min-width: 200px;
    cursor: pointer;
    height: 45px;
    background: #05333C;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.cookie-notice__button.allow {
    background: #8C1429;
    margin-right: 30px;
}
/** COOKIE END **/

.contact .animation_block .item {
    background: #8C1429;
}

/** BLOG BEGIN **/
.blog-grid-wrapper {}
.blog-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog-grid-card-wrapper {
    max-width: 50%;
    padding: 50px;
    box-sizing: border-box;
}
.blog-grid-card-wrapper:nth-of-type(odd) {
    padding-left: 0;
}
.blog-grid-card-wrapper:nth-of-type(even) {
    padding-right: 0;
}
.blog-grid-card {
    width: 100%;
}
.blog-grid-card-thumbnail-wrapper {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    text-align: center;
}
.blog-grid-card-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-grid-card-title {
    margin-bottom: 30px;
}
.blog-grid-card-excerpt {
    margin-bottom: 20px;
}
.blog-grid-card-link {}

@media screen and (max-width: 767px) {
    .blog-grid-card-wrapper {
        max-width: unset;
        padding: 0 0 20px 0;
        margin-bottom: 30px;
    }
}