:root {
  --bg-grey: #EBF0F8;
  --color-grey:#505050;
  --color-aqua: #15E0D6;
  --color-blue: #18335C;
  --padding: 80px 96px;
  --radius: 20px;
}

video, .inner__media{
	display:none !important;
}








body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'PF DinDisplay Pro';
  color: #000;
  transition: .23s;
}
.text-block__wrap {
    position: relative;
    overflow: hidden;
}
.access-active .readmore-toggle {
    font-size: 26px;
}
.text-block__wrap.editor.text.short:before {
    display: none;
}
.readmore-toggle {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    color: var(--color-blue);
    gap: 20px;
    margin-left: auto;
    margin-top: 40px;
}

.readmore-toggle svg {
    width: 20px;
    height: 10px;
    transition: .23s;
    transform: rotate(0deg);
}

.readmore-toggle.less svg {
    transform: rotate(180deg);
}

.section.text-block {
    display: flex;
    flex-direction: column;
}
.text-block__wrap a {
    text-decoration: underline !important;
}
/*
.text-block__wrap:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}*/

.readmore-toggle:hover {
    color: var(--color-blue);
}

.section.text-block {
    background: #fff;
}
.text-block__wrap ul li::marker {
    display: none;
}

.text-block__wrap h1 {
    font-weight: 500;
    font-size: 56px;
    line-height: 110%;
    letter-spacing: 0.01em;
}

.text-block__wrap h2 {
    font-size: 40px;
}

.text-block__wrap h3 {
    font-size: 32px;
}

.text-block__wrap h4 {
    font-size: 24px;
}

.access-active .text-block__wrap h1 {
    font-size: 96px;
}
.access-active .text-block__wrap h2 {
    font-size: 64px;
}
.access-active .text-block__wrap h3 {
    font-size: 48px;
}
.access-active .text-block__wrap h4 {
    font-size: 36px;
}

.text-block__wrap h2, 
.text-block__wrap h3, 
.text-block__wrap h4, 
.text-block__wrap h5, 
.text-block__wrap h6 {
    margin: 10px 0 10px;
}

.rating-line__wrap {
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.accordion-main.text {
    transition: 0s;
}
.access.access-active svg {
    fill: var(--color-aqua);
}
.access svg {
    fill: #505050;
}
.access, .access svg {
    width: 100px;
    height: 100px;
}
.access.fixed {
    top: 20px!important;
    position: fixed;
}


.home .access {
    top: 184px;
    
}
.access {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 111px;
    z-index: 9;
}

.access {
    right: calc(((100vw - 1694px) / 2) + 23px);
}
.page-inner > .container {
    background: var(--bg-grey);
    border-radius: 20px;
    width: 100%;
    max-width: 1694px;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.page-inner {
  padding: 0 60px;
}
.hidden {
  display: none;
}

.btn-mobile {
  display: none;
}

.link-aqua, .link-aqua:hover {
    background: var(--color-aqua);
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
    padding: 0 70px;
}
.fields .form-control:focus {
  outline: none;
  box-shadow: none;
}
.fields input, 
.fields textarea,
.fields input:focus, 
.fields textarea:focus {
    background: var(--bg-grey);
    border: 1px solid #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    border-radius: 9px;
    color: #000;
    outline: none;
}

.field input::placeholder, .field textarea::placeholder {
    color: var(--color-grey);
}

.fields input {
    height: 56px;
    padding: 0 16px;
}

.fields textarea {
    padding: 16px;
}
input.wpcf7-not-valid::placeholder {
    color: #FF0000;
}
h3.mediator-item__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 0.01em;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: auto 36px;
    gap: 40px;
}
.meta-item > span {
    font-weight: 700;
    margin: 0 5px 0 0;
}
.mediator-item__dates.meta-item {
    display: flex;
}
.meta ul {
    margin: 0 !important;
}
.mediator-item .main {
    padding-top: 20px;
}
.mediator-item:last-child {
    border-bottom: 1px solid var(--color-grey);
}
.mediators-list {
    padding: 40px 0;
}
.mediators-filter__actions button,
.mediators-filter__actions button:hover,
.mediators-filter__actions button:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-aqua);
    border-radius: 8px;
    height: 60px;
}
.mediators-filter__field.fields input, .mediators-filter__field .nice-select.region-select {
    height: 60px;
}
.mediators-filter__field.fields {
    margin-left: auto;
    margin-right: 40px;
}
.mediators-filter__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
button#mediators-reset[disabled] {
    opacity: .5;
}
.mediator-item {
    padding: 30px 0;
    border-top: 1px solid var(--color-grey);
}
.mediators-filter__actions button svg {
    width: 26px;
    height: 26px;
}

#mediators-reset {
    width: 60px;
}

.mediators-filter__actions button:first-child {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
    min-width: 210px;
    padding: 0 15px;
}

.mediators-filter__actions {
    display: flex;
    gap: 40px;
}

.form-block {
    background: #fff;
}

.nice-select.wpcf7-form-control.wpcf7-select.form-control, 
.nice-select.form-control:focus,
.nice-select.region-select,
.nice-select.region-select:focus {
    outline: none;
    box-shadow: none;
    border-color: #18335C;
}
.nice-select.region-select {
    border: 1px solid #000;
    min-width: 450px;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #505050;
}

.nice-select.region-select > span {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 60px 0 16px;
}
.nice-select.wpcf7-form-control.wpcf7-select.form-control,
.nice-select.region-select {
    height: 56px;
    background: var(--bg-grey);
    font-weight: 300;
    font-size: 20px;
    color: #444;
    padding: 0;
    border-radius: 9px;
}
.form-inner.form--cons {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 1120px;
    margin: 0 auto;
}

.form-inner.form--cons .title-section {
    text-align: center;
}

.form-inner.form--cons .field-col .field:last-child {
    grid-area: auto;
}
.form-inner.form--cons .field.field--accept {
    grid-area: auto / 1 / auto / 3;
}
.field--select .nice-select span.current {
    height: 54px;
    position: relative;
    padding: 0 16px;
    display: flex!important;
    align-items: center;
    border-radius: 9px;
}
.field--select .nice-select.open:after,
.nice-select.region-select.open:after {
  transform: translate(0, -50%) rotate(0deg);
}
.field--select .nice-select:after,
.nice-select.region-select:after {
    width: 24px;
    height: 24px;
    left: auto;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
    transition: .23s;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-drop.svg) no-repeat center;
}
.field.field-number input {
    padding-left: 56px;
}

.field.field-number span {
    display: block;
    position: relative;
}

.field.field-number span:before {
    content: '';
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 13px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/flag.svg) no-repeat center;
}



.form-inner.form--cons .field-submit button {
    padding: 0 70px;
}

.nice-select.region-select .list,
.field--select .nice-select .list {
    width: calc(100% + 2px);
    background: var(--bg-grey);
    left: -1px;
    padding: 0;
    scale: 1;
    transform: scale(1);
    z-index: 999;
}
.wpcf7-acceptance label span {
    position: relative;
    display: block;
    padding-left: 36px;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
}

.wpcf7-acceptance label span:before, .wpcf7-acceptance label span:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.wpcf7-acceptance label span:before {
    border: 2px solid #000;
    border-radius: 6px;
}

.wpcf7-acceptance label span:after {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-accept.svg) no-repeat center;
}

.wpcf7-acceptance label input {
    display: none;
}

.wpcf7-acceptance span {
    margin: 0;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.field-submit button,
.field-submit button:focus {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
    background: var(--color-aqua);
    color: #000;
    border-radius: 8px;
    min-width: 220px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.field-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #505050;
    margin: 0 0 10px;
}

.field.field--cal {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-block .wpcf7 form.invalid .wpcf7-response-output, 
.form-block .wpcf7 form.unaccepted .wpcf7-response-output, 
.form-block .wpcf7 form.payment-required .wpcf7-response-output {
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #18335C;
}
.nice-select.region-select .list:before,
.field--select .nice-select.open .list:before {
    opacity: 0;
}
.nice-select.region-select .option,
.field--select .nice-select .option {
    padding: 0 16px;
    height: 56px;
    display: flex;
    align-items: center;
}

.nice-select.region-select .option:hover, 
.nice-select.region-select .option.selected,
.field--select .nice-select .option:hover, 
.field--select .nice-select .option.selected {
    background: var(--color-aqua);
}



.form-inner {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 60px;
}

.field-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    grid-template-rows: 56px 56px 56px;
}

.field-col > div:nth-child(2) {
    grid-area: 2;
}

.field-col > div:nth-child(3) {
    grid-area: 3;
}

.field-col .field:last-child {
    grid-area: 2 / 2 / 4 / 3;
    height: 100%;
}

.field-col .field:last-child p, .field-col .field:last-child p span {
    height: 100%;
    display: block;
}

.fields textarea {
    height: 100%;
}
.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 20px 0;
}

.field-submit p {
    display: flex;
    justify-content: center;
}

.cols-item {
    border-radius: 10px;
    padding: 20px;
    background: var(--bg-grey);
}

.cols-item .num {
    border: 1px solid var(--color-aqua);
    border-radius: 10px;
    width: 53px;
    height: 53px;
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cols-item {
    display: grid;
    grid-template-columns: 53px auto;
    gap: 20px;
}

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

.numbers-boxs {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0px 0;
}



.numbers-boxs > div {
    display: grid;
    gap: 40px;
}

.nubmers-col-2 {
    grid-template-columns: 1fr 1fr;
}

.nubmers-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.actions .text.text--bottom {
    margin: 0px 0 0 0;
}
.theme-dark .cols-item {
    background: #fff;
    color: #000;
}
.theme-dark.actions ul li:before {
    background: #000;
}
.actions .section-meta {
    margin: 0 0 0px;
}

.section-blocks {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.schema .text.text--bottom, 
.schema .section-meta,
.section-blocks .text.text--bottom,
.section-blocks .section-meta {
    margin: 0;
}
.inst-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.page-mediators .inner__media {
    min-height: 300px;
}
.schema-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.schema-item {
    border-radius: 10px;
    padding: 20px;
    background: var(--bg-grey);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.schema-item h3 {text-align: center;margin: 0;}

.schema-item .editor > ul:first-child > li:before {
    content: '';
    display: block;
    width: 22px;
    height: 25px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-dark.svg) no-repeat center;
    background-size: contain;
    border-radius: 0;
    left: 0;
    top: 3px;
}

.schema-item .editor > ul:first-child > li {
    padding-left: 42px;
}

.schema-item .editor > ul:first-child {
    padding: 0!important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.schema-item svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
}

.schema-item  svg {
  fill: #18335C;
}
.theme-dark .schema-item  svg {
  fill: #fff;
}

.schema-item {
    position: relative;
}

.schema-item:last-child svg {
    display: none;
}

.theme-dark .schema-item {
    background: #fff;
    color: #000;
}

.schema-item img {
    margin: 0 auto;
}


.mediator-item .main {
    display: none;
}

.mediator-item__title {
    cursor: pointer;
}

.mediator-item.open .mediator-item__title {
    opacity: .8;
}

.mediators-section.section {
    background: #fff;
}

.page-mediators .starting-inner .inner__media {
    min-height: 300px;
}

span.wpcf7-checkbox {
    padding: 0;
    border: 0;
    margin: 0;
    height: auto;
}

span.wpcf7-checkbox label {
    margin: 0;
    height: auto;
}

span.wpcf7-checkbox label input {
    display: none;
}



span.wpcf7-checkbox > span {
    margin: 0;
}

.wpcf7-radio label span,
span.wpcf7-checkbox label span {
    display: block;
    position: relative;
    padding-left: 30px;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    letter-spacing: 0.02em;
}

.wpcf7-radio label span:before, 
.wpcf7-radio label span:after,
span.wpcf7-checkbox label span:before, 
span.wpcf7-checkbox label span:after {
    content: '';
    display: block;
    position: absolute;
}

.wpcf7-radio label span:after,
span.wpcf7-checkbox label span:after {
    left: 0px;
    top: 3px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 2px solid #000;
}
.wpcf7-radio label input:checked ~ span:before,
span.wpcf7-checkbox label input:checked ~ span:before {
  opacity: 1;
}
.wpcf7-radio label span:before,
span.wpcf7-checkbox label span:before {
    left: 5px;
    top: 8px;
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50%;
    opacity: 0;
    transition: .23s;
}

.wpcf7-radio label input {
    display: none;
}

.wpcf7-radio label {
    margin: 0;
}

.wpcf7-radio > span {
    margin: 0;
}

.wpcf7-radio,
span.wpcf7-checkbox {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}


.breadcrumbs, .breadcrumbs a {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #505050;
}

.breadcrumbs {
    margin: 0 0 60px;
}

.starting-inner .link-aqua {
    margin-top: 50px;
    display: inline-flex;
}

.starting-inner .title-medium {
    margin: 0 0 10px;
}

.starting-inner .inner {
    display: grid;
    grid-template-columns: 1.27fr 1fr;
    gap: 42px;
}
.starting-inner .text {
  font-weight: 400;
}

.starting-inner .inner__media {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner.no-img {
    display: flex;
}
.wpcf7-response-output {
   
    margin-top: 20px !important;
}

#wpcf7-f397-o2 .wpcf7-response-output,
#wpcf7-f912-o3 .wpcf7-response-output {
 padding-left: 510px !important;
}
.form-inner.no-theme .field-col .field:last-child {
    grid-area: 1 / 2 / 4 / 3;
}

.casco-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
}

.casco-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    align-items: center;
}

.casco-item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
}

.site-header .container,
footer .container {
    max-width: 1734px;
    width: 100%;
    padding: 0 60px;
}
.site-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 92px;
    padding: 50px 0;
}

.top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.menu li {
    height: 28px;
}
.menu-top li {
    display: flex;
    align-items: center;
}
.header-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: auto;
}


ul.menu, .menu-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu a, .menu-top a, .top__nav > a {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--color-grey);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: .23s;
}

ul.menu a img {
    max-width: 28px;
    max-height: 28px;
    margin-right: 10px;
}

ul.menu {
  display: flex;
  gap: 40px;
  align-items: center;
}


.menu-top a {
    padding: 0;
}

.menu-top ul {
    display: flex;
    gap: 48px;
}

.top__nav svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.top__nav {
    display: flex;
    align-items: center;
    gap: 30px;
}



.starting span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    margin: 0!important;
}


.starting span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-grey);
}

.starting .swiper-pagination {
    bottom: 45px!important;
    top: auto!important;
    left: 0!important;
    right: 0!important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.page-contact .starting-inner .inner__media {
    min-height: 300px;
}


.contact-section {
    background: #fff;
}


.contact-box__icon svg {
    width: 42px;
    height: 42px;
}

.contact-box {
    display: flex;
    gap: 10px;
}

.contact-boxs {
    display: flex;
    gap: 60px;
}

.contact-box__value, .contact-box__value a {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #282727;
}

.contact-box__title {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #282727;
}

.contact-box.phones > div:last-child {
    margin-left: 50px;
    max-width: 220px;
}

.contact-box.phones > div {
    max-width: 260px;
}
.archive-first .breadcrumbs {
    margin: 0 0 42px;
}


.news-preview__thumb {position: relative;border-radius: 10px;overflow: hidden;}

.news-preview__thumb:before {
    content: '';
    display: block;
    padding-top: 77%;
}

.news-preview__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0px;
}

article.news-preview a {
    display: grid;
    grid-template-columns: 160px auto;
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    color: #000;
}

article.news-preview h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.01em;
    margin: 0 0 10px;
}

.news-preview__main {
    display: flex;
    flex-direction: column;
}

.news-preview__main .latest-news__meta {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin-top: auto;
}

.articles-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-links,
ul.page-numbers {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.nav-links a,
ul.page-numbers a {
    color: rgba(0, 0, 0, 0.5);
}

.nav-links a.prev, .nav-links a.next,
ul.page-numbers a.prev, ul.page-numbers a.next {
    color: #000;
}

.nice-select.region-select .list {
    max-height: 420px;
    overflow: auto;
}
.mediator-item.open .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.mediators-empty {
    padding: 30px 0;
    text-align: center;
}

.single .breadcrumbs, 
.single h1.title-medium, .article__thumbnail {
    margin: 0 0 50px;
}

.single h1.title-medium {
    margin: 0 0 50px;
}
.article .editor h2, 
.article .editor h3,
.article .editor h4, 
.article .editor h5, 
.article .editor h6 {
  line-height: 110%;
  letter-spacing: 0.01em;
  margin: 15px 0;
}

.article .editor h2 {
    font-weight: 500;
    font-size: 40px;
    
}

.article .editor h3 {
    font-weight: 400;
    font-size: 32px;
}

.article .editor h4, 
.article .editor h5, 
.article .editor h6 {
    font-weight: 400;
    font-size: 24px;
}


.article__thumbnail {
    display: flex;
    justify-content: center;
}

.footer-inner {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.access-active .footer-info {
    font-size: 26px;
}
footer .social a,
footer .social a svg {
    width: 24px;
    height: 24px;
}
.access-active footer .social a,
.access-active footer .social a svg {
    width: 36px;
    height: 36px;
}

.footer-info {
    display: flex;
    align-items: center;
    gap: 40px;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
}

.footer-info p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-meta .title-section {
    margin: 0 0 10px;
}

.latest-news {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
}

.latest-news__link, .latest-news__link:hover {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 20px;
    color: #000;
    align-items: flex-start;
}

.latest-news__thumb {
    width: 160px;
    height: 124px;
    overflow: hidden;
}

.latest-news__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-news__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.latest-news__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.01em;
    margin: 0 0 15px;
}

.latest-news__meta {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
}

.latest-news .title-section {
    margin: 0;
}

.latest-news .link-aqua {
    margin: 0 auto;
}
.list-item {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 20px;
}

.list-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0px solid #c0c0c0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}


p {
  margin-bottom: 0;
}



img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.section {
  border-radius: var(--radius);
  padding: var(--padding);
}

.section.theme-light {
   background: #fff;
}

.section.theme-dark {
   background: var(--color-blue);
   color: #fff;
}

.edge-items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.edge-item {
    width: calc(100%/3 - 34px);
}
.edges .title-medium {
    margin: 0 0 60px;
}
.edge-item {
    text-align: center;
}
.edge-item .title-small {
    margin: 0 0 5px;
}
.edge-item__icon span {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edges.theme-dark {
    background: var(--color-blue);
    color: #fff;
}

.edges.theme-light {
    background: #fff;
}

.edge > .title-medium {
    margin: 0 0 60px;
}

.edge-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.edge-item__icon img {
    max-height: 65px;
    width: auto;
}

.edge-item__icon:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #15e0d6 0%, rgba(21, 224, 214, 0) 100%);
    margin: 10px 0;
}

.slider {
    padding: 0px 96px; 
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
}

.first-slider {
    background: var(--color-blue);
    border-radius: 20px;
    
}

.slider__media {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
}

.title-medium,
.title-small,
.title-section {
  line-height: 110%;
  letter-spacing: 0.01em;
}
.title-medium {
    font-weight: 500;
    font-size: 56px;
   
}

.title-small {
  font-weight: 400;
  font-size: 32px;
}

.title-section {
  font-weight: 500;
  font-size: 40px;
}



.slider .text {
  font-weight: 400;
}
.desc, .text {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
}

.slider__main > a {
    margin-top: 50px;
}

.slider__main {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.slider__main .title-medium {
    margin: 0 0 10px;
}


.slider__media video, .slider__media img {
    max-height: 450px;
    width: auto;
    object-fit: contain;
}


a:hover {
  text-decoration: none;
} 

button, button:focus {
  padding: 0;
  background: transparent;
  outline: none;
  border: 0;
}

.btn-section {
    display: flex;
    justify-content: center;
}


.link-icon h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 0.01em;
    margin: 0;
}
.link-icon:hover {
  color: #000;
}
.link-icon {
    color: #000;
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.links-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}


.link-icon span {
    display: grid;
    grid-template-columns: auto 36px;
    width: 100%;
}

.link-icon.link--text > span {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}
.link-icon.link--text > span svg.icon {
    margin-top: auto;
}

.link-icon.link--text > span svg {
    margin-left: auto;
}

.link-icon.link--text {
    align-items: flex-start;
}

.theme-dark .accordion-trigger__text {
  color: #fff;
}

.accordion > .title-section {
    margin: 0 0 10px;
}

 .section-meta {
    margin: 0 0 40px;
}

.accordion-item {
    padding: 30px 0;
    border-top: 1px solid var(--color-grey);
}

a.file {
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 20px;
    color: #000;
}

.files {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.file__icon svg {
    width: 35px;
    height: 40px;
}

.file__name {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.01em;
    margin: 0 0 5px!important;
    padding: 8px 0 0 0;
}

.file__description {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
}
.theme-light a.file {
    background: #EBF0F8;
}
.accordion-item {
    padding: 30px 0;
    border-top: 1px solid var(--color-grey);
}
.accordion-top .title-small .plus {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
    max-width: 36px;
}
.plus {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #000000;
}
.theme-dark .plus {
  background: var(--color-aqua);
}

.theme-dark .plus:before, 
.theme-dark .plus:after {
  background: #000;
}

.plus:before, .plus:after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #15E0D6;
    position: absolute;
}

.plus:before {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.plus:after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    left: 50%;
    transition: .23s;
}
.accordion-item.open .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
}
.accordion-top .title-small {
  margin: 0;
}
.accordion-top .title-small button {
    position: relative;
    padding-right: 64px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}
.accordion.theme-dark .accordion-top .title-small button {
    color: #fff;
}
.accordion-item:last-child {
    border-bottom: 1px solid var(--color-grey);
}
.accordion.theme-dark .accordion-item {
    border-color: #fff;
}
.accordion-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-main {
    padding-top: 20px;
}
.text.editor p:last-child {
    margin: 0;
}
.text.editor p {
    margin: 0 0 10px;
}

.text.editor ul, .text.editor ol {
    margin: 0 0 15px;
    padding-left: 27px;
}

.text.editor ul {
    list-style: none;
}
.text.text--bottom {
    margin: 30px 0 0 0;
}
.editor h3 {
    font-size: 32px;
    margin: 0 0 10px;
}
.text strong {
    font-weight: 700;
}
/*
li:has(ul) {
    list-style: none;
}

li:has(ul):before {
    display: none!important;
}*/

.editor ul li:before,
.text ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: -16px;
}
ul li {
    position: relative;
}
.theme-dark ul li:before {
  background: #fff;
}


.list-cols > div {
    padding: 50px;
}
.list-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: flex-start;
}


.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}


.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}


.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}


.site-header .logo img {
    width: 184px;
    min-width: 184px;
}


.menu-box ul.menu {
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
}

.mobile-block {
  display: none;
}


.tab-content {
  display: none;
}

.tab-content.open {
  display: block;
}

.tab-content .boxs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.tab-content .box {
    border-radius: 20px;
    padding: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tab-content .items.items--values {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tab-content .items--values .item {
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.01em;
    
}

.tab-content .items--values .item__value:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #18335C;
    margin-top: 5px;
}

.tab-content .items--values .item__value {
    margin-top: 5px;
}

.tab-content .items--values .item:first-child .item__value:after {
    background: var(--color-aqua);
}
.tab-content .title-small {
    display: grid;
    grid-template-columns: auto 72px;
    gap: 25px;
    word-break: break-word;
    overflow-wrap: break-word;
}
.page--first .starting-inner .inner__media {
    min-height: 300px;
}

.showcases__tabs button {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    min-width: 220px;
    height: 60px;
    border-radius: 8px;
    background: var(--color-aqua);
}

.showcases__tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.showcases__tabs button.open {
    background: #505050;
    color: #fff;
}

.showcases {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.boxs.boxs--rating {
    grid-template-columns: 1fr;
    gap: 80px;
}

.rating-items {
    display: flex;
    gap: 15px;
}

.rating-line__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
}

.rating-line {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
}

.rating-line__value {
    background: #18335C;
    border-radius: 8px;
    padding: 7px;
    min-height: 49px;
}
.box__main {
    display: grid;
    gap: 80px;
    grid-template-columns: auto 1.15fr;
}

.box--rating:nth-child(even) .box__main {
    grid-template-columns: 1.15fr auto;
}
.box--rating .box__meta .text {
    font-weight: 400;
}
.box--rating:nth-child(even) .box__main .rating-items  {
    order: 2;
}

.box--rating:nth-child(even) .box__main .text {
    order: 1;
}
.box--rating .box__meta {
    margin: 0 0 40px;
}
.box--rating {
    background: #fff;
}
.rating-line__value span {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    align-items: center;
}


.section.img-text {
    background: #fff;
}

.img-text .title-section {
    margin: 0 0 40px;
}

.content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.content-wrap__img:before {
    content: '';
    display: block;
    padding-top: 86%;
}

.content-wrap__img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.content-wrap__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-text .content-wrap__img {
    border-radius: 15px;
}
.teem-box__img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.teem-box__img:before {
    content: '';
    display: block;
    padding-top: 66%;
}

.teem-box__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0px;
}

.teem-box__img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgb(24 51 92 / 0%) 50%, rgba(24, 51, 92, 0.5) 85%, rgb(24 51 92) 100%);
}

.teem-box__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 1;
    color: #fff;
    padding: 0 40px 45px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.teem-box {
    position: relative;
}



.teem-box__meta .title-section {
    white-space: nowrap;
}

.lead__img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.lead__img:before {
    content: '';
    display: block;
    padding-top: 142%;
}

.lead__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0px;
}

.leadership-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.lead__img:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg,rgba(24, 51, 92, 0) 0%, rgba(24, 51, 92, 0.5) 25%, rgba(24, 51, 92, 0.8) 100%);
}

.lead__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    z-index: 1;
    padding: 0 15px 25px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lead {
    position: relative;
}

.lead__meta .name {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.01em;
    padding: 0 10px;
}

.lead__meta .job {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    padding: 0 10px;
}

.leadership,
.supervisory {
    background: #fff;
}

.leadership .title-section {
    margin: 0 0 60px;
}

.supervisory .title-section {
    margin: 0 0 40px;
}


.super-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.super-item .name {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.01em;
}

.super-item .job {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
}




.field-column .field--select {
    height: 56px;
}

.field-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}



.form-columns .fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-columns .fields .field-row, .form-columns .fields .field-submit {
    grid-area: auto / 1 / auto / 3;
}

.link-wrap a.link-aqua {
    margin: 0;
    border-radius: 0 8px 8px 0;
}

.link-wrap {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
}

.link-wrap > span {
    color: #fff;
    background: #505050;
    border-radius: 8px 0 0 8px;
    height: 60px;
    display: flex;
    align-items: center;
    min-width: 220px;
    justify-content: center;
    padding: 0 70px;
}

.link-wrap {
    margin: 50px 0 0 0;
}
.mediators-filter__field.fields input {
    width: 450px;
}
@media only screen and (max-width: 1814px) {
    .access {
        right: 83px;
    }
}


@media only screen and (max-width: 1700px) {
   .mediators-filter__field.fields input {
        width: 100%;
    }

    .mediators-filter__field.fields {
        width: auto;
        margin: 0;
    }

    .mediators-filter__row {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
        gap: 40px;
    }
    .nice-select.region-select {
        min-width: 320px;
        width: 100%;
    }

}
.single .editor.text a {
    text-decoration: underline;
}

.starting-inner .inner__media img {
    max-height: 250px;
    width: auto;
}
.nice-select.wpcf7-form-control.wpcf7-not-valid > span {
    color: #f00;
}
.nice-select ul.list li:first-child {
    display: none;
}
.top__nav .nice-select ul.list li.option.selected {
    display: none!important;
}

.top__nav .nice-select ul.list li:first-child {
    display: block;
}

@media (min-width: 1200px) and (max-width: 1500px) {

    .edge-item {
        width: calc(100% / 2 - 25px);
    }

}


@media (min-width: 1200px) and (max-width: 1400px) {

    .contact-boxs {
        flex-direction: column;
    }

}

@media (min-width: 1401px) and (max-width: 1600px) {

    .field-col {
        grid-template-columns: 1fr;
    }

    .field-col > div {
        grid-area: auto!important;
    }

    .field-row {
        grid-template-columns: 1fr;
    }

}
a.file {
    text-decoration: none!important;
}
.theme-dark.text a.file, 
.theme-dark .editor a.file {
    color: #000!important;
}

.theme-dark .numbers-boxs .text a, 
.theme-dark  .numbers-boxs .editor a,
.theme-dark .schema-item .text a, 
.theme-dark  .schema-item .editor a {
    color: #000;
}
.theme-dark .text a, 
.theme-dark .editor a {
    color: #fff;
}


 .accordion .text a, 
 .accordion .editor a,
 .list .text a, 
 .list .editor a,
 .list-сolumns .text a, 
 .list-сolumns .editor a,
 .actions .editor a,
 .actions .text a,
 .schema .editor a,
 .schema .text a,
 .instruction .editor a,
 .instruction .text a    {
   text-decoration: underline;
}







@media only screen and (max-width: 1440px) {
    .rating-line__value {
        min-height: auto;
    }
    .lead__meta .name {
        font-size: 20px;
    }
    .lead__meta .job {
        font-size: 16px;
    }
    .tab-content .boxs {
        grid-template-columns: 1fr 1fr;
    }
    .page-template-page-rating .tab-content .boxs {
        grid-template-columns: 1fr;
    }
    .page-template-page-rating .box__main,
    .box--rating:nth-child(even) .box__main {
        display: grid;
        gap: 60px;
        grid-template-columns: 1fr 1fr;
    }
    .rating-line__text {
        font-size: 16px;
    }
    .rating-line__value span {
        font-size: 18px;
        width: 26px;
        height: 26px;
    }
    .site-header .container, footer .container {
        padding: 0 45px;
    }
    .casco-item .text {
        font-size: 16px;
    }
    .page-inner {
        padding: 0 45px;
    }

    .page-inner > .container {
        padding: 60px 30px;
    }

    :root {
    --padding: 60px 45px;
    }


    .list-cols > div {
        padding: 30px;
    }

    .site-header nav {
        gap: 70px;
    }

    .slider {
        padding: 0 60px;
    }

    .access, .access svg {
        width: 80px;
        height: 80px;
    }
    .access {
        right: 55px;
        top: 122px;
    }

    .home .access {
       
        
    }

    

}


@media only screen and (max-width: 1400px) {
    #wpcf7-f397-o2 .wpcf7-response-output,
    #wpcf7-f912-o3 .wpcf7-response-output {
        padding-left: 0px !important;
    }
    .form-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .footer-info {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .footer-inner .social {
        margin-left: auto;
    }
}




@media only screen and (max-width: 1364px) {
    .leadership-items {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .home .access {
        top: 210px;
    }

    .access {
        top: 160px;
    }
}

span.list-num img {
    transform: translateY(5px);
}





.img-text .desc, .img-text .text {
    font-size: 24px;
}
section.section.teem {
    padding: 0;
}
.teem-box__meta .title-section {
    margin: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.field br {
    display: none;
}

@media only screen and (max-width: 1199px) {

.home .access, .home .access svg {
    width: 80px;
    height: 80px;
}
.home .access {
    top: 120px;
}
.access, .access svg {
    width: 50px;
    height: 50px;
}
:root {
        --padding: 80px 40px;
}
.readmore-toggle {
    font-size: 20px;
}
.leadership-items {
    grid-template-columns: 1fr 1fr;
}
.content-wrap {
    grid-template-columns: 1fr .682fr;
}
.content-wrap.left-img {
    grid-template-columns: .682fr 1fr ;
}
.img-text .content-wrap {
    align-items: flex-start;
}
.page-template-page-rating .box__main,
.box--rating:nth-child(even) .box__main {
    grid-template-columns: 1fr;
}
.rating-line__value span {
        font-size: 20px;
        width: 32px;
        height: 32px;
}
.rating-items {
    justify-content: center;
}
.showcases__tabs {
    padding: 0 20px;
}
.tab-content .boxs {
    grid-template-columns: 1fr;
    gap: 42px;
}
.mediators-filter__row {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}
.mediators-filter__actions {
    justify-content: center;
}

.single .breadcrumbs, .single h1.title-medium, .article__thumbnail {
    margin: 0 0 42px;
}
.page-template-page-contact .starting-inner .title-medium {
    margin: 0;
}
.contact-boxs {
    flex-direction: column;
}
.link-wrap {
    margin: 30px auto 0;
    justify-content: center;
}
.nubmers-col-2, .nubmers-col-3 {
    grid-template-columns: 1fr;
}
.link-wrap {
    margin: 30px auto 0;
    justify-content: center;
}

.nubmers-col-2, .nubmers-col-3 {
    grid-template-columns: 1fr;
}

.schema-items {
    grid-template-columns: 1fr;
}

.schema-item svg {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -10px;
    top: auto;
    transform: translate(0%, 100%) rotate(90deg);
}
.inst-items {
    grid-template-columns: 1fr;
    gap: 40px;
}
.form-columns .fields > div {
    grid-area: auto !important;
}
.form-columns .fields {
    grid-template-columns: 1fr;
}
.form-columns .field-row {
    margin: 4px 0;
}
.casco-item {
    max-width: 240px;
    width: 100%;
}
.casco-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.starting-inner .inner {
    grid-template-columns: 1fr;
    position: relative;
}



.starting-inner .inner__content {
    display: contents;
}

.starting-inner .inner .breadcrumbs {
    position: relative;
    order: 1;
}

.starting-inner .inner {
    padding-top: 0;
    gap: 20px;
}

.starting-inner .inner__media {
    order: 2;
}

.starting-inner .title-medium {
    order: 3;
}

.starting-inner .text {
    order: 4;
}
.link-wrap {
    order: 5;
}
.inner.no-img {
    flex-direction: column;
}
.starting-inner .inner__media {
    max-height: 325px;
    min-height: 325px;
}

.starting-inner .inner__content {
    text-align: center;
}

.starting-inner .inner .breadcrumbs {
    margin: 0;
}

.starting-inner .link-aqua {
    margin-top: 30px;
}
.access {
    right: 20px;
    top: 73px;
}
.footer-info {
    font-size: 20px;
}
.social svg, .social a {
    width: 24px;
    height: 24px;
}
.footer-inner {
    padding: 40px 0;
}
.field-col > div {
    grid-area: auto !important;
}
.field-col {
    grid-template-columns: 1fr;
}
section.form-block {
    padding: 80px 96px;
}
.fields textarea {
    height: 100%;
    max-height: 128px;
}
.field-row {
    grid-template-columns: 1fr;
    
    gap: 16px;
}
.list-cols {
    display: flex;
    flex-direction: column;
}
.list-cols > div {
    padding: 50px;
}
.edge-items {
    flex-direction: column;
    align-items: center;
}

.edge-item {
    width: 100%;
    max-width: 440px;
}
.page-inner {
    padding: 0 0px;
}
.page-inner > .container {
        padding: 80px 40px;
}
.slider__main .title-medium {
    margin: 0;
}

.slider__main > a {
    margin: 0;
}

.slider__main {
    align-items: center;
    text-align: center;
    gap: 30px;
}
.slider {
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
}

.slider__main {
    order: 2;
    padding: 0 0 50px;
}
.slider__media {
    order: 1;
}



.slider__media {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.slider__media:before {
    content: '';
    display: block;
    padding-top: 88%;
    width: 100%;
}

.slider__media video, .slider__media img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: none;
}
.slider {
    gap:30px;
}
.links-block {
    grid-template-columns: 1fr;
}
.mobile-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-block .menu-top ul {
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.mobile-block__lang {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

.mobile-block__lang:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/lang.svg) no-repeat center;
}

.mobile-block__lang a {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--color-grey);
}

.mobile-block__lang li.current-lang a {
    font-weight: 700;
}
.site-header .container {
    padding: 0 40px;
}
footer .container {
    padding: 0 25px;
}
.site-header .logo img {
    width: 125px;
    min-width: 125px;
    min-height: 38px;
}
.site-header nav {
    padding: 30px 0;
    gap: initial;
}
.top__menu {
    display: none;
}
.top__nav > a svg {
    margin: 0;
}
.top__nav > a {
    font-size: 0px;
}
.top__nav {
    gap: 15px;
}
.top__nav svg {
    width: 24px;
    height: 24px;
}
.top__nav .lang-list {
    display: none;
}
body.menu-open {
  overflow: hidden;
}
.menu-main.menu-open {
    transform: translate(0%, 0%);
}
.mobile-block {
    flex: auto;
}
.mobile-block__menu {
    margin: auto 0;
}
.mobile-block__lang {
    margin-left: auto;
}
.menu-main {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 98px;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    padding: 40px;
    background: var(--bg-grey);
    z-index: 99;
    transform: translate(101%, 0%);
    transition: .12s;
    overflow: auto;
}
.menu-box ul.menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 0 25px;
}
.top {
    margin-left: auto;
}


.btn-mobile {
   position: relative;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}

.btn-mobile:before, .btn-mobile:after {
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background: var(--color-blue);
    display: block;
    transition: .23s;
    left: 50%;
    position: absolute;
    top: 50%;
}

.btn-mobile:before, .btn-mobile:after {
    content: '';
}

.btn-mobile:before {
    transform: translate(-50%, calc(-50% - 4px)) rotate(0deg);
}

.btn-mobile:after {
    transform: translate(-50%, calc(-50% + 4px)) rotate(0deg);
}

.btn-mobile span {
    transform: translate(-50%, calc(-50% + 0px)) rotate(0deg);
}

.btn-mobile.menu-open span {
    opacity: 0;
}

.btn-mobile.menu-open:before {
    transform: translate(-50%, calc(-50% - 0px)) rotate(-45deg);
}

.btn-mobile.menu-open:after {
    transform: translate(-50%, calc(-50% - 0px)) rotate(45deg);
}
.mobile-block .menu-top ul {
    margin: 15px 0;
}
} /* 1199 */
a.link-icon > img {
    max-width: 72px;
    max-height: 72px;
}
.link-icon span {
    gap: 30px;
}
span.mobile-img {
    display: none;
}
.accordion-trigger.mobile-trigger {
    display: none;
    visibility: hidden;
}
.editor.text h3 {
    font-weight: 400;
}
.field-title.wpcf7-not-valid {
    color: #FF0000;
}
.field.field--accept.wpcf7-not-valid {
    color: #ff0000;
}

.wpcf7-acceptance label span:after {
    opacity: 0;
    transition: .23s;
}

.wpcf7-acceptance label input:checked ~ span:after {
    opacity: 1;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #18335C;
    border: 0;
    padding: 0;
}
.mobile-toggle.js-mediator-toggle {
    display: none;
}
li.mediator-item__dates.meta-item,
.mediator-item__dates.meta-item {
    flex-wrap: wrap;
}

.mediator-item__dates.meta-item {
    margin: 0 0 20px;
}
.single-mediators .mediator-item .main {
    display: block;
}

.single-mediators .mediator-item {
    border: 0;
    padding: 0;
}

@media only screen and (min-width: 1740px) {
    .access-active .lead__meta .name {
        font-size: 36px;
    }

    .access-active .lead__meta .job {
        font-size: 26px;
    }

}

.showcases__tabs button {
    transition: .23s;
}

@media only screen and (min-width: 800px) {

    /* access main */
    body.access-active button:focus, body.access-active a:focus {
        outline: 1px solid #b3b3b3 !important;
        border: 0;
      
    }

    .access-active .tab-content .boxs {
        grid-template-columns: 1fr;
    }

    .access-active .showcases__tabs button {
        height: 72px;
        font-size: 32px;
        min-width: 280px;
    }

    .access-active .super-item .name {
        font-size: 36px;
    }

    .access-active  .super-item .job {
        font-size: 26px;
    }

    .access-active .lead__meta .name {
        font-size: 28px;
    }

    .access-active .leadership-items {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .access-active .lead__meta .job {
        font-size: 22px;
    }

    .access-active ul.menu a, .access-active .menu-top a, .access-active .top__nav > a {
        font-size: 26px;
    }

    .access-active .link-wrap > span {
        height: 72px;
        font-size: 32px;
    }
    .access-active ul.menu a img {
        display: none;
    }

    .access-active .lang-list .nice-select {
        font-size: 26px;
    }

    .access-active .top__nav svg {
        width: 28px;
        height: 28px;
        transition: .23s;
    }
    .access-active .schema-items {
        grid-template-columns: 1fr;
    }
    .access-active .mediators-filter__field.fields input, 
    .access-active .mediators-filter__field .nice-select.region-select {
        height: 72px;
    }
    .access-active .mediators-filter__actions button:first-child {
        font-size: 32px;
        height: 72px;
    }
    .access-active #mediators-reset {
        width: 72px;
        height: 72px;
    }
    .access-active .schema-item svg {
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -10px;
        top: auto;
        transform: translate(0, 100%) rotate(90deg);
    }
    .access-active .inst-items {
        grid-template-columns: 1fr;
    }
    .access-active .nubmers-col-2, .access-active .nubmers-col-3 {
        grid-template-columns: 1fr;
    }
    .access-active .lang-list .nice-select:after {
        width: 28px;
        height: 28px;
        background-size: 28px;
        top: 2px;
        left: 0px;
        transition: .23s;
    }
    .access-active .title-medium {
        font-size: 96px;
        line-height: 100%;
    }
    .access-active .breadcrumbs, .access-active .breadcrumbs a {
        font-size: 26px;
    }
    .access-active .desc, 
    .access-active .text {
        font-size: 26px;
    }
    .access-active .link-aqua, .access-active .link-aqua:hover {
        font-size: 32px;
        height: 72px;
    }

    .access-active .link-icon h2  {
        font-size: 48px;
    }

    .access-active .slider__main .text {
        font-size: 32px;
    }


    .access-active .edge-items > div {
        width: 100%;
    }
    .access-active .edge-items {
        flex-direction: column;
    }

    .access-active .title-small {
        font-size: 48px;
    }

    .access-active .title-section {
        font-size: 64px;
    }

    .access-active .list-item {
        grid-template-columns: 44px auto;
    }
    .access-active .editor h3 {
        font-size: 48px;
    }

    .access-active .links-block {
        grid-template-columns: 1fr;
    }

    .access-active .file__name {
        font-size: 36px;
    }

    .access-active .list-cols {
        grid-template-columns: 1fr;
    }
    .access-active .latest-news__meta {
        font-size: 26px;
    }
    .access-active .latest-news__title {
        font-size: 36px;
    }
    .access-active .form-inner {
        grid-template-columns: 1fr;
    }

    .access-active .field-col > div {
        grid-area: auto !important;
    }
    .access-active .field-col {
        grid-template-columns: 1fr;
    }
    .access-active .fields textarea {
        max-height: 128px;
    }
   .access-active  .field-submit button, .access-active .field-submit button:focus {
        font-size: 32px;
        height: 72px;
        min-width: 320px;
    }
    .access-active .field-row {
        grid-template-columns: 1fr;
    }

    .access-active .fields input, 
    .access-active .fields textarea, 
    .access-active .fields input:focus, 
    .access-active .fields textarea:focus,
    .access-active .nice-select.wpcf7-form-control.wpcf7-select.form-control, 
    .access-active .nice-select.region-select,
    .access-active .field-title,
    .access-active .wpcf7-acceptance label span {
        font-size: 26px;
    }

    .access-active .contact-boxs {
        flex-direction: column;
        gap: 40px;
    }
    .access-active .contact-box {
        flex-direction: column;
        gap: 40px;
    }

    .access-active .contact-box.phones > div:last-child {
        margin-left: 0px;
       max-width: 100%;
    }

    .access-active .contact-box__value, 
    .access-active .contact-box__value a {
        font-size: 36px;
    }

    .access-active .contact-box.phones > div {
        max-width: 100%;
    }

    .access-active .contact-box__title {
        font-size: 26px;
    }

    .access-active .contact-box__icon {
        display: none;
    }
    .access-active article.news-preview h3 {
        font-size: 36px;
    }
    .list-item,
    .link-icon h2,
    .editor h3,
    .title-medium, 
    .desc, .text,
    .file__name,
    .link-aqua,
    h2, h3, h4 {
        transition: .23s;
    }
    
    .access-active .article .editor h2 {
        font-size: 64px;
    }

    .access-active .editor h4 {
        font-size: 36px;
    }

    /*END access main */

    .rating-line__value {
        width: auto !important;
    }
    .rating-items {
        min-height: 300px;
    }
}






.erorr-box h1 {
    text-align: center;
}
.erorr-box h1 span {
    display: block;
    font-size: 140%;
    margin: 0 0 15px;
}
.erorr-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.accordion-main > .editor {
    padding: 15px 0 0 0;
}
@media only screen and (max-width: 799px) {
    .access-active .footer-info {
        font-size: 20px;
    }
    .home .access, .home .access svg {
        width: 50px;
        height: 50px;
    }
    .access-active footer .social a, 
    .access-active footer .social a svg {
        width: 24px;
        height: 24px;
    }
    .readmore-toggle {
        font-size: 16px;
    }
    
    .text-block__wrap h1 {
        font-size: 32px;
    }

    .text-block__wrap h2 {
        font-size: 28px;
    }

    .text-block__wrap h3 {
        font-size: 24px;
    }

    .text-block__wrap h4 {
        font-size: 18px;
    }

    .access-active .text-block__wrap h1 {
        font-size: 56px;
    }
    .access-active .text-block__wrap h2 {
        font-size: 40px;
    }
    .access-active .text-block__wrap h3 {
        font-size: 32px;
    }
    .access-active .text-block__wrap h4 {
        font-size: 24px;
    }

    .breadcrumbs,  
    .breadcrumbs a,
    .list-item,
    .link-icon h2,
    .editor h3,
    .title-medium, 
    .desc, .text,
    .file__name,
    .link-aqua,
    article.news-preview h3,
    .latest-news__meta {
        transition: .23s;
    }
    .file__icon svg {
        max-width: 25px;
        height: 28px;
    }
    a.file {
        grid-template-columns: 25px 1fr;
    }
    .file__icon svg {
        width: 25px;
        height: 28px;
    }
    p.file__name {
        padding-top: 4px;
    }
    .rating-line__wrap {
    width: 100%;
    }
    .slider__main .text {
        font-size: 20px;
    }

    .access-active .article .editor h2 {
        font-size: 32px;
    }
    .access-active .article .editor h3 {
        font-size: 28px;
    }
    .access-active .article .editor h4 {
        font-size: 24px;
    }
    .access-active .breadcrumbs,  .access-active .breadcrumbs a {
        font-size: 20px;
    }
    .access-active article.news-preview h3 {
        font-size: 24px;
    }
    .access-active .articles-list .latest-news__meta {
        font-size: 20px;
    }

    .access-active .contact-box__value, 
    .access-active .contact-box__value a {
        font-size: 24px;
    }
    .access-active .contact-box__title {
        font-size: 20px;
    }
    .access-active .showcases__tabs button {
        font-size: 24px;
        height: 64px;
    }

    .access-active .lead__meta .name,
    .access-active .super-item .name {
        font-size: 24px;
    }


    .access-active .lead__meta .job,
    .access-active .super-item .job {
        font-size: 20px;
    }


 /* access main */
    body.access-active button:focus, body.access-active a:focus {
        outline: 1px solid #b3b3b3 !important;
        border: 0;   
    }
   /*
    .access-active ul.menu a, .access-active .menu-top a, .access-active .top__nav > a {
        font-size: 26px;
    }

    .access-active ul.menu a img {
        display: none;
    }

    .access-active .lang-list .nice-select {
        font-size: 26px;
    }

    .access-active .top__nav svg {
        width: 28px;
        height: 28px;
        transition: .23s;
    }

    .access-active .lang-list .nice-select:after {
        width: 28px;
        height: 28px;
        background-size: 28px;
        top: 2px;
        left: 0px;
        transition: .23s;
    }*/
   
    .access-active .title-medium,
    .access-active .slider__main .title-medium {
        font-size: 36px;
    }
    .access-active .desc, 
    .access-active .text {
        font-size: 20px;
    }

    .slider__main .text {
        font-size: 24px;
    }

    .access-active .link-aqua, .link-aqua:hover {
        font-size: 24px;
        height: 72px;
    }


    

    .access-active .link-icon h2  {
        font-size: 28px;
    }



    .access-active .edge-items > div {
        width: 100%;
    }
    .access-active .edge-items {
        flex-direction: column;
    }

    .access-active .title-small {
        font-size: 28px;
    }



    .access-active .title-section {
        font-size: 32px;
    }

    .access-active .list-item {
        grid-template-columns: 1fr;
    }
    .access-active .editor h3 {
        font-size: 28px;
    }

    .access-active .links-block {
        grid-template-columns: 1fr;
    }

   

    .access-active .list-cols {
        grid-template-columns: 1fr;
    }
    .access-active .latest-news__meta {
        font-size: 20px;
    }
    .access-active .latest-news__title {
        font-size: 24px;
    }
    .access-active .form-inner {
        grid-template-columns: 1fr;
    }

    .access-active .field-col > div {
        grid-area: auto !important;
    }
    .access-active .field-col {
        grid-template-columns: 1fr;
    }
    .access-active .fields textarea {
        max-height: 128px;
    }

   .access-active  .field-submit button, 
   .access-active .field-submit button:focus {
        font-size: 24px;
        height: 72px;
        min-width: 320px;
    }
    .access-active .field-row {
        grid-template-columns: 1fr;
    }

    .access-active .fields input, 
    .access-active .fields textarea, 
    .access-active .fields input:focus, 
    .access-active .fields textarea:focus,
    .access-active .nice-select.wpcf7-form-control.wpcf7-select.form-control, 
    .access-active .nice-select.region-select,
    .access-active .field-title,
    .access-active .wpcf7-acceptance label span {
        font-size: 20px;
    }
    .list-item,
    .link-icon h2,
    .editor h3,
    .title-medium, 
    .desc, .text,
    .file__name,
    .link-aqua {
        transition: .23s;
    }
    
/*END access main */

























.teem-box__meta {
    padding: 20px 25px 0;
    position: relative;
    color: #000;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.mobile-trigger span.accordion-trigger__text {
    display: none;
}
.img-text .title-section {
    margin: 0 0 25px;
}
.leadership .title-section {
    margin: 0 0 25px;
}
.leadership-items {
    grid-template-columns: 1fr;
}
.lead__meta .name {
    font-size: 18px;
}
.lead__meta .job {
    font-size: 16px;
}
.supervisory .title-section {
    margin: 0 0 25px;
}

.super-item .name {
    font-size: 18px;
}

.super-item .job {
    font-size: 16px;
}

.super-items {
    grid-template-columns: 1fr;
}
.content-wrap,
.content-wrap.left-img {
    grid-template-columns: 1fr;
    gap: 20px;
}
.content-wrap.right-img .content-wrap__img {
    order: 1;
}
.content-wrap.right-img .content-wrap__text {
    order: 2;
}
.img-text .desc, .img-text .text {
    font-size: 20px;
}
.box__date.text {
    font-size: 20px;
}
.box--rating .box__meta {
    margin: 0 0 25px;
}
.rating-line__text {
    order: 1;
}
.rating-line__value {
    order: 2;
}
.rating-line__value span {
    width: 35px;
    height: 100%;
    margin-left: auto;
}
.rating-line__text {
    order: 1;
    display: flex;
    align-items: center;
}
.page-template-page-rating .box__main, 
.box--rating:nth-child(even) .box__main {
    gap: 30px;
}
.rating-items {
    flex-direction: column;
}
.rating-line {
    flex-direction: row;
    justify-content: flex-start;
}
.rating-line__value {
    height: 40px !important;
}
.tab-content .box {
    padding: 25px;
}
.tab-content .title-small {
    grid-template-columns: auto 42px;
    gap: 15px;
    margin: 0;
}
.tab-content .items--values .item {
    font-size: 18px;
}
h3.mediator-item__title {
    font-size: 24px;
    margin: 0 0 10px;
}
.mobile-toggle.js-mediator-toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-top: 10px;
}
h3.mediator-item__title .plus {
    display: none;
}
.editor ul li:before, .text ul li:before {
    top: 8px;
}
.breadcrumbs, .breadcrumbs a {
    font-size: 16px;
}
.article-main {
    padding: 0 25px;
}
.article .editor h2 {
    font-weight: 500;
    font-size: 28px;
}
.editor.text h4 {
    font-size: 18px;
}
.contact-box__value, .contact-box__value a {
    font-size: 18px;
}
.contact-box__title {
    font-size: 16px;
}
.contact-box.phones > div:last-child {
    margin-left: 0;
    margin-top: 10px;
}
.archive-first {
    padding: 0 40px;
}

article.news-preview a {
    grid-template-columns: 1fr;
}

article.news-preview h3 {
    font-size: 18px;
}


.articles-list .latest-news__meta {
    font-size: 16px;
}
.link-wrap {
    flex-direction: column;
}

.contact-boxs {
    gap: 20px;
}
.contact-box {
    flex-direction: column;
}
.link-wrap a, .link-wrap span {
    width: 100%;
}
.section-blocks {
    gap: 40px;
}
.cols-item .num {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.cols-item {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.link-wrap a.link-aqua {
    border-radius: 0 0px 8px 8px!important;
}

.link-wrap span {
    border-radius: 8px 8px 0 0;
}
.form-inner__meta .title-section {
    margin: 0;
}
.field-column .field--select {
    height: 44px;
}
.field.field-number span:before {
    top: 8px;
}
.casco-items {
    gap: 20px;
}
.starting-inner .inner {
    padding-top: 0px;
}
.starting-inner .inner__media {
    max-height: 260px;
    min-height: 260px;
}
.starting-inner .inner {
    gap: 20px;
}
.starting-inner .title-medium {
    margin: 0 0 0px;
}
.starting-inner .link-aqua {
        margin-top: 20px;
}
.starting-inner {
    padding: 0 20px;
}
.starting-inner .inner .breadcrumbs, .starting-inner .inner .breadcrumbs a {
    font-size: 16px;
}
.form-block .wpcf7 form.invalid .wpcf7-response-output, .form-block .wpcf7 form.unaccepted .wpcf7-response-output, .form-block .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
}
:root {
    --padding: 40px 25px;
}
.editor.text h3 {
    font-size: 24px;
}
.list-cols > div {
    padding: 40px 25px;
}
.file__name {
    font-size: 18px;
    padding: 0px 0 0 0;
}
a.file {
    padding: 10px;
    gap: 15px;
}
.latest-news {
    gap: 40px;
}
.latest-news__title {
    font-size: 18px;
    margin: 0 0 10px;
}
.latest-news__meta {
    font-size: 16px;
}
.latest-news__link, .latest-news__link:hover {
    grid-template-columns: 1fr;
    gap: 20px;
}
section.form-block {
    padding: 40px 25px;
}
.form-inner__meta .title-section {
    margin: 0 0 5px;
}
.fields input, .fields textarea, .fields input:focus, .fields textarea:focus {
    font-size: 16px;
}
.fields input {
    height: 44px;
    padding: 0 16px;
}
.field-col {
    grid-template-rows: auto;
}
.field--select .nice-select span.current {
    height: 42px;
}
.nice-select.wpcf7-form-control.wpcf7-select.form-control, .nice-select.region-select {
    font-size: 16px;
    height: 44px;
}
.nice-select.region-select .option, .field--select .nice-select .option {
    height: 44px;
}
.field-title {
    font-size: 16px;
}
.file__description {
    font-size: 16px;
    line-height: 110%;
}
.wpcf7-radio label span {
    font-size: 16px;
}
.accordion-trigger.mobile-trigger {
    display: flex;
    margin-left: auto;
    visibility: visible;
}
.wpcf7-radio label span:after {
    top: 0px;
}
.accordion-top .title-small .plus {
    display: none;
}
.wpcf7-radio label span:before {
    top: 5px;
}
.wpcf7-acceptance label span {
    font-size: 16px;
}
.list-item {
    grid-template-columns: 1fr;
    gap: 10px;
}
span.list-num img {
    max-width: 22px;
}
.title-medium {
    font-weight: 500;
    font-size: 32px;
}
.edges .title-medium {
    margin: 0 0 25px;
}
.edge-item__icon span img {
    max-height: 40px;
}
.edge-item__icon span {
    height: 40px;
}
.title-small {
    font-weight: 400;
    font-size: 24px;
}
.title-section {
    font-size: 28px;
}
.section-meta {
    margin: 0 0 25px;
}
.text.text--bottom {
    margin: 25px 0 0 0;
}
.plus:before, .plus:after {
    width: 18px;
}
.plus {
    width: 28px;
    height: 28px;
}
.accordion-top {
    gap: 10px;
}
.menu-main {
    padding: 25px;
}
.link-icon.link--text > img {
    display: none;
}

.link-icon.link--text h2 {
    display: grid;
    grid-template-columns: 42px auto;
    gap: 25px;
    width: 100%;
    align-items: center;
    border-bottom: 2px solid #EBF0F8;
    padding: 0 0 10px;
}

.link-icon.link--text h2 span.mobile-img {
    display: block;
}
a.link-icon.link--text span.text {
    grid-template-columns: 1fr;
}
.link-icon.link--text {
    padding: 20px 25px;
}
.desc, .text {
    font-size: 16px;
    line-height: 120%;
}
a.link-icon > img {
    max-width: 42px;
    max-height: 42px;
}
.menu-box ul.menu {
    padding: 0;
}

.page-inner > .container {
    padding: 50px 0;
}
.slider {
    padding: 30px 20px;
}

.slider__main .title-medium {
    font-size: 32px;
}
.starting .swiper-pagination {
    bottom: 30px !important;
}
.page-inner > .container {
    gap: 50px;
}
.link-icon span {
    align-items: center;
}
.link-icon h2 {
    font-size: 24px;
}

.link-icon span svg {
    width: 28px;
    height: 28px;
}
.link-icon span {
    grid-template-columns: auto 28px;
    gap: 30px;
}
.link-icon span {
    align-items: center;
}
}