/* import fonts */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light_subset.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold_subset.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular_subset.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium_subset.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold_subset.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin_subset.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* import fonts END */

/* **************************************************************************************************************************************** */

/* css reset */

*, *::before, *::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img, picture {
    max-width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

address {
    font-style: normal; 
}

input, button, textarea, select {
    font: inherit;
    outline: none;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: transparent;
}

input, button, select {
    width: 100%;
    margin: 0;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 15px;
}

input::-moz-placeholder { color: #ccc; }
input::-webkit-input-placeholder { color: #ccc; }
input:-ms-input-placeholder { color: #ccc; }
input::placeholder { color: #ccc; } 

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/ico_select.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    color: #ccc;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #fff;
}

.select::-ms-expand {
    display: none;
}

.select:hover {
    border-color: #ccc;
}

.select:focus {
    border-color: #ccc;
    box-shadow: none;
    box-shadow: none -moz-mac-focusring;
    color: inherit;
    outline: none;
}

.select option {
    font-weight: normal;
}

body {
    min-height: 100vh;
    line-height: 1.3;
}

ul, ol {
  list-style: none;
}

:focus {
    outline: 0;
}

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

blockquote, q {
    quotes: none;
}

q:before, q:after {
    content: '';
}

a, ins {
    text-decoration: none;
    color: inherit;
}

sub, sup {  
    vertical-align: baseline;
    position: relative;
    font-size: .8em;
}

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

/* **************************************************************************************************************************************** */


/* common styles */



body {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    color: #191919;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

.fancybox-button svg {
    pointer-events: none;
}

.resp_table{width:100%;}
.resp_table tr td:before{display:none;}
.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: 100%;
}


.form_title {color: inherit;font-size: 36px;padding: 0px;margin: 0px;/* text-align: center; */padding-bottom: 40px;font-weight: 500;}

.form_title span {
    display: block;
    white-space: nowrap;
}

input, textarea, select, button {
    height: 60px;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
}

form .form-group-wrapper {}

form .form-group {
    margin-bottom: 15px;
    position: relative;
}

form .form-group .btn {
    width: 100%;
}

form.form_white input::-moz-placeholder { color: #ccc; }
form.form_white input::-webkit-input-placeholder { color: #ccc; }
form.form_white input:-ms-input-placeholder { color: #ccc; }
form.form_white input::placeholder { color: #ccc; } 

form.form_white input, form.form_white select, form.form_white textarea {
    color: #000;
}

form.form_white input {}
form.form_white select {}
form.form_white textarea {}

.has-danger input,
.has-danger select,
.has-danger textarea
{
	border-width:2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c86461;
}

#form_popup { display:none; }

.popup_container {width: 520px;max-width:100%;padding: 5px 29px;overflow: hidden !important;position: relative;box-sizing: border-box;background: white;text-align: center;padding-bottom: 30px;}

.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #ccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    color: #ccc;
}

.agree_field a {
    color: inherit;
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
    height: auto;
    width: auto;
}

.agree_field > span {
    padding-left: 25px;
    display: inline-block;
}

.main {}

.container {
    width: 100%;
    max-width: 1740px;
    padding: 0 30px;
    margin: 0 auto;
}



.title {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 64px;
    text-transform: uppercase;
}

.title img {
    display: inline;
    position: relative;
    top: 12px;
}

.title_white {}

.subtitle {}

.logo-block {}

.logo {}

.addr {}

.phone {}


.text_green {
    color: #3ACAC6;
}


.block-anim {
    opacity: 0;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
}

.block-anim.anim {
    opacity: 1;
}


.parallax-elem-ico img {
    animation: anim3delem 4s ease-in-out infinite;
    -webkit-animation: anim3delem 4s ease-in-out infinite;
    transform-origin: right center;
}

@keyframes anim3delem {
    0% {
        transform: translateY(0) scale(1);
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
}
    50% {
        transform: translateY(-25px) scale(.93);
        -webkit-transform: translateY(-25px) scale(.93);
        -moz-transform: translateY(-25px) scale(.93);
        -ms-transform: translateY(-25px) scale(.93);
        -o-transform: translateY(-25px) scale(.93);
}
    100% {
        transform: translateY(0) scale(1);
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
}
}

.btn {
    background: #3ACAC6;
    color: white;
    text-align: center;
    width: 300px;
    display: flex;
    align-items: center;
    border: 1px solid #3ACAC6;
    position: relative;
    text-decoration: none;
    transition:  all .2s linear;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn span {
    display:inline-block;
    width: 100%;
}

.btn:hover {
    background-color: #15B1AD;
    border-color: #15B1AD;
}

.btn_red {
    background-color: #FF6354;
    border-color: #FF6354;
}
.btn_red:hover {
    background-color: #EB4F40;
    border-color: #EB4F40;
}

/* common styles END */



/*************************************************************************************************************************/




.header .mob-menu-btn {
    display: none;
}

.header {
    padding: 25px 0;
    background: #FFFFFF80;
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 10;
    /* box-shadow: 0px 4px 14px 0px #DBE4E7CC; */
    backdrop-filter: blur(14px);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.header.scroll {
    top: 0;
}

.header__container {}
.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo-block {}
.header__logo {}
.header__logo img {}
.header__btn {}

.menu {
    display: flex;
    gap: 40px;
}
.menu__item {
    font-weight: 500;
    font-size: 20px;
    position: relative;
}

.menu__item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 1px;
    background: #3ACAC6;
    transition: all .4s ease-out;
}

.menu__item.out:after {
    left: unset;
    right: 0;
}

.menu__item:hover:after {
    width: 100%;
}


/**************************************************************************************************************/


.intro {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #191919;
    color: #fff;
}
.intro__slider {}
.intro__content {
    /* position: absolute; */
    /* top: 135px; */
    /* z-index: 1; */
    padding-top: 215px;
    padding-bottom: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.intro__container {
    position: relative;
}
.intro__about {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 20px 4px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.intro__about-text {
    font-size: 26px;
}

.intro__about-text_big {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.intro__about-ico {}
.intro__title-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.intro__title {
    font-size: 46px;
    font-weight: 700;
    margin-top: 25px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.intro__title.anim {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.intro__title_2 {
    font-size: 87px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all .6s linear;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
}

.intro__title_2.anim {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}


.intro__title_3 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
}

.intro__title_3.anim {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.intro__img {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.intro__img_1 {
    left: 0;
}
.intro__img_2 {
    right: 0;
}
.intro__img img {}
.intro__btn {
    margin-top: 27px;
    height: 63px;
    width: 274px;
}

.intro__arrows {
    margin-top: 190px;
}
.intro__arrows_item {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.intro__arrows_item img {}
.intro__arrows_item1 {
    opacity: .4;
    animation: introarrows 1s linear infinite;
    -webkit-animation: introarrows 1s linear infinite;
}
.intro__arrows_item2 {
    animation: introarrows 1s linear .2s infinite;
    -webkit-animation: introarrows 1s linear .2s infinite;
}

@keyframes introarrows {

    0% {
        opacity: 1;
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
}
    100% {
        opacity: .4;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
}
    
}

/**************************************************************************************************************/


/**************************************************************************************************************/


.for-whom {
    background: url(../img/bg__about.svg) 0 0 no-repeat;
    padding-top: 120px;
}
.for-whom__container {}
.for-whom__title {}
.for-whom__content {
    margin-top: 60px;
}
.for-whom__first-info {
    display: flex;
    gap: 15px;
}
.for-whom__first-info-item {}
.for-whom__items {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    /* gap: 20px; */
}
.for-whom__item {
    background: #ECFAFA;
    border-radius: 25px;
    padding: 25px;
    width: 24.3%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.for-whom__item-img {
    width: 81px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #191919;
    transition: all .2s linear;
}

.for-whom__item:hover .for-whom__item-img {
    background: #FF6354;
}
.for-whom__item-img img {
    border-radius: 20px;
}
.for-whom__item-title {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}
.for-whom__item-text {
    font-size: 18px;
    margin-top: 50px;
    color: #506266;
}


/**************************************************************************************************************/


.about {
    padding-top: 120px;
}
.about__container {}
.about__title {}
.about__content {
    margin-top: 60px;
}
.about__items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.about__item {
    width: 832px;
    padding: 40px 32px;
    background: url(../img/bg__about-item.png) 0 0 no-repeat;
    display: flex;
    justify-content: space-between;
}
.about__item-info {
    max-width: 60%;
}
.about__item-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 40px;
    text-transform: uppercase;
}
.about__item-text {
    font-size: 19px;
}
.about__item-img {
    width: 236px;
    height: 202px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 25px;
}
.about__item-img img {}
.about__item-img-btn {
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.about__item-img-btn:hover {
    background:#FF6354;
}

.about__btn {
    display: none;
}


/**************************************************************************************************************/


.program {
    background: url(../img/bg__program.jpg) 50% 0 no-repeat #fff;
    padding-top: 120px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 60px 60px 0 0;
    margin-top: -95px;
    z-index: 1;
}
.program__img {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: -1;
}
.program__img img {}
.program__container {}
.program__title-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.program__title {}
.program__btn {
    width: 100%;
    max-width: 692px;
    margin: 0 auto;
    margin-top: 32px;
}
.program__content {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.program__item {
    background: #fff;
    border-radius: 40px;
    padding: 30px;
    padding-right: 136px;
    display: flex;
    gap: 85px;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    background: #ECFAFA;
    border: 1px solid #3ACAC64D;
}
.program__item-period {
    position: relative;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background: url(../img/ico__clock.svg) 25px 50% no-repeat #191919;
    color: #fff;
    padding: 18px 25px;
    padding-bottom: 15px;
    padding-left: 60px;
    white-space: nowrap;
    min-width: 172px;
}
.program__item-text {
    font-size: 30px;
    font-weight: 500;
    position: relative;
}

.program__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #3ACAC6 0%, #3AABCA 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

/* .program__item:hover:before,
.program__item.active:before {
    opacity: 1;
} */

/* .program__item:hover,
.program__item.active {
    color: #fff;
} */

.program__item:hover .program__item-period,
.program__item.active .program__item-period {
}

.program__item-btn {
    width: 76px;
    height: 76px;
    border: 1px solid #191919;
    border-radius: 25px;
    position: absolute;
    right: 30px;
}
.program__item-btn-ico {
    width: 100%;
    height: 100%;
    background: url(../img/ico__program-arrow.svg) 50% no-repeat;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.program__item:hover .program__item-btn,
.program__item.active .program__item-btn {}

.program__item:hover .program__item-btn-ico,
.program__item.active .program__item-btn-ico {
    background: url(../img/ico__program-arrow_hover.svg) 50% no-repeat;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

/**************************************************************************************************************/


.speakers {
    background: url(../img/bg__about.svg) 0 0 no-repeat;
    padding-top: 130px;
    position: relative;
    overflow: hidden;
}
.speakers__img {
    position: absolute;
    top: 23%;
    right: -3%;
}
.speakers__img img {}
.speakers__container {}
.speakers__title {}
.speakers__content {
    margin-top: 30px;
    /* display: flex;
    justify-content: space-between;
    position: relative;
    gap: 10px; */
}
.speakers__content .swiper-wrapper {
    padding-bottom: 30px;
}
.speakers__content .swiper-pagination {
    bottom: 0 !important;
    display: none;
}
.speakers__content .swiper-pagination-bullet {
    background: #3ACAC64D;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.speakers__content .swiper-pagination-bullet-active {
    background: linear-gradient(0deg, #3ACAC6, #3ACAC6), linear-gradient(0deg, #3ACAC6, #3ACAC6);
    width: 60px;
}

.speakers__item {
}
.speakers__item-img {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.speakers__item:hover .speakers__item-img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}
.speakers__item-img img {
    border-radius: 20px;
}
.speakers__item-name {
    font-size: 24px;
    margin-top: 30px;
    font-weight: 500;
    text-align: center;
}
.speakers__item-desc {
    margin-top: 10px;
    font-size: 18px;
    color: #506266;
    text-align: center;
}


/**************************************************************************************************************/


.reg {
    padding: 120px 0;
    background: url(../img/bg__reg.jpg) 50% 0 no-repeat;
    overflow: hidden;
    background: #191919;
    border-radius: 40px;
    margin-top: 130px;
}
.reg__container {}
.reg__title {
    color: #fff;
    text-align: left;
    font-size: 48px;
    padding-bottom: 72px;
}
.reg__content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
}
.reg__main {
    width: 100%;
    max-width: 718px;
}
.reg__form {}
.reg__info {
    margin-bottom: 7px;
    max-width: 848px;
}
.reg__desc {position: relative;z-index: 1;}
.reg__desc-text {
    font-size: 24px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.reg__desc-img {
    position: absolute;
    top: -245px;
    right: 0;
    z-index: -1;
}
.reg__desc-img img {}
.reg__items {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: url(../img/bg__reg-item.png) 0 0 no-repeat;
    padding: 64px 28px;
}
.reg__item {
    gap: 20px;
    width: 48%;
    max-width: 347px;
}
.reg__item-img {
    width: 76px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #191919;
    border-radius: 25px;
}
.reg__item-img img {
    /* border-radius: 20px; */
    transform: rotate(-45deg);
}
.reg__item-text {
    font-size: 22px;
    font-weight: 500;
    margin-top: 75px;
}


/**************************************************************************************************************/


.contacts {
    margin-top: 120px;
}
.contacts__container {}
.contacts__title {
}
.contacts__content {
    background: #ECFAFA;
    border-radius: 40px;
    padding: 55px;
    color: #506266;
    width: 100%;
    max-width: 823px;
}
.contacts__info {
    display: flex;
    flex-direction: column;
    gap: 34px;
}
.contacts__info-item {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    gap: 6px;
}

.contacts__main {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top: 60px;
}
.contacts__info-name {
    padding-left: 34px;
}
.contacts__info-name_ico1 {
    background: url(../img/ico__date.svg) 0 50% no-repeat;
}
.contacts__info-name_ico2 {
    background: url(../img/ico__phone.svg) 0 50% no-repeat;
}
.contacts__info-name_ico3 {
    background: url(../img/ico__clock_black.svg) 0 50% no-repeat;
}
.contacts__info-name_ico4 {
    background: url(../img/ico__loc.svg) 0 50% no-repeat;
}
.contacts__info-sep {
    width: 100%;
    border-bottom: 1px dashed #506266;
    margin-bottom: 7px;
}
.contacts__info-val {
    font-size: 18px;
    font-weight: 700;
    color: #191919;
}
.contacts__phone {}
.contacts__btn {
    width: 100%;
    margin-top: 45px;
}


/**************************************************************************************************************/



#map1 {
    height: 416px;
    width: 100%;
    max-width: 823px;
    border-radius: 40px;
    overflow: hidden;
}


/**************************************************************************************************************/



.footer {
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    background: #191919;
    margin-top: 120px;
    border-radius: 60px 60px 0 0;
}
.footer__container {}
.footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__copyright {}
.footer__dislamer-btn {
    color: inherit;
    text-decoration: none;
}
.footer__comp-info {}
.footer__madein {}
.footer__policy {
    color: inherit;
    text-decoration: none;
}
.footer__disclamer {font-size:14px;display: none;text-align: left;padding-top: 35px;}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}


/* **************************************************************************************************************************************** */

/* media */


/* desktop and laptops */

@media only screen and (min-width: 1280px) and (max-width: 1800px) {

    .container {
        max-width: 1220px;
    }
    
    .header {}
    .header__container {}
    .header__content {}
    .header__logo-block {}
    .header__logo {}
    .header__logo img {}
    .header__btn {}
    
    .menu {}
    .menu__item {}
    
    
    /**************************************************************************************************************/
    
    
    .intro {}
    .intro__slider {}
    .intro__content {
    padding-top: 150px;
    padding-bottom: 215px;
}
    .intro__container {}
    .intro__about {}
    .intro__about-text {
    font-size: 2vw;
}
    .intro__title-block {}
    .intro__title {
    font-size: 2.6vw;
}
    .intro__title_2 {
    font-size: 5.4vw;
}

.intro__title_3 {
    font-size: 2vw;
}
    .intro__bg {}
    .intro__bg img {}
    .intro__img {
    /* right: 1%; */
    max-width: 27%;
}
    .intro__img img {}
    .intro__btn {}
    
    .intro__arrows {margin-top: 150px;}
    .intro__arrows_item {}
    .intro__arrows_item img {}
    .intro__arrows_item1 {}
    .intro__arrows_item2 {}
    
    
    /**************************************************************************************************************/

    
    
    /**************************************************************************************************************/
    
    
    .for-whom {}
    .for-whom__container {}
    .for-whom__title {}
    .for-whom__content {}
    .for-whom__first-info {}
    .for-whom__first-info-item {}
    .for-whom__items {}
    .for-whom__item {}
    .for-whom__item-img {}
    .for-whom__item-img img {}
    .for-whom__item-title {
    font-size: 20px;
}
    .for-whom__item-text {
    font-size: 16px;
}
    
    
    /**************************************************************************************************************/

    .about {}
.about__container {}
.about__title {}
.about__content {}
.about__items {}
.about__item {}
.about__item-info {}
.about__item-title {}
.about__item-text {}
.about__item-img {}
.about__item-img img {}
.about__item-img-btn {}


    /**************************************************************************************************************/
    
    
    .program {}
    .program__img {}
    .program__img img {}
    .program__container {}
    .program__title-block {}
    .program__title {}
    .program__btn {}
    .program__content {}
    .program__item {
    gap: 48px;
}
    .program__item-period {}
    .program__item-text {
    font-size: 24px;
}
    
    
    /**************************************************************************************************************/
    
    
    .speakers {}
    .speakers__img {}
    .speakers__img img {}
    .speakers__container {}
    .speakers__title {}
    .speakers__content {}
    .speakers__item {}
    .speakers__item-img {
    min-height: 220px;
}
    .speakers__item-img img {}
    .speakers__item-name {
    font-size: 18px;
    margin-top: 10px;
}
    .speakers__item-desc {
    font-size: 14px;
    margin-top: 10px;
}
    
    
    /**************************************************************************************************************/
    
    
    .reg {}
    .reg__container {}
    .reg__title {}
    .reg__content {}
    .reg__main {}
    .reg__form {}
    .reg__info {}
    .reg__desc {}
    .reg__desc-text {
}
    .reg__desc-img {
    /* top: -60%; */
    /* right: -10%; */
}
    .reg__desc-img img {}
    .reg__items {
    background: #ECFAFA;
    border-radius: 40px;
}
    .reg__item {}
    .reg__item-img {}
    .reg__item-img img {}
    .reg__item-text {
    font-size: 16px;
}
    
    
    /**************************************************************************************************************/
    
    
    .contacts {}
    .contacts__container {}
    .contacts__title {}
    .contacts__content {}
    .contacts__info {}
    .contacts__info-item {}
    
    
    /**************************************************************************************************************/
    
    
    
    #map1 {
    }
    
    
    /**************************************************************************************************************/
    
    
    
    .footer {
    }
    .footer__container {}
    .footer__content {}
    .footer__copyright {}
    .footer__dislamer-btn {
    }
    .footer__comp-info {}
    .footer__madein {}
    .footer__policy {
    }
    .footer__disclamer {}
}

/* tablets */

@media only screen and (max-width: 1280px) { 
    .container {
        max-width: 930px;
    }

    .header {}
    .header__container {}
    .header__content {}
    .header__logo-block {}
    .header__logo {}
    .header__logo img {}
    .header__btn {}
    
    .menu {
    gap: 15px;
}
    .menu__item {}
    
    
    /**************************************************************************************************************/
    
    
    .intro {}
    .intro__slider {}
    .intro__content {
    padding: 100px 0;
    padding-bottom: 200px;
}
    .intro__container {}
    .intro__about {
}
    .intro__about-text {
    font-size: 2vw;
}
    .intro__title-block {}
    .intro__title {
    font-size: 3vw;
}
    .intro__title_2 {
    font-size: 3vw;
}

.intro__title_3 {
    font-size: 1.7vw;
}
    .intro__bg {}
    .intro__bg img {}
    .intro__img {max-width: 32%;}
    .intro__img img {}
    .intro__btn {
    margin: 15px 0;
}
    
    .intro__arrows {
    margin-top: 100px;
}
    .intro__arrows_item {}
    .intro__arrows_item img {}
    .intro__arrows_item1 {}
    .intro__arrows_item2 {}
    
    
    /**************************************************************************************************************/

    .about {}
.about__container {}
.about__title {}
.about__content {}
.about__items {}
.about__item {}
.about__item-info {}
.about__item-title {}
.about__item-text {}
.about__item-img {}
.about__item-img img {}
.about__item-img-btn {}
    
    /**************************************************************************************************************/
    
    
    .for-whom {}
    .for-whom__container {}
    .for-whom__title {
    font-size: 54px;
}
    .for-whom__content {}
    .for-whom__first-info {
    flex-wrap: wrap;
}
    .for-whom__first-info-item {}
    .for-whom__items {
    flex-wrap: wrap;
    row-gap: 20px;
}
    .for-whom__item {
    width: 48%;
}
    .for-whom__item-img {}
    .for-whom__item-img img {}
    .for-whom__item-title {}
    .for-whom__item-text {}
    
    
    /**************************************************************************************************************/
    
    
    .program {}
    .program__img {}
    .program__img img {}
    .program__container {}
    .program__title-block {
    flex-wrap: wrap;
}
    .program__title {
    width: 100%;
}
    .program__btn {
    margin-top: 20px;
}
    .program__content {}
    .program__item {
    gap: 25px;
}
    .program__item-period {}
    .program__item-text {
    font-size: 20px;
}
    
    
    /**************************************************************************************************************/
    
    
    .speakers {}
    .speakers__img {}
    .speakers__img img {}
    .speakers__container {}
    .speakers__title {}
    .speakers__content {
    flex-wrap: wrap;
    justify-content: flex-start;
}
    .speakers__item {
    width: 32.5%;
}
    .speakers__item-img {}
    .speakers__item-img img {}
    .speakers__item-name {}
    .speakers__item-desc {
    font-size: 14px;
}
    
    
    /**************************************************************************************************************/
    
    
    .reg {}
    .reg__container {}
    .reg__title {
    text-align: center;
}
    .reg__content {
    flex-direction: column;
}
    .reg__main {
    max-width: 100%;
}
    .reg__form {}
    .reg__info {}
    .reg__desc {}
    .reg__desc-text {}
    .reg__desc-img {
    top: -45%;
    right: -8%;
}
    .reg__desc-img img {}
    .reg__items {}
    .reg__item {}
    .reg__item-img {}
    .reg__item-img img {}
    .reg__item-text {}
    
    
    /**************************************************************************************************************/
    
    
    .contacts {}
    .contacts__container {}
    .contacts__title {}

.contacts__main {
    flex-direction: column-reverse;
    margin-top: 0px;
}
    .contacts__content {
    flex-wrap: wrap;
}
    .contacts__info {}

.contacts__btn {
    margin-top: 25px;
}
    .contacts__info-item {}
    
    
    /**************************************************************************************************************/
    
    
    
    #map1 {
    }
    
    
    /**************************************************************************************************************/
    
    
    
    .footer {
    }
    .footer__container {}
    .footer__content {}
    .footer__copyright {}
    .footer__dislamer-btn {
    }
    .footer__comp-info {}
    .footer__madein {}
    .footer__policy {
    }
    .footer__disclamer {}
}

@media only screen and (max-width: 960px) {
    .container {
        max-width: 738px;
    }

    .header {}
    .header__container {}
    .header__content {}
    .header__logo-block {}
    .header__logo {}
    .header__logo img {}
    .header__btn {}
    
    .menu {
    position: fixed;
    left: 100%;
    top: 105px;
    background: #fff;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    z-index: 10;
    transition: all .2s linear;
}

.menu.active {
    left: 0;
}

.header .mob-menu-btn {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    z-index: 1;
}

.header .mob-menu-btn {
    /* display: block; */
    /* position: relative; */
    /* width: 30px; */
    /* height: 22px; */
    /* z-index: 1; */
}

.header .mob-menu-btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #191919;
    transition: all .2s linear;
}

.header .mob-menu-btn span:nth-child(1) {
    top: 0;
}

.header .mob-menu-btn span:nth-child(2) {
    top: calc(50% - 1px);
    opacity: 1;
}

.header .mob-menu-btn span:nth-child(3) {
    bottom: 0;
}

.header .mob-menu-btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-45deg);
    top: -1px;
}

.header .mob-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.header .mob-menu-btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
}

    .menu__item {}
    
    
    /**************************************************************************************************************/
    
    
    .intro {}
    .intro__slider {}
    .intro__content {}
    .intro__container {}
    .intro__about {
    flex-direction: column;
    gap: 7px;
}
    .intro__about-text {
    font-size: 5vw;
}

.intro__about-ico {
    display: none;
}
    .intro__title-block {
}
    .intro__title {
    font-size: 4vw;
}
    .intro__title_2 {
    font-size: 4.3vw;
}

.intro__title_3 {
    font-size: 1.6vw;
}
    .intro__bg {}
    .intro__bg img {}
    .intro__img {
    /* top: 28%; */
    max-width: 40%;
}
    .intro__img img {}
    .intro__btn {
    order: 1;
}
    
    .intro__arrows {}
    .intro__arrows_item {}
    .intro__arrows_item img {}
    .intro__arrows_item1 {}
    .intro__arrows_item2 {}
    
    
    /**************************************************************************************************************/

    .about {}
.about__container {}
.about__title {}
.about__content {}
.about__items {}
.about__item {
    border-radius: 40px;
}
.about__item-info {}
.about__item-title {}
.about__item-text {}
.about__item-img {}
.about__item-img img {}
.about__item-img-btn {}
    
    /**************************************************************************************************************/
    
    
    .for-whom {}
    .for-whom__container {}
    .for-whom__title {}
    .for-whom__content {}
    .for-whom__first-info {}
    .for-whom__first-info-item {}
    .for-whom__items {}
    .for-whom__item {}
    .for-whom__item-img {}
    .for-whom__item-img img {}
    .for-whom__item-title {}
    .for-whom__item-text {}
    
    
    /**************************************************************************************************************/
    
    
    .program {}
    .program__img {}
    .program__img img {}
    .program__container {}
    .program__title-block {}
    .program__title {}
    .program__btn {}
    .program__content {}
    .program__item {}
    .program__item-period {}
    .program__item-text {}
    
    
    /**************************************************************************************************************/
    
    
    .speakers {}
    .speakers__img {}
    .speakers__img img {}
    .speakers__container {}
    .speakers__title {}
    .speakers__content {}
    .speakers__content .swiper-pagination {
        display: block;
    }
    .speakers__item {
    width: 32.3%;
}
    .speakers__item-img {
}
    .speakers__item-img img {}
    .speakers__item-name {
    font-size: 17px;
}
    .speakers__item-desc {
    font-size: 13px;
}
    
    
    /**************************************************************************************************************/
    
    
    .reg {}
    .reg__container {}
    .reg__title {}
    .reg__content {}
    .reg__main {}
    .reg__form {}
    .reg__info {}
    .reg__desc {}
    .reg__desc-text {}
    .reg__desc-img {}
    .reg__desc-img img {}
    .reg__items {
    background: #ECFAFA;
    border-radius: 40px;
}
    .reg__item {}
    .reg__item-img {}
    .reg__item-img img {}
    .reg__item-text {}
    
    
    /**************************************************************************************************************/
    
    
    .contacts {}
    .contacts__container {}
    .contacts__title {}
    .contacts__content {}
    .contacts__info {
    gap: 7vw;
}
    .contacts__info-item {
    flex-wrap: wrap;
    white-space: normal;
}

.contacts__info-name {
    /* width: 100%;
    font-size: 3.5vw;
    padding-left: 13vw;
    padding-bottom: 6vw;
    background-size: 10vw;
    background-position: 0 0; */
}

.contacts__info-val {
    /* font-size: 4vw;
    position: absolute;
    bottom: 0;
    left: 13vw; */
}

.contacts__info-sep {
    display: none;
}
    
    
    /**************************************************************************************************************/
    
    
    
    #map1 {
    }
    
    
    /**************************************************************************************************************/
    
    
    
    .footer {
    }
    .footer__container {}
    .footer__content {}
    .footer__copyright {}
    .footer__dislamer-btn {
    }
    .footer__comp-info {}
    .footer__madein {}
    .footer__policy {
    }
    .footer__disclamer {}
}

/* mobiles */

@media only screen and (max-width: 767px) { 
    .container {
        max-width: 610px;
        padding: 0 15px;
    }

    .fancybox-type-image {width: 100% !important;margin: 0px !important;left: 0px !important;}
	.fancybox-close {right: 9px !important;top: 9px !important;}
	.fancybox-inner {width: 100% !important;margin: 0px !important;padding: 0px !important;}
	.fancybox-wrap {margin:0px !important;width: 100% !important;left: 0px !important;top: 20px !important;}
	.fancybox-type-image .fancybox-close {top: -8px !important;}

	.simple_slider .btn_left {display:none !important;}
	.simple_slider .btn_right {display:none !important;}
	
	.popup_container {width:100%;padding: 30px 15px !important;}

    form .form-group-wrapper {}

    form.form_white input::-moz-placeholder { color: #506266; }
    form.form_white input::-webkit-input-placeholder { color: #506266; }
    form.form_white input:-ms-input-placeholder { color: #506266; }
    form.form_white input::placeholder { color: #506266; } 

    form.form_white input, form.form_white select, form.form_white textarea {}

    form.form_white input {}
    form.form_white select {}
    form.form_white textarea {}

    input, textarea, select {
        height: 60px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
}
    
    .text_green {
        color: #3ACAC6;
    }

    .title {
    font-size: 6vw;
}

.form_title {
    font-size: 5vw;
    padding-bottom: 15px;
}

.title img {
    max-width: 6%;
    top: 0.5vw;
}

    .title_white {}

    .subtitle {}

    .logo-block {}

    .logo {}

    .addr {}

    .phone {}

    .btn {
        width: 100%;
        /* height: 40px; */
        margin-top: 13vw;
        font-size: 3.3vw;
        margin-top: 70px;
    }

form .form-group .btn {}

    /************************************************************************/

    

    .header {
    padding: 10px 0;
}
    .header__container {}
    .header__content {}
    .header__logo-block {}
    .header__logo {}
    .header__logo img {}
    .header__btn {}
    
    .menu {
    top: 75px;
}
    .menu__item {}
    
    
    /**************************************************************************************************************/
    
    
    .intro {
    /* margin-top: 75px; */
}
    .intro__slider {}
    .intro__content {
    top: 4vw;
    width: 100%;
    padding-bottom: 32vw;
    padding-top: 110px;
}
    .intro__container {}
    .intro__about {
    flex-wrap: wrap;
    padding: 0;
    border: none;
}
    .intro__about-text {/* padding: 1vw 2vw; *//* padding-bottom: 0.7vw; *//* padding-left: 6vw; *//* background-size: auto 55%; *//* background-position-x: 2vw; */font-size: 18px;}

.intro__about-text_big {
    font-size: 24px;
}

.intro__about-text:first-child {
    /* padding-left: 2vw; */
}

.intro__about-ico {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 10px 0;
}

.intro__about-ico img {
    display: none;
}
    .intro__title-block {}
    .intro__title {
    font-size: 6.5vw;
    margin-top: 50px;
    text-align: center;
}
    .intro__title_2 {
    font-size: 6.5vw;
    line-height: 1.1;
}
    .intro__title_3 {
    font-size: 4.2vw;
}
    .intro__bg {
    width: 100%;
}
    .intro__bg img {}
    .intro__img {
    display: none;
}
    .intro__img img {}
    .intro__btn {
    /* margin-top: 48vw; */
}
    
.intro__arrows {
    margin-top: 30px;
}
.intro__arrows_item {}
.intro__arrows_item img {}
.intro__arrows_item1 {}
.intro__arrows_item2 {}
    
    
    /**************************************************************************************************************/

    .about {}
.about__container {}
.about__title {}
.about__content {}
.about__items {}
.about__item {
    width: 100%;
    flex-direction: column-reverse;
    background: #ECFAFA;
    gap: 37px;
    position: relative;
    border-radius: 25px;
    padding: 20px 15px;
}
.about__item-info {
    width: 100%;
    max-width: 100%;
}
.about__item-title {padding-bottom: 0;font-size: 4vw;padding-left: 83px;min-height: 50px;margin-top: 5px;display: flex;align-items: center;}
.about__item-text {
    font-size: 16px;
    margin-top: 25px;
}
.about__item-img {
    width: 68px;
    height: 68px;
    border-radius: 15px;
    position: absolute;
    top: 16px;
}
.about__item-img img {
    max-width: 60%;
}
.about__item-img-btn {
    background: url(../img/ico__about_4.svg) 50% no-repeat;
}

.about__item-img-btn span {
    display: none;
}

.about__btn {
    display: flex;
    margin-top: 30px;
    font-size: 3.3vw;
}
    
    /**************************************************************************************************************/
    
    
    .for-whom {
    padding-top: 50px;
}
    .for-whom__container {}
    .for-whom__title {}
    .for-whom__content {
    margin-top: 30px;
}
    .for-whom__first-info {}
    .for-whom__first-info-item {}
    .for-whom__items {
    margin-top: 30px;
}
    .for-whom__item {
    width: 100%;
    padding: 15px;
    gap: 10px;
}
    .for-whom__item-img {
    width: 58px;
    height: 58px;
    border-radius: 16px;
}
    .for-whom__item-img img {
    max-width: 53%;
}
    .for-whom__item-title {
    font-size: 18px;
    margin-top: 0;
    width: auto;
    max-width: 73%;
}
    .for-whom__item-text {
    margin-top: 0;
    font-size: 16px;
}
    
    
    /**************************************************************************************************************/
    
    
    .program {
    margin-top: -20vw;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    border-radius: 40px;
}
    .program__img {
    max-width: 28%;
    top: -60px;
}
    .program__img img {}
    .program__container {}
    .program__title-block {}
    .program__title {}
    .program__btn {
    margin-top: 30px;
    /* font-size: 3.3vw; */
}
    .program__content {
    margin-top: 30px;
    gap: 15px;
}
    .program__item {
    padding: 20px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 30px;
    min-height: 156px;
}

.program__item-btn {
    display: none;
}
    .program__item-period {
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 45px;
    padding-right: 15px;
    background-position-x: 13px;
    min-width: 152px;
}
    .program__item-text {
    font-size: 16px;
}
    
    
    /**************************************************************************************************************/
    
    
    .speakers {
    padding-top: 50px;
}
    .speakers__img {}
    .speakers__img img {}
    .speakers__container {}
    .speakers__title {}
    .speakers__content {
    margin-top: 30px;
    gap: unset;
    justify-content: space-between;
    row-gap: 10px;
}

.speakers__content .swiper-wrapper {
}


    .speakers__item-img {}
    .speakers__item-img img {}
    .speakers__item-name {
    font-size: 3.5vw;
}
    .speakers__item-desc {
    font-size: 2.7vw;
    margin-top: 15px;
}
    
    
    /**************************************************************************************************************/
    
    
    .reg {
    margin-top: 50px;
    padding: 50px 0;
    background-size: cover;
}
    .reg__container {}
    .reg__title {
    padding-bottom: 30px;
}
    .reg__content {
    flex-direction: column;
}
    .reg__main {}
    .reg__form {}
    .reg__info {}
    .reg__desc {}
    .reg__desc-text {
    font-size: 16px;
    max-width: 85%;
}
    .reg__desc-img {
    top: -60px;
    width: 24%;
}
    .reg__desc-img img {}
    .reg__items {
    margin-top: 30px;
    gap: 15px;
    padding: 20px 15px;
    flex-direction: column;
    border-radius: 25px;
}
    .reg__item {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
    .reg__item-img {
    width: 68px;
    height: 69px;
    border-radius: 15px;
}
    .reg__item-img img {}
    .reg__item-text {
    margin-top: 0;
    font-size: 3.9vw;
}
    
    
    /**************************************************************************************************************/
    
    
    .contacts {
    margin-top: 50px;
}
    .contacts__container {}
    .contacts__title {}
    .contacts__content {
    margin-top: 30px;
    padding: 30px 20px;
}
    .contacts__info {
    flex-wrap: wrap;
}
    .contacts__info-item {
    position: relative;
}

.contacts__info-name {
    width: 100%;
    font-size: 16px;
    padding-left: 13vw;
    padding-bottom: 6vw;
    background-size: 10vw;
    background-position: 0 0;
}

.contacts__info-val {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 13vw;
}

.contacts__info-item:last-child .contacts__info-val {
    top: 5vw;
}
    
    
    /**************************************************************************************************************/
    
    
    
    #map1 {
    height: 350px;
    }
    
    
    /**************************************************************************************************************/
    
    
    
    .footer {
    margin-top: 50px;
    border-radius: 40px 40px 0 0;
    }
    .footer__container {}
    .footer__content {
    flex-wrap: wrap;
    gap: 30px;
}
    .footer__copyright {}
    .footer__dislamer-btn {
    }
    .footer__comp-info {}
    .footer__madein {}
    .footer__policy {
    }

.footer__links {
    align-items: flex-start;
}
    .footer__disclamer {}




}
@media only screen and (max-width: 640px) { 
}
@media only screen and (max-width: 592px) {
}
@media only screen and (max-width: 568px) { 
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) { 
}
@media only screen and (max-width: 375px) { 
}
@media only screen and (max-width: 360px) { 
}
@media only screen and (max-width: 320px) { 
}


/* **************************************************************************************************************************************** */

/* media END*/
