
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    outline: none !important;
}

input {
    outline: none !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.header-pc {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0px 123px 0 123px;
    position: absolute;
    top: 68px;
}

.header-logo-menu {
    display: flex;
    align-items: center;
    width: 57%;
}

.header-logo {
    padding-right: 50px;
}

.header-logo > img {
    height: 7.5rem;
    width: 7.5rem;
}

.header-menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu-list-item > a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease;
}

.header-menu-list-item > a:hover {
    color: #03658C;
    background-clip: text;;
    transition: 0.3s ease;
}

.header-menu-list-item:not(:last-child) {
    padding-right: 50px;
}

.header-phone-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 37%;

}

.header-phone > a {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s ease;
}

.header-phone > a > span {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: 0.3s ease;
}


.header-phone > a:hover {
    color: #03658C;
    transition: 0.3s ease;
    text-decoration: none;
}

.header-phone > a:hover > span {
    color: #03658C;
    transition: 0.3s ease;
    text-decoration: none;
}


.header-modal-button {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: white;
    transition: 0.3s ease;
    border-radius: 8px;
    padding: 10px;
}

.header-modal-button:hover {
    color: white;
    background: linear-gradient(89deg, #00304B 0.49%, #004C64 46.64%);
    transition: 0.3s ease;

}

.block1 {
    background-image: url("../images/block1_background.png");
    height: 860px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 123px;
    background-position: 60%;
    background-repeat: no-repeat;
    background-size: cover;
}

.block1-text-title {
    font-size: 73px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(108deg, #03658C 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 188px;
}

.block1-text-subtle {
    font-size: 73px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(108deg, #03658C 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block1-text-subtle > span {
    font-weight: 300;
}


.block1-list {
    list-style-type: none;
    padding: 0;
    margin-top: 42px;
}

.block1-list li::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-image: url("../images/block1_list.svg"); 
    background-size: cover; 
    z-index: 100;
    min-width: 30px;
}

.block1-list-item {
    display: flex;
    margin-top: 18px;
    font-family: Roboto;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 800px;
}

.block1-form {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
}

.block1-phone-form {
    display: flex;
    width: 669px;
    height: 64px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 16px 39px 0px rgba(3, 101, 140, 0.40);
}

.block1-phone-form > input {
    display: flex;
    width: 70%;
    height: 39px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #00A99D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    outline: none;
    text-align: center;

}

.block1-phone-form > input::placeholder {
    color: #00A99D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.block1-phone-form > button {
    border-radius: 9px;
    background: #01425B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    transition: 0.3s ease;
    color: white;
    width: 227px;
    height: 64px;
    border: 2px solid #01425B;

}

.block1-phone-form > button:hover {
    color: #01425B;
    background: white;
    transition: 0.3s ease;
}

.block1-checkbox-form {
    margin-top: 31px;
    display: flex;
    align-items: center;
}

.block1-checkbox-form > div {
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 10px;
}

.round {
    position: relative;
    margin-top: 4px;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 9px;
}

.round input[type="checkbox"] {
    opacity: 0;
}

.round input[type="checkbox"]:checked + label {
    background-color: #D1D1D1;
    border-color: #D1D1D1;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.block2 {
    height: fit-content;
    width: 100%;
    background: linear-gradient(89deg, #00304B 0.49%, #004C64 46.64%);
    padding-bottom: 100px;
    background-size: cover;
}

.block2-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 123px;
}

.block2-title {
    color: #FFF;
    font-size: 66px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 117px;
}

.block2-title > span {
    color: #FFF;
    font-size: 66px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.block2-main {
    display: flex;
    flex-direction: column;
    margin-top: 36px;
}

.block2-main .uk-subnav > *:not(:first-child) {
    padding-left: 27px !important;
}


.block2-switcher {
    display: flex;
}


.block2-switcher > li > a {
    display: flex;
    width: fit-content;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 118px;
    background: #FFF;
    color: #03658C !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.8;
    text-decoration: none;
}

.block2-switcher > .uk-active > a {
    display: flex;
    width: fit-content;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 118px;
    background: #FFF;
    color: #03658C !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    opacity: 1;
}

.block2-switcher > li:not(:first-child) {
    margin-left: 27px;
}

.block2-switcher > li > a > span {
    padding-left: 20px;
}

.block2-switcher-content {
    margin-top: 77px;
}

.block2-switcher-container {
    display: flex;
    gap: 100px;
}

.block2-left {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.block2-right {
    display: flex;
    width: 50%;
}

.block2-left-title {
    display: flex;
    width: 100%;
    align-items: center;
}


.block2-left-title-number {
    color: #FFF;
    text-align: right;
    font-size: 101.101px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 25px;
    border-right: 1px solid #7DD0DB;
}

.block2-left-title-text {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 37px;
}

.block2-left-text {
    margin-top: 24px;
    color: #FFF;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 900px;
    opacity: 0.7;
    display: flex;
    flex-direction: column;
}

.block2-left-text p{
    margin-top: 20px;
}

.block2-left-text ul{
    margin-top: 10px;
    list-style: disc;
    padding-left: 40px;
}
.block2-left-text li{
    margin-top: 10px;
}

.block2-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}

.block12-card:nth-of-type(2) .block12-right-title {
    max-width: 300x;
}
.block12-card:nth-of-type(3) .block12-right-text {
    margin-top: 64px;
}

.block3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 95px;
}

.block3-container {
    display: flex;
    width: 100%;
    padding: 0 123px;
    gap: 100px;
}

.block3-title {
    padding: 0 123px;
    margin-top: 84px;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(108deg, #03658C 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block3-title > span {
    font-weight: 300;

}

.block3-left {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 54px;
}

.block3-right {
    display: flex;
    width: 50%;
    margin-top: 54px;
}

.block3-text1 {
    color: #202A2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.523%;

}

.block3-list {
    margin-top: 39px;
    list-style-type: none;
    counter-reset: my-counter;

}

.block3-list li {
    position: relative;
    counter-increment: my-counter;
    padding-left: 36px;
    margin-bottom: 10px;
    color: #03658C;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.523%;
/

}

.block3-list li::before {
    content: counter(my-counter);
    color: #7DD0DB;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.523%;
    position: absolute;
    left: 0;
    border-right: 1px solid #7DD0DB;
    padding-right: 12px;
}


.block3-text2 {
    color: #202A2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.523%; /* 29.105px */
    margin-top: 60px;
}

.block4 {
    background-image: url("../images/block4_background.png");
    height: 978px;
    display: flex;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.block4-container {
    display: flex;
    flex-direction: column;
    padding: 0 123px;
    width: 100%;
}

.block4-title {
    color: #FFF;
    font-size: 66px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 113px;
}

.block4-title > span {
    font-weight: 300;
}

.block4-cards {
    display: flex;
    justify-content: space-between;
    margin-top: 116px;
    width: 100%;
}

.block4-card {
    display: flex;
    flex-direction: column;
    max-width: 458px;
}

.block4-card-title {
    display: flex;
    margin-top: 29px;
    align-items: center;
}

.block4-card-title-number {
    border-radius: 42px;
    background: #FFF;
    display: flex;
    width: 42px;
    height: 42px;
    padding: 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.block4-card-title-number > div {
    color: #000;
    text-align: justify;
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.block4-card-title-text {
    color: #FFF;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 16px;
}

.block4-card-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    margin-top: 30px;
}

.block6-content {
    display: flex;
}

.block6-toggle-container {
    position: relative;
}

.block6-toggle-button {
    position: absolute;
    display: flex;
    width: 281px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(2px);
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.block6-toggle-button > span {
    color: #323232;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block11 {
    display: flex;
    width: 100%;
    background-image: url("../images/block11_background.png");
    height: 847px;
    background-size: cover;
    background-repeat: no-repeat;
}

.block11-container {
    padding: 0 123px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.block11-title {
    color: #FFF;
    font-size: 66px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    max-width: 1044px;
    margin-top: 158px;
}

.block11-title > span {
    font-weight: 700;
}

.block11 .block1-form {
    margin-top: 147px;
}

.block11 .block1-checkbox-form > div {
    color: rgba(255, 255, 255, 0.80);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block12 {
    display: flex;
    width: 100%;
}

.block12-container {
    padding: 0 123px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.block12-card {
    margin-top: 86px;
    margin-bottom: 96px;
    display: flex;
}

.block12-left {
    font-size: 161px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.18;
    background: linear-gradient(108deg, #3BA0C4 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block12-right {
    display: flex;
    flex-direction: column;

}

.block12-right-title {
    margin-top: 30PX;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(108deg, #3BA0C4 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 294px;

}

.block12-right-text {
    margin-top: 24px;
    color: #202A2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.72px; /* 113.6% */
    max-width: 308px;
}

.block5 {
    height: 1028px;
    display: flex;
    width: 100%;
    overflow: hidden;
    background-image: url("../images/block5_background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.block5-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 123px;
}

.block5-slider-title {
    color: #FFF;
    font-size: 66px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 103px;
}

.block5-slider-title > span {
    color: #FFF;
    font-size: 66px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.block5-card {
    display: flex;
    padding: 0px 55px;
}

.block5-card > .uk-card-media-top {
    width: 25%;
}

.block5-card > .uk-card-media-top > img {
    display: flex;
    width: 396px;
    height: 396px;

}

.block5-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 68%;
    margin-left: 105px;
}

.block5-slider-body {
    margin-top: 95px;
}

.block5-card-body-top {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.block5-card-body-middle {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block5-card-body-bottom {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.72px; /* 113.6% */
    margin-top: 92px;
    overflow-y: auto;
    max-height: 500px;
}

.promo_slider-dotnav {
    width: fit-content;
}

.promo_slider-dotnav > li > a {
    margin-top: 41px;
    height: 5px;
    width: 6px;
    background-color: #FFFFFF !important;
    border-radius: 5px;
    opacity: 40%;
    transition: 0.5s;
}

.promo_slider-dotnav > .uk-active > a {
    width: 21px;
    background-color: white !important;
    border: none;
    border-radius: 5px;
    opacity: 100%;
}

.slider_navigation_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 156px;

}

.nawmenu-arrow-right:hover > svg > g {
    opacity: 1;
}

.nawmenu-arrow-left:hover > svg > g {
    opacity: 1;
}

.nawmenu-arrow-right > svg > g {
    transition: 0.3s ease;
}

.nawmenu-arrow-left > svg > g {
    transition: 0.3s ease;
}

.nawmenu-arrow-right > svg > g rect {
    transition: 0.3s ease;
}

.nawmenu-arrow-left > svg > g rect {
    transition: 0.3s ease;
}

.nawmenu-arrow-right:hover > svg > g rect {
    fill: white;
}

.nawmenu-arrow-left:hover > svg > g rect {
    fill: white;
}

.block7 {
    background-image: url("../images/block7_background.png");
    height: 960px;
    display: flex;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.block7-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 123px;
    justify-content: center;
    align-items: center;
}

.block7-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 763px;
    height: 386px;
    flex-shrink: 0;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(25px);
    padding: 35px 45px;
}

.block7-title {
    font-size: 66px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(108deg, #03658C 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.block7-title > span {
    font-weight: 700;
}

.block7 .block1-phone-form {
    width: 607px;
}

.block7 .block1-checkbox-form {
    margin-top: 25px;
}


.block8 {
    height: fit-content;
    display: flex;
    width: 100%;
    position: relative;
    padding-bottom: 90px;
}


.block8-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 123px;
    z-index: 10;
}
.block6-toggle-container > img {
    width: 100%;
    height: 100%;
    display: flex;
}
.block8-title {
    margin-top: 109px;
    font-size: 66px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(108deg, #03658C 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block8-title > span {
    font-weight: 700;
}

.block8 .uk-accordion {
    margin-top: 42px;
}

.block8 .li {
    transition: 0.3s ease;
}

.block8 .uk-open {
    border-radius: 28px;
    background: #FFF;

    box-shadow: 0px 16px 39px 0px rgba(3, 101, 140, 0.40);
    transition: 0.3s ease;
    padding-bottom: 40px;
    width: 100%;
}

.block8 .uk-accordion-title {
    width: 100%;
    height: 59px;
    border-radius: 200px;
    background: #FFF;
    box-shadow: 0px 16px 39px 0px rgba(3, 101, 140, 0.40);
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s ease;

}

.block8 .uk-open .uk-accordion-title {
    background: transparent;
    box-shadow: none;
    transition: 0.3s ease;
}

.block8-accordion-title-first {
    display: flex;
    padding: 37px 32px 36px 32px;
    color: #03658C;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.block8-accordion-title-second {
    color: #03658C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.block8 .uk-accordion-title::before {
    content: none;

}

.block8-accordion-button {
    position: absolute;
    right: 32px;
}

.block8-accordion-button > svg {
    transition: 0.3s ease;
}

.uk-open .block8-accordion-button > svg {
    transition: 0.3s ease;
    transform: rotate(-90deg);
}


.block8 .uk-accordion-content {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 66px;
    
}

.block8-accordion-image {
    width: 50%;
}

.block8-accordion-text {
    color: #202A2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.523%; /* 29.105px */
    border-top: 1px solid #85D3DD;
    padding-top: 16px;
}

.block9 {
    background-image: url("../images/block9_background.png");
    display: flex;
    width: 100%;
    height: 642px;
    background-size: cover;
    background-repeat: no-repeat;
}

.block9-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 123px;
}

.block9-slider-title {
    color: #FFF;
    font-family: Roboto;
    font-size: 66px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 101px;
}

.block9-slider {
    display: flex;
    flex-direction: column;
}

.block9-slider-body {
    margin-top: 27px;
}

.block9-card-body {
    display: flex;
    flex-direction: column;
    margin-top: 21px;
}

.block9-card-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.block9-card-text {
    color: #FFF;
    margin-top: 25px;
    opacity: 0.7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block9 .slider_navigation_wrapper {
    margin-top: 70px;
}

.block10 {
    display: flex;
    width: 100%;


}

.block10-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 123px;
    margin-top: 126px;

}

.block10-slider-title {
    font-size: 66px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(108deg, #3BA0C4 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.block10-slider-title > span {
    background: linear-gradient(108deg, #3BA0C4 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 66px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.block10-slider {
    display: flex;
    flex-direction: column;
}

.block10-slider-body {
    margin-top: 74px;
}

.block10-card-body {
    display: flex;
    flex-direction: column;
    margin-top: 21px;
}

.block10-card-title {
    color: #0071BC;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.block10-card-text {
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.block10-slider-body > .uk-slider-container-offset > .uk-position-relative.uk-visible-toggle.uk-light > .slider_navigation_wrapper > .promo_slider-dotnav > li > a {
    margin-top: 0px;
    height: 5px;
    width: 6px;
    background-color: #7DD0DB !important;
    border-radius: 5px;
    transition: 0.5s;
}

.promo_slider-dotnav {
    align-items: center;
    margin-bottom: 29px !important;
}

.block10-slider-body > .uk-slider-container-offset > .uk-position-relative.uk-visible-toggle.uk-light > .slider_navigation_wrapper > .promo_slider-dotnav > .uk-active > a {
    width: 21px;
    background-color: #0071BC !important;
    border: none;
    border-radius: 5px;
    opacity: 100%;
}


.block10-slider-body > .uk-slider-container-offset > .uk-position-relative.uk-visible-toggle.uk-light > .slider_navigation_wrapper > .nawmenu-arrow-right:hover > svg > g rect {
    fill: rgba(0, 113, 188, 1);
}

.block10-slider-body > .uk-slider-container-offset > .uk-position-relative.uk-visible-toggle.uk-light > .slider_navigation_wrapper > .nawmenu-arrow-left:hover > svg > g rect {
    fill: rgba(0, 113, 188, 1);
}

.block10 .block6-toggle-button {
    background: #01425B;
    width: 350px;
}

.block10 .block6-toggle-button span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.block10 .slider_navigation_wrapper {
    margin-top: 70px;
}

.block10-bottom {
    display: flex;
}

.footer-menu {
    display: flex;
    margin-left: 194px;
    margin-top: 86px;
}

.footer-menu-2 {
    margin-left: 70px;
}


.block10-bottom-right {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-left: 77px;
}

.block10-phone {
    opacity: 0.7;
    color: #03658C;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s ease;
}

.block10-phone span {
    font-weight: 300;
    transition: 0.3s ease;
}

.block10-phone:hover {
    text-decoration: none;
    color: #00A99D;
    transition: 0.3s ease
}

.block10-text {
    margin-top: 14px;
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}

.block10 .block6-toggle-container img {
    border-radius: 28px;
}

.block10-email {
    margin-top: 6px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s ease;
    opacity: 0.7;
}

.block10-email:hover {
    text-decoration: none;
    color: #00A99D;
    transition: 0.3s ease

}

#routeButton {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 9px;
    background: #01425B;
    border: 2px solid #01425B;
    display: flex;
    width: 250px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: 0.3s ease;
}

#routeButton:hover {
    color: #01425B;
    background: white;
    transition: 0.3s ease;
}


.block13 {
    display: flex;
    width: 100%;
    background-image: url("../images/block13_background.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 551px;
}

.block13-container {
    display: flex;
    flex-direction: column;
    padding: 0 123px;
    width: 100%;
}

.block13-title {
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(108deg, #03658C 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 90px;
}

.block13-slider {
    margin-top: 44px;
}

.block13 .promo_slider-dotnav > li > a {
    margin-top: 0px;
    height: 5px;
    width: 6px;
    background-color: #7DD0DB !important;
    border-radius: 5px;
    transition: 0.5s;
}


.block13 .promo_slider-dotnav > .uk-active > a {
    width: 21px;
    background-color: #0071BC !important;
    border: none;
    border-radius: 5px;
    opacity: 100%;
}


.block13 .nawmenu-arrow-right:hover > svg > g rect {
    fill: rgba(0, 113, 188, 1);
}

.block13 .nawmenu-arrow-left:hover > svg > g rect {
    fill: rgba(0, 113, 188, 1);
}

.block13 .slider_navigation_wrapper {
    margin-top: 70px;
}


.footer {
    padding: 0 132px;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    bottom: 0;
}

.footer-button-social {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.footer-social-container {
    margin-left: 44px;
}

.footer-social-container > a:hover {
    text-decoration: none !important;
}

.footer-social-container > a:not(:last-child) {
    margin-right: 13px;
}

.footer-social-container > a > svg > g > path {
    transition: 0.3s ease;
}

.footer-social-container > a > svg > path {
    transition: 0.3s ease;
}

.footer-social-container > a:hover > svg > g > path {
    transition: 0.3s ease;
    fill: #00A99D;
}

.footer-social-container > a:hover > svg > path {
    transition: 0.3s ease;
    fill: #00A99D;
}


.footer-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 59px;
    padding-bottom: 61px;
}

.footer-text-left {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-text-right {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.uk-modal-dialog.uk-modal-body {
    border-radius: 10px;
}

.footer-menu li a {
    color: #202A2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.523%; /* 29.105px */
    transition: 0.3s;
}

.footer-menu li a:hover {
    color: #1A3F5F;
    transition: 0.3s;
}

.modal-title {
    background: linear-gradient(108deg, #03658C 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    max-width: 557px;
    margin-bottom: 30px;
}

.uk-modal-close-default.uk-icon.uk-close > svg > line {
    stroke: #00A99D !important;
}

.uk-modal-dialog.uk-modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 820px;
}

.header-mobile {
    display: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #01425B !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(1,66,91,.5) !important;
}

.fixed-socials {
    position: fixed;
    bottom: 60px;
    right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60px;
    height: 140px;
    z-index: 1000;
}

.fixed-socials a svg {
    width: 60px;
    height: 60px;

    border-radius: 50%;
}


.fixed-socials a {
transition: 0.3s ease;
}

.fixed-socials a:hover {
    transition: 0.3s ease;
    filter: grayscale(1);
}


@media (max-width: 1540px) {
    .block1 {
        padding-left: 30px;
        height: 830px;
    }

    .block1-text-title {
        font-size: 56px;
    }

    .block1-text-subtle {
        font-size: 56px;
    }

    .header-logo-menu {
        width: 60%;
    }


    .header-pc {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 0px 30px 0 30px;
        position: absolute;
        top: 50px;
    }

    .header-menu-list-item > a {
        font-size: 16px;
    }

    .header-logo {
        padding-right: 30px;
    }

    .header-menu-list-item:not(:last-child) {
        padding-right: 20px;
    }

    .header-phone > a {
        font-size: 22px;
    }

    .header-phone > a > span {
        font-size: 22px;
    }

    .block1-list-item {
        font-size: 18px;
    }

    .header-modal-button {
        font-size: 18px;
    }

    .block2-container {
        padding: 0 30px;
    }

    .block2-title {
        font-size: 55px;

    }

    .block2-title > span {
        font-size: 55px;

    }

    .block2-left-text {
        font-size: 18px;
    }

    .block2-switcher > li > a > span {
        font-size: 18px;
    }

    .block2-switcher > .uk-active > a {
        font-size: 18px;
    }

    .block2-left-title-number {
        font-size: 80px;
    }

    .block2-left-title-text {
        font-size: 30px;
    }


    .block3-container {
        padding: 0 30px;
    }

    .block3-title {
        padding-left: 30px;
        font-size: 55px;
    }

    .block3-title > span {
        font-size: 55px;
    }

    .block3-text1 {
        font-size: 18px;
    }

    .block3-list li {
        font-size: 18px;
    }

    .block3-text2 {
        font-size: 18px;
    }

    .block4-title {
        font-size: 55px;
    }

    .block4-container {
        padding: 0 30px;
    }

    .block4-card-title-text {
        font-size: 22px;
    }

    .block4-card-text {
        font-size: 18px;
    }

    .block4-card {
        max-width: 391px;
    }

    .block11 {
        height: 780px;
    }

    .block11-container {
        padding: 0 30px;
    }

    .block11-title {
        font-size: 55px;
    }


    .block12-container {
        padding: 0 30px;
    }

    .block12-right-title {
        font-size: 32px;
    }

    .block12-left {
        font-size: 151px;
    }

    .block12-right-text {
        font-size: 18px;
    }


    .block5-container {
        padding: 0 30px;
    }

    .block5-card-body {
        margin-left: 40px;
    }


    .block5-slider-title {
        margin-top: 90px;
        font-size: 55px;
    }

    .block5-slider-title > span {
        font-size: 54px;
    }

    .block5-card > .uk-card-media-top {
        width: 36%;
    }

    .block5-card {
        padding: 0;
    }

    .block7-container {
        padding: 0 30px;
    }


    .block7-title {
        font-size: 55px;
    }

    .block8-container {
        padding: 0 30px;
    }

    .block8-title {
        font-size: 55px;
    }

    .block8 .uk-accordion-title {
        width: 100%;
    }

    .block8 .uk-open {
        width: 100%;
    }

    .block8-text-subtitle {
        font-size: 56px;
    }

    .block8-bottom > .block8-text > .block8-text-text {
        margin-top: 66px;
    }

    .block9-container {
        padding: 0 30px;
    }

    .block9-text-title {
        font-size: 56px;
    }

    .block9-text-subtle {
        font-size: 56px;
    }

    .block9-slider-title {
        font-size: 55px;
    }

    .block10-container {
        padding: 0 30px;
    }

    .block10-slider-title {
        font-size: 56px;
    }

    .block10-slider-title > span {
        font-size: 56px;
    }


    .block13-container {
        padding: 0 30px;
    }

    .block13-title {
        font-size: 55px;
    }

    .footer {
        padding: 0 30px;
    }

    .block10-bottom-right {
        margin: 42px;
    }

    .footer-menu {
        margin-left: 113px;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .header-pc {
        display: none;
    }

    .header-mobile {
        display: flex;
        position: absolute;
        top: 0;
        padding: 0 15px;
        width: 100%;
        justify-content: space-between;
        padding-top: 20px;
    }

    .header_logo {
        height: 30px;
        width: 30px;
    }

    .block1 {
        height: 915px;
        padding: 0 15px;
        background-position: 60% 96%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: none;
        background-color: #FFFFFF;
    }

    .block1-text-title {
        font-size: 40px;
    }

    .block1-text-subtle {
        font-size: 40px;
    }

    .block1-phone-form {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0;
        height: 30px;
        border-radius: 22px;
    }

    .block1-phone-form > button {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .block1-phone-form > input {
        width: 100%;
        border-radius: 9px;
    }


    .block1-checkbox-form > div {
        margin-right: 0;
        margin-top: 80px;
    }

    .block2-container {
        padding: 0 15px;
    }

    .block2-title {
        font-size: 30px;
        margin-top: 60px;
    }

    .block2 {
        background-size: cover;
        background-position: unset;
    }

    .block2-main {
        display: flex;
    }
    .block2-left {
        width: 100%;
    }
    .block2-title > span {
        font-size: 40px;
    }

    .block2-switcher {
        display: flex;
        flex-direction: column;
    }
    .block2-switcher > li > a {
        width: 100%;
        justify-content: unset;
        align-items: flex-start;
   
    }

    .block2-switcher > .uk-active > a {
        width: 100%;
        justify-content: unset;
        align-items: flex-start;
    }

    .block2-switcher > li:not(:first-child) {
        margin-top: 20px;
        margin-left: 0;
    }

    .block2-switcher-container {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .block2-left-text {
        width: 100;
    }
    .block2-left-title {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .block2-left-title-number {
     display: none;
    }
    .block2-left-title-text {
        color: #FFF;
        font-size: 35px;
        font-style: normal;
        font-weight: 900;
        text-align: center;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 37px;
        margin-left: 0;
    }

    .block2-right {
        margin-top: 30px;
        width: 100%;
    }

    .block3 {
        height: fit-content;
        background-size: cover;
        padding-bottom: 60px;
    }
    .block3-container {
        padding: 0 15px;
        flex-direction: column;
        gap: 0;
    }
    .block3-title {
        font-size: 40px;
        padding-left:15px;
    }
    .block3-title > span {
        font-size:40px;
    }
    .block3-left {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 54px;
    } 
    .block3-right {
        width: 100%;
    }
    .block4 {
            height: fit-content;
            display: flex;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;

    }

    .block4-container {
        display: flex;
        padding: 0 15px;
        padding-bottom: 80px;
    }

    .block4-title {
        font-size: 40px;
    }

    .block4-cards {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    .block4-card:not(:first-child) {
        margin-top: 30px;
    }

    .block11 {
        height: fit-content;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 60px    ;
    }

    .block11-title {
        font-size: 40px;
        margin-top: 60px;
    }

    .block11 .block1-form {
    margin-top: 60px;
    }
    .block12 {
        padding-bottom: 60px;
    }
    .block12-container {
    flex-direction: column;
    padding: 0 15px;
    }

    .block12-card {
        margin-bottom: 0;
    }
    .block12-card:nth-of-type(3) .block12-right-text {
        margin-top: 24px;
    }
    .block5 {
        height: fit-content;
        padding-bottom: 60px;
    }

    .block5-slider-title {
        font-size: 40px;
    }

    .block5-slider-title > span {
        font-size: 40px;
    }

    .block5-card {
        flex-direction: column;
    }
    .block5-card > .uk-card-media-top {
        width: 100%;
    }

    .block5-card > .uk-card-media-top > img {
        display: flex;
        width: 336px;
        height: 336px;
    }

    .block5-card-body {
        width: 100%;
    }

    .block5-card-body {
        margin-left: 0;
    }

    .block5 .slider_navigation_wrapper {
        margin-top: 0;
    }

    .block5-card-body-bottom {
        max-height: 350px;
    }
 
    .block6-content {
        display: flex;
        flex-direction: column;
    }
    .block7 {
        height: fit-content;
    }
    .block7-title { 
        font-size: 40px;
    }
    .block8-container {
        padding: 0 15px;
        margin-top: 80px;
    }

    .block8 {
        display: flex;
        width: 100%;
        padding-bottom: 60px;
    }
    .block8-title {
        font-size: 40px;
        margin-top: 0;
    }
    .block8-text-title {
        font-size: 30px;
    }

    .block8-text-subtitle {
        font-size: 30px;
    }

    .block8 .uk-accordion-title {
            height: 100px;
    }

    .block8-accordion-button {
        display: none;
    }
    .block7-container {
        padding: 40px 15px;
    }

    .block7-main {
        width: 100%;
        padding: 15px 15px;
        height: 336px;
    }
    .block7 .block1-phone-form {
        width: unset;
    }

    .block9 {
        overflow: hidden;
    }

    .block9-container {
        padding: 0 15px;
    }

    .block9-slider-title {
        font-size: 40px;
    }

    .block10 {
        overflow: hidden;
    }

    .block10-container {
        padding: 0 15px;
        margin-top: 60px;
    }

    .block10 .block6-toggle-button span {
        font-size: 14px;
    }

    .block10 .block6-toggle-button {
        width: 300px;
    }

    .block10-slider-title {
        font-size: 30px;
    }

    .block10-slider-title > span {
        font-size: 30px;
    }

    .block13 {
        padding-bottom: 780px;
    }

    .block13-title {
        font-size: 40px;
    }

    .block13 img {
        margin-left: 60px;
    }
    .footer {
    flex-direction: column;
    padding: 0 15px;
    }

    .block10-bottom {
        flex-direction: column;
    }

    .block10-bottom-left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .block10-bottom-right {
        display: flex;
        flex-direction: column;
     margin: 0;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    }

    .block10-text {
        text-align: center;
    }

    .footer-button-social {
        flex-direction: column;
    }

    .footer-social-container {
        margin-left: 0;
        margin-top: 20px;
    }
    .footer-text {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-text-left {
        width: 100%;
        text-align: center;
    }
    
    
    .footer-text-right {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .footer-menu {
        display: none   ;
    }
    #modal-close-default2 >
    .uk-modal-dialog.uk-modal-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .header-mobile-title {
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        background: linear-gradient(108deg, #3BA0C4 27.43%, #00A99D 65.8%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .header-menu-list-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
    align-items: center;
    }

    .header-menu-list-item-mobile {
        margin-top: 30px;
    }

    .header-menu-list-item-mobile > a {
        font-size: 22px;
        font-weight: 600;
        color: black;
        text-decoration: none;
    }


    .header-mobile-subtitle {
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        background: linear-gradient(108deg, #3BA0C4 27.43%, #00A99D 65.8%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        margin-top: 20px;
    }

    .header-phone-mobile {
        margin-top: 30px;
    }

    .header-phone-mobile > a {
        font-size: 30px;
        font-weight: 600;
        background: linear-gradient(108deg, #3BA0C4 27.43%, #00A99D 65.8%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .fixed-socials {
        position: fixed;
        bottom: 30px;
        right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 60px;
        height: 130px;
    }
    .fixed-socials a svg {
        width: 60px;
        height: 60px;
        background-color: white;
        border-radius: 50%;
    }
    
    .fixed-socials a:hover {
        transition: 0.3s ease;
        filter: unset;
    }
}
