:root {
    --font-family: "Century Gothic", sans-serif;
    --font-weight: 400;
    --content-width: 1170px;
    --container-offset: 5px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --light-color: #fff;
    --color-body-bg:#AFEEEE;
    --color-primary:#3A7C92;
    --color-box-shadow: rgba(0, 0, 0, 0.25);
    --box-shadow-primary: 0px 4px 4px var(--color-box-shadow);
    --box-shadow-primary--inset: 0px 4px 4px var(--color-box-shadow) inset;
    --border-radius-primary: 30px;
    --border-radius-secondary: 50px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
.help-block{
    margin-left: 85px;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "KyivType Sans";
    src: url("../fonts/KyivTypeSans-Regular.woff2") format("woff2"), url("../fonts/KyivTypeSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "KyivType Sans";
    src: url("../fonts/KyivTypeSans-Medium.woff2") format("woff2"), url("../fonts/KyivTypeSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "KyivType Sans";
    src: url("../fonts/KyivTypeSans-Bold.woff2") format("woff2"), url("../fonts/KyivTypeSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Koulen";
    src: url("../fonts/Koulen.woff2") format("woff2"), url("../fonts/Koulen.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body.body__postcovid {
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    background-color: #FFFFFF;
    margin: 0;
    font-weight: 400;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

picture {
    display: inline-block;
    vertical-align: bottom;
}

img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button,
input,
select,
textarea {
    outline: 0 !important;
}

button {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-offset);
}

.page__wrapper {
    overflow: hidden;
    position: relative;
}

.title {
    font-family: "KyivType Sans";
    font-weight: 400;
    color: #282828;
}
.container__logo{
    height: 150px;
    /*background-color: #3A7C92;*/
    padding-top: 35px;
    border-bottom: 2px solid #3A7C92;
}
.container__logos__flex{

    display: flex;
    justify-content: space-around;
}
.container__logo__flex{
    display: flex;

}
.block {
    background-color: var(--color-primary);
    border-radius: var(--border-radius-primary);
    color: var(--light-color);
    -webkit-box-shadow: var(--box-shadow-primary);
    box-shadow: var(--box-shadow-primary);
}

.icon-call {
    width: 100px;
    height: 100px;
}

.header {
    min-height: 140px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 47;
    /*background: rgb(72,209,204);*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgb(232,252,252)), color-stop(85%, rgb(232,252,252)), to(rgba(232,252,252, 0)));*/
    /*background: linear-gradient(180deg, rgb(232,252,252) 0%, rgb(232,252,252) 85%, rgba(232,252,252, 0) 100%);*/
    padding-top: 20px;
    padding-bottom: 20px;
}
.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logo {

    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.header__menu {

    /*max-width: 900px;*/
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.img_logo{
    width: 64px;
    height: 64px;
}

.logo__link,.logo__link__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 25px;
    text-align: center;
    font-size: 16px;
    color: black;
}
.logo__link.header{
    font-size: 14px;

}
.logo__link__header{
    /*color: white;*/

}
.logo__link:hover {
    color: #3A7C92;
    text-decoration: underline;
}
.logo__link__header:hover{
    /*color:  white;*/
    text-decoration: underline;
}
.logo__link__soran img, .logo__link__sni img, .logo__link__cvt img{
    margin-right: 22px;
    /*-webkit-filter: grayscale(100) brightness(200);*/
    /*filter: grayscale(100) brightness(200);*/
}
.logo__link__soran img:hover, .logo__link__sni img:hover, .logo__link__cvt img:hover{
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
}
.logo__link__soran img:visited, .logo__link__sni img:visited, .logo__link__cvt img:visited{
    color:  white;
}
.logo__link span {
    margin-top: 7px;
    font-weight: bold;
}

.logo__link.header span{
    font-weight: lighter;
}
.logo__link:not(:last-child) {
    /*margin-right: 30px;*/
}
.logo__link.partners{
    width: 360px;
    font-weight: 700;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/

}
.menu__list.links{
    justify-content: space-around;
}
.menu__list-link {
    padding: 8px 12px;
    border-radius: 7px;
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu__list-link:hover {
    background-color: var(--color-primary);
    color: var(--light-color);
}

.header__register {

    background-color: #282828;
    border: 2px solid transparent;
    border-radius: 25px;
    color: #fff;
    font-family: "Century Gothic";
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 4px 22px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header__register.header{
    margin-top: 50px;
    width: 400px;
    height: 150px;
    padding: 40px 0;
    font-size: 19px;
}

.header__register:hover {
    background-color: transparent;
    color: #282828;
    border: 2px solid #282828;
}

.welcome {
    padding-top: 20px;
    padding-bottom: 75px;
    color: #282828;

}

.welcome__wrapper {
    position: relative;
    display: flex;
}

.cards_items_speciality{
    display: flex;
    justify-content: center;
    /* display: grid; */
    /* grid-template-columns: repeat(3, 350px); */
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
}
.cards_items_speciality_two{
    display: grid;
    grid-template-columns: repeat(2, 350px);
    gap: 30px;
    justify-content: center;
    margin: 50px 0;
}
.item{
    width: 350px;
    height: 300px;
    line-height: 300px;
    border-radius: 24px 0px 24px 0px;
    text-align: center;
    border: none;
    background: #3A7C92;
    color: #FFFFFF;
    box-shadow: 1px 17px 19px -23px rgb(0 0 0 / 67%);

}
.item:hover{
    margin-top: 0px;
    box-shadow: 0 20px 30px 10px rgb(0 0 0 / 30%);
    transition: all .5s ease;
}

.mouse-parallax-bg,
.mouse-parallax-fog-1,
.mouse-parallax-fog-2,
.mouse-parallax-fog-3,
.mouse-parallax-fog-4 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    z-index: -1;
}

/*.mouse-parallax-bg {*/
/*    background-image: url("../img/common/5821152.jpg");*/
/*    background-position: right center;*/
/*  */
/*}*/

/*.mouse-parallax-fog-1 {*/
/*   background-image: url("../img/common/heart.png");*/
/*   background-position: right top;*/
/*}*/

/*.mouse-parallax-fog-2 {*/
/*    background-image: url("../img/common/5821152.jpg");*/
/*    background-position: 70% top;*/
/*    background-size: 50px 50px;*/
/*}*/

/*.mouse-parallax-fog-3 {*/
/*    background-image: url("../img/common/5821152.jpg");*/
/*    background-position: 65% bottom;*/
/*    background-size: 75px 75px;*/
/*}*/

/*.mouse-parallax-fog-4 {*/
/*    background-image: url("../img/common/5821152.jpg");*/
/*    background-position: 45% 80%;*/
/*    background-size: 65px 65px;*/
/*}*/

.welcome__title {
    font-size: clamp(28px, 4.5vw, 64px);
    line-height: 0.9;
    letter-spacing: -0.02em;
    margin-bottom: 25px;

}

.welcome__title span {
    display: block;
    white-space: nowrap;
}


.welcome__subtitle {
    font-size: clamp(20px, 3.5vw, 35px);
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}
.welcome__subtitle span {
    display: block;
}


.doctor_certificate{
    display: flex;
}
/*.welcome__subtitle span a{*/
/*    color:    var(--color-primary);*/
/*}*/
/*.welcome__subtitle span a:hover {*/
/*    text-decoration: underline;*/
/*}*/
.starting-date {
    font-weight: 700;
    font-size: 32px;
    color: var(--color-primary);
    margin-bottom: 50px;
}
.starting-date.lighter{
    font-weight: lighter;
}
.starting-date span {
    display: block;
}
.link-group {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.btn__register {
    display: block;
    padding: 23px 43px;
    background-color: var(--color-primary);
    border-radius: 25px;
    -webkit-box-shadow: var(--box-shadow-primary);
    box-shadow: var(--box-shadow-primary);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn__register:hover {
    color: var(--color-primary);
    background-color: transparent;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.btn.btn__register.center{
    margin: 50px auto 0px;
    /*width: 335px;*/
    height: auto;
}
.btn.btn__register.center.document{
    width: 50%;
}
.btn.btn__register.center.nmo{
    width: 100%;
    height: auto;
}
.btn.btn__register.center.coins{
    width: 390px;
}
.btn_nmo{
    color: #FF1D08;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    background-image: none;
    border-color: #0035CD;
    width: 100px;
    padding: 5px;
    margin-top: 5px;
    font-weight: lighter;
}
.btn_nmo:hover{
    background-color: #0035CD;
    color: #FF1D08;
    font-weight: bold;
}
.btn_nmo:visited{
    color: #FF1D08;
}

.title.col__title.center{
    margin-top: 20px;
}
.title.col__title.participants{
    /*margin-top: 100px;*/
}
.title.col__title.participants.invited{
    margin-top: 0px;
}
.link__conference {
    display: inline-block;
    white-space: nowrap;
    margin-top: 15px;
}

.section-page {
    padding-top: 55px;
    padding-bottom: 55px;
}
.section-page.programm,
section-page programs
{
    padding-top: 50px;
    padding-bottom: 0;
}
.section-page.partners{
    padding-bottom: 0px;
}

.about .content {
    display: -ms-grid;
    /*display: grid;*/
    -ms-grid-columns: 1fr 1fr ;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 75px;
}

.about .content__block {
    padding: 20px 30px;
    height: 70%;
}

.about .content__block--icon {
    height: 100%;
    padding: 25px 15px;
    padding-left: 80px;
    background-color: #3A7C92;
    background-position: 15px 25px;
    background-size: 55px 55px;
    background-repeat: no-repeat;
}
.about .content__block--icon.right{
    margin-top: 30px;
}
.about .content__block--icon.center{
    margin: 0 auto;
    margin: 0 auto;
    width: 61%;
}
.content__block--icon-1 {
    background-image: url("../img/common/icon1.png");
}

.content__block--icon-2 {
    background-image: url("../img/common/icon2.png");
}

.block__title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}
.block__title.small{
    font-size: 32px;

}
.container__cards__price{
    width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-offset);
}

 .content__price {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(3,1fr);
    -ms-grid-rows: auto;
    grid-template-rows: 1fr;
    gap: 25px;
 }
.content__participants{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2,1fr);
    -ms-grid-rows: auto;
    grid-template-rows: 1fr;
    gap: 50px;
}

.content__col.price .content__block--icon{
    min-height: 300px;
    padding: 20px 30px;
    background-color: #FFFFFF;
    border: 3px solid #3A7C92;
    color:#626262 ;
}

.content__col.price .content__block--icon:hover{
    margin-top: 0px;
    box-shadow: 0 20px 30px 10px #e8f5fe;
    transition: all .5s ease;
}
.grid__element {
    position: relative;
    left: 50%;
}
/*.container__text{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-around;*/
/*}*/
.block__title__price{
    margin: 10px 0;
    text-align: center;
}
.block__text__price{
    /*width: 200px;*/
    font-size: 25px;
    text-align: center;
    margin: 20px 0;
}

.block__price{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    color: #3A7C92;
    text-align: center;
}
.block__text {
    font-size: 20px;
    color: #FFFFFF;

}
.block__text.big{
    font-size: 22px;

}

.block__list-item {
    position: relative;
    padding-left: 15px;
}
.block__list-item::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}
.block__list-item:not(:last-child) {
    margin-bottom: 10px;
}

.col__title {
    font-weight: 500;
    font-size: 48px;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 0.9;
    margin-bottom: 55px;
    text-shadow: var(--box-shadow-primary);
}
.col__title span {
    display: block;
}
.col__title.small{
    font-size: 44px;
}

.section__title {
    font-weight: 500;
    font-size: clamp(24px, 4vw, 48px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: clamp(35px, 5vw, 30px);
    text-align: center;
}
.section__title.registry{

    font-size: 25px;
    font-weight: 700;
    text-align: center;

}

.content__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr  1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 25px;
    margin-bottom: 40px;
}

.block.content__block.header{
    background-color:#3A7C92 ;
    color: #FFFFFF;
    height: 88px;
}
.block.content__block.participants{
    background-color:#3A7C92 ;
    color: #FFFFFF;
    width: 450px;
    margin-left: 450px;
}

.content__block {
    padding: 20px 30px;
    background-color: #FFFFFF;
    border: 3px solid #3A7C92;
    color: #626262;
}

.block__header-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 35px;
    min-height: 95px;
}
.block__header-title span {
    display: block;
}

.block__content {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0em;
}

.block__content--height {
    min-height: 120px;
}

.listen .footnote {
    margin-top: 25px;
}



.content__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.listen .block__wrapper {
    height: 100%;
}
.listen .content__block {
    height: 100%;
}

.listen  .block__inner {
    display: flex;
    height: 100%;
    flex-direction: column;
}


.listen .block__price {
    margin-top: auto;
}

.listen .block__content {
    margin-bottom: 25px;
}


.content__block-inner {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
}
.content__block-inner span {
    display: block;
}

.block__text--appeal {
    text-align: center;
    margin-bottom: 25px;
    color: ;
}
.block__link-tel {
    display: block;
    margin-bottom: 7px;
}
.block__link-tel:hover {
    text-decoration: underline;
}

.presentation .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    row-gap: 25px;
}

.block__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 5px;
}

.block__left {
    min-width: 350px;
}

.block__left-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}
.block__left-title span {
    display: block;
}

.block__right-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 7px;
}

.block__left-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 40px;
    border-radius: var(--border-radius-primary);
    -webkit-box-shadow: var(--box-shadow-primary);
    box-shadow: var(--box-shadow-primary);
    background-color: var(--light-color);
    text-align: center;
}



.block__left-link-text {
    font-family: "Koulen";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--color-primary);
    padding-top: 7px;
    padding-bottom: 7px;
}

.icon-arrow {
    position: relative;
    top: 1px;
    left: 0;
    width: 21px;
    height: 9px;
    fill: var(--color-primary);
    margin-left: 5px;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

.block__left-link:hover {
    -webkit-box-shadow: var(--box-shadow-primary--inset);
    box-shadow: var(--box-shadow-primary--inset);
}
.block__left-link:hover .icon-arrow {
    left: 10px;
}

.block__right {
    padding-left: 20px;
}

.block__right .block__list {
    margin-bottom: 25px;
}

.content__footnote {
    color: #282828;
    padding-left: 30px;
}

.content__footnote-title,
.content__footnote .block__text {
    color: inherit;
}

.content__footnote .block__list-item::before {
    background-color: #282828;
}

.content__footnote-title {
    margin-bottom: 7px;
}

.content__footnote .block__list {
    padding-left: 20px;
}

/* Reference */

.reference .content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 35px;
    padding-left: 50px;
    padding-right: 0px;
}

.reference .block__grid {
    display: grid;
    grid-template-columns: 175px 1.5fr 1fr;
    grid-template-rows: auto;
    padding: 0;
}
.block__grid-head  .block__column-title,
.block__grid-head  .speaker{
    font-size: 20px;
    font-weight: bold;
}
.block__column-title {
    font-size: 19px;
    font-weight: bold;
}
.block__column-title span {
    display: block;
}
.speaker {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.speaker span {
    display: block;
}

/* End Reference */



.register .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 50px;
}

.register__link {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(72,209,204,0.71)), color-stop(22.4%, rgba(72,209,204,0.755167)), to(#48D1CC));
    background: linear-gradient(180deg, rgba(72,209,204,0.71) 0%,rgba(72,209,204, 0.755167) 22.4%, #48D1CC 100%);
    border-radius: var(--border-radius-secondary);
    -webkit-box-shadow: var(--box-shadow-primary);
    box-shadow: var(--box-shadow-primary);
}
.register__link span {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #f5f5f5;
}

.register__link:hover {
    -webkit-box-shadow: var(--box-shadow-primary--inset);
    box-shadow: var(--box-shadow-primary--inset);
}

.register__link--big {
    padding: 30px 100px;
}
.register__link--big span {
    font-size: 32px;
}

.register__link--small {
    padding: 20px 25px;
}
.register__link--small span {
    font-size: 20px;
    border-bottom: 2px solid #fff;

}

.programs__wrapper .programs__title {
    text-align: center;
}
.programs__title.company{
    text-align: center;
}

.programs__wrapper .programs__title a{
    color: var(--color-primary);
}
.programs__wrapper .programs__title a:hover {
    text-decoration: underline;
}
.list__item{
    cursor: pointer;
    padding: 10px 20px 5px 20px;
    height: auto;
    min-height: 50px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    font-size: 18px;
    text-align: center;
    vertical-align:center;

}

.list__item.left{
    position: relative;
    left: 50%
}
.list__item:hover{
    background-color: #3A7C92 ;
    color: white;

}
.yandex_map:hover{
    color: #3A7C92;
}

.container_flex{
    display: flex;
    justify-content: space-around;
}
.section-page.about{
    padding-top:0px;
}
.partners__content, .partners__logo{
    position: relative;
    /*left: 10%;*/
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows:repeat(2, 140px) ;
    row-gap: 25px;
    margin-bottom: 20px;
}
.partners__logo{
    grid-template-rows:repeat(1, 140px) ;
}


.footer {
    margin-top: 20px;
    background: #3A7C92;
    border-top: none;
}

.footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__col-left,
.footer__col-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer__col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.contacts {
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
}

.contacts__text {
    margin-bottom: 15px;
}

.contacts__link:hover span {
    text-decoration: underline;

}

.information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.information__link:not(:last-child) {
    margin-bottom: 15px;
}

.information__link:hover {
    text-decoration: underline;
}
.container.modal__form{
    width: 450px;

}
.control-label{
    display: block;
    font-weight: 300;
    font-size: 18px;
    width: 60%;
    margin: 0px auto;
}
.modal-content{
    width: 500px;
    margin:40px auto;

}
.modal__close{
    position:absolute;
    top:8px;
    right:14px;
    font-size:30px;
    color:#000;
    opacity:.5;
    font-weight:700;
    border:none;
    background-color:transparent;
    cursor:pointer
}
.modal__title{
    text-align:center;
    font-size:22px;
    text-transform:uppercase
}
.modal__input{
    display:block;
    margin:20px auto 20px auto;
    width:280px;
    height:50px;
    background:#fff;
    box-shadow:0 4px 15px rgba(0,0,0,.2);
    border:none;
    border-radius: 16px;
    font-size:18px;
    text-align:left;
    padding:0 20px;
    outline:0
}
.btn.btn__register#btn_base1{
    width: 300px;
    height: 80px;
    margin:0 auto;
    border-radius: 15px;
}

btn.header__register {
    display: none;
}

.btn.header__register.active{
    display: block;
    position: fixed;
    bottom: 60px;
    right: 100px;
    padding: 30px;
    border-radius: 15px;

}
.btn.header__register.right{
    right: 15px;
    font-size: 14px;

}
.btn.btn__register.center.border{
    background-color: #FFFFFF;
    border: 3px solid var(--color-primary);
    color:var(--color-primary);
    width: 50%;
}
.img_nmo{
    width: 128px;
    display: block;
    margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 950px){
    .section-page.video{
        display: none;
    }
    .list__item.left{
        left:0%;
    }
    .content__price{
        grid-template-columns: 600px;
        grid-template-rows: repeat(2,400px);
        gap: 50px;
    }
    .about .content__block--icon.center{
        width: 100%;
    }
    .title.col__title.participants.center{
        transform: translateX(-16%);
    }
    .container_flex{
        flex-direction: column;
    }

    .cards_items_speciality, .cards_items_speciality_two{
        grid-template-columns: 1fr;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    .section-page {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .title.col__title{
        font-size: 40px;

    }

    .cards_items_speciality, .cards_items_speciality_two{
        grid-template-columns: 1fr;
    }

    .block.content__block.participants{
        width: 340px;
        transform: translateX(-100px);

    }

    .mouse-parallax-bg,
    .mouse-parallax-fog-1,
    .mouse-parallax-fog-2,
    .mouse-parallax-fog-3,
    .mouse-parallax-fog-4 {
        display: none;
    }.welcome {

         padding-bottom: 30px;

     }
    .welcome__people{
        opacity: 0;

    }

    .about .content {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 45px;
    }
    .col__title {
        font-size: 28px;
        margin-bottom: 35px;

    }
    .content__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .footer__flex {
        flex-direction: column-reverse;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .footer__col-right {
        margin-bottom: 25px;
    }
    .header__menu {
        display: none;
    }
    .reference .content {
        padding-left: 0;
        padding-right: 0;
    }
    .btn.header__register.active{
        display: none;
        visibility: hidden;
    }
    .container_flex{
        flex-direction: column;
    }
    .title.col__title.participants.center{
        transform: translateX(-26%);
    }
    .about .content__block--icon.center{
        width: 100%;
    }
    .section-page.video{
        display: none;
    }
}

@media (min-width: 516px)and (max-width: 576px) {
    .content__grid {
        grid-template-columns: 1fr;
    }
    .container_flex{
        flex-direction: column;
    }
    .welcome__people{
        display: none;
    }
    .title.col__title{
        font-size: 30px;
        /*transform: translateX(-100px);*/

    }
    .title.col__title.participants.center{
        transform: translateX(-28%);
    }
    .welcome__subtitle span{
        width: 100%;
    }
    .about .content__block--icon.center{
        width: 100%;
    }
    .block.content__block.participants{
        width: 340px;
        transform: translateX(-170px);
    }
    .list__item.left{
        left:0%;
    }
    .reference .content{
        padding-left: 0px;
    }
    .block.content__block,
    .block.content__block.header{
        width: 100%;

    }
    .block__flex {
        flex-direction: column;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .block__left {
        margin-bottom: 15px;
    }.block__right {
         padding-left: 0px;
     }
    .content__footnote {
        padding-left: 0px;
    }
    .block__title {
        font-size: 30px;

    }
    .about .content__block--icon {
        padding-left: 60px;
        background-size: 40px 40px;

    }
    .section-page.partners {
        /*padding-bottom: 150px;*/
    }
    .btn.header__register.active{
        display: none;
        visibility: hidden;
    }
    .section-page.video{
        display: none;
    }

    .partners__content{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4,140px);
    }
    .content__price{
        grid-template-columns: 1fr;
    }
    .container__logo{
        display: none;
    }
    .header__menu.menu{
        display: none;
    }
    .partners__content{
        grid-template-rows:repeat(5, 140px);
    }
    .cards_items_speciality, .cards_items_speciality_two{
        grid-template-columns: 1fr;
    }

}

@media (min-width: 320px) and (max-width: 515px) {
    .welcome{
        padding-bottom: 0;
    }
    .welcome__text{
        height: 100px;
    }
    .welcome__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .welcome__title span {

        font-size: 35px;
    }
    .welcome__subtitle span{
        font-size: 28px;
    }
    .container__logo{
        display: none;
    }
    .starting-date{
        font-size: 27px;
    }
    .starting-date span{
        display: block;
        width: 350px;
    }

    .section-page.partners{
        padding-bottom: 0px;
    }
    .section-page.about{
        padding-top: 0;
    }
    .section-page.programs{
        padding-top: 0;

    }
    .logo__link{
        margin-bottom: 40px;
    }
    .header__burger--btn{
        position: relative;
        width: 40px;
        height: 40px;
        border: none;
        background-color:#3A7C92;
    }
    .header__burger--btn span{
        position: absolute;
        width: 30px;
        height: 3px;
        left: 5px;
        background-color: #fff;
        transition: transform .5s, opacity .5s, background-color .5s;

    }
    .header__burger--btn span:nth-child(1){
        transform: translateY(-10px);
    }

    .header__burger--btn span:nth-child(3){
        transform: translateY(10px);
    }
    .header.open .header__burger--btn span:nth-child(2){
        opacity: 0;
    }
    .header.open .header__burger--btn span:nth-child(1){
        transform: translateY(0) rotate(45deg);

    }
    .header.open .header__burger--btn span:nth-child(3){
        transform: translateY(0) rotate(-45deg);
    }
    .logo__link.header{
        display: none;
    }
    .menu__list.links{
        position: absolute;
        left: -350px;
        top:0;
        width: 350px;
        display: block;
        padding:30px;
        transition: tranform .5s;



    }
    .menu__list.position{
        position: relative;
    }
    .header.open .menu__list.links{
        transform: translateX(100%);
    }
    .menu__list-link{
        display: block;


    }
    .menu__list-item{
        text-align: left;
    }
    .btn.btn__register{
        width: 312px;
        font-size: 13px;
        border-radius: 15px;
    }
    .btn.btn__register.center{
        font-size: 15px;
        width: 141%;
        border-radius: 15px;
        margin: 0 auto;
    }

    /*.btn.btn__register.center{*/
    /*    margin-top: 50px;*/
    /*}*/
    .line{
        margin-top: 160px;
    }

    .btn.btn__register#btn_base1{
        font-size: 20px;
    }

    .welcome__subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .welcome__people{
        opacity: 0;
    }

    .about .content__block--icon {
        padding: 15px 10px;
    }
    .about .content__block, .content__block {
        padding: 15px 10px;
    }
    .title.col__title{
        font-size: 40px;

    }
    .title.col__title.participants{
        margin-top: 50px;
        width: 100%;
        font-size: 33px;
    }

    .container__cards__price{
        width: 100%;
    }

    .title.col__title.center{
        margin-top: 460px;
    }
    .title.col__title.center.certificate, .title.col__title.center.programm,
    .title.col__title.center.partners{
        margin-top: 100px;
    }
    .btn.btn__register.center.nmo{
        margin-top: 20px;
    }
    .cards_items_speciality, .cards_items_speciality_two{
        grid-template-columns: 1fr;
    }

    .block.content__block.participants{
        width: 350px;
        transform: translateX(-747px);

    }
    .block.content__block,
    .block.content__block.header{
        /*width:340px ;*/
    }

    .reference .content{
        padding-left: 0px;
    }
    /*.speaker{*/
    /*    display: none;*/
    /*}*/

    .listen .block__price {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .content__block--icon-1,.content__block--icon-2 {
        display: none;
        background-image: none;
        width: 100%;
    }
    .content__block--icon-1,.content__block--icon-2.price{
        display: block;
        width: 100%;
    }
    .block.content__block.content__block--icon.content__block--icon-2.center{
        display: block;
        width: 100%;
        background-image: none;
    }
    .grid__element{
        left: 0%;
    }
    .block__text__price,.block__price{
        font-size: 22px;

    }
    .price__num {
        margin-right: 7px;
    }
    .register__link--big {
        padding: 20px 10px;
    }
    .register__link--big span {
        font-size: 24px;
    }
    .register__link--small {
        padding: 10px 15px;
    }.register__link--small span {
         font-size: 16px;
     }
    .information {
        font-size: 20px;
    }
    .contacts {
        font-size: 20px;
    }
    .block__left-title {
        font-size: 18px;
    }
    .header{
        min-height: 0px;
    }
    .header__content{
        flex-direction: column;
    }

    .line{
        display: none;
    }

    .logo__link.partners{
        margin-bottom: 120px;
        width: 300px;
    }
    .btn.btn__register.center{
        /*margin-left: 18px;*/

    }
    .btn.header__register.active{
        display: none;
        visibility: hidden;
    }
    .container.modal__form{
        width: 315px;

    }
    .modal-content{
        width: 345px;
        margin:40px auto;

    }
    .reference .block__grid{
        grid-template-columns: 150px 1.5fr 1fr;
    }
    .reference .block__grid.block__grid-head{
        grid-template-columns: 163px 1.5fr 1fr;
    }
    .container_flex{
        flex-direction: column;
    }
    .content__participants{
        grid-template-columns: 1fr;

    }
    .list__item.left{
        left:0%;
    }
    .content__price{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3,1fr);
        gap: 50px;
    }
    .partners__content{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4,140px);
        left: 10%;

    }
    .section-page.video{
        display: none;
    }

    .btn.btn__register.center.document{
        width: 90%;

    }
    .block__column-title{
        font-size: 14px;
    }
    .partners__logo{
        grid-template-columns: repeat(1,1fr);
        justify-items: center;
    }
    .block__column.time{
        width: fit-content;
    }

    .reference .block__grid{
        grid-template-columns: 80px 0.5fr 0.5fr;
        gap: 2px;
    }
    .block.content__block{
        width: 100%;
    }
    .speaker{
        font-size: 12px;
    }
    .block__grid-head .block__column-title, .block__grid-head .speaker{
        font-size: 15px;
    }
    .reference .block__grid.block__grid-head{
        grid-template-columns: 110px 1fr 1fr;

    }
    .doctor_certificate{
        display: block;
    }
    .img_doctor_certificate{
        display: none;
    }

}






