@import './../css/swiper.css';
@import './../css/fancybox.css';
@import './../css/select2.min.css';

a {
    transition: all ease 0.3s;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #000;
}

a:focus-visible {
    outline: 1px solid #000 !important;
}

footer {
    height: 64px;
    clear: both;
    position: relative;
    z-index: 3;
    background: var(--color-2);
    color: var(--color-3);
    font-weight: 300;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

div.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.footer-content a,
div.footer-content button {
    color: var(--color-3);
    font-weight: 200;
}

div.footer-content a:hover,
div.footer-content button:hover {
    text-decoration: underline;
}

/*body .logo img {*/
/*    display: none;*/
/*}*/

/*body:not(.webp) .imgnowebp {*/
/*    display: block;*/
/*}*/

/*body.webp .imgwebp {*/
/*    display: block;*/
/*}*/
body:not(.webp) a.logo .nowebp {
    display: block;
}

body.webp a.logo .webp {
    display: block;
}

section {
    padding: 60px 0;
}

section.about-us-section {
    padding-bottom: 30px;
}

section.about-us-section.style-2 {
    padding-top: 42px;
}

div.about-us-tabs {
    align-items: center;
}

div.about-us-container {
    margin-bottom: 34px;
}

div.about-us-text {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 160%;
    color: var(--color-3);
}

div.about-us-bg {
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F0F2F4 100%);
    border-radius: 40px;
    overflow: hidden;
    padding: 72px 40px 67px 40px;
    z-index: 1;
}

section.about-us-section.style-2 div.about-us-bg {
    padding-top: 52px;
    padding-bottom: 56px;
}

div.about-us-main-title {
    margin-bottom: 30px;
}

.misc-3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

div.about-us-bg:before {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/misc/misc-1.svg);
    width: 395px;
    height: 630px;
    content: '';
    z-index: -1;
}

div.about-us-bg:after {
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    background-image: url(../images/misc/misc-2.svg);
    width: 406px;
    height: 771px;
    content: '';
}

div.about-us-tab-blocks {

}

div.about-us-tab-blocks a {
    display: flex;
    gap: 22px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DBDBDB;
    align-items: center;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--color-3);
}

div.about-us-tab-blocks a:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

div.about-us-tab-blocks a[href]:hover {
    color: var(--color-4);
}

div.about-us-icon {
    width: 50px;
    height: 50px;
    background: var(--color-3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

div.about-us-icon img {
    width: 46px;
    height: 46px;
    display: block;
}

div.about-us-tab-images {

}

div.about-us-tab-images img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 536px;
    border-radius: 20px;
}

div.about-us-tab-images > *:not(:first-child) {
    display: none;
}

section.our-purpose-section {
    padding-top: 40px;
    padding-bottom: 68px;
}

div.our-purpose-container {
    align-items: center;
}

div.our-purpose-text {
    font-family: var(--font);
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 120%;
    color: var(--color-3);
}

div.our-purpose-dual {
    border-top: 1px solid var(--color-1);
    padding-top: 50px;
    margin-top: 44px;
}

div.dual-text {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.6;
    color: var(--color-3);
}

div.dual-text.style-2 {
    font-size: 1.6rem;
}

div.dual-text b {
    font-weight: 600;
}

div.dual-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.6;
    color: var(--color-4);
}

section.map-section {

}

div.map-box {
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F0F2F4 100%);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

div.map-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/misc/misc-6.svg);
    width: 526px;
    height: 452px;
    content: '';
    z-index: -1;
}

div.map-box:after {
    width: 289px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 203px;
    z-index: -1;
    background-image: url(../images/misc/misc-7.svg);
}

#map {
    position: relative;
    margin-left: -42px;
    padding-bottom: 16px;
    width: 725px;
    margin-left: auto;
}

#map .svg-map {
    width: 100%;
    height: auto;
    display: block;
}

.map-info {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 38px;
}

.map-info > *:not(:first-child) {
    display: none;
}

.map-info-box {
    width: 333px;
}

.map-info-box > * {
    display: flex;
    gap: 30px;
    align-items: center;
}

.map-info-box > * + * {
    border-top: 1px solid #DBDBDB;
    padding-top: 15px;
    margin-top: 15px;
}

.map-info-box .number {
    font-family: var(--font);
    font-weight: 400;
    font-size: 7rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--color-1);
}

.map-info-box .text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.1;
    color: var(--color-1);
}

.map-pin-info-box {
    position: absolute;
    border: 1px solid var(--color-1);
    border-radius: 10px;
    padding: 14px;
    width: 144px;
    background: #fff;
    top: 205px;
    left: -33px;
}

.map-pin-infos > * {
    display: flex;
    gap: 7px;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.3;
    color: var(--color-1);
}

.map-pin-infos > * + * {
    margin-top: 7px;
}

.map-pin-info-logo {
    margin-bottom: 12px;
}

.map-pin-info-logo img {
    height: auto;
    display: block;
    width: 108px;
}


.map-pin-info-color {
    width: 12px;
    min-width: 12px;
    height: 11px;
    border: 1px solid var(--color-1);
    border-radius: 3px;
}

.map-pin-el {
    width: 118px;
    height: 45px;
    border-radius: 100px;
    background: var(--color-2);
    font-size: 0.8rem;
    color: var(--color-1);
    border: 1px solid var(--color-1);
    padding: 6px 10px 6px 20px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    box-shadow: 2px 2px 0 2px var(--color-1);
    transition: all ease 0.3s;
}

.map-pin-el.selected,
.map-pin-el:hover {
    background: var(--color-1) !important;
    color: #fff !important;
    box-shadow: 2px 2px 0 2px #00423B;

}

.map-pin-el.white {
    background: #fff;
}

.map-pin-el b {
    display: block;
    font-weight: 700;
}

#el1 {
    right: 315px;
    top: 153px;
}

#el1:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-8.svg);
    content: '';
    width: 31px;
    height: 29px;
    right: -8px;
    top: 100%;
}

#el2 {
    right: 405px;
    top: 262px;
}

#el2:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-9.svg);
    content: '';
    width: 25px;
    height: 31px;
    right: 12px;
    top: 100%;
}

#el3 {
    right: 252px;
    top: 279px;
    width: 146px;
}

#el3:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-10.svg);
    content: '';
    width: 31px;
    height: 28px;
    left: -5px;
    top: 100%;
}

#el4 {
    right: 112px;
    top: 307px;
    width: 140px;
}

#el4:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-11.svg);
    content: '';
    width: 42px;
    height: 19px;
    left: -12px;
    top: 100%;
}

#el5 {
    right: 527px;
    top: 417px;
    width: 138px;
}

#el5:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-12.svg);
    content: '';
    width: 46px;
    height: 24px;
    left: 100%;
    top: 50%;
    margin-top: 5px;
}

#el6 {
    right: 376px;
    top: 388px;
}

#el6:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-13.svg);
    content: '';
    width: 38px;
    height: 20px;
    left: 7px;
    top: 100%;
}

#el7 {
    right: 139px;
    top: 397px;
    width: 106px;
}

#el7:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-14.svg);
    content: '';
    width: 40px;
    height: 24px;
    left: 0;
    top: 100%;
}

#el8 {
    right: 541px;
    top: 475px;
    width: 103px;
}

#el8:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-15.svg);
    content: '';
    width: 30px;
    height: 25px;
    left: 100%;
    top: 50%;
    margin-top: -17px;
}

#el9 {
    right: 396px;
    top: 524px;
    width: 128px;
}

#el9:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-16.svg);
    content: '';
    width: 39px;
    height: 22px;
    right: -10px;
    bottom: 100%;
}

#el10 {
    right: 272px;
    top: 509px;
}

#el10:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-17.svg);
    content: '';
    width: 32px;
    height: 26px;
    right: 37px;
    bottom: 100%;
}

#el11 {
    right: 126px;
    top: 543px;
}

#el11:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-18.svg);
    content: '';
    width: 44px;
    height: 32px;
    left: -18px;
    top: 100%;
}

#el12 {
    right: 592px;
    top: 628px;
    width: 105px;
}

#el12:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-19.svg);
    content: '';
    width: 52px;
    height: 23px;
    left: -11px;
    top: 100%;
}

#el13 {
    right: 280px;
    top: 672px;
    width: 109px;
}

#el13:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-20.svg);
    content: '';
    width: 19px;
    height: 47px;
    bottom: 18px;
    left: 100%;
}

#el14 {
    right: 97px;
    top: 669px;
    width: 126px;
}

#el14:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-21.svg);
    content: '';
    width: 13px;
    height: 31px;
    left: 33px;
    top: 100%;
}

/*.index-swiper .swiper-slide-active {*/
/*    transform-style: flat !important; !* disable preserve-3d on active slide *!*/
/*    z-index: 999 !important; !* make sure it's on top *!*/
/*    pointer-events: auto; !* allow clicks *!*/
/*}*/

/*.index-swiper .swiper-slide {*/
/*    pointer-events: none; !* non-active slides unclickable *!*/
/*}*/
/*div.index-swiper-container .swiper-pagination {*/
/*    left: auto;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 74px;*/
/*}*/

/*div.index-swiper-container .swiper-pagination * {*/
/*    width: 11px;*/
/*    height: 11px;*/
/*    border-radius: 100%;*/
/*    background: #fff;*/
/*    margin: 7px;*/
/*    transition: all ease 0.3s;*/
/*    cursor: pointer;*/
/*}*/

/*div.index-swiper .swiper-slide .photo {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*    object-fit: cover;*/
/*    max-height: calc(100vh - 160px);*/
/*    min-height: 555px;*/
/*}*/

/*div.index-swiper div.swiper-slide-content {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    background: rgba(50, 50, 50, .2);*/
/*    color: #fff;*/
/*}*/


/*div.index-swiper .swiper-slide h1 span ,*/
/*div.index-swiper .swiper-slide h2 span {*/
/*    opacity: 0;*/
/*    transform: translate(0px, 100%);*/
/*}*/

/*div.index-swiper div.swiper-slide-content .action {*/
/*    margin-top: 30px;*/
/*    font-size: 14px;*/
/*}*/

/*div.index-swiper-container .swiper-button-prev,*/
/*div.index-swiper-container .swiper-button-next {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: none;*/
/*    font-size: 28px;*/
/*}*/

/*div.swiper-carusel-container {*/
/*    position: relative;*/
/*    padding: 0 84px;*/
/*}*/

/*div.swiper-carusel .swiper-slide {*/
/*    width: auto;*/
/*}*/

/*div.swiper-carusel .swiper-slide a {*/
/*    display: block;*/
/*    border: 1px solid #212121;*/
/*}*/

/*div.swiper-carusel .swiper-slide a img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

/*div.swiper-carusel-container .swiper-button-prev,*/
/*div.swiper-carusel-container .swiper-button-next {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: none;*/
/*}*/

/*div.accorditions-block > div {*/
/*    margin: 15px 0 0;*/
/*    border-bottom: 1px solid rgba(0, 0, 0, .1);*/
/*}*/
/*div.accorditions-block > div:after{*/
/*    content:"";*/
/*    clear:both;*/
/*    display:block;*/
/*}*/
/*div.accorditions-block > div:first-child {*/
/*    margin: 0;*/
/*}*/

/*div.accorditions-block .accord-toggler {*/
/*    display: block;*/
/*    text-decoration: none !important;*/
/*    padding: 1.2em 50px 1.2em 0;*/
/*    font-size: 16px;*/
/*    color: #323232;*/
/*    font-weight: 700;*/
/*    line-height: 1.1;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*}*/

/*div.accorditions-block .accord-toggler:after {*/
/*    color: #6d6d6d;*/
/*    font-family: "Font Awesome 5 Pro";*/
/*    content: '\f107';*/
/*    position: absolute;*/
/*    font-weight: 400;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 56px;*/
/*    font-size: 1.2em;*/
/*    transition: all ease 0.3s;*/
/*}*/

/*div.accorditions-block .accord-toggler.opened:after {*/
/*    transform: scaleY(-1);*/
/*}*/

/*div.accorditions-block .accord-toggler:hover {*/
/*    color: #ac2c10;*/
/*}*/

/*div.accorditions-block .accord {*/
/*    display: none;*/
/*    width: 100% !important;*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/

/*div.accorditions-block .accord-toggler.opened {*/
/*    color: #ac2c10;*/
/*}*/

/*div.accorditions-block .accord > div {*/
/*    padding: 5px 0 30px;*/
/*}*/

/*div.header-elements:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -100vw;*/
/*    top: 0;*/
/*    right: -100vw;*/
/*    bottom: 0;*/
/*    background: #ac2c10;*/
/*    z-index: -1;*/
/*}*/

div.header-elements {
    padding-top: 24px;
    display: flex;
    align-items: center;
    position: relative;

}

/*div.header-elements a {*/
/*    color: #fff;*/
/*}*/

/*div.header-elements a:hover {*/
/*    opacity: .8;*/
/*}*/

/*div.header-elements > div {*/
/*    display: flex;*/
/*    padding: 0 15px;*/
/*}*/

/*div.sitemap a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 0 15px;*/
/*    margin: 0 -15px;*/
/*}*/

/*div.fancy-blocks-container {*/
/*}*/

/*div.fancy-blocks {*/
/*    margin-top: -30px;*/
/*}*/

/*div.fancy-blocks > div {*/
/*    display: flex;*/
/*    margin-top: 30px;*/
/*}*/

/*div.fancy-blocks-item {*/
/*    flex: auto;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    background: #e7f8ff;*/
/*    border-radius: 4px;*/
/*    overflow: hidden;*/
/*    padding: 36px;*/
/*    min-height: 346px;*/
/*    transition: all ease 0.3s;*/
/*}*/

/*div.fancy-blocks-item:hover {*/
/*    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);*/
/*}*/

/*div.fancy-blocks-item .ico {*/
/*    display: flex;*/
/*    align-items: flex-start;*/

/*    color: #ac2c10;*/
/*}*/

/*div.fancy-blocks-item .title {*/
/*    font-size: 20px;*/
/*    color: #323232;*/
/*    font-weight: 700;*/
/*    line-height: 1.3;*/
/*    flex: auto;*/
/*}*/

/*div.fancy-blocks-item .title:hover {*/
/*    color: #ac2c10;*/
/*}*/

/*div.fancy-blocks-item .action {*/
/*    margin-top: 30px;*/
/*    font-size: 14px;*/
/*}*/

section.footer-colls-section {
    padding-bottom: 105px;
    padding-top: 34px;
    position: relative;
    z-index: 1;
}

div.footer-colls-left {
    margin-top: 6px;
}

div.footer-colls-box {
    border-top: 1px solid var(--color-1);
    padding-top: 65px;
}

div.footer-colls-logo img {
    display: block;
    width: 233px;
    height: auto;
}

div.footer-colls-socials {
    margin-top: 44px;
    display: flex;
    gap: 21px;
}

div.footer-colls-socials a {
    display: flex;
    color: var(--color-3);
}

div.footer-colls-socials a:hover {
    color: var(--color-2);
}

div.footer-colls-right {

}

div.footer-colls-text {
    font-family: var(--font);
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1.4;
    color: var(--color-3);
}

* + div.footer-colls-action {
    margin-top: 34px;
}

div.footer-colls-action a {
    display: flex;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: var(--color-3);
    align-items: center;
    gap: 6px;
}

div.footer-colls-address-links a:hover,
div.footer-colls-action a:hover{
    color: #FDC23C;
}
* + div.footer-colls-address {
    margin-top: 34px;
}

div.footer-colls-address-title {
    font-family: var(--font);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 16px;
    color: var(--color-3);
}

div.footer-colls-address-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 16px;
}

div.footer-colls-address-links a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.1;
    color: var(--color-3);
    gap: 11px;
}

/*!*INPUTS*!*/
div.inputs-container {
    --gutter: 12px;
    --gutter-bottom: -14px;
}

div.inputs-container input[type="email"],
div.inputs-container input[type="tel"],
div.inputs-container input[type="text"] {
    border: 0;
    border: 1px solid rgba(0, 92, 83, 0.1);
    border-radius: 100px;
    background: none;
    width: 100%;
    font-size: 1.4rem;
    color: #6C6C6C;
    padding: 16px 21px;
    transition: all ease 0.3s;
}

div.inputs-container textarea {
    border: 0;
    border: 1px solid rgba(0, 92, 83, 0.1);
    border-radius: 10px;
    background: none;
    width: 100%;
    font-size: 1.4rem;
    color: #6C6C6C;
    padding: 16px 21px;
    transition: all ease 0.3s;
    height: 97px;
    resize: vertical;
}

div.inputs-container input[type="email"]:focus,
div.inputs-container input[type="tel"]:focus,
div.inputs-container input[type="text"]:focus,
div.inputs-container textarea:focus {
    border-color: var(--color-1);
}

div.inputs-container .action {
    display: flex;
    font-size: 1.4rem;
}

div.inputs-container .action-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

div.inputs-container .action-line .ext_button {
    padding: 0 32px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checkbox-container2 {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--color-3);
    font-weight: 300;
}

.checkbox-container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container2 .checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 1px solid var(--color-3);
}

.checkbox-container2 .checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container2 input:checked ~ .checkmark2:after {
    display: block;
}

.checkbox-container2 .checkmark2:after {
    left: 6px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid var(--color-3);
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*!*BUTTONS*!*/

.ext_button {
    display: inline-flex;
    align-items: center;
    height: 2.85em;
    line-height: 1em;
    padding: 0 4.5em;
    position: relative;
    text-decoration: none !important;
    border: none;
}

*:not(a).ext_button {
    transition: all ease 0.3s;
}

.ext_button.primary-style {
    background: var(--color-2);
    color: var(--color-3);
    gap: 6px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.ext_button.primary-style:hover {
    background: var(--color-1);
    color: var(--color-5);
}

.ext_button.secondary-style {
    background: var(--color-3);
    color: #fff;
    gap: 6px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.ext_button.secondary-style:hover {
    background: var(--color-2);
    color: var(--color-3);
}

.ext_button.secondary-style.bordered {
    background: #fff;
    border: 1px solid rgba(0, 92, 83, 0.3);
    color: var(--color-3);
    gap: 6px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.ext_button.secondary-style.bordered:hover {
    background: var(--color-2);
    color: var(--color-3);
}

/*.ext_button.secondary-style{*/

/*}*/
/*.ext_button.narrow {*/
/*    padding: 0 1.8em;*/
/*}*/

/*.ext_button.bordered {*/
/*    border: 1px solid #cecece;*/
/*}*/

.ext_button.rounded {
    border-radius: 100px;
}

/*.ext_button.shadowed {*/
/*    -webkit-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);*/
/*    -moz-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);*/
/*    box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);*/
/*}*/

/*.ext_button.full-w {*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/

/*.ext_button .fa {*/
/*    margin: 0 0 0 1.4em;*/
/*}*/

/*.ext_button .fa:first-child {*/
/*    margin: 0 1.4em 0 0;*/
/*}*/

/*.ext_button.brown-style {*/
/*    background: #ac2c10;*/
/*    color: #fff;*/
/*    border-radius: .2em;*/
/*}*/

/*.ext_button.brown-style:hover {*/
/*    background: #db2903;*/
/*    color: #fff;*/
/*}*/

/*!*COLORS*!*/


/*!*SPECIAL*!*/

/*svg:not([fill="none"]) {*/
/*    fill: currentColor;*/
/*}*/

/*.fa {*/
/*    display: flex;*/
/*}*/

/*!*MISC*!*/

/*_____________________CORE_______________*/

#google_translate_element > img {
    position: absolute;
    left: 13px;
    top: 7px
}

.goog-te-gadget {
    opacity: 0;
    visibility: hidden;
    width: 0;
    max-height: 0;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    font-size: 10pt !important;
    display: inline-block !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer !important;
    padding-left: 10px
}

.goog-te-menu-value img, .goog-te-menu-value span {
    display: none !important
}

.goog-te-menu-value span:first-child {
    display: inline !important;
    height: 50px;
    align-items: center;
    line-height: 1.1;
    font-size: 11px;
    color: var(--gtbc);
    font-weight: 700;
    text-transform: uppercase
}

.goog-te-menu-value:hover span:first-child {
    color: var(--gtbc) !important;
}

.goog-te-banner, .goog-te-banner-frame {
    display: none !important
}

.goog-te-menu-value {
    display: none !important
}

.goog-te-menu-frame {
    right: 20px !important;
    left: auto !important;
    top: 80px !important
}

#goog-gt-tt .title.gray {
    color: rgba(153, 153, 153, 0.99);
}

.noswipe .swiper-wrapper,
.swiper-wrapper.noswipe {
    transform: translate3d(0px, 0, 0) !important;
}

.error + .checkmark {
    border: 1px solid var(--error) !important;
}

/*___TEXT CODE___*/

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.hide {
    display: none;
}


.pointer {
    cursor: pointer;
}

/*___TABLE____*/
.special-table {
    overflow-x: auto;
}

div.table-block table,
div.page-module table {
    background: #fff;
    border-spacing: 0;
    /*     border-collapse: separate; */
    border-collapse: collapse;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.1;
}

div.table-block table td,
div.table-block table th,
div.page-module table td,
div.page-module table th {
    padding: 13px 18px;
    border: 1px solid #D9D9D9;
}

div.table-block table thead td,
div.table-block table th,
div.page-module table thead td,
div.page-module table th {
    background: #D9D9D9;
    text-align: left;
    border-right: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;

}

div.table-block table th:first-child {
    border-left: 0;
    border-top: 0;
    border-radius: 20px 0px 0px 0px;
}

div.table-block table th:last-child {
    border-right: 0;
    border-top: 0;
    border-radius: 0px 20px 0px 0px;
}

div.table-block table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

div.table-block table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

/*___PAGINATION___*/
div.pagination-container {
    text-align: center;
}

ul.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

ul.pagination > li {
    margin: 0 5px !important;
}

ul.pagination > li > a {
    display: flex;
    padding: 11px 13px 10px 13px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--color-1);
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
}

ul.pagination > li:hover > a,
ul.pagination > li.selected > a {
    color: var(--color-2);
    background: var(--color-1);
}

ul.pagination > li.selected > a {
    cursor: default;
}


.user-select-none {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.news-box .photo {
    width: 100%;
    height: auto;
    display: block;
}

div.news-inside-info-box a.photo-block {
    float: right;
}

div.news-inside-gallery {
    margin-top: 20px;
}

div.news-images-block {
    clear: both;
}

div.news-box div.news-inside-gallery > div {
    margin-bottom: 20px;
}

.fancybox-slide.fancybox-slide--current {
    display: block
}

.index-swiper .swiper-wrapper {
    transform-style: flat;
}

.wpcf7-list-item{
    margin:0;
}
.wpcf7-list-item label,
.checkbox-container {
    display: flex;
    align-items: center;
    position: relative;
    gap:8px;
    color: var(--color-3);
    cursor: pointer;
    font-weight: 300;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkbox-container .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid var(--color-3);
    border-radius: 100%;
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background: var(--color-4);
    border-radius: 100%;
}

section.subscriptions-section {
    padding-top: 70px;
    padding-bottom: 38px;
}

section.subscriptions-section.style-2 {
    padding-top: 22px;
}

div.subscriptions-container:before {
    position: absolute;
    width: 188.7px;
    height: 249.95px;
    right: -80px;
    top: 14px;
    background: #32AD9E;
    filter: blur(150px);
    transform: matrix(0.62, -0.78, -1, -0.02, 0, 0);
    content: '';
    z-index: -1;
}

div.subscriptions-container:after {
    position: absolute;
    width: 160.48px;
    height: 165.7px;
    left: 2px;
    top: 77px;
    z-index: -1;
    background: #32AD9E;
    filter: blur(150px);
    content: '';
}

div.subscriptions-container {
    text-align: center;
    padding: 54px;
    padding-bottom: 45px;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F0F2F4 100%);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

div.subscriptions-title {
    font-family: var(--font);
    font-weight: 400;
    font-size: 5.4rem;
    line-height: 1;
    color: var(--color-3);
    margin-bottom: 17px;
}

div.subscriptions-text {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 160%;
    text-align: center;
    color: var(--color-3);
}

div.subscriptions-form {
    margin-top: 24px;
}

div.subscriptions-form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.subscriptions-input {
    /*display: inline-flex;*/
    /*justify-content: center;*/
    /*border: 1px solid #005C531A;*/
    /*border-radius: 100px;*/
    /*!*height: 50px;*!*/
    /*background: #fff;*/
    /*width: 100%;*/
    /*max-width: 424px;*/
}

div.subscriptions-input > p {
    display: inline-flex;
    justify-content: center;
    /*border: 1px solid #005C531A;*/
    /*border-radius: 100px;*/
    /*background: #fff;*/
}



[name="subscriber-email"] + .wpcf7-not-valid-tip {
    position: absolute;
    margin-top: 5px;
}

.subscriptions-form .wpcf7-spinner {
    /*width: 82px !important;*/
    position:absolute;
}

.register-form-info .wpcf7-spinner {
    position:absolute;
}

.right-side-title {
    font-size: 5.4rem;
    line-height: 1;
    color: #005C53;
    font-weight: 400;
    min-width: 500px;
    display: block;
    width: 500px;
    font-family: var(--font);
}

.popup-inner {
    max-width: 600px;
}

div.subscriptions-input input[type="text"] ,
div.subscriptions-input input[type="email"] {
    border-radius: 100px;
    border: none;
    padding: 10px 24px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.1;
    color: #6C6C6C;
    max-width:256px;
    height:50px;
    border: 1px solid rgba(0, 92, 83, 0.1);
    /*width: 100%;*/
}
div.subscriptions-input .wpcf7-form-control-wrap:nth-child(1){
    margin-right: 28px;
}

div.subscriptions-input .wpcf7-form-control-wrap:nth-child(1) input[type="text"]{
    width: 245px;
}
div.subscriptions-input .wpcf7-form-control {
    font-size: 1.4rem;
    height: 50px;
    padding: 0 30px;
    min-width: 168px;
}



div.subscriptions-input .wpcf7-form-control:after{

}
div.subscriptions-checkbox {
    margin-top: 22px;
}

[data-theme=custom-select-style] .select2-container {
    flex: 1 1 100%;
}

[data-theme=custom-select-style] .custom-selection {
    z-index: 1;
    flex: 1 1 100%;
    border: 1px solid var(--selectBorderColor);
    background: transparent;
    font-weight: 300;
    font-size: var(--selectTextSzie);
    height: var(--selectHeight);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--selectSelectionColor);
    border-radius: 25px;
    padding: 0 21px;
    background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--selectSelectionColor);
}

[data-theme=custom-select-style] .custom-selection .select2-selection__arrow {
    /*height: var(--selectHeight);*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*width: 50px;*/
    /*position: static;*/
    display: none;
}

[data-theme=custom-select-style] .custom-selection .select2-selection__rendered {
    height: var(--selectHeight);
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

/*[data-theme=custom-select-style] .custom-selection .select2-selection__arrow b {*/
/*    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="%23000000" version="1.1" id="Capa_1" width="800px" height="800px" viewBox="0 0 30.727 30.727" xml:space="preserve"%3E%3Cg%3E%3Cpath d="M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0 l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z"/%3E%3C/g%3E%3C/svg%3E');*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    position: static;*/
/*    border: none;*/
/*    display: flex;*/
/*    background-size: contain;*/
/*    margin: 0;*/
/*}*/

.custom-dropdown .select2-results__option--highlighted[aria-selected] {
    background: var(--selectHoverColor);
}

.custom-dropdown {
    border-color: var(--selectBorderColor);
    font-size: var(--selectTextSzie);
}

.custom-dropdown .select2-results__option {
    padding: var(--selectSelectionPadding);
}

.custom-dropdown {
    border-color: var(--selectBorderColor);
}

.select2-container{
    z-index: 220;
}
section.virtual-campus-section {
    position: relative;
    padding-top: 56px;
    padding-bottom: 32px;
}

section.virtual-campus-section:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 444px;
    height: 759px;
    content: '';
    z-index: -1;
    background-image: url(../images/misc/misc-13.svg);
}

div.virtual-campus-box{
background-image: url(../images/misc/misc-22.svg);
    border-radius: 40px;
    overflow: hidden;
}
div.virtual-campus-container {
    max-width: 902px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 30px;
}

.virtual-campus-title {
    font-family: var(--font);
    font-weight: 400;
    font-size: 5.4rem;
    line-height: 120%;
    color: var(--color-3);
    margin-bottom: 24px;
}

.virtual-campus-text {
    font-size: 1.8rem;
    line-height: 1.6;
}

div.virtual-campus-action {
    margin-top: 24px;
}

div.virtual-campus-action a {
    display: inline-flex;
    color: var(--color-3) !important;
}

section.contacts-section {
    padding-top: 42px;
}

section.contacts-section .custom-title-1 {
    margin-bottom: .9em;
}

div.contacts-container {
    --gutter-bottom: -16px;
}

.contacts-item {
    display: block;
}


.contacts-photo {

}

.contacts-photo img {
    border-radius: 30px;
    width: 100%;
    height: auto;
    display: block;
}

.contacts-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 17px;
    color: var(--color-3);
    margin-top: 16px;
    transition: all ease 0.3s;
}

.contacts-title b {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.1;
    display: block;
    margin-bottom: 5px;
}

.contacts-item:hover .contacts-title {
    color: var(--color-4);
}

section.simple-text-section {

}

div.simple-text-container {
    max-width: 1208px;
}

section.stories-section {
    padding-top: 80px;
    padding-bottom: 30px;
}

section.stories-section + section.simple-text-section {
    padding-top: 3px;
}

div.stories-container .swiper-slide {
    height: auto;
}

.stories-item {
    padding: 24px;
    display: flex;
    flex-direction: column;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F0F2F4 100%);
    border-radius: 30px;
    padding-bottom: 32px;
    height: 100%;
    color: var(--color-3) !important;
}

.stories-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.stories-descr {
    margin-top: 14px;
}

.stories-text {
    font-size: 1.4rem;
    line-height: 1.4;
}

.stories-name {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 19px;
    color: var(--color-3);
    margin-top: auto;
    padding-top: 20px;
}

.stories-title {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 17px;
    color: var(--color-3);
    padding-top: 3px;
}

.stories-descr {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.stories-top-controls {
    display: flex;
    gap: 34px;
    margin-top: 32px;
}

.stories-top-controls > * {
    position: static;
    width: 56px;
    height: 29px;
    margin: 0;
    color: var(--color-3);
}

* + .stories-container {
    margin-top: 32px;
}

.stories-top-right {
    line-height: 1.6;
}

section.faq-section {
    padding-top: 41px;
    padding-bottom: 40px;
}

div.faq-right {
    margin-left: -23px;
}

div.accorditions-block > div {
    margin: 12px 0 0;
    background: #FFFFFF;
    border-radius: 10px;

}

div.accorditions-block > div:after {
    content: "";
    clear: both;
    display: block;
}

div.accorditions-block > div:first-child {
    margin: 0;
}

div.accorditions-block .accord-toggler {
    display: block;
    text-decoration: none !important;
    padding: 1.1em 70px 1.1em 24px;
    font-size: 1.6rem;
    color: var(--color-3);
    font-weight: 500;
    line-height: 1;
    position: relative;
    cursor: pointer;
    width: 100%;
}

div.accorditions-block .accord-toggler:after {
    content: '';
    background-image: url("../images/icons/svg/ico-25.svg");
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 15px;
    transition: all ease 0.3s;
}

div.accorditions-block .accord-toggler.opened:after {
    transform: scaleY(-1);
    background-image: url("../images/icons/svg/ico-26.svg");
    height: 1px;
    margin-top: 1px;
}

div.accorditions-block .accord-toggler:hover {
    color: var(--color-4);
}

div.accorditions-block .accord {
    display: none;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.accorditions-block .accord-toggler.opened {
    color: var(--color-4);
}

div.accorditions-block .accord > div {
    padding: 0 105px 15px 24px;
    color: #6C6C6C;
    font-size: 1.4rem;
    line-height: 1.4;
}

section.gallery-section {
    padding-top: 44px;
}

section.gallery-section .custom-title-1 {
    margin-bottom: 34px;
}

div.gallery-container {
    position: relative;
    --swiper-navigation-sides-offset: 28px;
}

div.gallery-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
    transition: all ease 0.3s;
}

section.gallery-section.style-2 .swiper-container {
    overflow: visible;
}


div.gallery-container a:hover img {
    transform: scale(0.95);
}

div.gallery-container .swiper-button-next,
div.gallery-container .swiper-button-prev {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #fff;
    margin-top: -17px;
    color: var(--color-3);
}

div.gallery-container .swiper-button-next:hover,
div.gallery-container .swiper-button-prev:hover {
    background: var(--color-3);
    color: #fff;
}

section.students-assoc-section {
    position: relative;
    padding-bottom: 30px;
}

section.students-assoc-section:before {
    position: absolute;
    left: 0;
    top: -420px;
    background-image: url(../images/misc/misc-15.svg);
    width: 454px;
    content: '';
    height: 778px;
    z-index: -1;
}

div.students-assoc-container {

}

div.students-assoc-right {
    max-width: 655px;
}

div.students-assoc-text {
    font-size: 1.6rem;
    line-height: 1.4;
}

div.students-assoc-action {
    display: flex;
    gap: 8px;
    font-size: 1.4rem;
}

* + div.students-assoc-action {
    margin-top: 24px;
}

div.students-assoc-action > * {
    flex: 1 1 100%;
    padding: 0 30px;
    justify-content: center;
    min-height: 54px;
}

section.attention-section {
    padding-top: 134px;
    padding-bottom: 137px;
}

div.attention-container {
    max-width: 872px;
    margin: 0 auto;
    text-align: center;
}

div.attention-title {
    font-family: var(--font);
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 120%;
    color: var(--color-3);
    margin-bottom: 24px;
}

div.attention-text {
    font-size: 1.8rem;
    line-height: 1.6;
}

section.news-section {
    padding-top: 40px;
}

div.news-left {
    max-width: 350px;
}

div.news-left .custom-title-1 {
    margin-bottom: 33px;
}

div.news-left-text {
    line-height: 1.4;
}

div.news-left-action {
    margin-top: 32px;
    display: flex;
    align-items: center;
}

div.news-swiper-box {
    position: relative;
}

div.news-swiper-box {
    --swiper-navigation-sides-offset: 27px;
}

div.news-swiper-box .swiper-button-next,
div.news-swiper-box .swiper-button-prev {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #fff;
    margin-top: 0;
    top: 108px;
    color: var(--color-3);
    transition: all ease 0.3s;
}

div.news-swiper-box .swiper-button-next:hover,
div.news-swiper-box .swiper-button-prev:hover {
    background: var(--color-3);
    color: #fff;
}

section.events-opportunities-section {
    padding-top: 38px;
}


* + .events-opportunities-listing {
    margin-top: 30px;
}

.events-opportunities-item {
    display: block;
}

.events-opportunities-date {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    gap: 10px;
    min-height: 23px;
    background: rgba(0, 92, 83, 0.1);
    border: 1px solid rgba(0, 92, 83, 0.1);
    border-radius: 100px;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    color: var(--color-3);
    margin-bottom: 15px;
}

.events-opportunities-title {
    font-family: var(--font);
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 120%;
    color: var(--color-3);
    margin-bottom: 12px;
    min-height:58px;
}

.events-opportunities-text {
    font-size: 1.6rem;
    line-height: 1.4;
    color: var(--color-3);
}

.events-opportunities-action {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: var(--color-3);
    margin-top: 13px;
}

.events-opportunities-item:hover .events-opportunities-action {
    text-decoration: underline;
}

div.events-opportunities-side-action {
    margin-top: 36px;
}

section.involved-section {
    padding-top: 45px;
}

div.involved-container {
    display: flex;
    gap: 22px;
}

div.involved-container > * {
    max-width: calc(100% / 5);
    flex: 1 1 calc(100% / 5);
}

.involved-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F0F2F4 100%);
    border-radius: 30px;
    padding: 25px 34px;
    text-align: center;
    height: 332px;
    position: relative;
    z-index: 1;
}

.involved-title {
    font-family: var(--font);
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 120%;
    transition: all ease 0.3s;
    color: var(--color-3);
    margin-bottom: 14px;

}


.involved-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    transition: all ease 0.3s;
    margin-top: 15px;
}

.involved-icon span {
    transition: all ease 0.3s;
    max-width: 0;
    opacity: 0;
}


.involved-text {
    height: 40px;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.4;
    transition: all ease 0.3s;
}

section.contact-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
div.contact-us-image{
    position: relative;
}
div.contact-us-image:before{
    background-image: url(../images/misc/misc-25.svg);
    width:182px;
    height:142px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.contact-us-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
}

section.partners-section {
    padding-top: 40px;
    position: relative;
}

section.partners-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/misc/misc-19.svg);
    content: '';
    width: 540px;
    height: 759px;
    z-index: -1;
}

.partners-item {

}

.partners-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
}

.partners-descr {
    margin-top: 11px;
}

.partners-city {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    gap: 10px;
    height: 23px;
    background: rgba(0, 92, 83, 0.1);
    border: 1px solid rgba(0, 92, 83, 0.1);
    border-radius: 100px;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.1;
    color: var(--color-3);
    margin-bottom: 14px;
}

.partners-title {
    font-family: var(--font);
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 120%;
    color: var(--color-3);
}

section.flagships-section {
    padding-top: 45px;
}

section.flagships-section .custom-title-1 {
    margin-bottom: 35px;
}

div.flagships-container {

}

div.flagships-container > * {
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F0F2F4 100%);
    border-radius: 30px;
    --gutter-bottom: 0;
    padding: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/*div.flagships-container > *:before {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    background-image: url(../images/misc/misc-18.svg);*/
/*    content: '';*/
/*    width: 318px;*/
/*    height: 225px;*/
/*    z-index: -1;*/
/*}*/
div.flagships-container > *:after {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/misc/misc-20.svg);
    content: '';
    z-index: -1;
    background-size: cover;
}

div.flagships-container > * + * {
    margin-top: 25px;
}

div.flagships-item {
    align-items: center;
}

div.flagships-title {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

div.flagships-text {
    font-size: 1.4rem;
    line-height: 1.4;
}
div.flagships-descr{
    max-width: 752px;
    padding-right: 24px;
}
div.flagships-photo:before{
    position: absolute;
    right: 0;
    top: 0;
z-index: -1;
content: '';
    width:109px;
    height:76px;
    background-image: url(../images/misc/misc-21.svg);
}

div.flagships-photo:after {
    background-image: url(../images/misc/misc-24.svg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    z-index: -2;
    background-size: cover;
}
div.flagships-photo{
    position: relative;
    padding: 10px;
    height: 228px;
    background: #005C53;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: -15px;
    z-index: 1;
}
div.flagships-photo img {
    display: block;
    max-width: 100%;
    height: auto;
}

section.info-block-section {
    padding-top: 34px;
}

.info-blocks-container > *:hover .info-blocks-item .info-blocks-back {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -30px);
}

.info-blocks-item {
    position: relative;
    height: 304px;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F0F2F4 100%);
    border-radius: 30px;
    display: block;
    padding: 24px;
}

.info-blocks-front {

}

.ibf-title {
    font-family: var(--font);
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 120%;
    color: var(--color-3);
    margin-bottom: 24px;
}

.ibf-descr {

}

.ibf-descr ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ibf-descr ul li {
    position: relative;
    font-size: 1.4rem;
    padding-left: 30px;
}

.ibf-descr ul li + li {
    margin-top: 12px;
}

.ibf-descr ul li:before {
    position: absolute;
    background-image: url(../images/icons/svg/ico-27.svg);
    width: 22px;
    height: 22px;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -11px;
}

.info-blocks-back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #005C53;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    gap: 48px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}

.info-blocks-back:before {
    background-image: url(../images/misc/misc-16.svg);
    width: 1289px;
    height: 1123px;
    content: '';
    position: absolute;
    top: -245px;
    left: -24px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: -1;
}

.ibb-title {
    font-family: var(--font);
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

.ibb-action {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-2);
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.02em;
}

.news-big-photo {
    margin-bottom: 20px;
    margin-left: 20px;
}

.news-big-photo img {
    width: 100%;
    height: auto;
}

.ui-datepicker td.event_day.active-date a,
.ui-datepicker td.event_day.active-date.ui-datepicker-current-day a {
    background: var(--color-1);
}


.ext_button.arrow-svg {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.375 14H23.625' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 6.125L23.625 14L15.75 21.875' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 32px center;
    background-repeat: no-repeat;
    padding-right: 68px !important;
}

.ext_button.arrow-svg:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.375 14H23.625' stroke='%23005C53' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 6.125L23.625 14L15.75 21.875' stroke='%23005C53' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 32px center;
    background-repeat: no-repeat;
    padding-right: 68px !important;
}

.checkbox-container3 input[type="checkbox"] {
    appearance: none;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 1px solid var(--color-3);
}

.subscriptions-checkbox .checkbox-container3  input[type="checkbox"]{
    border-radius: 100%;
}
.checkbox-container3 input[type="checkbox"]:checked {

    background-image: url(../images/icons/svg/ico-29.svg);
    background-position: center center;
    background-repeat: no-repeat;

}
div.files-list-container{

}
div.files-list-container > *{
    display: flex;
    gap: 24px;
}

div.files-list-container > * + *{
    margin-top: 55px;
}
div.files-list-title{
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 120%;
    color: var(--color-1);
    font-family: var(--font);
    min-width: 220px;
    max-width: 220px;
}
div.files-list-listing{
    display: flex;
    gap: 24px 28px;
    flex-wrap: wrap;
 align-items: center;
}

div.files-list-listing a{

    min-height: 49px;
padding: 0 24px;display: flex;
    align-items: center;
    font-family: var(--font);
    gap: 10px;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F0F2F4 100%);
    border-radius: 30px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1;
    color: var(--color-3);


}

div.files-list-listing a:hover{
    background: var(--color-3);
    color: #fff;
}
section.files-section{
    padding-top: 30px;
    padding-bottom: 40px;
}
section.register-form-section{
    padding-bottom: 62px;
    padding-top: 55px;
}

div.register-form-photo:before{
    background-image: url(../images/misc/misc-23.svg);
    width: 182px;
    height: 142px;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.register-form-photo{
    max-width: 536px;
    position: relative;
}
div.register-form-photo img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
}
div.register-form-box div.inputs-container input[type="email"],
div.register-form-box div.inputs-container input[type="tel"],
div.register-form-box div.inputs-container input[type="text"]{
    background: #fff;
}

 [data-theme=custom-select-style].input-select .custom-selection .select2-selection__arrow{
     background-image: url(../images/icons/svg/ico-31.svg);
     width: 50px;
     content: '';
     display: block;
     background-position: center center;
     background-repeat: no-repeat;
     height: 100%;
}

[data-theme=custom-select-style].input-select .custom-selection .select2-selection__arrow b{
    display: none;
}

[data-theme=custom-select-style].input-select .custom-selection{
    padding-right: 60px;
}
div.register-form-info .custom-title-1{
    margin-bottom: 30px;
}
div.register-form-container{
    align-items: center;
}

.wider-select {
    display: flex;
}

.wider-select > p {
    flex: 1 1 100%;
    display: flex;
    width: 100%;
}

.wider-select > p > span {
    flex: 1 1 100%;
    display: flex;
}
.group-list{
    max-width: 690px;
    margin: 0 auto;
    padding-top: 22px;
    display: flex;
    gap: 28px;
}
.group-list-title{
    white-space: nowrap;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.1;
    color: var(--color-3);
}
.group-list .wpcf7-form-control{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 42px;
}
.group-list .wpcf7-form-control [type=checkbox]{
    appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 1px;
    border: 1px solid var(--color-3);
}

.group-list .wpcf7-form-control [type=checkbox]:checked {
    background-image: url(../images/icons/svg/ico-32.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
/* XS */
@media (max-width: 767px) {
    .map-info-block{
        margin: 0 -15px;
        padding-top: 30px;
    }
    .group-list{
        flex-direction: column;
        max-width: 100%;
    }

    [name="subscriber-email"] + .wpcf7-not-valid-tip{
        position: static;
    }
    .group-list .wpcf7-form-control {
        gap: 10px
    }
    div.subscriptions-input .wpcf7-form-control-wrap:nth-child(1){
        margin: 0;
    }

    div.subscriptions-input .wpcf7-form-control-wrap:nth-child(1) input[type="text"],
    div.subscriptions-input input[type="text"], div.subscriptions-input input[type="email"]{
        width: 100%;
        max-width: 100%;
    }
    div.files-list-title{
        max-width: 100%;
        min-width: auto;
    }
    div.virtual-campus-container{
        padding: 30px 15px;
    }
    div.flagships-photo{
        margin: 0;
        margin-top: 20px;
    }
    div.files-list-container > *{
        flex-direction: column;
        gap: 15px;
    }

    div.files-list-container > * + *{
        margin-top: 30px;
    }
    div.files-list-listing{
        gap: 10px;
    }
    div.files-list-listing a{
        font-size: 1.4rem;
        min-height: 42px;
        padding: 0 10px;
    }
    div.subscriptions-input > p{
        flex-direction:column;
        border-radius: 30px;
        gap: 5px;
    }
    div.contact-us-image {
        margin-bottom: 30px;
    }

    .right-side-title{
        width:auto;
        min-width:auto;
        font-size:3rem;
    }
    div.flagships-container > * {
        padding: 30px 15px;
    }

    div.subscriptions-container {
        padding: 30px 15px;
    }

    div.subscriptions-title {
        font-size: 3rem;
        line-height: 1.1;
    }

    div.subscriptions-text {
        font-size: 1.4rem;
    }

    div.subscriptions-form {
        margin-top: 15px;
    }

    div.footer-colls-socials {
        margin-top: 30px;
    }

    div.footer-colls-left {
        margin: 0;
    }

    div.footer-colls-box {
        padding-top: 30px;
    }

    * + div.footer-colls-address,
    * + div.footer-colls-action {
        margin-top: 20px;
    }

    div.footer-colls-address-links {
        flex-direction: column-reverse;
    }

    div.about-us-bg {
        padding: 30px 15px;
        border-radius: 20px;
    }

    div.our-purpose-text {
        font-size: 2.2rem;
    }

    div.footer-colls-text {
        font-size: 2.2rem;
    }

    div.our-purpose-dual {
        padding-top: 20px;
        margin-top: 20px;
    }

    div.map-box {
        border-radius: 10px;
    }

    .map-pin-el {
        position: static;
        border-radius: 5px;

        width: 50%;
        flex: 1 1 calc(100% - 5px);
        max-width: calc(50% - 5px);
    }

    div.dual-text {
        font-size: 1.6rem;
    }

    div.dual-text ul {
        font-size: 2rem;
    }

    .svg-map {
        display: none !important;
    }

    .map-pin-info-box {
        border-radius: 5px;
    }

    div.map-pin-info {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .map-pin-el:before {
        content: none !important;
    }

    .map-pin-info-box {
        position: static;
        width: 100%;
    }

    #map {
        width: auto;
        margin: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .map-info {
        padding: 30px 15px 0;
    }

    .map-info > *,
    .map-info-box {
        width: 100%;
    }

    .map-info-box .number {
        font-size: 5rem;
    }

    .map-info-box > * {
        gap: 10px;
    }

    /*mobile side menu*/
    div.mob_nav_container div.mob-nav-top-line {
        display: flex;
        justify-content: space-between;

    }

    div.mob-nav-top-line > div {
        flex: 1 1 100%;
        border-left: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-nav-top-line a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 15px;
        color: #fff;
    }


    body.mob_menu_opened div.mob_nav_container {
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
    }

    div.mob_nav_menus {
        flex: auto;
        overflow: hidden;
        overflow-y: auto;
    }

    /*end mobile side menu*/
    :root {
        -webkit-tap-highlight-color: transparent;
    }


    ul.top-menu,
    ul.main-menu {
        display: block;
        margin: 0;
    }

    ul.top-menu > li,
    ul.main-menu > li {
        display: block;
    }

    ul.top-menu > li > a,
    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: left;
        margin: 0;
    }

    ul.main-menu > li.has-submenu > a {
        padding-right: 45px;
    }

    ul.main-menu > li > a:focus,
    ul.main-menu > li:hover > a,
    ul.main-menu > li.selected > a {
        background: #fff;
    }


    ul.top-menu > li.selected > ul,
    ul.main-menu > li.selected > ul {
        max-height: 600px;
    }

    ul.top-menu > li > ul,
    ul.main-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
        display: block;
        width: 100%;
        border: none;
        border-radius: 0;
    }

    ul.main-menu > li > ul > li > a{
        font-size: 1.4rem;
    }
    ul.top-menu > li > ul > li:last-child > a,
    ul.main-menu > li > ul > li:last-child > a {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    ul.top-menu > li > ul > li > a,
    ul.main-menu > li > ul > li > a {
        white-space: normal;
    }


    /*div.index-swiper {*/
    /*    height: 100vw;*/
    /*}*/
    /*div.index-swiper .swiper-slide .photo {*/
    /*    height: 100vw;*/
    /*    object-fit: cover;*/
    /*    min-height: 100vw;*/
    /*    max-height: 100vw;*/
    /*}*/
    /*div.index-swiper div.swiper-slide-content {*/
    /*    padding: 30px 15px;*/
    /*    text-align: center;*/
    /*}*/
    /*div.index-swiper div.swiper-slide-content h1 {*/
    /*    font-size: 3rem;*/
    /*    line-height: 1.5;*/
    /*}*/
    /*div.index-swiper div.swiper-slide-content h1 br {*/
    /*    display: none;*/
    /*}*/
    div.search-container {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    div.search-container form {
        width: 100%;
        height: 40px;
    }

    div.search-container input[type="text"] {
        padding: 5px 15px;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: var(--color-1);
        color: #fff;
    }

    .mobile-menu-toggler {
        color: #000;
    }

    footer {
        background: var(--color-2);
        color: var(--color-3);
        line-height: 1.5;
    }

    div.footer-content button, div.footer-content a {
        color: var(--color-3) !important;
    }

    div.mobile-menu-span span {
        background-color: #000;
    }

    div.mob_nav_container div.mob-nav-top-line {
        color: #fff;
    }

    /*section.path-container-section + section {*/
    /*    padding-top: 30px;*/
    /*}*/
    /*______*/
    div.news-inside-info-box a.photo-block {
        float: none;
    }

    div.news-box div.news-inside-gallery > div {
        margin-bottom: 0;
    }

    div.news-box div.news-inside-info-box {
        margin-bottom: 0;
    }

    footer {
        margin: 0;
        height: auto;
        padding: 15px;

    }


    div.footer-content {
        display: block;
        text-align: center;
    }

    div.involved-container {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    div.involved-container > * {
        max-width: calc((100% / 2) - 5px);
        flex: 1 1 calc((100% / 2) - 5px);
    }

    .involved-item {
        padding: 15px;
        height: 100%;
        color: var(--color-3) !important;
        justify-content:flex-start;
    }

    .involved-icon {
        flex-wrap: wrap;
    }

    .involved-icon span {
        opacity: 1;
        max-width: 100%;
    }

    .involved-title {
        font-size: 2rem;
    }

    .involved-text {
        height: auto;
    }

    div.events-opportunities-box {
        padding: 0;
    }

    .events-opportunities-action {
        margin-top: 5px;
    }

    div.events-opportunities-side-action {
        margin-top: 30px;
    }

    div.news-left-action {
        margin-top: 15px;
    }

    div.gallery-container,
    div.news-swiper-box {
        --swiper-navigation-sides-offset: 10px;
    }

    div.attention-title {
        font-size: 3rem;
    }

    div.students-assoc-action {
        flex-direction: column;
    }

    .stories-top-controls {
        justify-content: center;
    }

    .virtual-campus-title {
        font-size: 3rem;
        line-height: 1.1;
        margin-bottom: 1em;
    }

    .events-opportunities-item{
        padding:15px;
        background:#fff;
        border-radius:15px;
    }
}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {

    section.footer-colls-section:before {
        width: 291px;
        height: 227px;
        background-image: url(../images/misc/misc-9.svg);
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    div.contact-us-image {
        max-width: 536px;
    }

    div.subscriptions-input .wpcf7-form-control.wpcf7-submit {
        margin-left: -40px;
    }
    div.subscriptions-input > p input[type="email"] {
        min-width: 294px;
        border-radius: 100px 0 0 100px !important;
    }
    section.files-section .custom-title-1 {
        margin-bottom: 40px;
    }
    div.events-opportunities-box {
        background: #FFFFFF;
        border-radius: 40px;
        padding: 62px 38px;
    }
    section.gallery-section.style-2 div.gallery-container img {
        width: auto;
    }

    section.gallery-section.style-2 div.gallery-container .swiper-slide {
        width: auto;
    }

    div.contact-us-form .custom-title-1 {
        margin-bottom: 32px;
    }

    .involved-item:hover .involved-text {
        height: 100px;
    }

    .involved-item:hover .involved-title {
        color: #fff;
    }

    .involved-item:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url(../images/misc/misc-14.svg) var(--color-3);
        content: '';
        border-radius: 30px;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.3s;
        z-index: -1;
        background-position: right bottom;
        background-size: cover;
    }

    .involved-item:hover {
        color: #fff;
        transform: translate(0, -30px);
    }

    .involved-item:hover:before {
        opacity: 1;
        visibility: visible;
    }

    .involved-item:hover .involved-icon {
        color: var(--color-2);
    }

    .involved-item:hover .involved-icon span {
        max-width: 100px;
        opacity: 1;
    }

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {
    div.news-box div.news-inside-gallery > div {
        margin-bottom: 0;
    }

    div.news-box div.news-inside-info-box .photo-block {
        float: none;
    }

    div.news-box div.news-inside-info-box {
        margin-bottom: 0;
    }

    .map-info {
        padding: 30px;
        padding-bottom: 0;
    }

    .map-pin-info-box {
        left: 15px;
        top: 15px;
    }

    div.involved-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    div.involved-container > * {
        max-width: calc((100% / 3) - 22px);
        flex: 1 1 calc((100% / 3) - 22px);
    }
}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {

    .involved-item {
        padding: 10px;
    }
}

/* XL */
@media (min-width: 1280px) {
    header.fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
    }
    header.fixed + * {
        margin-top: var(--header-top-height);
    }


}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}
