body{
    /*overflow-x: hidden;*/
}
.logo{
    position: relative;
    display:block;
    width:200px;
    height:56px;
    text-indent:120%;
    white-space:nowrap;
    overflow:hidden;
    padding:0px;
    position:relative;
    background-color:transparent;
    background-position:center;
    background-repeat:no-repeat;
    background-size: contain;
    text-decoration:none;
}
.logo-uk{
    background-image: url('/assets/upload/site/atiagency_logo.svg');
}
.logo-en{
    background-image: url('/assets/upload/site/atiagency_logo_en.svg');
}
.logo-ru{
    background-image: url('/assets/upload/site/atiagency_logo_ru.svg');
}
::selection {
  background: #FFCE00;
  color: #414141;
  text-shadow: none;
}
::-moz-selection {
  background: #FFCE00;
  color: #414141;
  text-shadow: none;
}
.transition, a, .icon-link-arrow{
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
a{
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.line{
    position: relative;
}
a.line:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #424141;
    left: 0px;
    bottom: 0px;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transform-origin: right;
    transform: scaleX(0);
}
a.line:hover:before{
    transform-origin: left;
    transform: scaleX(1);
}
h1, h2, h3{
    font-weight: 700;
    line-height: 1.2;
    text-wrap: balance;
}
h3{
    font-size: 70px !important;
}
a:focus,
button:focus {
    outline: none;
}
hr{
    border-color: #A1D1DC;
}
blockquote{
    position: relative;
    font-weight: 700;
    font-style: italic;
}
label{
    font-size: 0.9rem;
    color: #5A86B6;
    font-weight: 700;
}
input{
    padding: 24px 16px !important;
    border-radius: 12px !important;
}
.text-balance{
    text-wrap: balance;
}
.radius{
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.full{
    width: 100%;
}
.uk-button{
    /*text-transform: uppercase;*/
    /*padding: 12px 24px;*/
}
.uk-button-primary:hover .icon{
    background-color: #fff;
}

/* Icons */
.icon-grid{
    color: #482100;
    display: grid !important;
    gap: 8px;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
}
.icon-grid-button{
    justify-content: center;
}
.icon-grid-button .icon{
    top: -2px;
}
.icon-grid-bold{
    font-weight: 700;
}
.icon{
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    background-color: #111;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}
.icon-16{
    width: 16px;
    height: 16px;
}
.icon-32{
    width: 32px;
    height: 32px;
}
.icon-48{
    width: 48px;
    height: 48px;
}

.icon-menu{
    mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 5H22V7H2V5Z" fill="%23111111"/%3E%3Cpath d="M2 11H22V13H2V11Z" fill="%23111111"/%3E%3Cpath d="M22 17H2V19H22V17Z" fill="%23111111"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 5H22V7H2V5Z" fill="%23111111"/%3E%3Cpath d="M2 11H22V13H2V11Z" fill="%23111111"/%3E%3Cpath d="M22 17H2V19H22V17Z" fill="%23111111"/%3E%3C/svg%3E%0A');
}
.icon-close{
    mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.5859 12L4.22192 18.364L5.63614 19.7782L12.0001 13.4142L18.3641 19.7782L19.7783 18.364L13.4143 12L19.7783 5.63603L18.3641 4.22182L12.0001 10.5858L5.63618 4.22182L4.22197 5.63603L10.5859 12Z" fill="%23111111"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.5859 12L4.22192 18.364L5.63614 19.7782L12.0001 13.4142L18.3641 19.7782L19.7783 18.364L13.4143 12L19.7783 5.63603L18.3641 4.22182L12.0001 10.5858L5.63618 4.22182L4.22197 5.63603L10.5859 12Z" fill="%23111111"/%3E%3C/svg%3E%0A');
}
.icon-phone{
    mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M3.47294 11.6659C4.51178 14.2784 5.43435 16.0823 6.83804 17.486C8.24173 18.8897 10.0456 19.8123 12.6581 20.8511C15.8076 22.1034 19.3565 20.787 21.0743 17.9239C21.6289 16.9996 21.2243 15.7985 20.2235 15.3982L16.5299 13.9208C15.9185 13.6762 15.2257 13.7483 14.6778 14.1136L12.5625 15.5238C11.4481 15.0365 10.7242 14.5764 10.1789 14.0297C9.63756 13.4869 9.21496 12.8015 8.79183 11.7741L10.2104 9.64627C10.5757 9.09829 10.6479 8.40558 10.4033 7.79409L8.92584 4.10053C8.52552 3.09973 7.32444 2.69512 6.40016 3.24969C3.53702 4.96757 2.22059 8.51639 3.47294 11.6659ZM4.40217 11.2964C3.34012 8.62547 4.44994 5.58601 6.91465 4.10718C7.31087 3.86945 7.82575 4.0429 7.99736 4.47192L9.47478 8.16548C9.59708 8.47122 9.56102 8.81758 9.37836 9.09157L7.95475 11.227C7.77609 11.495 7.73545 11.8337 7.85762 12.1317C8.76914 14.3552 9.80679 15.4136 12.1818 16.4488C12.4852 16.581 12.835 16.544 13.1104 16.3604L15.2325 14.9457C15.5065 14.763 15.8528 14.727 16.1586 14.8492L19.8521 16.3267C20.2811 16.4983 20.4546 17.0132 20.2169 17.4094C18.738 19.8741 15.6986 20.9839 13.0276 19.9219C7.84912 17.8627 6.46134 16.4749 4.40217 11.2964Z" fill="black"/%3E%3Cpath d="M14.1959 4.49581C14.2832 4.23383 14.5664 4.09225 14.8283 4.17958C16.3526 4.68765 17.4412 5.21777 18.2738 6.05037C19.1064 6.88297 19.6365 7.97158 20.1446 9.49581C20.2319 9.75778 20.0903 10.0409 19.8283 10.1283C19.5664 10.2156 19.2832 10.074 19.1959 9.81203C18.704 8.33626 18.2341 7.42487 17.5667 6.75747C16.8993 6.09007 15.9879 5.62019 14.5121 5.12826C14.2501 5.04094 14.1086 4.75778 14.1959 4.49581Z" fill="black"/%3E%3Cpath d="M13.1959 7.49581C13.2832 7.23383 13.5664 7.09225 13.8283 7.17958C15.4776 7.72935 16.5948 8.8465 17.1446 10.4958C17.2319 10.7578 17.0903 11.0409 16.8283 11.1283C16.5664 11.2156 16.2832 11.074 16.1959 10.812C15.7456 9.46134 14.8628 8.57849 13.5121 8.12826C13.2501 8.04094 13.1086 7.75778 13.1959 7.49581Z" fill="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M3.47294 11.6659C4.51178 14.2784 5.43435 16.0823 6.83804 17.486C8.24173 18.8897 10.0456 19.8123 12.6581 20.8511C15.8076 22.1034 19.3565 20.787 21.0743 17.9239C21.6289 16.9996 21.2243 15.7985 20.2235 15.3982L16.5299 13.9208C15.9185 13.6762 15.2257 13.7483 14.6778 14.1136L12.5625 15.5238C11.4481 15.0365 10.7242 14.5764 10.1789 14.0297C9.63756 13.4869 9.21496 12.8015 8.79183 11.7741L10.2104 9.64627C10.5757 9.09829 10.6479 8.40558 10.4033 7.79409L8.92584 4.10053C8.52552 3.09973 7.32444 2.69512 6.40016 3.24969C3.53702 4.96757 2.22059 8.51639 3.47294 11.6659ZM4.40217 11.2964C3.34012 8.62547 4.44994 5.58601 6.91465 4.10718C7.31087 3.86945 7.82575 4.0429 7.99736 4.47192L9.47478 8.16548C9.59708 8.47122 9.56102 8.81758 9.37836 9.09157L7.95475 11.227C7.77609 11.495 7.73545 11.8337 7.85762 12.1317C8.76914 14.3552 9.80679 15.4136 12.1818 16.4488C12.4852 16.581 12.835 16.544 13.1104 16.3604L15.2325 14.9457C15.5065 14.763 15.8528 14.727 16.1586 14.8492L19.8521 16.3267C20.2811 16.4983 20.4546 17.0132 20.2169 17.4094C18.738 19.8741 15.6986 20.9839 13.0276 19.9219C7.84912 17.8627 6.46134 16.4749 4.40217 11.2964Z" fill="black"/%3E%3Cpath d="M14.1959 4.49581C14.2832 4.23383 14.5664 4.09225 14.8283 4.17958C16.3526 4.68765 17.4412 5.21777 18.2738 6.05037C19.1064 6.88297 19.6365 7.97158 20.1446 9.49581C20.2319 9.75778 20.0903 10.0409 19.8283 10.1283C19.5664 10.2156 19.2832 10.074 19.1959 9.81203C18.704 8.33626 18.2341 7.42487 17.5667 6.75747C16.8993 6.09007 15.9879 5.62019 14.5121 5.12826C14.2501 5.04094 14.1086 4.75778 14.1959 4.49581Z" fill="black"/%3E%3Cpath d="M13.1959 7.49581C13.2832 7.23383 13.5664 7.09225 13.8283 7.17958C15.4776 7.72935 16.5948 8.8465 17.1446 10.4958C17.2319 10.7578 17.0903 11.0409 16.8283 11.1283C16.5664 11.2156 16.2832 11.074 16.1959 10.812C15.7456 9.46134 14.8628 8.57849 13.5121 8.12826C13.2501 8.04094 13.1086 7.75778 13.1959 7.49581Z" fill="black"/%3E%3C/svg%3E%0A');
}
.icon-location{
    mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10ZM12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" fill="black"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M6.23178 15.6402C6.22084 15.6271 6.21025 15.6137 6.2 15.6C4.60903 13.4787 4 11.7314 4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10C20 11.7314 19.391 13.4787 17.8 15.6C17.7898 15.6137 17.7792 15.6271 17.7682 15.6402L13.3017 21H17.5C17.7761 21 18 21.2239 18 21.5C18 21.7761 17.7761 22 17.5 22H6.5C6.22386 22 6 21.7761 6 21.5C6 21.2239 6.22386 21 6.5 21H10.6983L6.23178 15.6402ZM12 21L17 15C18.5 13 19 11.4582 19 10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10C5 11.4582 5.5 13 7 15L12 21Z" fill="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10ZM12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" fill="black"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M6.23178 15.6402C6.22084 15.6271 6.21025 15.6137 6.2 15.6C4.60903 13.4787 4 11.7314 4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10C20 11.7314 19.391 13.4787 17.8 15.6C17.7898 15.6137 17.7792 15.6271 17.7682 15.6402L13.3017 21H17.5C17.7761 21 18 21.2239 18 21.5C18 21.7761 17.7761 22 17.5 22H6.5C6.22386 22 6 21.7761 6 21.5C6 21.2239 6.22386 21 6.5 21H10.6983L6.23178 15.6402ZM12 21L17 15C18.5 13 19 11.4582 19 10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10C5 11.4582 5.5 13 7 15L12 21Z" fill="black"/%3E%3C/svg%3E%0A');
}
.icon-email{
    mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M3 4C2.44772 4 2 4.44772 2 5V19C2 19.5523 2.44772 20 3 20H21C21.5523 20 22 19.5523 22 19V5C22 4.44772 21.5523 4 21 4H3ZM3.7282 5H20.2718L12 12.8123L3.7282 5ZM3 5.68775V18.2929L9.48265 11.8102L3 5.68775ZM3.70711 19H20.2929L13.79 12.4971L12.3433 13.8635C12.1506 14.0455 11.8494 14.0455 11.6567 13.8635L10.21 12.4971L3.70711 19ZM21 18.2929V5.68774L14.5174 11.8102L21 18.2929Z" fill="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M3 4C2.44772 4 2 4.44772 2 5V19C2 19.5523 2.44772 20 3 20H21C21.5523 20 22 19.5523 22 19V5C22 4.44772 21.5523 4 21 4H3ZM3.7282 5H20.2718L12 12.8123L3.7282 5ZM3 5.68775V18.2929L9.48265 11.8102L3 5.68775ZM3.70711 19H20.2929L13.79 12.4971L12.3433 13.8635C12.1506 14.0455 11.8494 14.0455 11.6567 13.8635L10.21 12.4971L3.70711 19ZM21 18.2929V5.68774L14.5174 11.8102L21 18.2929Z" fill="black"/%3E%3C/svg%3E%0A');
}
.icon-facebook{
    mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15 13L16 10H13L13.0052 8.5C13.0052 7.65066 13.5 7 14.5 7H16V4.5C15 4 14.3196 4.01001 13.5 4C11.5 4 10 5.54209 10 8.5V10H7V13H10V20H13V13H15Z" fill="%23111111"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15 13L16 10H13L13.0052 8.5C13.0052 7.65066 13.5 7 14.5 7H16V4.5C15 4 14.3196 4.01001 13.5 4C11.5 4 10 5.54209 10 8.5V10H7V13H10V20H13V13H15Z" fill="%23111111"/%3E%3C/svg%3E%0A');
}
.icon-youtube{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2514 6.35727C18.9411 6.55636 19.4833 7.13727 19.6666 7.87364C20 9.21 20 12 20 12C20 12 20 14.79 19.6666 16.1264C19.4808 16.8655 18.9386 17.4464 18.2514 17.6427C17.0041 18 12 18 12 18C12 18 6.99841 18 5.74865 17.6427C5.05886 17.4436 4.5167 16.8627 4.33344 16.1264C4 14.79 4 12 4 12C4 12 4 9.21 4.33344 7.87364C4.51925 7.13455 5.06141 6.55364 5.74865 6.35727C6.99841 6 12 6 12 6C12 6 17.0041 6 18.2514 6.35727ZM14.9091 12L10.5455 9V15L14.9091 12Z' fill='%23101010'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2514 6.35727C18.9411 6.55636 19.4833 7.13727 19.6666 7.87364C20 9.21 20 12 20 12C20 12 20 14.79 19.6666 16.1264C19.4808 16.8655 18.9386 17.4464 18.2514 17.6427C17.0041 18 12 18 12 18C12 18 6.99841 18 5.74865 17.6427C5.05886 17.4436 4.5167 16.8627 4.33344 16.1264C4 14.79 4 12 4 12C4 12 4 9.21 4.33344 7.87364C4.51925 7.13455 5.06141 6.55364 5.74865 6.35727C6.99841 6 12 6 12 6C12 6 17.0041 6 18.2514 6.35727ZM14.9091 12L10.5455 9V15L14.9091 12Z' fill='%23101010'/%3E%3C/svg%3E%0A");
}
.icon-pinterest{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0995 3.06354C8.10921 3.416 5.12948 5.97042 5.0065 9.61933C4.92919 11.8473 5.5283 13.5187 7.53645 13.988C8.40788 12.3648 7.25535 12.0068 7.07614 10.8325C6.33999 6.02051 12.3328 2.7389 15.4689 6.09842C17.6387 8.42467 16.2103 15.5815 12.7106 14.8376C9.35838 14.1271 14.3515 8.43023 11.6757 7.31163C9.50069 6.40265 8.34464 10.0924 9.37594 11.9252C8.77157 15.0769 7.46969 18.0469 7.99677 22C9.70624 20.6903 10.2825 18.1823 10.7551 15.5667C11.6143 16.1176 12.0728 16.6908 13.1691 16.7799C17.2118 17.1101 19.4694 12.5188 18.9178 8.28368C18.4276 4.52904 14.8786 2.61833 11.0995 3.06354Z' fill='%23101010'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0995 3.06354C8.10921 3.416 5.12948 5.97042 5.0065 9.61933C4.92919 11.8473 5.5283 13.5187 7.53645 13.988C8.40788 12.3648 7.25535 12.0068 7.07614 10.8325C6.33999 6.02051 12.3328 2.7389 15.4689 6.09842C17.6387 8.42467 16.2103 15.5815 12.7106 14.8376C9.35838 14.1271 14.3515 8.43023 11.6757 7.31163C9.50069 6.40265 8.34464 10.0924 9.37594 11.9252C8.77157 15.0769 7.46969 18.0469 7.99677 22C9.70624 20.6903 10.2825 18.1823 10.7551 15.5667C11.6143 16.1176 12.0728 16.6908 13.1691 16.7799C17.2118 17.1101 19.4694 12.5188 18.9178 8.28368C18.4276 4.52904 14.8786 2.61833 11.0995 3.06354Z' fill='%23101010'/%3E%3C/svg%3E%0A");
}
.icon-linkedin{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.06 18.39H5.06V9.39H8.06V18.39ZM6.56 8.13C6.14626 8.13 5.74947 7.96564 5.45691 7.67309C5.16436 7.38053 5 6.98374 5 6.57C5 6.15626 5.16436 5.75947 5.45691 5.46691C5.74947 5.17436 6.14626 5.01 6.56 5.01C6.7797 4.98508 7.00218 5.00685 7.21287 5.07388C7.42357 5.14091 7.61774 5.25169 7.78266 5.39896C7.94757 5.54623 8.07953 5.72668 8.16987 5.92848C8.26022 6.13029 8.30692 6.3489 8.30692 6.57C8.30692 6.7911 8.26022 7.00971 8.16987 7.21152C8.07953 7.41332 7.94757 7.59377 7.78266 7.74104C7.61774 7.88831 7.42357 7.99909 7.21287 8.06612C7.00218 8.13315 6.7797 8.15492 6.56 8.13ZM18.88 18.39H15.88V13.56C15.88 12.35 15.45 11.56 14.36 11.56C14.0227 11.5625 13.6942 11.6683 13.4188 11.8632C13.1435 12.0581 12.9345 12.3327 12.82 12.65C12.7417 12.885 12.7078 13.1326 12.72 13.38V18.38H9.72C9.72 18.38 9.72 10.2 9.72 9.38H12.72V10.65C12.9925 10.1771 13.3889 9.78752 13.8664 9.5232C14.344 9.25888 14.8846 9.12985 15.43 9.15C17.43 9.15 18.88 10.44 18.88 13.21V18.39Z' fill='%23101010'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.06 18.39H5.06V9.39H8.06V18.39ZM6.56 8.13C6.14626 8.13 5.74947 7.96564 5.45691 7.67309C5.16436 7.38053 5 6.98374 5 6.57C5 6.15626 5.16436 5.75947 5.45691 5.46691C5.74947 5.17436 6.14626 5.01 6.56 5.01C6.7797 4.98508 7.00218 5.00685 7.21287 5.07388C7.42357 5.14091 7.61774 5.25169 7.78266 5.39896C7.94757 5.54623 8.07953 5.72668 8.16987 5.92848C8.26022 6.13029 8.30692 6.3489 8.30692 6.57C8.30692 6.7911 8.26022 7.00971 8.16987 7.21152C8.07953 7.41332 7.94757 7.59377 7.78266 7.74104C7.61774 7.88831 7.42357 7.99909 7.21287 8.06612C7.00218 8.13315 6.7797 8.15492 6.56 8.13ZM18.88 18.39H15.88V13.56C15.88 12.35 15.45 11.56 14.36 11.56C14.0227 11.5625 13.6942 11.6683 13.4188 11.8632C13.1435 12.0581 12.9345 12.3327 12.82 12.65C12.7417 12.885 12.7078 13.1326 12.72 13.38V18.38H9.72C9.72 18.38 9.72 10.2 9.72 9.38H12.72V10.65C12.9925 10.1771 13.3889 9.78752 13.8664 9.5232C14.344 9.25888 14.8846 9.12985 15.43 9.15C17.43 9.15 18.88 10.44 18.88 13.21V18.39Z' fill='%23101010'/%3E%3C/svg%3E%0A");
}
.icon-x{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.375 19.25L4.5 4.75H8.625L19.5 19.25H15.375Z' stroke='%23101010' stroke-width='1.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 4H18L12.5455 9.81818L13.7922 11.6883L21 4ZM11.4545 14.1818L10.2078 12.3117L3 20H6L11.4545 14.1818Z' fill='%23101010'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.375 19.25L4.5 4.75H8.625L19.5 19.25H15.375Z' stroke='%23101010' stroke-width='1.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 4H18L12.5455 9.81818L13.7922 11.6883L21 4ZM11.4545 14.1818L10.2078 12.3117L3 20H6L11.4545 14.1818Z' fill='%23101010'/%3E%3C/svg%3E%0A");
}
.icon-instagram{
    mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z" fill="%23111111"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M7 3C4.79083 3 3 4.79086 3 7V17C3 19.2091 4.79083 21 7 21H17C19.2092 21 21 19.2091 21 17V7C21 4.79086 19.2092 3 17 3H7ZM12 17C14.7614 17 17 14.7614 17 12C17 9.23859 14.7614 7 12 7C9.23859 7 7 9.23859 7 12C7 14.7614 9.23859 17 12 17ZM19 6C19 6.55228 18.5523 7 18 7C17.4477 7 17 6.55228 17 6C17 5.44772 17.4477 5 18 5C18.5523 5 19 5.44772 19 6Z" fill="%23111111"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z" fill="%23111111"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M7 3C4.79083 3 3 4.79086 3 7V17C3 19.2091 4.79083 21 7 21H17C19.2092 21 21 19.2091 21 17V7C21 4.79086 19.2092 3 17 3H7ZM12 17C14.7614 17 17 14.7614 17 12C17 9.23859 14.7614 7 12 7C9.23859 7 7 9.23859 7 12C7 14.7614 9.23859 17 12 17ZM19 6C19 6.55228 18.5523 7 18 7C17.4477 7 17 6.55228 17 6C17 5.44772 17.4477 5 18 5C18.5523 5 19 5.44772 19 6Z" fill="%23111111"/%3E%3C/svg%3E%0A');
}
.icon-telegram{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1685 7.9416C11.5609 9.02377 4.04224 12.097 4.04224 12.097C2.26037 12.7896 3.30336 13.4389 3.30336 13.4389C3.30336 13.4389 4.82449 13.9584 6.12835 14.3479C7.43215 14.7375 8.12754 14.3046 8.12754 14.3046C8.12754 14.3046 11.1698 12.3135 14.2555 10.1924C16.4285 8.72076 15.907 9.93275 15.3854 10.4522C14.2555 11.5776 12.3867 13.3523 10.8221 14.7808C10.1267 15.3868 10.4744 15.9062 10.7786 16.1659C11.6634 16.9116 13.7473 18.2677 14.6935 18.8834C14.9556 19.054 15.1304 19.1677 15.1682 19.1959C15.3854 19.3691 16.6024 20.1482 17.3412 19.9751C18.08 19.8019 18.1669 18.8063 18.1669 18.8063C18.1669 18.8063 18.7319 15.2569 19.2535 12.0105C19.3501 11.373 19.4467 10.749 19.5367 10.167C19.7708 8.65462 19.9609 7.42695 19.9923 6.98931C20.1227 5.51762 18.5581 6.12358 18.5581 6.12358C18.5581 6.12358 15.1682 7.50877 14.1685 7.9416Z' fill='%23101010'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1685 7.9416C11.5609 9.02377 4.04224 12.097 4.04224 12.097C2.26037 12.7896 3.30336 13.4389 3.30336 13.4389C3.30336 13.4389 4.82449 13.9584 6.12835 14.3479C7.43215 14.7375 8.12754 14.3046 8.12754 14.3046C8.12754 14.3046 11.1698 12.3135 14.2555 10.1924C16.4285 8.72076 15.907 9.93275 15.3854 10.4522C14.2555 11.5776 12.3867 13.3523 10.8221 14.7808C10.1267 15.3868 10.4744 15.9062 10.7786 16.1659C11.6634 16.9116 13.7473 18.2677 14.6935 18.8834C14.9556 19.054 15.1304 19.1677 15.1682 19.1959C15.3854 19.3691 16.6024 20.1482 17.3412 19.9751C18.08 19.8019 18.1669 18.8063 18.1669 18.8063C18.1669 18.8063 18.7319 15.2569 19.2535 12.0105C19.3501 11.373 19.4467 10.749 19.5367 10.167C19.7708 8.65462 19.9609 7.42695 19.9923 6.98931C20.1227 5.51762 18.5581 6.12358 18.5581 6.12358C18.5581 6.12358 15.1682 7.50877 14.1685 7.9416Z' fill='%23101010'/%3E%3C/svg%3E%0A");
}
.icon-viber{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.413 7.58717C14.6019 6.776 13.432 6.30004 12.0002 6.30006C11.8345 6.30006 11.7002 6.16575 11.7002 6.00007C11.7002 5.83438 11.8345 5.70006 12.0002 5.70006C13.5684 5.70004 14.8985 6.22407 15.8373 7.16291C16.7761 8.10175 17.3002 9.4319 17.3002 11.0001C17.3002 11.1658 17.1658 11.3001 17.0002 11.3001C16.8345 11.3001 16.7002 11.1658 16.7002 11.0001C16.7002 9.56824 16.2242 8.39835 15.413 7.58717Z' fill='%23101010'/%3E%3Cpath d='M12.5002 7.8C13.1526 7.8 13.8302 8.12923 14.3506 8.64962C14.871 9.17001 15.2002 9.84754 15.2002 10.5C15.2002 10.6657 15.3345 10.8 15.5002 10.8C15.6659 10.8 15.8002 10.6657 15.8002 10.5C15.8002 9.6524 15.3794 8.82995 14.7748 8.22535C14.1702 7.62076 13.3478 7.2 12.5002 7.2C12.3346 7.2 12.2002 7.33431 12.2002 7.5C12.2002 7.66568 12.3346 7.8 12.5002 7.8Z' fill='%23101010'/%3E%3Cpath d='M7.65229 8.58721C7.64364 8.32265 7.79073 8.13057 7.96872 7.95782C8.20347 7.73804 8.4621 7.544 8.74001 7.37917C8.86674 7.30279 9.01741 7.27368 9.16434 7.29721C9.31127 7.32074 9.44457 7.39531 9.53973 7.50722C9.87598 7.85266 10.1769 8.22934 10.4383 8.63191C10.5678 8.81299 10.6655 9.01385 10.7276 9.22626C10.7524 9.30915 10.754 9.39702 10.7322 9.48073C10.7105 9.56444 10.6662 9.64092 10.604 9.70223C10.4614 9.83903 10.3094 9.96617 10.1491 10.0828C10.0683 10.1457 10.0083 10.2304 9.97641 10.3264C9.94454 10.4224 9.94227 10.5255 9.96987 10.6228C10.0689 11.0795 10.2932 11.5013 10.6188 11.8429C11.0144 12.3149 11.5242 12.6832 12.102 12.9144C12.244 12.9857 12.4067 13.0075 12.5631 12.976C12.6487 12.9532 12.7248 12.9046 12.7806 12.8371C12.806 12.8055 12.8321 12.7743 12.8581 12.743C12.9209 12.6677 12.984 12.592 13.039 12.5109C13.14 12.3678 13.2942 12.2688 13.4687 12.2352C13.6433 12.2016 13.8244 12.2359 13.9734 12.3309C14.3924 12.5685 14.788 12.8435 15.1551 13.1524C15.194 13.185 15.2336 13.2171 15.2733 13.2492C15.3219 13.2886 15.3708 13.3281 15.4184 13.3686C15.5207 13.4449 15.5947 13.552 15.6288 13.6733C15.663 13.7946 15.6555 13.9235 15.6075 14.0403C15.5311 14.2366 15.4198 14.4182 15.2787 14.5767C15.1033 14.8149 14.88 15.0155 14.6223 15.1662C14.4992 15.2369 14.3608 15.2784 14.2183 15.2874C14.0758 15.2964 13.9331 15.2727 13.8016 15.2181C12.8016 14.8246 11.8671 14.2876 11.0292 13.6247C10.2095 12.9653 9.49326 12.192 8.90317 11.3295C8.40664 10.6154 8.01162 9.83881 7.72893 9.02089C7.69883 8.92197 7.67407 8.82156 7.65476 8.72009C7.64927 8.676 7.64844 8.63147 7.65229 8.58721Z' fill='%23101010'/%3E%3Cpath d='M13.4753 9.52464C13.3299 9.37924 13.1523 9.30001 12.9999 9.30001C12.8342 9.30001 12.6999 9.1657 12.6999 9.00001C12.6999 8.83433 12.8342 8.70001 12.9999 8.70001C13.3475 8.7 13.6699 8.87077 13.8995 9.10037C14.1291 9.32997 14.2999 9.65242 14.2999 9.99998C14.3 10.1657 14.1657 10.3 14 10.3C13.8343 10.3 13.7 10.1657 13.7 10C13.6999 9.8476 13.6207 9.67004 13.4753 9.52464Z' fill='%23101010'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 19C11.5697 19 11.1583 18.9936 10.7651 18.9798L8.8 21.6C8.54174 21.9443 8.09212 22.0848 7.68377 21.9487C7.27543 21.8126 7 21.4304 7 21V18.4492C5.63676 18.0229 4.61089 17.2969 3.94566 16.1218C3.20396 14.8117 3 13.0854 3 11C3 8.24274 3.35288 6.07268 4.89571 4.69226C6.39637 3.34956 8.76583 3 12 3C15.2342 3 17.6036 3.34956 19.1043 4.69226C20.6471 6.07268 21 8.24274 21 11C21 13.7573 20.6471 15.9273 19.1043 17.3077C17.6036 18.6504 15.2342 19 12 19ZM8 17.678V21L10.282 17.9573C10.8116 17.9865 11.3833 18 12 18C18.5 18 20 16.5 20 11C20 5.5 18.5 4 12 4C5.5 4 4 5.5 4 11C4 15.1216 4.84235 16.9969 8 17.678Z' fill='%23101010'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.413 7.58717C14.6019 6.776 13.432 6.30004 12.0002 6.30006C11.8345 6.30006 11.7002 6.16575 11.7002 6.00007C11.7002 5.83438 11.8345 5.70006 12.0002 5.70006C13.5684 5.70004 14.8985 6.22407 15.8373 7.16291C16.7761 8.10175 17.3002 9.4319 17.3002 11.0001C17.3002 11.1658 17.1658 11.3001 17.0002 11.3001C16.8345 11.3001 16.7002 11.1658 16.7002 11.0001C16.7002 9.56824 16.2242 8.39835 15.413 7.58717Z' fill='%23101010'/%3E%3Cpath d='M12.5002 7.8C13.1526 7.8 13.8302 8.12923 14.3506 8.64962C14.871 9.17001 15.2002 9.84754 15.2002 10.5C15.2002 10.6657 15.3345 10.8 15.5002 10.8C15.6659 10.8 15.8002 10.6657 15.8002 10.5C15.8002 9.6524 15.3794 8.82995 14.7748 8.22535C14.1702 7.62076 13.3478 7.2 12.5002 7.2C12.3346 7.2 12.2002 7.33431 12.2002 7.5C12.2002 7.66568 12.3346 7.8 12.5002 7.8Z' fill='%23101010'/%3E%3Cpath d='M7.65229 8.58721C7.64364 8.32265 7.79073 8.13057 7.96872 7.95782C8.20347 7.73804 8.4621 7.544 8.74001 7.37917C8.86674 7.30279 9.01741 7.27368 9.16434 7.29721C9.31127 7.32074 9.44457 7.39531 9.53973 7.50722C9.87598 7.85266 10.1769 8.22934 10.4383 8.63191C10.5678 8.81299 10.6655 9.01385 10.7276 9.22626C10.7524 9.30915 10.754 9.39702 10.7322 9.48073C10.7105 9.56444 10.6662 9.64092 10.604 9.70223C10.4614 9.83903 10.3094 9.96617 10.1491 10.0828C10.0683 10.1457 10.0083 10.2304 9.97641 10.3264C9.94454 10.4224 9.94227 10.5255 9.96987 10.6228C10.0689 11.0795 10.2932 11.5013 10.6188 11.8429C11.0144 12.3149 11.5242 12.6832 12.102 12.9144C12.244 12.9857 12.4067 13.0075 12.5631 12.976C12.6487 12.9532 12.7248 12.9046 12.7806 12.8371C12.806 12.8055 12.8321 12.7743 12.8581 12.743C12.9209 12.6677 12.984 12.592 13.039 12.5109C13.14 12.3678 13.2942 12.2688 13.4687 12.2352C13.6433 12.2016 13.8244 12.2359 13.9734 12.3309C14.3924 12.5685 14.788 12.8435 15.1551 13.1524C15.194 13.185 15.2336 13.2171 15.2733 13.2492C15.3219 13.2886 15.3708 13.3281 15.4184 13.3686C15.5207 13.4449 15.5947 13.552 15.6288 13.6733C15.663 13.7946 15.6555 13.9235 15.6075 14.0403C15.5311 14.2366 15.4198 14.4182 15.2787 14.5767C15.1033 14.8149 14.88 15.0155 14.6223 15.1662C14.4992 15.2369 14.3608 15.2784 14.2183 15.2874C14.0758 15.2964 13.9331 15.2727 13.8016 15.2181C12.8016 14.8246 11.8671 14.2876 11.0292 13.6247C10.2095 12.9653 9.49326 12.192 8.90317 11.3295C8.40664 10.6154 8.01162 9.83881 7.72893 9.02089C7.69883 8.92197 7.67407 8.82156 7.65476 8.72009C7.64927 8.676 7.64844 8.63147 7.65229 8.58721Z' fill='%23101010'/%3E%3Cpath d='M13.4753 9.52464C13.3299 9.37924 13.1523 9.30001 12.9999 9.30001C12.8342 9.30001 12.6999 9.1657 12.6999 9.00001C12.6999 8.83433 12.8342 8.70001 12.9999 8.70001C13.3475 8.7 13.6699 8.87077 13.8995 9.10037C14.1291 9.32997 14.2999 9.65242 14.2999 9.99998C14.3 10.1657 14.1657 10.3 14 10.3C13.8343 10.3 13.7 10.1657 13.7 10C13.6999 9.8476 13.6207 9.67004 13.4753 9.52464Z' fill='%23101010'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 19C11.5697 19 11.1583 18.9936 10.7651 18.9798L8.8 21.6C8.54174 21.9443 8.09212 22.0848 7.68377 21.9487C7.27543 21.8126 7 21.4304 7 21V18.4492C5.63676 18.0229 4.61089 17.2969 3.94566 16.1218C3.20396 14.8117 3 13.0854 3 11C3 8.24274 3.35288 6.07268 4.89571 4.69226C6.39637 3.34956 8.76583 3 12 3C15.2342 3 17.6036 3.34956 19.1043 4.69226C20.6471 6.07268 21 8.24274 21 11C21 13.7573 20.6471 15.9273 19.1043 17.3077C17.6036 18.6504 15.2342 19 12 19ZM8 17.678V21L10.282 17.9573C10.8116 17.9865 11.3833 18 12 18C18.5 18 20 16.5 20 11C20 5.5 18.5 4 12 4C5.5 4 4 5.5 4 11C4 15.1216 4.84235 16.9969 8 17.678Z' fill='%23101010'/%3E%3C/svg%3E%0A");
}
.icon-tiktok{
    mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13 3H16V3.5C16 5.433 17.567 7 19.5 7C19.6698 7 19.8367 6.98791 20 6.96456V9.98106C19.835 9.99361 19.6682 10 19.5 10C18.2114 10 17.0103 9.625 16 8.97818V15C16 18.3137 13.3137 21 10 21C6.68629 21 4 18.3137 4 15C4 11.6863 6.68629 9 10 9C10.3407 9 10.6748 9.0284 11 9.08296V12.1707C10.6872 12.0602 10.3506 12 10 12C8.34315 12 7 13.3431 7 15C7 16.6569 8.34315 18 10 18C11.6569 18 13 16.6569 13 15V3Z" fill="%23111111"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13 3H16V3.5C16 5.433 17.567 7 19.5 7C19.6698 7 19.8367 6.98791 20 6.96456V9.98106C19.835 9.99361 19.6682 10 19.5 10C18.2114 10 17.0103 9.625 16 8.97818V15C16 18.3137 13.3137 21 10 21C6.68629 21 4 18.3137 4 15C4 11.6863 6.68629 9 10 9C10.3407 9 10.6748 9.0284 11 9.08296V12.1707C10.6872 12.0602 10.3506 12 10 12C8.34315 12 7 13.3431 7 15C7 16.6569 8.34315 18 10 18C11.6569 18 13 16.6569 13 15V3Z" fill="%23111111"/%3E%3C/svg%3E%0A');
}
.icon-arrow-top{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 13.5L12 9L16.5 13.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 13.5L12 9L16.5 13.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-arrow-bottom{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 10.5L12 15L16.5 10.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 10.5L12 15L16.5 10.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-arrow-left{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 7.5L9 12L13.5 16.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 7.5L9 12L13.5 16.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-arrow-right{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 7.5L15 12L10.5 16.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 7.5L15 12L10.5 16.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-arrow-left-long{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.14645 6.14645C7.34171 5.95118 7.65829 5.95118 7.85355 6.14645C8.04882 6.34171 8.04882 6.65829 7.85355 6.85355L2.70711 12H22.5C22.7761 12 23 12.2239 23 12.5C23 12.7761 22.7761 13 22.5 13H2.70711L7.85355 18.1464C8.04882 18.3417 8.04882 18.6583 7.85355 18.8536C7.65829 19.0488 7.34171 19.0488 7.14645 18.8536L1.14645 12.8536C0.951184 12.6583 0.951184 12.3417 1.14645 12.1464L7.14645 6.14645Z' fill='%23101010'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.14645 6.14645C7.34171 5.95118 7.65829 5.95118 7.85355 6.14645C8.04882 6.34171 8.04882 6.65829 7.85355 6.85355L2.70711 12H22.5C22.7761 12 23 12.2239 23 12.5C23 12.7761 22.7761 13 22.5 13H2.70711L7.85355 18.1464C8.04882 18.3417 8.04882 18.6583 7.85355 18.8536C7.65829 19.0488 7.34171 19.0488 7.14645 18.8536L1.14645 12.8536C0.951184 12.6583 0.951184 12.3417 1.14645 12.1464L7.14645 6.14645Z' fill='%23101010'/%3E%3C/svg%3E%0A");
}
.icon-arrow-right-long{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8536 6.14645C16.6583 5.95118 16.3417 5.95118 16.1464 6.14645C15.9512 6.34171 15.9512 6.65829 16.1464 6.85355L21.2929 12H1.5C1.22386 12 1 12.2239 1 12.5C1 12.7761 1.22386 13 1.5 13H21.2929L16.1464 18.1464C15.9512 18.3417 15.9512 18.6583 16.1464 18.8536C16.3417 19.0488 16.6583 19.0488 16.8536 18.8536L22.8536 12.8536C23.0488 12.6583 23.0488 12.3417 22.8536 12.1464L16.8536 6.14645Z' fill='%23101010'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8536 6.14645C16.6583 5.95118 16.3417 5.95118 16.1464 6.14645C15.9512 6.34171 15.9512 6.65829 16.1464 6.85355L21.2929 12H1.5C1.22386 12 1 12.2239 1 12.5C1 12.7761 1.22386 13 1.5 13H21.2929L16.1464 18.1464C15.9512 18.3417 15.9512 18.6583 16.1464 18.8536C16.3417 19.0488 16.6583 19.0488 16.8536 18.8536L22.8536 12.8536C23.0488 12.6583 23.0488 12.3417 22.8536 12.1464L16.8536 6.14645Z' fill='%23101010'/%3E%3C/svg%3E%0A");
}
.icon-dot{
    mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="12" cy="12" r="2" fill="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="12" cy="12" r="2" fill="black"/%3E%3C/svg%3E%0A');
}
.icon-home{
    mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.81348 3.38916C11.0917 2.36668 12.9083 2.36668 14.1865 3.38916L20.1865 8.18994C21.0166 8.85411 21.4999 9.8593 21.5 10.9224V18.0005C21.4998 19.9333 19.9329 21.5005 18 21.5005H17C16.1717 21.5005 15.5002 20.8287 15.5 20.0005V18.0005C15.5 17.1721 14.8284 16.5005 14 16.5005H10C9.17157 16.5005 8.5 17.1721 8.5 18.0005V20.0005C8.49977 20.8287 7.82828 21.5005 7 21.5005H6C4.06715 21.5005 2.50023 19.9333 2.5 18.0005V10.9224C2.50006 9.8593 2.98343 8.85411 3.81348 8.18994L9.81348 3.38916Z" stroke="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.81348 3.38916C11.0917 2.36668 12.9083 2.36668 14.1865 3.38916L20.1865 8.18994C21.0166 8.85411 21.4999 9.8593 21.5 10.9224V18.0005C21.4998 19.9333 19.9329 21.5005 18 21.5005H17C16.1717 21.5005 15.5002 20.8287 15.5 20.0005V18.0005C15.5 17.1721 14.8284 16.5005 14 16.5005H10C9.17157 16.5005 8.5 17.1721 8.5 18.0005V20.0005C8.49977 20.8287 7.82828 21.5005 7 21.5005H6C4.06715 21.5005 2.50023 19.9333 2.5 18.0005V10.9224C2.50006 9.8593 2.98343 8.85411 3.81348 8.18994L9.81348 3.38916Z" stroke="black"/%3E%3C/svg%3E%0A');
}
.icon-breadcrumbs-divider{
    mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="11" y="4" width="1" height="16" fill="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="11" y="4" width="1" height="16" fill="black"/%3E%3C/svg%3E%0A');
}
.icon-16.icon-home{
    mask: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M5.72266 2.61108C7.03331 1.4878 8.96669 1.4878 10.2773 2.61108L13.2773 5.18237C14.0531 5.84728 14.5 6.81791 14.5 7.8396V11.9998C14.5 13.3805 13.3807 14.4998 12 14.4998C11.1716 14.4998 10.5 13.8282 10.5 12.9998V10.9998C10.4999 10.1714 9.82835 9.49976 9 9.49976H7C6.17165 9.49976 5.50013 10.1714 5.5 10.9998V12.9998C5.5 13.8282 4.82843 14.4998 4 14.4998C2.61929 14.4998 1.5 13.3805 1.5 11.9998V7.8396C1.50004 6.81791 1.94693 5.84728 2.72266 5.18237L5.72266 2.61108Z" stroke="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M5.72266 2.61108C7.03331 1.4878 8.96669 1.4878 10.2773 2.61108L13.2773 5.18237C14.0531 5.84728 14.5 6.81791 14.5 7.8396V11.9998C14.5 13.3805 13.3807 14.4998 12 14.4998C11.1716 14.4998 10.5 13.8282 10.5 12.9998V10.9998C10.4999 10.1714 9.82835 9.49976 9 9.49976H7C6.17165 9.49976 5.50013 10.1714 5.5 10.9998V12.9998C5.5 13.8282 4.82843 14.4998 4 14.4998C2.61929 14.4998 1.5 13.3805 1.5 11.9998V7.8396C1.50004 6.81791 1.94693 5.84728 2.72266 5.18237L5.72266 2.61108Z" stroke="black"/%3E%3C/svg%3E%0A');
}
.icon-16.icon-dot{
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z' fill='black'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z' fill='black'/%3E%3C/svg%3E%0A");
}
.icon-16.icon-breadcrumbs-divider{
    mask: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="7" y="2" width="1" height="12" fill="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="7" y="2" width="1" height="12" fill="black"/%3E%3C/svg%3E%0A');
}
.icon-32.icon-facebook{
    mask: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16 2C23.732 2 30 8.26801 30 16C30 23.0529 24.7845 28.8859 18 29.8564V20H21.2539L22 16H18V13.5C18 12.45 18.75 11.5 20.5 11.5H22V8C18.0001 6.59654 14 8.35311 14 13V16H10V20H14V29.8564C7.21553 28.8859 2 23.0529 2 16C2 8.26801 8.26801 2 16 2Z" fill="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16 2C23.732 2 30 8.26801 30 16C30 23.0529 24.7845 28.8859 18 29.8564V20H21.2539L22 16H18V13.5C18 12.45 18.75 11.5 20.5 11.5H22V8C18.0001 6.59654 14 8.35311 14 13V16H10V20H14V29.8564C7.21553 28.8859 2 23.0529 2 16C2 8.26801 8.26801 2 16 2Z" fill="black"/%3E%3C/svg%3E%0A');
}
.icon-32.icon-instagram{
    mask: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="16" cy="16" r="6" stroke="black" stroke-width="2"/%3E%3Ccircle cx="23.5" cy="8.5" r="1.5" fill="black"/%3E%3Crect x="3" y="3" width="26" height="26" rx="8" stroke="black" stroke-width="2"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="16" cy="16" r="6" stroke="black" stroke-width="2"/%3E%3Ccircle cx="23.5" cy="8.5" r="1.5" fill="black"/%3E%3Crect x="3" y="3" width="26" height="26" rx="8" stroke="black" stroke-width="2"/%3E%3C/svg%3E%0A');
}
.icon-32.icon-menu{
    mask: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M30 27H2V23H30V27Z" fill="black"/%3E%3Cpath d="M30 18H2V14H30V18Z" fill="black"/%3E%3Cpath d="M30 9H2V5H30V9Z" fill="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M30 27H2V23H30V27Z" fill="black"/%3E%3Cpath d="M30 18H2V14H30V18Z" fill="black"/%3E%3Cpath d="M30 9H2V5H30V9Z" fill="black"/%3E%3C/svg%3E%0A');
}
.icon-32.icon-menu-close{
    mask: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M27.3135 7.51465L18.8281 15.999L27.3145 24.4854L24.4863 27.3135L16 18.8271L7.51465 27.3135L4.68652 24.4854L13.1719 15.999L4.6875 7.51465L7.51562 4.68652L16 13.1709L24.4854 4.68652L27.3135 7.51465Z" fill="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M27.3135 7.51465L18.8281 15.999L27.3145 24.4854L24.4863 27.3135L16 18.8271L7.51465 27.3135L4.68652 24.4854L13.1719 15.999L4.6875 7.51465L7.51562 4.68652L16 13.1709L24.4854 4.68652L27.3135 7.51465Z" fill="black"/%3E%3C/svg%3E%0A');
}

/* Header */
header{
    position: relative;
    z-index: 1400;
}
.header{
    padding: 24px 0px;
}
.header-menu{
    padding-left: 32px;
}
.header-menu a{
    display: block;
    background-color: #FFF;
    padding: 12px;
    border-radius: 50%;
}
.header-menu a .icon{
    background-color: #414141;
}
.header-menu a:hover{
    background-color: #FFCE00;
}
.header-lang .button{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0px 24px;
    border-radius: 32px;
    border: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 56px;
    cursor: pointer;
}
.header-lang .button:hover{
    background-color: #FFCE00;
}
.header-lang .button span{
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-position: center;
    background-size: contain;
    background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 5L8.00025 10.9998L14 5" stroke="%23414141" stroke-width="2"/%3E%3C/svg%3E%0A');
}
.header-lang .button[aria-expanded="true"] span{
    background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 11L8.00025 5.00024L14 11" stroke="%23414141" stroke-width="2"/%3E%3C/svg%3E%0A');
}
.header-lang .uk-dropdown{
    padding: 12px;
    margin: 0px;
    border-radius: 12px;
    min-width: auto !important;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px 0px rgb(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgb(0, 0, 0, 0.4);
}
.header-lang ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header-lang a{
    text-align: center;
    display: block;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1;
}
.header-lang a.header-lang-active{
    font-weight: 700;
}

.body-homepage header{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    /*z-index: 10;*/
}
.body-homepage .header-logo .logo-uk{
    background-image: url('/assets/upload/site/atiagency_logo_inversion.svg');
}
.body-homepage .header-logo .logo-en{
    background-image: url('/assets/upload/site/atiagency_logo_inversion_en.svg');
}
.body-homepage .header-logo .logo-ru{
    background-image: url('/assets/upload/site/atiagency_logo_inversion_ru.svg');
}

.header.uk-active{
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgb(0, 0, 0, 0.2);
}
.header.uk-active .header-social{
    display: none;
}
.body-homepage .header.uk-active .header-logo .logo-uk{
    background-image: url('/assets/upload/site/atiagency_logo.svg');
}
.body-homepage .header.uk-active .header-logo .logo-en{
    background-image: url('/assets/upload/site/atiagency_logo_en.svg');
}
.body-homepage .header.uk-active .header-logo .logo-ru{
    background-image: url('/assets/upload/site/atiagency_logo_ru.svg');
}


/* Footer */
.footer{
    position: relative;
    z-index: 10;
    padding: 32px 0px;
    background-color: #fff;
}
.footer-container{
    position: relative;
    z-index: 2;
}
.footer-menu{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer-menu li{
    padding: 4px 0px;
}
.footer-menu a{
    display: inline-block;
    padding: 4px 0px;
    text-decoration: none;
    font-size: 24px;
}
.footer-contacts{
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr auto;
}
.footer-contacts-title{
    font-weight: 700;
    font-size: 24px;
    padding: 0px 0px 16px 12px;
}
.footer-up{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F1F1F1;
    background-image: url('data:image/svg+xml,%3Csvg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M48 24L45 27L26 8V48H22V8L3 27L0 24L24 0L48 24Z" fill="%23424141"/%3E%3C/svg%3E%0A');
}
.footer-up:hover{
    background-color: #FFCE00;
}
.footer-end{
    padding-top: 32px;
}
.footer-back{
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 60%;
    display: block;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg width="1176" height="488" viewBox="0 0 1176 488" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M37.2793 64.5736C54.7183 60.9173 76.7237 75.2247 77.9512 93.7298C79.2501 113.5 80.3478 133.27 82.3291 152.973C84.6165 175.904 87.7087 199.998 95.5987 221.782C103.543 243.809 115.448 262.767 130.65 280.539C160.214 315.091 199.665 338.954 242.951 352.015C277.044 362.678 312.826 364.392 348.076 359.944C383.035 355.297 414.943 342.612 445.413 324.931C492.518 298.162 534.491 263.287 581.972 237.007C614.949 218.888 652.218 204.406 689.977 201.05C710.611 199.213 731.352 200.237 751.408 204.407C768.012 185.01 788.344 168.15 811.312 156.86C833.564 146.332 857.871 140.858 882.488 140.831C925.339 140.207 963 162.579 992.545 191.771C1020.24 219.067 1040.22 254.098 1056.65 288.928C1071.78 321.065 1081.73 355.388 1097.31 387.269C1112.59 418.457 1132.8 446.764 1155.77 472.769C1160.36 477.962 1165.06 483.036 1169.86 487.999H1076.89C1055.33 459.475 1037 428.603 1023.35 395.46C1010.24 363.591 999.441 331.217 983.411 300.504C965.941 266.901 940.577 228.196 903.006 214.992C890.918 210.871 877.842 210.62 865.3 213.062C848.817 216.271 834.757 225.624 821.014 234.763C855.445 260.039 877.466 300.309 875.356 343.59C872.949 391.849 835.617 435.735 784.765 431.857C732.081 427.819 699.184 377.581 698.11 328.416C697.683 308.863 702.612 288.899 710.327 270.717C691.647 270.314 672.985 274.898 655.504 281.216C639.486 287.164 623.96 294.364 609.071 302.748C580.65 318.548 554.428 338.046 527.51 356.202C497.003 376.909 465.336 397.146 430.944 410.91C391.735 426.249 349.88 433.69 307.786 432.806C265.994 432.144 224.75 423.174 186.458 406.419C148.166 389.664 113.59 365.458 84.7432 335.211C54.5746 303.5 33.0576 264.569 22.2559 222.153C12.2929 184.037 10.7012 144.375 8.11429 105.268C6.7884 85.4371 17.0287 68.8463 37.2793 64.5736ZM778.697 291.612C773.98 302.127 770.057 313.124 769.077 324.686C767.326 339.615 774.829 358.883 791.378 361.45C792.489 361.199 793.614 361.015 794.746 360.896C810.761 354.613 804.748 325.217 799.138 314.317C794.39 305.199 786.905 297.672 778.697 291.612Z" fill="%23F1F1F1"/%3E%3C/svg%3E%0A');
}

/* Divider */
.divider{
    /*height: 40px;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0px 0px;
    background-color: transparent;
}
.divider span{
    position: relative;
    display: block;
    width: 300px;
    height: 1px;
    background-color: #00A6BB;
}


/* Main */
main{
    position: relative;
    z-index: 1;
    padding: 0px 0px 32px 0px;
    overflow: hidden;
}
.main-blank{
    padding: 0px;
    background-color: #FFCE00;
    background-position: center;
    background-size: auto 600px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg width="2000" height="544" viewBox="0 0 2000 544" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M873.136 66.4354C915.346 0.417034 1019.51 -5.67805 1083.85 27.4998C1145.71 59.1025 1177.78 125.9 1168.67 195.974C1159.83 263.816 1114.8 317.083 1054.72 347.46C1196.49 446.574 1410.66 491.43 1581.64 449.8C1687.22 421.931 1714.96 413.096 1925.17 293.609C1939.84 285.271 1958.5 288.834 1968.92 302.103C1981.6 318.24 1977.2 341.863 1959.47 352.191C1801.99 443.92 1686.13 495.831 1579.39 517.685C1378.24 558.868 1129.4 509.596 964.512 375.994C775 400 596.5 276.063 440.5 273.063C331.3 273.063 302.231 274.528 68.4874 336.41C52.1752 340.728 35.0418 332.52 28.3497 317.03C20.2119 298.193 30.4896 276.474 50.2696 271.013C225.946 222.513 351.214 201.888 460 208C607.5 216.287 762.802 303.887 898.078 308.011C847.773 240.954 825.254 141.009 873.136 66.4354ZM1056.53 105.842C1014.42 67.4931 946.148 73.5192 935.525 137.893H935.509C930.351 172.537 934.891 205.614 949.645 237.364C958.278 256.489 971.759 273.188 985.427 288.959C997.852 301.858 1020.59 281.408 1031.96 273.063C1058.88 253.467 1077.66 227.768 1083.85 195.005C1087.55 163.865 1080.5 127.779 1056.53 105.842Z" fill="white"/%3E%3C/svg%3E%0A');
}


/* Content */
.content{}


/* Contacts */
.social-ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
}
.social-ul li{
    padding: 0px 8px;
}
.social-ul li a{
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}
.social-ul li a span{
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #D6D6D6;
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.social-ul li a:after{
    content:"";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    margin-top: -45%;
    margin-left: -45%;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.social-ul-facebook span{
    mask: url('data:image/svg+xml,%3Csvg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M56 56H0V0H56V56ZM28 14C20.268 14 14 20.268 14 28C14 35.0529 19.2155 40.8859 26 41.8564V32H22V28H26V25C26 20.3531 30.0001 18.5965 34 20V23.5H32.5C30.75 23.5 30 24.45 30 25.5V28H34L33.2539 32H30V41.8564C36.7845 40.8859 42 35.0529 42 28C42 20.268 35.732 14 28 14Z" fill="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M56 56H0V0H56V56ZM28 14C20.268 14 14 20.268 14 28C14 35.0529 19.2155 40.8859 26 41.8564V32H22V28H26V25C26 20.3531 30.0001 18.5965 34 20V23.5H32.5C30.75 23.5 30 24.45 30 25.5V28H34L33.2539 32H30V41.8564C36.7845 40.8859 42 35.0529 42 28C42 20.268 35.732 14 28 14Z" fill="black"/%3E%3C/svg%3E%0A');
}
.social-ul-instagram span{
    mask: url('data:image/svg+xml,%3Csvg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M28 23C30.7614 23 33 25.2386 33 28C33 30.7614 30.7614 33 28 33C25.2386 33 23 30.7614 23 28C23 25.2386 25.2386 23 28 23Z" fill="black"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M33 16C36.866 16 40 19.134 40 23V33C40 36.866 36.866 40 33 40H23C19.134 40 16 36.866 16 33V23C16 19.134 19.134 16 23 16H33ZM28 21C24.134 21 21 24.134 21 28C21 31.866 24.134 35 28 35C31.866 35 35 31.866 35 28C35 24.134 31.866 21 28 21ZM35.5 19C34.6716 19 34 19.6716 34 20.5C34 21.3284 34.6716 22 35.5 22C36.3284 22 37 21.3284 37 20.5C37 19.6716 36.3284 19 35.5 19Z" fill="black"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M56 56H0V0H56V56ZM23 14C18.0294 14 14 18.0294 14 23V33C14 37.9706 18.0294 42 23 42H33C37.9706 42 42 37.9706 42 33V23C42 18.0294 37.9706 14 33 14H23Z" fill="black"/%3E%3C/svg%3E%0A');
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M28 23C30.7614 23 33 25.2386 33 28C33 30.7614 30.7614 33 28 33C25.2386 33 23 30.7614 23 28C23 25.2386 25.2386 23 28 23Z" fill="black"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M33 16C36.866 16 40 19.134 40 23V33C40 36.866 36.866 40 33 40H23C19.134 40 16 36.866 16 33V23C16 19.134 19.134 16 23 16H33ZM28 21C24.134 21 21 24.134 21 28C21 31.866 24.134 35 28 35C31.866 35 35 31.866 35 28C35 24.134 31.866 21 28 21ZM35.5 19C34.6716 19 34 19.6716 34 20.5C34 21.3284 34.6716 22 35.5 22C36.3284 22 37 21.3284 37 20.5C37 19.6716 36.3284 19 35.5 19Z" fill="black"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M56 56H0V0H56V56ZM23 14C18.0294 14 14 18.0294 14 23V33C14 37.9706 18.0294 42 23 42H33C37.9706 42 42 37.9706 42 33V23C42 18.0294 37.9706 14 33 14H23Z" fill="black"/%3E%3C/svg%3E%0A');
}
.social-ul li a:hover:after{
    background-color: #414141;
}
.social-ul li a:hover span{
    background-color: #FFCE00;
}
.body-homepage .header-social a span{
    background-color: #fff !important;
}
.body-homepage .header-social a:hover span{
    background-color: #FFCE00 !important;
}


/* Block */
.block-banner{
    position: relative;
    z-index: 10;
    background-color: #FFCE00;
}
.block-banner-container{
    padding-top: 100px;
    position: relative;
    z-index: 10;
}
.block-banner h1{
    padding: 88px 0px 88px 70px;
    font-size: 100px !important;
    font-weight: 700;
    width: 600px;
    box-sizing: border-box;
    background-color: transparent;
}
.block-banner-content-wrapper{
    position: relative;
}
.block-banner-content-grid{
    position: relative;
    z-index: 10;
    display: grid;
    gap: 88px;
    padding: 120px 0px 120px 48px;
}
.block-banner-content-image{
    position: absolute;
    z-index: 1;
    left: -30px;
    right: -30px;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.block-banner-content{
    color: #FFF;
    font-size: 28px;
    font-family: 'Fantasque';
    line-height: 1.2;
}
.block-banner-image{
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.block-banner-line{
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 50%;
    top: 0px;
    bottom: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right bottom 60px;
    background-size: auto 560px;
    background-image: url('data:image/svg+xml,%3Csvg width="1424" height="544" viewBox="0 0 1424 544" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M857.136 66.4354C899.346 0.417034 1003.51 -5.67807 1067.85 27.4999C1129.71 59.1025 1161.78 125.9 1152.67 195.974C1143.83 263.817 1098.8 317.083 1038.72 347.46C1150.19 425.396 1288.75 460.892 1424 458.438V530.836C1255.85 534.179 1080.1 482.612 948.512 375.994C759 400 580.5 276.063 424.5 273.063C315.3 273.063 286.231 274.528 52.4874 336.41C36.1751 340.729 19.0418 332.521 12.3497 317.03C4.21193 298.193 14.4895 276.473 34.2697 271.013C209.946 222.513 335.214 201.888 444 208C591.5 216.287 746.802 303.887 882.078 308.011C831.773 240.954 809.254 141.009 857.136 66.4354ZM1040.53 105.842C998.42 67.4931 930.148 73.5192 919.526 137.893H919.509C914.351 172.537 918.891 205.614 933.645 237.364C942.278 256.489 955.759 273.188 969.427 288.959C981.852 301.858 1004.59 281.408 1015.96 273.063C1042.88 253.467 1061.66 227.768 1067.85 195.005C1071.55 163.865 1064.5 127.779 1040.53 105.842Z" fill="%23F1F1F1"/%3E%3C/svg%3E%0A');
}
.block-banner .uk-button{
    padding: 24px 40px;
    border-radius: 40px;
}

.block-roadmap{
    position: relative;
    z-index: 10;
    padding: 48px 0px 80px 0px;
    background-color: #F1F1F1;
}
.block-roadmap h3{
    text-align: center;
}
.block-roadmap-grid{
    padding-top: 24px;
    position: relative;
    display: grid;
    gap: 24px;
}
.block-roadmap-item{
    position: relative;
    padding-left: 80px;
}
.block-roadmap-item:before{
    content:"";
    position: absolute;
    z-index: 1;
    left: 16px;
    top: 10px;
    bottom: -50px;
    width: 24px;
    background-color: #FFF;
}
.block-roadmap-item-last:before{
    bottom: -90px;
    background-color: #FFF;
}
.block-roadmap-item-number{
    display: block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background-color: #FFCE00;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
}
.block-roadmap-item-title{
    padding: 10px 0px 4px 0px;
    font-weight: 700;
    font-size: 24px;
}
.block-services{
    position: relative;
    z-index: 10;
    padding: 56px 0px 56px 0px;
    margin-top: 48px;
    background-color: #FFF;
    background-position: center top;
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg width="1584" height="480" viewBox="0 0 1584 480" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M604.461 37.9707C625.282 16.7454 654.672 5.56387 683.955 11.6513C707.816 16.6009 728.886 35.6224 739.998 57.1367C754.045 84.3773 754.489 114.653 750.026 144.387C737.505 227.918 683.974 303.734 615.904 350.957C626.321 381.618 645.279 407.942 679.539 412.069C708.272 415.531 737.418 402.661 761.336 387.5C794.141 366.706 823.313 340.339 852 314.151C869.029 298.606 885.76 282.819 901.369 265.821C896.839 242.099 895.501 217.645 896.337 194.009C897.831 150.98 903.894 106.56 921.887 67.2168C953.698 -2.11296 1037.01 5.56365 1048.89 79.9336C1052.5 102.586 1049.6 123.414 1042.17 145.091C1024.99 195.183 993.434 239.656 960.15 279.976C960.122 280.009 960.094 280.041 960.067 280.074C960.101 280.18 960.134 280.285 960.168 280.391C974.931 325.199 1016.25 367.567 1065 371.518C1103.1 374.606 1138.15 350.196 1164.89 325.31C1138.79 298.348 1122.25 261.19 1116.15 224.193C1106.8 167.942 1117.72 102.875 1169.03 70.6484C1198.42 52.151 1237.84 48.8276 1270.38 60.208C1290.79 67.3614 1308.14 79.2475 1320.59 97.3115C1333.85 116.55 1335.25 140.286 1332.18 162.775C1325.8 209.688 1295.98 250.82 1268.17 287.237C1262.46 294.704 1256.71 302.117 1250.85 309.425C1261.35 309.05 1272.25 304.654 1282 300.889C1372.08 266.1 1448.1 205.866 1528.83 154.43C1541.47 146.373 1557.68 152.136 1565.31 164.148C1573.28 176.721 1567.55 193.702 1555.74 201.234C1514.92 227.211 1475.34 255.156 1434.54 281.168C1391.01 308.896 1345.92 333.86 1297.83 352.484C1269.58 363.431 1239.31 368.29 1210.39 356.513C1210.08 356.387 1209.77 356.259 1209.46 356.131C1164.55 400.697 1103.76 436.813 1038.22 421.399C986.999 409.344 943.487 370.014 920.287 323.427C899.013 344.61 876.526 364.511 853.951 384.007C816.613 416.251 774.687 450.627 725.934 462.387C701.593 468.257 675.279 469.016 651.117 461.791C610.673 449.685 583.385 415.787 568.795 377.641C541.962 389.644 513.394 397.429 484.073 400.644C438.271 405.701 383.811 398.169 353.834 358.735C347.185 349.967 342.122 340.423 338.158 330.413C331.796 335.875 325.138 341.018 318.15 345.783C297.507 359.873 273.38 370.748 248.808 374.975C214.112 380.964 173.371 378.802 152.544 346.456C125.435 353.106 96.2819 349.428 71.6839 336.209C27.7141 312.455 6.254 260.954 14.8773 212.181L14.9476 212.344C17.5257 197.423 34.7373 190.414 47.7523 193.431C62.6695 196.881 68.8387 212.849 66.3851 226.759C64.7196 236.302 66.4477 246.579 69.4613 255.644C75.5148 272.471 87.111 282.833 102.266 291.338C113.552 295.382 125.513 297.381 137.394 294.545C135.287 258.282 143.088 218.689 161.508 187.324C174.114 165.774 195.468 145.452 221.729 146.03C251.493 146.681 274.056 171.79 274.518 201.379C274.838 223.164 264.845 244.606 253.893 262.797C242.016 282.468 227.135 301.092 209.444 315.634C207.119 317.543 204.75 319.416 202.339 321.239C223.95 333.606 261.513 316.956 280.563 305.807C297.076 296.087 311.218 283.573 323.972 269.318C320.764 245.577 319.557 221.59 320.372 197.621C321.315 173.704 323.182 148.379 330.098 125.365C336.748 103.201 349.603 82.9327 372.148 75.2011C391.884 68.4271 417.505 74.4424 431.907 89.833C444.299 103.056 448.656 122.023 447.198 139.853C444.584 171.862 431.515 202.029 415.94 229.667C405.218 248.675 393.549 267.353 380.397 284.768C385.112 307.118 391.798 328.783 415.834 340.501C430.035 346.382 445.283 347.842 460.496 347.842C476.705 347.644 492.621 345.608 508.343 341.7C523.988 337.736 539.203 332.283 553.675 325.127C549.647 306.204 546.945 287.005 545.592 267.674C541.689 214.376 548.407 160.826 565.345 110.228C574.057 84.2152 585.028 57.8412 604.461 37.9707ZM630.926 90.8808C617.79 114.307 610.451 141.758 604.995 167.941C596.815 206.928 595.446 254.991 601.995 294.416C626.313 275.21 647.116 250.843 663.5 224.62C685.543 189.34 701.894 147.692 699.127 106.452C698.109 91.2693 692.052 70.8333 675.937 65.6631C657.716 59.8172 639.406 75.758 630.926 90.8808ZM1190.67 272.153C1193.82 277.125 1197.37 281.779 1201.35 286.109C1217.9 266.133 1234.03 245.641 1248.36 224.013C1261.8 203.585 1277.79 179.55 1279.01 154.5C1280.28 128.765 1262.6 109.8 1232.5 108.567C1212.83 107.762 1192.64 116.106 1181.04 132.14C1167.43 150.956 1164.12 175.4 1166.24 199C1168.57 224.932 1176.66 250.178 1190.67 272.153ZM202.082 225.855C198.308 235.579 195.608 245.712 193.512 255.922C200.976 247.149 207.229 237.135 212.698 227.029C215.855 221.167 218.484 215.408 220.147 208.911C220.474 207.722 222.491 201.257 220.5 200.651C214.302 198.764 203.617 221.789 202.082 225.855ZM212.003 207.936C211.553 208.618 211.547 208.609 212.003 207.936ZM954.887 142.725C951.378 163.673 949.462 184.922 949.422 206.167C961.693 188.792 972.628 170.481 982.126 151.395C985.65 144.142 989.26 136.196 992.091 128C996.012 116.647 1005.77 73.5608 987 70.4079C979.444 69.8942 973.584 82.1965 970 90.183C962.459 106.99 957.892 124.619 954.887 142.725ZM383.136 134.758C380.825 141.995 378.893 149.208 377.607 156.706C375.44 169.442 374.359 182.356 373.76 195.254C378.653 186.015 383.19 176.673 386.71 166.822C390.249 157.061 394.035 146.153 394.035 135.625C394.035 125.974 388.063 125.313 383.136 134.758Z" fill="%23F1F1F1"/%3E%3C/svg%3E%0A');
}
.block-services h3{
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.block-services-summary{
    text-align: center;
    font-size: 32px;
    text-wrap: balance;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.block-services-item{
    display: grid;
    gap: 16px;
    padding: 24px;
    background-color: #F1F1F1;
    border-radius: 24px;
    height: 100%;
    box-sizing: border-box;
    align-content: start;
}
.block-services-item-image{
    display: block;
    width: 96px;
    height: 96px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.block-services-item-title{
    font-weight: 700;
    font-size: 24px;
    font-family: 'Fantasque';
    text-wrap: balance;
    line-height: 1.2;
}

.block-cast{
    position: relative;
    z-index: 10;
    padding: 0px 0px;
    background-color: #FFCE00;
}
.block-cast-container{
    position: relative;
    width: 240%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
}
.block-cast-container:after{
    content: "";
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100%;
    background-size: auto 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg width="1584" height="480" viewBox="0 0 1584 480" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M604.461 37.9707C625.282 16.7454 654.672 5.56387 683.955 11.6513C707.816 16.6009 728.886 35.6224 739.998 57.1367C754.045 84.3773 754.489 114.653 750.026 144.387C737.505 227.918 683.974 303.734 615.904 350.957C626.321 381.618 645.279 407.942 679.539 412.069C708.272 415.531 737.418 402.661 761.336 387.5C794.141 366.706 823.313 340.339 852 314.151C869.029 298.606 885.76 282.819 901.369 265.821C896.839 242.099 895.501 217.645 896.337 194.009C897.831 150.98 903.894 106.56 921.887 67.2168C953.698 -2.11296 1037.01 5.56365 1048.89 79.9336C1052.5 102.586 1049.6 123.414 1042.17 145.091C1024.99 195.183 993.434 239.656 960.15 279.976C960.122 280.009 960.094 280.041 960.067 280.074C960.101 280.18 960.134 280.285 960.168 280.391C974.931 325.199 1016.25 367.567 1065 371.518C1103.1 374.606 1138.15 350.196 1164.89 325.31C1138.79 298.348 1122.25 261.19 1116.15 224.193C1106.8 167.942 1117.72 102.875 1169.03 70.6484C1198.42 52.151 1237.84 48.8276 1270.38 60.208C1290.79 67.3614 1308.14 79.2475 1320.59 97.3115C1333.85 116.55 1335.25 140.286 1332.18 162.775C1325.8 209.688 1295.98 250.82 1268.17 287.237C1262.46 294.704 1256.71 302.117 1250.85 309.425C1261.35 309.05 1272.25 304.654 1282 300.889C1372.08 266.1 1448.1 205.866 1528.83 154.43C1541.47 146.373 1557.68 152.136 1565.31 164.148C1573.28 176.721 1567.55 193.702 1555.74 201.234C1514.92 227.211 1475.34 255.156 1434.54 281.168C1391.01 308.896 1345.92 333.86 1297.83 352.484C1269.58 363.431 1239.31 368.29 1210.39 356.513C1210.08 356.387 1209.77 356.259 1209.46 356.131C1164.55 400.697 1103.76 436.813 1038.22 421.399C986.999 409.344 943.487 370.014 920.287 323.427C899.013 344.61 876.526 364.511 853.951 384.007C816.613 416.251 774.687 450.627 725.934 462.387C701.593 468.257 675.279 469.016 651.117 461.791C610.673 449.685 583.385 415.787 568.795 377.641C541.962 389.644 513.394 397.429 484.073 400.644C438.271 405.701 383.811 398.169 353.834 358.735C347.185 349.967 342.122 340.423 338.158 330.413C331.796 335.875 325.138 341.018 318.15 345.783C297.507 359.873 273.38 370.748 248.808 374.975C214.112 380.964 173.371 378.802 152.544 346.456C125.435 353.106 96.2819 349.428 71.6839 336.209C27.7141 312.455 6.254 260.954 14.8773 212.181L14.9476 212.344C17.5257 197.423 34.7373 190.414 47.7523 193.431C62.6695 196.881 68.8387 212.849 66.3851 226.759C64.7196 236.302 66.4477 246.579 69.4613 255.644C75.5148 272.471 87.111 282.833 102.266 291.338C113.552 295.382 125.513 297.381 137.394 294.545C135.287 258.282 143.088 218.689 161.508 187.324C174.114 165.774 195.468 145.452 221.729 146.03C251.493 146.681 274.056 171.79 274.518 201.379C274.838 223.164 264.845 244.606 253.893 262.797C242.016 282.468 227.135 301.092 209.444 315.634C207.119 317.543 204.75 319.416 202.339 321.239C223.95 333.606 261.513 316.956 280.563 305.807C297.076 296.087 311.218 283.573 323.972 269.318C320.764 245.577 319.557 221.59 320.372 197.621C321.315 173.704 323.182 148.379 330.098 125.365C336.748 103.201 349.603 82.9327 372.148 75.2011C391.884 68.4271 417.505 74.4424 431.907 89.833C444.299 103.056 448.656 122.023 447.198 139.853C444.584 171.862 431.515 202.029 415.94 229.667C405.218 248.675 393.549 267.353 380.397 284.768C385.112 307.118 391.798 328.783 415.834 340.501C430.035 346.382 445.283 347.842 460.496 347.842C476.705 347.644 492.621 345.608 508.343 341.7C523.988 337.736 539.203 332.283 553.675 325.127C549.647 306.204 546.945 287.005 545.592 267.674C541.689 214.376 548.407 160.826 565.345 110.228C574.057 84.2152 585.028 57.8412 604.461 37.9707ZM630.926 90.8808C617.79 114.307 610.451 141.758 604.995 167.941C596.815 206.928 595.446 254.991 601.995 294.416C626.313 275.21 647.116 250.843 663.5 224.62C685.543 189.34 701.894 147.692 699.127 106.452C698.109 91.2693 692.052 70.8333 675.937 65.6631C657.716 59.8172 639.406 75.758 630.926 90.8808ZM1190.67 272.153C1193.82 277.125 1197.37 281.779 1201.35 286.109C1217.9 266.133 1234.03 245.641 1248.36 224.013C1261.8 203.585 1277.79 179.55 1279.01 154.5C1280.28 128.765 1262.6 109.8 1232.5 108.567C1212.83 107.762 1192.64 116.106 1181.04 132.14C1167.43 150.956 1164.12 175.4 1166.24 199C1168.57 224.932 1176.66 250.178 1190.67 272.153ZM202.082 225.855C198.308 235.579 195.608 245.712 193.512 255.922C200.976 247.149 207.229 237.135 212.698 227.029C215.855 221.167 218.484 215.408 220.147 208.911C220.474 207.722 222.491 201.257 220.5 200.651C214.302 198.764 203.617 221.789 202.082 225.855ZM212.003 207.936C211.553 208.618 211.547 208.609 212.003 207.936ZM954.887 142.725C951.378 163.673 949.462 184.922 949.422 206.167C961.693 188.792 972.628 170.481 982.126 151.395C985.65 144.142 989.26 136.196 992.091 128C996.012 116.647 1005.77 73.5608 987 70.4079C979.444 69.8942 973.584 82.1965 970 90.183C962.459 106.99 957.892 124.619 954.887 142.725ZM383.136 134.758C380.825 141.995 378.893 149.208 377.607 156.706C375.44 169.442 374.359 182.356 373.76 195.254C378.653 186.015 383.19 176.673 386.71 166.822C390.249 157.061 394.035 146.153 394.035 135.625C394.035 125.974 388.063 125.313 383.136 134.758Z" fill="%23F1F1F1"/%3E%3C/svg%3E%0A');
}
.block-cast-title{
    text-align: center;
    position: fixed;
    z-index: 2;
    top: 130px;
    left: 0px;
    width: 100vw;
}
.block-cast-panel {
    position: relative;
    z-index: 10;
    width: 70vw;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    align-content: center;
    align-items: center;
    margin-top: 48px;
}
.block-cast-panel-s{
    width: 10vw;
}
.block-cast-item{
    position: relative;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr auto;
    align-items: center;
    background-color: #424141;
    color: #FFF;
    padding: 24px;
    margin: 0px 40px;
    border-radius: 200px;
}
.block-cast-item-image{
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-cast-item-content{
    font-size: 24px;
    font-family: 'Fantasque';
    line-height: 1.2;
    padding-left: 130px;
    text-wrap: balance;
    background-position: left 32px top;
    background-repeat: no-repeat;
    background-size: 72px;
    background-image: url('data:image/svg+xml,%3Csvg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M71 58.1274L46.5745 67.9712L38.8217 48.5361C35.176 38.1987 36.1025 24.1881 42.6564 15.3029C46.38 10.2548 51.5763 5.99199 58.2454 2.51442L66.5817 14.5457C60.0571 17.1797 55.9112 23.0424 55.9112 30.1106C55.9112 34.1256 58.5837 37.8373 62.747 38.1875L71 58.1274ZM35.3204 61.1562L10.8949 71L3.05868 51.5649C-0.790172 40.6884 0.940466 25.9075 6.72668 16.1442C10.2835 10.0865 15.6466 5.03846 22.8158 1L31.569 13.2837C24.0107 17.1538 20.2316 23.2676 20.2316 31.625C20.2316 36.1018 22.0816 40.7254 27.0674 41.2163L35.3204 61.1562Z" fill="white"/%3E%3C/svg%3E%0A');
}
.block-cast-item-title{
    padding-top: 8px;
    font-size: 14px;
    font-family: 'Inter';
}

.block-whatget{
    padding: 400px 0px 400px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.block-whatget-title{
    display: block;
    position: fixed;
    z-index: 1;
    width: 80%;
    top: 40%;
    left: 50%;
    margin-left: -40%;
    text-align: center;
    color: #fff;
    font-family: 'Fantasque';
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    text-wrap: balance;
}
.block-whatget-items{
    position: relative;
    z-index: 10;
}
.block-whatget-item{
    padding: 24px;
    border-radius: 24px;
    background-color: #424141;
    text-wrap: balance;
    text-align: center;
    margin: 24px 40px;
}
.block-whatget-item-1{
    background-color: #FFFFFF;
    color: #424141;
}
.block-whatget-item-2{
    margin-top: 100px;
    background-color: #FFCE00;
    color: #424141;
}
.block-whatget-item-3{
    background-color: #FF24D6;
}
.block-whatget-item-4{
    margin-top: 100px;
    background-color: #615AFF;
}
.block-whatget-item-5{
    background-color: #F1F1F1;
    color: #424141;
}
.block-whatget-item-6{
    margin-top: 100px;
}
.block-whatget-item-title{
    font-size: 22px;
    font-weight: 700;
    font-family: 'Fantasque';
    line-height: 1.2;
    padding-bottom: 16px;
}

.block-cases{
    position: relative;
    z-index: 10;
    padding: 48px 0px;
    background-color: #fff;
}
.block-cases-button{
    display: flex;
    justify-content: end;
}
.block-cases-items{
    position: relative;
    left: -60px;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
}
.block-cases-item{
    position: relative;
    width: auto;
    display: grid;
    gap: 16px;
    grid-template-columns: auto 1fr;
    align-items: center;
    cursor: pointer;
}
.block-cases-item-image{
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.block-cases-item-content{
    display: none;
    width: 0px;
    height: 0px;
    overflow: hidden;
    background-color: #F1F1F1;
    border-radius: 300px;
    box-sizing: border-box;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    margin-right: 60px;
    align-items: center;
    justify-content: center;
}
.block-cases-item-content > div{
    position: relative;
    background-color: transparent;
    width: 80%;
    color: #615AFF;
    font-size: 24px;
    line-height: 1.2;
    font-family: "Fantasque";
    padding-top: 24px;
}
.block-cases-item-content > div:after{
    content: "";
    position: absolute;
    left: 0px;
    top: -28px;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M71 58.1274L46.5745 67.9712L38.8217 48.5361C35.176 38.1987 36.1025 24.1881 42.6564 15.3029C46.38 10.2548 51.5763 5.99199 58.2454 2.51442L66.5817 14.5457C60.0571 17.1797 55.9112 23.0424 55.9112 30.1106C55.9112 34.1256 58.5837 37.8373 62.747 38.1875L71 58.1274ZM35.3204 61.1562L10.8949 71L3.05868 51.5649C-0.790172 40.6884 0.940466 25.9075 6.72668 16.1442C10.2835 10.0865 15.6466 5.03846 22.8158 1L31.569 13.2837C24.0107 17.1538 20.2316 23.2676 20.2316 31.625C20.2316 36.1018 22.0816 40.7254 27.0674 41.2163L35.3204 61.1562Z" fill="%23615AFF"/%3E%3C/svg%3E%0A');
}
.block-cases-item-title{
    font-size: 14px;
    font-family: "Inter";   
}
.block-cases-item-1{
    z-index: 4;
}
.block-cases-item-2{
    z-index: 3;
}
.block-cases-item-3{
    z-index: 2;
}
.block-cases-item-4{
    z-index: 1;
}

.block-cases-item-1{
    right: -120px;
}
.block-cases-item-2{
    right: -80px;
}
.block-cases-item-3{
    right: -40px;
}
.block-cases-item-open{
    cursor: auto;
}
.block-cases-item-open .block-cases-item-content{
    display: flex;
    width: auto;
    height: 100%;
}
.block-cases-item-open .block-cases-item-image{
    width: 300px;
    height: 300px;
}
.block-cases-item-open .block-cases-item-image:hover{
    transform: scale(1);
}
.block-cases-item-image:hover{
    transform: scale(1.05);
}

.block-checklist{
    position: relative;
    z-index: 10;
    margin-top: 40px;
    padding: 40px 0px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 400px;
    background-image: url('data:image/svg+xml,%3Csvg width="1555" height="506" viewBox="0 0 1555 506" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1153.63 19.0733C1192.9 4.7525 1234.63 -1.61346 1276.38 0.346713C1318.13 2.30696 1359.07 12.5543 1396.83 30.4912C1436.34 49.3235 1470.35 77.9903 1495.6 113.743C1518.53 145.78 1534.19 182.251 1550.59 217.85C1558.92 235.896 1555.28 255.052 1537.9 266.281C1522.92 275.93 1497.25 270.433 1489.49 253.59C1481.21 235.59 1473.12 217.519 1464.22 199.826C1454.96 181.366 1444.35 163.616 1432.47 146.723C1432.32 146.509 1432.19 146.321 1432.07 146.155C1431.94 145.982 1431.8 145.808 1431.67 145.638C1430.21 143.845 1428.74 142.052 1427.24 140.307C1423.98 136.532 1420.63 132.852 1417.09 129.314C1413.55 125.775 1409.9 122.377 1406.08 119.146C1405.47 118.643 1404.86 118.153 1404.26 117.66C1402.54 116.552 1400.89 115.33 1399.33 114.003C1391.04 108.16 1382.41 102.803 1373.5 97.961C1368.75 95.3818 1363.93 92.959 1359.06 90.6944C1357.21 89.8232 1355.19 89.1231 1353.36 88.1826L1352.74 87.9346C1334.19 80.9315 1315 75.7762 1295.44 72.541L1293.95 72.3643C1291.71 72.1048 1289.44 71.893 1287.2 71.6807C1282.31 71.2561 1277.41 70.9649 1272.51 70.8076C1262.69 70.4577 1252.86 70.6393 1243.07 71.3506C1240.42 71.5158 1237.81 71.7513 1235.16 72.0108C1234.38 72.0873 1230.33 72.5799 1229.18 72.6914C1228.52 72.7927 1227.95 72.8809 1227.66 72.9307L1220.94 74.0635C1211.2 75.8582 1201.57 78.141 1192.06 80.9043C1189.35 81.7066 1162.65 89.231 1162.81 91.1426C1162.82 90.9497 1170.14 87.9367 1164.91 90.294L1161.75 91.6856C1159.63 92.6528 1157.53 93.6204 1155.45 94.6348C1150.92 96.805 1146.46 99.1636 1142.05 101.522C1133.37 106.241 1124.94 111.424 1116.81 117.046C1114.81 118.438 1112.82 119.877 1110.84 121.315C1104.59 125.963 1115.32 117.636 1110.61 121.505C1107.47 124.147 1104.28 126.766 1101.17 129.502C1087.64 141.653 1075.09 154.867 1063.66 169.017C1062.13 170.88 1060.62 172.744 1059.13 174.631L1058.04 175.983C1055.85 178.907 1053.65 181.736 1051.49 184.657C1046.16 191.876 1040.97 199.213 1035.83 206.573C1013.77 238.185 992.419 270.41 967.555 299.945C943.233 328.655 913.604 355.502 879.54 372.134C860.926 381.226 841.188 387.683 820.966 390.959C820.663 391.809 820.357 392.659 820.045 393.507C810.986 416.909 799.191 438.282 782.018 456.777C764.998 474.564 744.254 488.364 721.272 497.189C681.476 513.089 638.306 505.657 600.278 488.955C564.657 473.362 533.47 447.79 505.681 421.132C480.062 396.527 458.5 368.028 432.551 343.824C425.946 337.675 419.128 331.769 412.099 326.107L409.673 324.157C408.446 323.228 407.229 322.303 405.988 321.39C402.607 318.889 399.179 316.436 395.703 314.029C380.211 303.33 364.076 293.593 347.391 284.871C339.087 280.53 330.681 276.426 322.173 272.557L315.261 269.466C312.996 268.475 305.046 265.503 314.718 269.207C310.66 267.65 306.65 265.904 302.593 264.323C284.947 257.458 267.372 251.585 248.688 246.395C230.005 241.205 211.251 236.911 192.261 233.49C187.684 232.641 183.037 231.854 178.319 231.131L170.817 229.999C170.249 229.923 169.674 229.852 169.1 229.775C160.704 228.747 152.29 227.825 143.877 227.097C107.756 223.965 71.417 224.313 35.3623 228.135L35.3857 228.088C15.6879 230.211 0.778479 210.158 0 192.701C0.0544326 183.326 3.7712 174.344 10.3564 167.672C17.4807 160.548 25.7374 158.353 35.3857 157.315C51.8201 155.507 68.3331 154.476 84.9248 154.225C160.193 153.077 235.068 165.306 306.061 190.343C377.562 215.75 446.234 254.108 498.698 309.735C522.336 334.812 543.992 361.188 569.941 384.142C573.433 387.24 576.971 390.275 580.557 393.247L585.581 397.328C586.092 397.737 586.63 398.139 587.156 398.552C593.633 403.326 600.169 407.979 606.978 412.262C614.26 416.888 621.807 421.086 629.577 424.835C631.294 425.655 633.088 426.37 634.81 427.199C634.866 427.221 634.923 427.244 634.979 427.266C638.659 428.728 642.151 429.884 646.185 431.087C650.218 432.29 654.299 433.329 658.428 434.154C660.01 434.481 661.679 434.645 663.3 434.939C667.392 435.267 671.498 435.376 675.602 435.263C677.344 435.198 679.087 435.075 680.829 434.964C684.513 434.178 688.224 433.574 691.879 432.503C693.79 431.96 695.701 431.346 697.588 430.686C697.774 430.621 697.959 430.552 698.145 430.482C705.396 426.509 712.439 422.781 719.348 418.158C720.081 417.521 720.852 416.934 721.579 416.319C723.372 414.833 725.141 413.252 726.863 411.601C729.886 408.708 732.708 405.497 735.517 402.261C735.33 402.542 735.173 402.808 735.073 403.037C735.285 402.687 735.507 402.343 735.739 402.006C735.926 401.791 736.114 401.577 736.3 401.362C738.154 399.223 737.577 399.688 736.674 400.75C736.821 400.567 736.971 400.385 737.125 400.207C738.682 397.99 740.168 395.771 741.607 393.412C742.824 391.466 743.989 389.49 745.108 387.489C703.916 376.191 668.956 346.453 655.456 305.277C640.453 259.346 659.632 205.016 708.511 190.46C731.912 183.501 757.437 188.432 778.668 199.661C801.692 211.881 816.789 232.499 826.414 256.09C833.803 274.199 836.336 294.605 835.63 314.344C836.969 313.864 838.302 313.369 839.625 312.85C839.646 312.842 839.667 312.832 839.688 312.824C841.344 312.024 843.027 311.293 844.674 310.49C852.85 306.385 860.732 301.719 868.264 296.524C870.269 295.156 872.25 293.741 874.208 292.302C874.233 292.284 874.257 292.264 874.281 292.246C877.107 289.737 880.184 287.441 883.078 284.941C895.912 273.661 907.839 261.387 918.747 248.234C921.609 244.822 924.417 241.369 927.169 237.878C927.266 237.756 927.407 237.572 927.58 237.353C928.091 236.677 929.939 234.277 930.447 233.608C935.826 226.437 941.063 219.171 946.229 211.834C956.208 197.68 965.88 183.313 975.812 169.158C996.901 138.915 1019.24 108.695 1046.44 83.5469C1077.58 55.2052 1114.01 33.2944 1153.63 19.0733ZM736.674 400.75C736.347 401.157 736.035 401.576 735.739 402.006C735.665 402.091 735.591 402.176 735.517 402.261C735.855 401.751 736.293 401.198 736.674 400.75ZM731.676 257.906C731.42 257.906 731.023 257.925 730.559 257.952C729.639 258.148 728.311 258.405 727.503 258.579C726.553 259.211 725.567 259.785 724.551 260.302C724.461 260.384 724.375 260.466 724.292 260.549C724.261 260.579 724.232 260.611 724.201 260.643C723.714 261.45 723.194 262.237 722.643 263.003C722.251 264.55 721.786 266.076 721.249 267.579C721.403 270.706 721.375 273.84 721.161 276.965C721.495 278.572 721.817 280.164 722.24 281.757C722.736 283.621 723.302 285.484 723.915 287.301C723.954 287.416 724.008 287.569 724.072 287.749C724.621 288.856 725.709 291.213 726.203 292.113C727.123 293.788 728.114 295.463 729.176 297.067C729.21 297.119 729.248 297.17 729.284 297.222C730.217 298.214 731.095 299.256 731.912 300.347C733.563 302.092 735.309 303.767 737.102 305.371C737.5 305.724 738.56 306.599 739.454 307.341C740.179 307.861 740.88 308.363 741.206 308.58C742.881 309.712 744.32 310.632 746.349 311.812C748.377 312.991 750.454 314.124 752.577 315.162C752.882 315.315 753.193 315.459 753.505 315.602C756.979 316.797 760.373 318.165 763.947 319.172C764.067 319.206 764.188 319.236 764.308 319.27C764.521 315.478 764.608 311.668 764.608 307.872C764.561 305.018 764.466 302.187 764.277 299.332C764.235 298.766 764.165 298.223 764.101 297.689C763.028 293.492 762.658 289.055 761.471 284.941C760.858 282.531 759.563 280.043 758.793 277.603C758.486 276.971 758.193 276.325 757.861 275.718C756.775 273.722 755.523 271.831 754.357 269.887C752.928 268.401 751.565 266.863 750.053 265.456C749.932 265.347 749.751 265.188 749.534 264.998C748.625 264.382 746.777 263.038 746.113 262.625C744.513 261.669 742.871 260.756 741.207 259.924C741.191 259.92 741.175 259.916 741.159 259.912C739.248 259.417 737.432 258.756 735.521 258.284C735.328 258.255 735.136 258.222 734.943 258.189C733.851 258.136 732.761 258.043 731.676 257.906ZM1433.29 147.714C1433.48 147.953 1433.66 148.172 1433.82 148.351C1433.64 148.142 1433.46 147.929 1433.29 147.714Z" fill="%23FFCE00"/%3E%3C/svg%3E%0A');
}
.block-checklist-title{
    text-align: center;
}
.block-checklist-summary{
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    text-wrap: balance;
    padding: 20px 0px 40px 0px;
}
.block-checklist-item{
    display: grid;
    gap: 16px;
    background-color: #F1F1F1;
    padding: 32px;
    border-radius: 24px;
    position: relative;
}
.block-checklist-item-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Fantasque";
}
.block-checklist-item-required span:after{
    content: "*";
    color: #ff0000;
    font-size: 1rem;
    position: relative;
    top: -6px;
    left: 6px;
}
.block-checklist-item-data .block-checklist-item-title{
    padding-bottom: 8px;
}
.block-checklist-button{
    display: flex;
    justify-content: center;
}
.block-checklist-button .uk-button{
    padding: 24px 40px;
    border-radius: 40px;
}
.checklist-param-label{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: transparent;
    cursor: pointer;
}
.block-checklist-checkbox{
    padding-right: 120px;
}
.block-checklist-checkbox input{
    display: none;
}
.block-checklist-checkbox-icon{
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -40px;
    display: block;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg width="88" height="88" viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M44 88C68.3005 88 88 68.3005 88 44C88 19.6995 68.3005 0 44 0C19.6995 0 0 19.6995 0 44C0 68.3005 19.6995 88 44 88Z" fill="white"/%3E%3Cpath d="M48 40H76V48H48V76H40V48H12V40H40V12H48V40Z" fill="%23615AFF"/%3E%3C/svg%3E%0A');
}
.block-checklist-item:has(input:checked) .block-checklist-checkbox-icon{
    background-image: url('data:image/svg+xml,%3Csvg width="88" height="88" viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M44 88C68.3005 88 88 68.3005 88 44C88 19.6995 68.3005 0 44 0C19.6995 0 0 19.6995 0 44C0 68.3005 19.6995 88 44 88Z" fill="%23615AFF"/%3E%3Cpath d="M73.8286 30.8286L38.0002 66.6569L17.1716 45.8284L22.8285 40.1715L38.0002 55.3432L68.1717 25.1717L73.8286 30.8286Z" fill="white"/%3E%3C/svg%3E%0A');
}

/* Form */
.form-input-error{
    border-color: #ff0000;
}
.form-input-error-desc{
    padding: 6px 0px 0px 12px;
    font-size: 14px;
    color: #ff0000;
}

/* Breadcrumbs */
.breadcrumbs{
    padding: 24px 0px 24px 0px;
}
.breadcrumbs .icon{
    background-color: #6D6D6D;
}
.breadcrumbs ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6D6D6D;
}
.breadcrumbs ul li:first-child{
    padding-left: 0px;
}
.breadcrumbs ul li:last-child{
    /*font-weight: 700;*/
}
.breadcrumbs ul li{
    padding: 0px 6px 0px 0px;
}
.breadcrumbs ul li a{
    display: grid;
    gap: 0px;
    grid-template-columns: auto auto;
    align-items: center;
    color: #6D6D6D;
}
.breadcrumbs ul li.breadcrumbs-home a{
    gap: 0px;
}
.breadcrumbs ul li:last-child{
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Entries */
.entries-items{
    padding-top: 24px;
}
.entries-item{
    display: grid;
    gap: 24px;
    grid-template-columns: 220px 1fr 1fr;
    text-decoration: none;
}
.entries-item-category span{
    display: inline-block;
    background-color: #FFF8D9;
    padding: 8px 16px;
    border-radius: 16px;
}
.entries-item-image > div{
    border-radius: 24px;
}
.entries-item-image > div > div{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.entries-item-title{
    font-size: 32px;
    font-weight: 700;
    font-family: "Fantasque";
    line-height: 1.2;
    text-wrap: balance;
}
.entries-item-summary{
    padding-top: 16px;
    text-wrap: balance;
}
.entries-item:hover{
    text-decoration: none;
}
.entries-item:hover .entries-item-category span{
    background-color: #FFCE00;
}

/* Content */
.content{
    padding-bottom: 48px;
}
.content blockquote{
    position: relative;
    padding: 16px 0px 16px 64px;
    color: #615AFF;
}
.content blockquote p{
    padding: 0px;
    margin: 0px;
}
.content blockquote:before{
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    left: 0px;
    top: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M71 58.1274L46.5745 67.9712L38.8217 48.5361C35.176 38.1987 36.1025 24.1881 42.6564 15.3029C46.38 10.2548 51.5763 5.99199 58.2454 2.51442L66.5817 14.5457C60.0571 17.1797 55.9112 23.0424 55.9112 30.1106C55.9112 34.1256 58.5837 37.8373 62.747 38.1875L71 58.1274ZM35.3204 61.1562L10.8949 71L3.05868 51.5649C-0.790172 40.6884 0.940466 25.9075 6.72668 16.1442C10.2835 10.0865 15.6466 5.03846 22.8158 1L31.569 13.2837C24.0107 17.1538 20.2316 23.2676 20.2316 31.625C20.2316 36.1018 22.0816 40.7254 27.0674 41.2163L35.3204 61.1562Z" fill="%23615AFF"/%3E%3C/svg%3E%0A');
}
.content-gallery-grid{
    padding: 16px 0px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}
.content-gallery-grid a{
    display: block;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.content-gallery-image{
    padding: 16px 0px;
}
.content-gallery-image div{
    margin: 0 auto;
    text-align: center;
}
.content-video{
    padding: 16px 0px;
}
.video-iframe{
    position:relative;
    padding-bottom:56.25%
}
.video-iframe iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.content-form{
    padding-left: 24px;
}

/* Pagination */
.pagination-container{
    display: grid;
    gap: 4px;
    text-align: center;
    padding: 16px 0px;
}
.pagination-links .pagination{
    list-style: none;
    padding: 24px 0px 0px 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}
.pagination li{
    padding: 4px;
    margin: 0px;
}
.pagination li a{
    display: block;
    padding: 0px 4px;
    line-height: 48px;
    min-width: 48px;
    margin: 0px;
    text-align: center;
    background-color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 50%;
}
.pagination li a:hover{
    text-decoration: none;
    background-color: #FFCE00;
    color: #424141;
}
.pagination li.active a{
    background-color: #FFCE00;
    color: #424141;
}

.alert-message{
    background-color: #F1F1F1;
    padding: 24px;
    text-align: center;
    border-radius: 24px;
}

/* Offcanvas */
body.uk-offcanvas-container .header{
    background: #FFCE00;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
body.uk-offcanvas-container .header .logo-uk{
    background-image: url('/assets/upload/site/atiagency_logo_inversion.svg') !important;
}
body.uk-offcanvas-container .header .logo-en{
    background-image: url('/assets/upload/site/atiagency_logo_inversion_en.svg') !important;
}
body.uk-offcanvas-container .header .logo-ru{
    background-image: url('/assets/upload/site/atiagency_logo_inversion_ru.svg') !important;
}
body.uk-offcanvas-container .header-menu a{
    background-color: #414141 !important;
}
body.uk-offcanvas-container .header-menu .icon-menu-open,
body.uk-offcanvas-container .header-menu .icon-menu-close{
    background-color: #FFCE00 !important;
}
body.uk-offcanvas-container .header-social{
    display: none;
}
body.uk-offcanvas-container .social-ul li a span{
    background-color: #414141 !important;
}
body.uk-offcanvas-container .social-ul li a:hover span{
    background-color: #414141 !important;
}
body.uk-offcanvas-container .social-ul li a:hover:after{
    background-color: #FFCE00 !important;
}
body.uk-offcanvas-container .header-lang .button{
    background-color: transparent;
}

.uk-offcanvas-bar{
    background-color: #FFCE00;
    padding: 0px;
    margin: 0px;
}
.menu-mobile-container{
    background-color: transparent;
    padding: 60px 24px 60px 24px;
}
.menu-mobile{
    padding: 56px 0px 32px 0px;
    margin: 0px;
    list-style: none;
}
.menu-mobile a,
.menu-mobile a:hover{
    color: #414141;
    text-decoration: none;
}
.menu-mobile li{
    padding: 0px 0px;
}
.menu-mobile li a{
    font-size: 2rem;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 6px 0px;
}
.menu-mobile li.menu-mobile-lang{
    padding-top: 48px;
    display: flex;
    justify-content: center;
    display: none;
}
.menu-mobile li.menu-mobile-lang a{
    display: block;
    padding: 12px;
    font-size: 1rem;
    font-weight: 400;
}
.menu-mobile li.menu-mobile-lang a.menu-mobile-lang-active{
    font-weight: 700;
}

.uk-modal-dialog-yellow{
    background-color: #FFCE00;
    border-radius: 24px;
}
.uk-modal-dialog-yellow .form-message{
    text-align: center;
    text-wrap: balance;
    font-size: 18px;
}
.uk-modal-dialog-yellow .form-message strong{
    font-family: 'Fantasque';
    font-weight: 700;
    font-size: 24px;
}

.error-404{
    text-align: center;
    display: grid;
    gap: 24px;
    max-width: 400px;
    box-sizing: border-box;
    padding: 24px;
    text-wrap: balance;
    justify-content: center;
    justify-items: center;
}
.error-404 h1{
    font-size: 1.8rem !important;
    margin: 0px;
    padding: 0px;
    text-wrap: balance;
}
.error-404 p{
    margin: 0px;
    padding: 0px;
}
.error-404 a{
    color: #170B00;
}
.error-404-logo{
    position: relative;
    display: block;
    width: 104px;
    height: 104px;
}
.error-404-logo{
    position: relative;
    z-index: 1;
}
.error-404-logo path{
    stroke: #414141;
}



/* XL */
@media only screen and (max-width: 1599px) {
    .block-banner h1{
        width: 560px;
        padding: 88px 0px 88px 70px;
        font-size: 90px !important;
    } 
    .block-services h3,
    .block-services-summary{
        width: 90%;
    }
    .block-cast-item{
        padding: 24px;
        margin: 0px 8px;
    }
    .block-cast-item-image{
        width: 260px;
        height: 260px;
    }
    .block-cast-item-content{
        font-size: 22px;
        padding-left: 96px;
        background-position: left 16px top;
        background-size: 64px;
    }
    .block-cases-item-open .block-cases-item-image{
        width: 240px;
        height: 240px;
    }
    .block-cases-item-image{
        width: 100px;
        height: 100px;
    }
    .block-cases-item-1{
        right: -90px;
    }
    .block-cases-item-2{
        right: -60px;
    }
    .block-cases-item-3{
        right: -30px;
    }

}

/* L */
@media only screen and (max-width: 1199px) {
    .block-banner h1{
        width: 400px;
        padding: 88px 10px 88px 0px;
        font-size: 72px !important;
    }
    .block-banner-content-grid{
        gap: 64px;
        padding: 64px 0px 64px 32px;
    }
    .block-services{
        padding: 56px 0px;
        background-size: auto 300px;
    }
    .block-services h3,
    .block-services-summary{
        width: auto;
    }
    .block-services-summary{
        font-size: 22px;
    }
    .block-cast{
        padding: 48px 0px;
        background-size: auto 400px;
    }
    .block-cast-item{
        padding: 16px;
        margin: 0px 8px;
    }
    .block-cast-item-image{
        width: 240px;
        height: 240px;
    }
    .block-cast-item-content{
        font-size: 20px;
        padding-left: 80px;
        background-position: left 16px top;
        background-size: 48px;
    }
    .block-cases-items{
        display: grid;
        gap: 0;
        left: 0px;
        width: 100%;
        height: auto;
    }
    .block-cases-item-1{
        right: auto;
        left: 50px;
        z-index: 1;
    }
    .block-cases-item-2{
        right: auto;
        left: 50px;
        top: -20px;
        z-index: 2;
    }
    .block-cases-item-3{
        right: auto;
        left: 50px;
        top: -40px;
        z-index: 3;
    }
    .block-cases-item-4{
        right: auto;
        left: 50px;
        top: -60px;
        z-index: 4;
    }
    .block-cases-item-open{
        right: auto;
        left: 0px;
    }
    .block-cases-item-open .block-cases-item-image{
        width: 200px;
        height: 200px;
    }
    .block-cases-item-content{
        margin: 0px;
    }
    .block-cases-item-content > div{
        width: 85%;
        font-size: 20px;
        padding-top: 24px;
    }

    .entries-item{
        gap: 24px;
        grid-template-columns: 1fr 1fr;
    }
    .entries-item-category{
        grid-column: 1 / span 2;
    }

}
/* M */
@media only screen and (max-width: 959px) {
    .block-banner h1{
        text-align: center;
        width: auto;
        padding: 64px 0px;
        font-size: 72px !important;
    }
    .block-banner-image{
        display: none;
    }
    .block-banner-content-image{
        display: block;
    }
    .block-banner-content-grid{
        text-align: center;
        justify-content: center;
        justify-items: center;
        padding: 64px 16px;
    }
    .block-banner-line{
        right: 0px;
        background-position: center top 60px;
        background-size: auto 350px;
        background-image: url('data:image/svg+xml,%3Csvg width="2000" height="544" viewBox="0 0 2000 544" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M873.136 66.4354C915.346 0.417034 1019.51 -5.67805 1083.85 27.4998C1145.71 59.1025 1177.78 125.9 1168.67 195.974C1159.83 263.816 1114.8 317.083 1054.72 347.46C1196.49 446.574 1410.66 491.43 1581.64 449.8C1687.22 421.931 1714.96 413.096 1925.17 293.609C1939.84 285.271 1958.5 288.834 1968.92 302.103C1981.6 318.24 1977.2 341.863 1959.47 352.191C1801.99 443.92 1686.13 495.831 1579.39 517.685C1378.24 558.868 1129.4 509.596 964.512 375.994C775 400 596.5 276.063 440.5 273.063C331.3 273.063 302.231 274.528 68.4874 336.41C52.1752 340.728 35.0418 332.52 28.3497 317.03C20.2119 298.193 30.4896 276.474 50.2696 271.013C225.946 222.513 351.214 201.888 460 208C607.5 216.287 762.802 303.887 898.078 308.011C847.773 240.954 825.254 141.009 873.136 66.4354ZM1056.53 105.842C1014.42 67.4931 946.148 73.5192 935.525 137.893H935.509C930.351 172.537 934.891 205.614 949.645 237.364C958.278 256.489 971.759 273.188 985.427 288.959C997.852 301.858 1020.59 281.408 1031.96 273.063C1058.88 253.467 1077.66 227.768 1083.85 195.005C1087.55 163.865 1080.5 127.779 1056.53 105.842Z" fill="%23F1F1F1"/%3E%3C/svg%3E%0A');
    }

    .block-cast-item{
        margin-top: 80px;
        padding: 56px 24px 32px 24px;
    }
    .block-cast-item-image{
        border: 4px;
        border-color: #424141;
        border-style: solid;
        position: absolute;
        left: 50%;
        top: -80px;
        width: 120px;
        height: 120px;
        margin-left: -64px;
    }
    .block-whatget-item{
        padding: 24px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .block-whatget-title{
        font-size: 88px;
    }
    .block-cases-item{
        gap: 16px;
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
    }
    .block-cases-item-1{
        left: auto;
    }
    .block-cases-item-2{
        left: auto;
        top: -20px;
    }
    .block-cases-item-3{
        left: auto;
        top: -40px;
    }
    .block-cases-item-4{
        left: auto;
        top: -60px;
    }
    .block-cases-item-content{
        padding: 32px 24px;
        border-radius: 24px;
    }
    .block-cases-item-content > div{
        width: auto;
        font-size: 20px;
        padding-top: 24px;
    }
    .block-cases-item-content > div:after{
        left: 0px;
        top: -16px;
        width: 32px;
        height: 32px;
    }
    .block-cases{
        padding-bottom: 0px;
    }

    .entries-item{
        gap: 16px;
        grid-template-columns: 1fr;
    }
    .entries-item-category{
        grid-column: 1;
    }

    .content{
        padding: 0px 0px 0px 0px;
    }
    .content-form{
        padding: 0px 0px 32px 0px;
    }

    .pagination-links .pagination{
        justify-content: center;
    }

    .header-lang .button{
        background-color: transparent;
        padding: 0px;
        border-radius: 0px;
        line-height: 1.2;
    }
    .header-lang .button:hover{
        background-color: transparent;
    }

    .footer-menu{
        padding: 32px 0px;
    }
    h3{
        font-size: 60px !important;
    }
}

/* S */
@media only screen and (max-width: 639px) {
    .block-banner h1{
        padding: 32px 0px;
        font-size: 52px !important;
    }
    .block-banner-line{
        background-position: center top 80px;
        background-size: auto 240px;
    }
    .block-banner-content{
        font-size: 24px;
    }
    .block-banner .uk-button{
        padding: 16px 24px;
        border-radius: 40px;
    }
    .block-banner-content-grid{
        gap: 32px;
        padding: 40px 16px;
    }
    .block-roadmap{
        padding: 32px 0px 48px 0px;
    }
    .block-roadmap-grid{
        padding-top: 8px;
        gap: 16px;
    }
    .block-roadmap-item{
        padding-left: 54px;
    }
    .block-roadmap-item-title{
        padding: 6px 0px 4px 0px;
        font-size: 18px;
    }
    .block-roadmap-item-number{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .block-roadmap-item:before{
        left: 12px;
        top: 10px;
        width: 16px;
    }
    .block-roadmap-item-last:before{
        bottom: -60px;
    }
    .block-services-item-image{
        width: 48px;
        height: 48px;
    }

    .block-cast-container{
        width: 220%;
    }
    .block-cast-panel-s{
        width: 8vw;
    }
    .block-cast-title{
        top: 102px;
    }    
    .block-cast-item{
        display: block;
        border-radius: 40px;
        margin: 80px 10px 0px 10px;
        padding: 56px 24px 24px 24px;
    }
    .block-cast-item-content{
        font-size: 20px;
        padding-left: 48px;
        background-position: left top;
        background-size: 36px;
    }
    .block-whatget-item{
        padding: 24px;
        margin: 40px 10px;
    }
    .block-whatget-title{
        font-size: 66px;
    }
    .block-checklist-item{
        gap: 16px;
        padding: 24px;
        border-radius: 24px;
    }
    .block-checklist-checkbox{
        padding-right: 0px;
    }
    .block-checklist-checkbox-icon{
        right: 16px;
        top: 20px;
        margin-top: 0px;
        width: 32px;
        height: 32px;
    }
    .block-checklist-summary{
        font-size: 22px;
        padding: 10px 0px 20px 0px;
    }
    .block-checklist-item-title{
        padding-right: 40px;
    }

    .entries-items{
        padding-top: 0px;
    }
    .entries-item-category span{
        font-size: 14px;
    }
    .entries-item-title{
        font-size: 28px;
    }

    .content blockquote{
        padding: 16px 0px 16px 48px;
    }
    .content blockquote:before{
        width: 32px;
        height: 32px;
        top: 16px;
    }

    .header-menu{
        padding-left: 6px;
    }
    .header-lang .button{
        font-size: 16px;
        line-height: 1.2;
    }
    .footer-contacts{
        gap: 16px;
    }
    .footer-contacts-title{
        font-size: 16px;
    }
    .footer-end{
        text-align: center;
    }
    .footer-back{
        right: 0px;
        background-repeat: no-repeat;
        background-position: right 60px bottom;
        background-size: auto 400px;
    }
    .main-blank{
        background-size: auto 500px;
    }
    h1{
        font-size: 36px !important;
    }
    h2{
        font-size: 32px !important;
    }
    h3{
        font-size: 32px !important;
    }
    input{
        padding: 24px 16px !important;
    }
}

/* XS */
@media only screen and (max-width: 400px) {
    .block-banner h1{
        padding: 32px 0px;
        font-size: 48px !important;
    }
    .block-banner-line{
        background-position: center top 100px;
        background-size: auto 220px;
    }
    .block-banner-content{
        font-size: 18px;
    }
    .block-cast-item-content{
        font-size: 18px;
        padding-left: 0px;
        background-image: none;
    }
    .block-checklist-item{
        padding: 16px;
        border-radius: 16px;
    }
    .block-checklist-checkbox-icon{
        top: 16px;
    }
    .block-checklist-item-title{
        font-size: 20px;
    }

    .entries-item-title{
        font-size: 24px;
    }

    .content-gallery-grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .header-lang{
        display: none;
    }
    .menu-mobile li.menu-mobile-lang{
        display: block;
    }

    .footer-up{
        width: 56px;
        height: 56px;
        background-size: 24px;
    }
    .footer-back{
        background-position: right bottom;
        background-size: auto 400px;
    }
    h1{
        font-size: 34px !important;
    }
    h2{
        font-size: 30px !important;
    }
    h3{
        font-size: 30px !important;
    }
}