@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400&display=swap');

html {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    background: #fff;
    color: #2D4B91;
    font-feature-settings: 'pnum' on, 'lnum' on;
    background: #E1EBF5;
}

em {
    color: #2D4B91;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    color: #2D4B91;
    align-self: stretch;
    margin: 0px 0 60px 0;
}

.mod-button {
    display: table;
    align-items: center;
    padding: 13px 20px;
    color: #fff !important;
    background: rgb(225,45,55);
    background: linear-gradient(90deg, rgba(225,45,55,1) 0%, rgba(255,135,25,1) 50%, rgba(225,45,55,1) 100%);
    background-size: 200% 100%;
    background-position: right;
    border-radius: 5px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #E1EBF5;
    flex: none;
    order: 1;
    flex-grow: 0;
    transition: all .2s ease-in-out;
    border: none;
}

.mod-button:hover {
    color: #fff;
    background-position: left;
    text-decoration: none;
    cursor: pointer;
}

.mod-button-blue {
    display: table;
    align-items: center;
    padding: 13px 20px;
    color: #fff;
    background: #AFD7FF;
    border-radius: 5px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #2D4B91;
    flex: none;
    order: 1;
    flex-grow: 0;
    transition: all .2s ease-in-out;
}

.mod-button-blue:hover {
    color: #2D4B91;
    background: #AFD7FF;
    text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
}


#topBar {
    width: 100%;
    background: #2D4B91;
    padding: 18px 0;
}

#topBar .uk-list>*>ul,
#topBar .uk-list>:nth-child(n+2) {
    margin-top: 0;
}

#topBar ul {
    gap: 20px;
    margin: 0;
}

#topBar ul li a {
    font-size: 12px;
    color: #E1EBF5;
    text-transform: uppercase;
    line-height: 14.09px;
    font-weight: 700;
}

#topBar ul li a:hover {
    color: rgb(175, 215, 255);
    text-decoration: none;
}

header {
    padding: 35px 0;
    background: #FFFFFF;
    height: 120px;
    box-sizing: border-box;
}

header>div>div {
    gap: 0 20px
}

.menu a path {
    transition: fill .3s ease-in-out;
}


.menu a:hover path {
    fill: #E12D37;
}

.menu.active a path {
    fill: #E12D37;
}


.logo-wrap {
    margin-left: 20px;
}

.slogan {
    padding: 10px 0px 0px 20px;
    margin-left: 20px;
    border-left: 1px solid #2D4B91;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.slogan a {
    color: #2D4B91;
}
.slogan a:hover {
    background: linear-gradient(315.94deg, #E12D37 0%, #E12D37 42.29%, #FF8719 91.52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.slogan span {
    font-size: 12px;
    font-weight: 400;
    background: #e1ebf5;
    padding: 2px;
    border-radius: 4px;
}

.slogan a:hover span {
    color: #2D4B91;
    background: #e1ebf5;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}

.description {
    padding: 12px 0px 0px 20px;
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.phone span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    display: block;
}

.phone a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #2D4B91;
    text-decoration: none;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.slider {
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 40px;
    position: relative;
}

.slider .swiper-container {
    overflow: hidden;
    filter: drop-shadow(0px -20px 50px rgba(255, 255, 255, 0.75)) drop-shadow(0px 50px 50px rgba(45, 55, 65, 0.2));
}

.swiper {
    border-radius: 20px;
    filter: drop-shadow(0px -20px 50px rgba(255, 255, 255, 0.75)) drop-shadow(0px 50px 50px rgba(45, 55, 65, 0.2));

}


.main-wrapper {
    box-sizing: border-box;
    border-radius: 20px;
}


.main-slide {
    background-position: top right;
    background-repeat: no-repeat;

    border-radius: 20px;
    overflow: hidden;
    height: 480px;
    box-sizing: border-box;
}

.main-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(77.73deg, #1C407B 24.85%, rgba(28, 64, 123, 0) 68.46%);
}

.main-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("data:image/svg+xml,%3Csvg width='796' height='480' viewBox='0 0 796 480' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M233.414 0H0V480H691.338L763.478 436.359C806.841 410.497 806.841 346.524 763.478 320.662L233.414 0Z' fill='%232D4B91'/%3E%3C/svg%3E%0A");
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: inherit;
    position: relative;
    top: inherit;
    margin-top: 15px;
}

.swiper-pagination-bullet {
    background: #8c8c91 !important;
    margin: 0 6px !important;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2D4B91 !important;
}

.slider-text {
    position: absolute;
    top: 50%;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    left: 8%;
    transform: translateY(-50%);
    z-index: 1;
}

.triangle {
    overflow: hidden;
    background-color: #ffffff73;
    -webkit-mask-image: url(../images/mask.png);
    position: absolute;
    z-index: 999;
    backdrop-filter: blur(5px);
    -webkit-mask-size: 100% 100%;
}


.triangle1 {
    width: 150px;
    height: 175px;
    top: 40%;
    transform: translateY(-50%);
    left: 10%;
}

.triangle2 {
    width: 150px;
    height: 175px;
    top: 18%;
    transform: translateY(-50%);
    right: 0%;
}

.triangle3 {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='184' height='215' viewBox='0 0 184 215' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M175.922 119.345L175.92 119.346L21.9147 212.193C21.914 212.194 21.9133 212.194 21.9125 212.194C12.3258 217.837 0.5 211.064 0.5 200.069V14.3709C0.5 3.67355 12.6096 -3.10631 21.909 2.53529L21.9102 2.536L175.92 95.3852L175.922 95.3868C184.93 100.74 184.93 113.991 175.922 119.345Z' fill='%23AFD7FF' stroke='url(%23paint0_linear_22_989)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_22_989' x1='186.974' y1='94.3074' x2='84.3729' y2='190.039' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5E5'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    top: -2%;
    left: 45%;
    filter: blur(20px);
    width: 150px;
    height: 175px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}

.triangle4 {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='209' height='245' viewBox='0 0 209 245' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.3971V228.275C0 241.268 13.9777 249.263 25.2934 242.6L201.013 136.661C211.662 130.331 211.662 114.674 201.013 108.344L25.2934 2.40513C14.3108 -4.25803 0 3.73756 0 16.3971Z' fill='url(%23paint0_linear_22_995)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_22_995' x1='209' y1='245' x2='-9.87511' y2='52.0623' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E12D37'/%3E%3Cstop offset='0.462049' stop-color='%23E12D37'/%3E%3Cstop offset='1' stop-color='%23FF8719'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    top: 65%;
    left: 50%;
    filter: blur(20px);
    width: 150px;
    height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
}
.questions-item {
background: rgba(175, 215, 255, 0.2);
box-shadow: inset 25px -10px 50px #FFFFFF;
backdrop-filter: blur(2.5px);
border-radius: 20px;
text-align: center;
width: 390px;
height: 90px;
margin-left: 0;
font-weight: 700;
font-size: 16px;
line-height: 120%;
}

.questions-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.questions-wrap div:nth-child(2n) .questions-item  {
    margin-left: 10%;
    margin-right: 10%;
}

section#questions h2 {
    margin-bottom: -70px !important;
}
#reasons {
    background: #2D4B91;
    position: relative;
    overflow: hidden;
}

.bg-triangle1 {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='184' height='215' viewBox='0 0 184 215' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M175.922 119.345L175.92 119.346L21.9147 212.193C21.914 212.194 21.9133 212.194 21.9125 212.194C12.3258 217.837 0.5 211.064 0.5 200.069V14.3709C0.5 3.67355 12.6096 -3.10631 21.909 2.53529L21.9102 2.536L175.92 95.3852L175.922 95.3868C184.93 100.74 184.93 113.991 175.922 119.345Z' fill='%23AFD7FF' stroke='url(%23paint0_linear_22_989)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_22_989' x1='186.974' y1='94.3074' x2='84.3729' y2='190.039' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5E5'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    bottom: -55%;
    left: 20%;
    width: 50%;
    height: 80%;
    filter: blur(40px);
    background-size: contain;
    background-repeat: no-repeat;
    animation: bg-triangle1-animation 15s infinite linear;
}

.bg-triangle2 {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='209' height='245' viewBox='0 0 209 245' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.3971V228.275C0 241.268 13.9777 249.263 25.2934 242.6L201.013 136.661C211.662 130.331 211.662 114.674 201.013 108.344L25.2934 2.40513C14.3108 -4.25803 0 3.73756 0 16.3971Z' fill='url(%23paint0_linear_22_995)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_22_995' x1='209' y1='245' x2='-9.87511' y2='52.0623' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E12D37'/%3E%3Cstop offset='0.462049' stop-color='%23E12D37'/%3E%3Cstop offset='1' stop-color='%23FF8719'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    top: -25%;
    left: -10%;
    width: 50%;
    height: 80%;
    filter: blur(40px);
    background-size: contain;
    background-repeat: no-repeat;
    animation: bg-triangle2-animation 15s infinite linear;
}

.bg-triangle3 {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='184' height='215' viewBox='0 0 184 215' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M175.922 119.345L175.92 119.346L21.9147 212.193C21.914 212.194 21.9133 212.194 21.9125 212.194C12.3258 217.837 0.5 211.064 0.5 200.069V14.3709C0.5 3.67355 12.6096 -3.10631 21.909 2.53529L21.9102 2.536L175.92 95.3852L175.922 95.3868C184.93 100.74 184.93 113.991 175.922 119.345Z' fill='%23AFD7FF' stroke='url(%23paint0_linear_22_989)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_22_989' x1='186.974' y1='94.3074' x2='84.3729' y2='190.039' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5E5'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    top: -25%;
    left: 65%;
    width: 30%;
    height: 45%;
    filter: blur(15px);
    background-size: contain;
    background-repeat: no-repeat;
    animation: bg-triangle3-animation 15s infinite linear;
}


.bg-triangle4 {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='209' height='245' viewBox='0 0 209 245' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.3971V228.275C0 241.268 13.9777 249.263 25.2934 242.6L201.013 136.661C211.662 130.331 211.662 114.674 201.013 108.344L25.2934 2.40513C14.3108 -4.25803 0 3.73756 0 16.3971Z' fill='url(%23paint0_linear_22_995)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_22_995' x1='209' y1='245' x2='-9.87511' y2='52.0623' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E12D37'/%3E%3Cstop offset='0.462049' stop-color='%23E12D37'/%3E%3Cstop offset='1' stop-color='%23FF8719'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    bottom: -40%;
    right: -30%;
    width: 50%;
    height: 80%;
    filter: blur(40px);
    background-size: contain;
    background-repeat: no-repeat;
    animation: bg-triangle4-animation 15s infinite linear;
}



  @keyframes bg-triangle1-animation {
    40% {
        bottom: -52%;
        left: 18%;
      }
    80% {
        bottom: -57%;
        left: 22%;
      }
  }

  @keyframes bg-triangle2-animation {
    40% {
      left: -12%;
      top: -23%;
      }
    80% {
        left: -8%;
        top: -27%;
      }
  }

  @keyframes bg-triangle3-animation {
    40% {
        transform: scale(1.1);
      }
    60% {
        transform: scale(0.9);
      }
  }

  @keyframes bg-triangle4-animation {
    30% {
        bottom: -45%;
        right: -35%;
      }
    60% {
        bottom: -35%;
        right: -25%;
      }
  }

  .uk-card-primary.uk-card-body, .uk-card-primary>:not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary>:not([class*=uk-card-media]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
    color: rgba(255,255,255,1);
}

#reasons > .uk-container {
    position: relative;
    z-index: 1;
}

.reasons-item h4 {
    margin-bottom: 20px;
}

.reasons-item svg {
    width: 60px;
    display: block;
    min-width: 60px;
    margin-right: 20px;
}

.interests-item> span {
    display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px;
gap: 10px;
background: #FFFFFF;
border-radius: 20px;
line-height: 120%;
min-height: 120px;
width: 100%;
box-sizing: border-box;
}

#partners {
    background: #fff;
}

.info-border {
    padding: 20px;
    border: 1px solid #AFD7FF;
    border-radius: 20px;
    width: 100%;
    display: table;
    color: #2D4B91;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
}

.info-border:hover {
    background: #AFD7FF;
    text-decoration: none;
    color: #2D4B91;
}

#where-they-operate h2 {
    margin-bottom: 0;
}

.tabs {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0px 20px;
height: 40px;
border-radius: 5px;
font-weight: 700;
font-size: 12px;
line-height: 14px;
transition: all .2s ease-in-out;
text-transform: uppercase;
}

.tabs.active {
    background: #FFFFFF;
    box-shadow: 0px -10px 20px rgba(255, 255, 255, 0.75), 0px 15px 20px rgba(45, 55, 65, 0.2);
}

.tabs:hover {
   cursor: pointer;
   opacity: 0.8;
}

.regions {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 480px;
    padding-right: 15px;
}

.regions::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.regions::-webkit-scrollbar-button {
    width: 8px;
    height: 0px;
}

.regions::-webkit-scrollbar-track {
    background-color: #F0F6FC;
    border-radius: 20px;
}

.regions::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 0px;
    background-color: #ccd8e4;
    border-radius: 20px;
}

.regions::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(315.94deg, #E12D37 0%, #E12D37 42.29%, #FF8719 91.52%);
}

.region {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 20px;
gap: 10px;
margin-bottom: 10px;
background: #FFFFFF;
border-radius: 10px;
font-weight: 700;
font-size: 16px;
line-height: 120%;
transition: all .2s ease-in-out;
}

.region:hover {
    cursor: pointer;
}

.region:hover .text {
    cursor: pointer;
    background: linear-gradient(315.94deg, #E12D37 0%, #E12D37 42.29%, #FF8719 91.52%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.light-text {
    font-weight: 400;
}

.full-width {
    width: 100%;
}

.hd {
    display: none;
}

.full-width .hd {
    display: block;
}

.full-width .button .hd {
    margin-left: 10px;
}

.full-width .button {
    background: #AFD7FF;
    align-items: center;
    padding: 13px 20px;
    border-radius: 5px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.full-width .button:hover {
    color: #fff;
    background: linear-gradient(315.94deg, #E12D37 0%, #E12D37 42.29%, #FF8719 91.52%);
    text-decoration: none;
}

.full-width .button:hover svg path {
    fill: #fff;
}

#maps {
    border-radius: 20px;
    overflow: hidden;
}


.uk-card-mod {
    padding: 40px 20px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    box-sizing: border-box;
    transition: all .1s ease-in-out;
}

.uk-card-mod:hover {
    box-shadow: 0px -10px 20px rgba(255, 255, 255, 0.45), 0px 20px 20px rgba(45, 55, 65, 0.1);
} 
.uk-card-mod h4 {
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 120%;
}

.uk-card-mod ul {
    margin: 20px 0 0;
}

.uk-card-mod ul li{
    margin-top: 5px;
}

#steps {
    background: #2D4B91;
    position: relative;
    overflow: hidden;
    min-height: 592px;
}

#steps > .uk-container > p{
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
text-align: center;
font-feature-settings: 'pnum' on, 'lnum' on;
}

.step {
    padding: 10px;
    gap: 10px;
    width: 200px;
    height: 100px;
    background: rgba(175, 215, 255, 0.2);
    box-shadow: inset 25px -10px 50px #afd7ff;
    backdrop-filter: blur(7.5px);
    box-sizing: border-box;
}

.steps {
    padding: 0 60px;
}

.step-1 {
    height: 100px;
}

.step-2 {
    height: 150px;
}

.step-3 {
    height: 200px;
}

.step-4 {
    height: 250px;
}

.step-5 {
    height: 300px;
}

.step-item h5 {
    margin: 15px 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.stet-arrow {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
}

.materials  {
    min-height: 220px;
    padding: 0 15px;
}

.materials a:hover  {
    text-decoration: none;
}

#useful-materials .uk-subnav li, #publications .uk-subnav li {
    padding-left: 0;
}

#useful-materials .uk-subnav li a, #publications .uk-subnav li a {
    padding: 0px 20px;
    height: 40px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #2D4B91;
    white-space: nowrap;
    display: block;
    line-height: 40px;
}

#useful-materials .uk-subnav li.uk-active a, #publications .uk-subnav li.uk-active a {
    background: #FFFFFF;
    box-shadow: 0px -10px 20px rgba(255, 255, 255, 0.75), 0px 15px 20px rgba(45, 55, 65, 0.2);
}

#useful-materials .uk-subnav li a:hover, #publications .uk-subnav li a:hover {
    background: transparent;
    opacity: .8;
}

#useful-materials .uk-subnav li.uk-active a:hover, #publications .uk-subnav li.uk-active a:hover {
    background: #fff;
    opacity: .8;
}

.materials-wrapper span {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
    color: #AFD7FF;
}


.materials-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: inherit;
    position: relative;
    top: inherit;
    margin-top: 50px;
    text-align: center;
}

.publications {
    min-height: 455px;
}

.publication {
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 160%;
    transition: all .2s ease-in-out;
}

.publication:hover {
    background-size: 170%;
    cursor: pointer;
}

.publication:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
background: linear-gradient(198.99deg, #AFD7FF -8.74%, rgba(175, 215, 255, 0) 39.77%), linear-gradient(0deg, #2D4B91 0%, rgba(45, 75, 145, 0) 50%);
}

.publication-text {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 10%;
    font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 120%;

}

.publication-text h5 {
    margin-bottom: 0;
}

.publication-text span {
    font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 120%;
margin-bottom: 10px;
text-transform: uppercase;
display: block;
color: #AFD7FF;
}

.questions-wrapper {
    position: relative;
}

.question {
    border-radius: 20px;
    overflow: hidden;
    height: 480px;
    box-sizing: border-box;
    position: relative;
    background: #AFD7FF;
}

.question:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(77.73deg, #1C407B 24.85%, rgba(28, 64, 123, 0) 68.46%);
}

.question::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("data:image/svg+xml,%3Csvg width='796' height='480' viewBox='0 0 796 480' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M233.414 0H0V480H691.338L763.478 436.359C806.841 410.497 806.841 346.524 763.478 320.662L233.414 0Z' fill='%232D4B91'/%3E%3C/svg%3E%0A");
}

.questions-wrapper img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.questions-link a {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    display: block;
    margin-top: 10px;

}

footer {
    background: #2D4B91;
    position: relative;
    overflow: hidden;
}

.copy-text {
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
font-feature-settings: 'pnum' on, 'lnum' on;

color: #FFFFFF;
border-left: 1px solid rgba(255, 255, 255, 0.2);
padding-left: 20px;
margin-left: 20px;
}

.policy a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    
    font-feature-settings: 'pnum' on, 'lnum' on;
    
    color: #FFFFFF;
}

footer a:hover  {
    text-decoration: none;
}

.uk-open>.uk-modal-dialog {
    opacity: 1;
    transform: translateY(0);
    border-radius: 20px;
        overflow: hidden;
}


.uk-modal-dialog h2 {
    margin: 0px 0 20px 0;
}

.uk-input, .uk-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 6px;
}

.uk-select[multiple], .uk-select[size], .uk-textarea {

    border-radius: 6px;
}

.uk-input, .uk-select, .uk-textarea {
    color: #2D4B91;
    border: 1px solid #2d4b9140;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    color: #2D4B91;
}

.uk-hr, hr {
    border-top: 1px solid #2d4b9140;
}

label {
    font-weight: 700;
    font-size: 16px;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #2D4B91;
    border-color: transparent;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
    background-color: #2D4B91;
}
.uk-link, a {
    color: #2D4B91;
    text-decoration: none;
    cursor: pointer;
}

[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 20px;
    right: 20px;
    padding: 5px;
}

[class*=uk-modal-close-] svg {
    width: 20px;
    height: 20px;
}

.uk-close {
    color: #2D4B91;
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: 300 !important;
    font-size: 30px !important;
    cursor: pointer;
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
}

.jGrowl-notification {
    background-color: #fff !important;
    opacity: 1 !important;
    zoom: 1;
    width: auto !important;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    border-radius: none !important;
    min-height: 40px;
}

.jGrowl-notification {
    padding: 60px !important;
    text-align: center !important;
    border: 0px solid rgba(255, 255, 255, 0.49) !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #252446 !important;
    font-size: 16px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
    box-shadow: 0 0 60px #00000047 !important;
}

.ymaps-2-1-79-balloon {
    border-radius: 15px;
}
.ymaps-2-1-79-balloon__layout {
    border-radius: 15px;
}
.ymaps-2-1-79-balloon__content {
    font-family: 'Raleway', sans-serif !important;
    padding: 20px 24px !important;
}

.uk-lightbox {
    background: #000000a8;
}

iframe {
    border: 0;
    border-radius: 12px;
}

.dialog-full-width {
    width: 100vw;
    max-width: 1200px !important;
}





