@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;800&display=swap');
/* @import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap); */

@font-face {
    font-family: 'Steelfish Rg';
    src: url('../fonts/fish/SteelfishRg-Bold.eot');
    src: url('../fonts/fish/SteelfishRg-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fish/SteelfishRg-Bold.woff2') format('woff2'),
        url('../fonts/fish/SteelfishRg-Bold.woff') format('woff'),
        url('../fonts/fish/SteelfishRg-Bold.ttf') format('truetype'),
        url('../fonts/fish/SteelfishRg-Bold.svg#SteelfishRg-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Lato, sans-serif;
    font-style: normal
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
		
	--font-wix: 'Wix Madefor Display', sans-serif;
	--font-fish: 'Steelfish Rg', sans-serif;
	
	--black: #000000;
	--white: #FFFFFF;
	--gray: #5A6168;
	--hgray: #EEF0F1;
	--lgray: #E3E7EA;
	--elgray: #F6F8F9;
	--gray-300: #BFC5C8;
	--yellow: #0080c4;
	--footer: #0080c4;
}

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

body {
	font-family: 'Wix Madefor Display', sans-serif;
	font-size: 16px;
	line-height: 26px;
    font-weight: 400;
	color: var(--black);
	margin: 0;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}

.h5, h5 {
    font-size: 1.25rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, pre {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

td, th, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[type=button], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

[hidden] {
    display: none !important
}

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

.figure {
    display: inline-block
}

.container, .container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:576px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 19px 36px;
    font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition:  -webkit-box-shadow .15s ease-in-out;
    transition:  box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled, .btn:disabled {
    pointer-events: none;
    opacity: .65
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative;
}
#nav-item-386 .dropdown-menu
{
	visibility:hidden;
    left:194px;
	top:0px;
}
#nav-item-386:hover .dropdown-menu
{
	visibility:visible;
	transition: 0.5s;
    left: 100%;
	top: 0;
}
#nav-item-386 ul.menu.dropdown-menu.fade-in-fast.depth_1.show[style] {
    left: 195px !important;
    top: 0px !important;
    position: absolute !important;
    margin: auto !important;
    transform: none !important;


}


.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
	width: 9px;
	height: 9px;
	background: url(../img/menu_decor.svg) center no-repeat;
}

.dropdown-toggle:empty::after {
    margin-left: 0
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled, .btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}
.sec_img
{
	display:none;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}


.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    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;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

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

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-none {
    display: none !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.w-100 {
    width: 100% !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.m-auto {
    margin: auto !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.me-0 {
    margin-right: 0 !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.rounded {
    border-radius: .25rem !important
}

@media (min-width:576px) {
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }
}

.page-content {
    margin-top: 150px
}

a {
    -webkit-transition: .5s;
    transition: .5s
}

.fade-in {
    -webkit-animation: fadeIn .7s;
    animation: fadeIn .7s
}

.fade-in-fast {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.fade-in-up {
    -webkit-animation: fadeInUp .7s ease-in both;
    animation: fadeInUp .7s ease-in both
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bg__gray {
    background-color: #efefef
}

.mw-325 {
    max-width: 325px;
    margin: auto
}

.mw-500 {
    max-width: 500px;
    margin: auto
}

.image-fluid {
    width: 100%;
    height: auto
}

.br-15 {
    border-radius: 15px
}

.section-mt {
    margin-top: 85px !important
}

.section-mb {
    margin-bottom: 85px
}

.in-mt {
    margin-top: 50px !important
}

.in-mt-sm {
    margin-top: 20px !important
}

.in-pt {
    padding-top: 60px
}

.in-pb {
    padding-bottom: 60px
}

.border-100 {
    border-radius: 100px !important
}

@media screen and (max-width:640px) {
    .section-mt {
        margin-top: 65px !important
    }

    .section-mb {
        margin-bottom: 65px
    }

    .in-mt {
        margin-top: 30px !important
    }

    .in-mt-sm {
        margin-top: 15px !important
    }

    .in-pb-sm {
        padding-bottom: 15px !important
    }

    .in-pt {
        padding-top: 40px
    }

    .in-pb {
        padding-bottom: 40px
    }
}

.bold {
    font-weight: 700 !important
}

.strict {
    color: #909090;
    font-weight: 400
}

@media screen and (max-width:980px) {
    .page-content {
        margin-top: 30px
    }
}

.modal-dialog {
    padding-top: 150px
}

.modal-content {
    border-radius: 15px;
    overflow: auto
}

.modal-top {
    border-radius: 15px 15px 0 0
}

@media screen and (max-width:559px) {
    .modal-content {
        position: fixed;
        left: 0;
        top: 89px;
        z-index: 9999999999999;
        width: 100%;
        height: calc(100% - 90px);
        border: none;
        border-radius: 0
    }

    .modal-header {
        border-radius: 0
    }
}

.modal-title {
    font-size: 32px;
    line-height: 1.15;
    font-weight: 600;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: center;
    padding: 0 20px 20px
}

.modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
    border-bottom: none
}

.modal-top {
    width: 100%;
    text-align: right;
    padding: 10px
}

.modal-header .btn-close {
    background-image: url(../img/close.svg)
}

.round {
    border-radius: 15px !important
}

.modal {
    background: rgba(0, 0, 0, .7)
}

.ptb-10 {
    padding-top: 25px;
    padding-bottom: 25px
}

.bg-light-gray {
    background-color: #f5f4f2
}

.container-round {
    background-color: #fff
}

.w-100 {
    width: 100% !important;
    max-width: 100% !important
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fancybox__container {
    z-index: 9999999 !important
}

.modal-content {
    padding-left: 20px;
    padding-right: 20px
}

.bg-gold {
    background-color: #ecfd21
}

.img-fill {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.mh-430 {
    max-height: 430px
}

.mh-380 {
    max-height: 380px
}

.m-auto {
    margin: auto
}

.mh-700 {
    max-height: 700px
}

.mh-600 {
    max-height: 600px
}

.mt-15p {
    margin-top: 15%
}

.dp-none {
    display: none
}

.md-only {
    display: none
}

.btn-close {
    background-color: #000
}

@media screen and (max-width:476px) {
    .m-block {
        display: block
    }
}

@media screen and (min-width:477px) {
    .md-only {
        display: block
    }
}

@media screen and (max-width:980px) {
    .members-title {
        padding-top: 50px !important
    }
}

.participants__avatar-rang {
    max-width: 25% !important
}

@media screen and (max-width:600px) {
    .participants-info__avatar {
        margin: auto !important
    }

    .participants-info__name-wrap {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .participants-info__status {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .participants-info__specialization {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .participants-info__fv {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .participants-info__actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .participants-info__avatar {
        margin-top: 60px !important
    }
}

.no-text-transform {
    text-transform: none !important
}

.bg-h {
    background-color: #f2f3f8
}

.lg-only {
    display: block
}

.m-only {
    display: none
}

@media screen and (max-width:979px) {
    .lg-only {
        display: none
    }

    .m-only {
        display: block
    }
}

.modal-header .btn-close {
    margin-top: 10px
}

.video-block iframe {
    max-width: 780px;
    margin: auto;
    width: 100%;
    height: 500px;
    display: block
}

.mw-760 {
    max-width: 760px;
    margin: auto
}

@media screen and (max-width:768px) {
    .video-block iframe {
        height: 300px
    }

    .m-pt {
        padding-top: 30px
    }

    .text-xl {
        font-size: 32px !important;
        line-height: 1.17 !important
    }

    .text-l {
        font-size: 21px !important
    }
}

.text-xl {
    font-size: 62px !important;
    line-height: 1.17 !important
}

.text-l {
    font-size: 26px !important;
    font-family: Lato, Arial, sans-serif;
    font-weight: 600 !important;
    color: #000 !important
}

.form-upload-controls p {
    display: inline-block;
    margin-top: 15px
}

.form-upload-controls .delele-file {
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;
    border: none;
    background: 0 0;
    outline: 0;
    color: red;
    font-size: 12px
}

.members-title {
    padding-top: 50px
}

.modal {
    z-index: 9999 !important
}

.footer .wpcf7-form .form__line, .footer .wpcf7-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.w-0 {
    width: 0 !important
}

.w-100 {
    width: 100%
}

@media screen and (max-width:1000px) {
    .participants-specifications-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:800px) {
    .m-in-mt {
        margin-top: 40px !important
    }
}

.participants-specifications-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.spec-item-remove-icon {
    width: 15px;
    height: 15px
}

.spec-item {
    position: relative !important
}

.pr-30 {
    padding-right: 30px !important
}

.spec-item-remove {
    position: absolute;
    right: 5px
}

#login .status {
    text-align: center !important
}

.fade:not(.show) {
    opacity: 0;
    display: none !important
}

.text-bold {
    font-weight: 700
}

@media screen and (max-width:700px) {
    .mptb-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media screen and (max-width:980px) {
    .participants-info__avatar {
        margin-top: 60px !important
    }
}

@media screen and (min-width:981px) and (max-width:991px) {
    .participants-info-pg {
        margin-top: 70px !important
    }
}

.top-work-item {
    position: relative
}

.top-work-city {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #222;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    opacity: .9
}

.top-work-btn {
    margin-top: 5px
}

.p-5-0 {
    padding: 5px 0 !important
}

.p-10-0 {
    margin-top: 10px !important
}

.p-r {
    position: relative
}

.profile__left .scroll {
    margin-top: 120px
}

.profile__avatar {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    min-width: 200px;
    min-height: 200px
}

@media screen and (min-width:601px) {
    .profile__avatar {
        width: 200px;
        height: 200px
    }
}

@media screen and (max-width:600px) {
    .profile__personal {
        min-height: calc(100vh - 120px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }

    .profile__avatar {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 100%;
        min-height: 100px
    }

    .profile__avatar img {
        width: 100% !important;
        min-width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.top-work-item {
    padding: 10px
}

.participants-gallery__nvitem span {
    height: 27px;
    display: block
}

.p-18 {
    padding: 18px 20px !important
}

@media only screen and (max-width:400px) {
    .participants__avatar-rang {
        font-size: 12px !important
    }
}

.f-end {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.participants-gallery .slick-track {
    min-width: 100% !important
}

.top-g-img {
    height: 250px !important;
    width: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.add-file-progress {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    display: none
}

.spec-item-remove {
    top: 3px
}

.profile__avatar {
    border-radius: 0 !important;
    background-size: contain
}

.footer__privacy-wrap ul li a {
    color: #909090 !important;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400
}

.footer__privacy-wrap ul li a:hover {
    color: #ecfd21 !important
}

.footer__privacy-wrap {
    color: #909090 !important
}

.footer__privacy-wrap ul li a:focus {
    color: #ecfd21 !important
}

.footer__privacy-wrap a {
    color: #ecfd21 !important
}

ul {
    list-style: none;
    padding: 0
}

a {
    text-decoration: none
}



.menu.dropdown-menu.fade-in-fast.depth_1  {
	position: absolute;
    left: 190px;
}



.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff
}

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #11111119
}

.header__center {
    width: 270px;
    position: relative
}

.header nav {
    width: calc(50% - 135px);
    padding-top: 15px
}

.header nav ul li a, .header__mobile .dropdown-menu li a, .header__mobile li a {
    color: #111;
    font-size: 17px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__mobile .show {
    color: #ecfd21
}

.header .dropdown-item:hover, .header .nav-link:hover {
    color: #ecfd21;
}

.header__center a {
    background-color: #0080c4;
    padding: 30px;
    padding-bottom: 0px;
	padding-top: 0px;
    display: block;
    text-align: center;
}

.header__center:before {
    content: '';
    background-image: url(../img/subtract.svg);
    width: 270px;
    left: 0;
    top: 100px;
    background-repeat: no-repeat;
    position: absolute;
    height: 26px
}

.header__center a img {
    width: 100px;
    margin: 0 auto;
	scale: 1.3;
    transform: translateY(7px);
	-webkit-transform:scale(1.3);
	-webkit-transform:translateY(7px);
}

.header__left, .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.header__left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.header__burger {
    display: none
}

.header__mobile .nav-item {
    width: 100%
}

.header__mobile .nav-item:not(:last-child) {
    border-bottom: 1px solid #11111119
}

.header__mobile .dropdown-menu {
    position: inherit !important;
    border-radius: 0;
    background: 0 0;
    -webkit-transform: none !important;
    transform: none !important
}

.header__mobile .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #11111119
}

.header__mobile-after {
    padding: 20px;
    text-align: center
}

.header__mobile-lang {
    margin-top: 20px;
	font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #f9db4e;
    text-transform: uppercase;
    display: inline-flex;
    column-gap: 0.5rem;
}

.header__mobile-lang a {
	color: #0d0f1a;
}


.header__mobile-lang a.current-lang {
	color: #f9db4e;
}

.header__mobile-lang a:not(:last-child):after {
    content: '|';
    padding-left: 4px
}

@media only screen and (min-width:768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
	}


}

@media only screen and (max-width:1250px) {
    .header__burger {
        display: block
    }

    .header__nav {
        display: none
    }
	.header__center a img {
		width: 85px;
		margin: 0 auto;
		scale: 1;
		-webkit-transform:scale(1);
		-webkit-transform:translateY(0px);
		transform: translateY(0px);
	}
    .header .container-fluid {
        padding: 0;
        max-width: 100%
    }

    .header__center a {
        /* padding: 20px */
		text-align: left;
    }

    .header__center:before {
        display: none
    }

    .header__wrap {
        background-color: #0080c4
    }

    .header__burger {
        background: 0 0;
        border: none;
        margin-right: 20px
    }

    .header__burger-line {
        background-color: #ecfd21;
        width: 28px;
        height: 3px;
        display: block
    }

    .header__burger-line:not(:last-child) {
        margin-bottom: 6px
    }

    .header__mobile-wrap {
        position: fixed;
        padding-top: 10px;
        width: 100%;
        height: calc(100vh - 90px);
        top: 90px;
        background: #fff;
        z-index: 99;
        overflow: auto
    }

    .header__burger-active {
        position: relative;
        width: 40px;
        height: 40px
    }

    .header__burger-active .header__burger-vertical {
        display: none
    }

    .header__burger-active span {
        margin-bottom: 0 !important;
        position: absolute
    }

    .header__burger-active span {
        -webkit-transition: .5s;
        transition: .5s
    }

    .header__burger-active span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header__burger-active span:not(:first-child) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.btn {
    -webkit-transition: .5s;
    transition: .5s
}

.btn img {
    padding-right: 5px
}

.btn-gold {
    color: #111;
    background-color: #ecfd21;
    font-family: Lato, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0
}

.btn-gold :focus {
    color: #111;
    background-color: #ecfd21;
    font-family: Lato, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0
}

.btn-gold:hover {
    color: #ecfd21;
    background-color: #222
}

.btn-blue {
  color: #fff;
  background-color: #0080c4;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-blue :focus {
  color: #fff;
  background-color: #0080c4;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-blue:hover {
  color: #ffda18;
  background-color: #0080c4;
}
.sm-btn {
    padding: 9px 12px;
    font-size: 14px !important
}

.lg-btn {
    font-size: 17px;
    padding: 15px 25px
}

.btn-gold-group {
    color: #111;
    background-color: #ecfd21;
    font-family: Lato, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0
}

.btn-gold-group svg rect {
    fill: #222
}

.btn-gold-group svg rect:hover {
    fill: #ecfd21;
    background-image: -webkit-linear-gradient(top, rgba(255, 218, 24, .56), #ecfd21)
}

.btn-black {
    color: #fff;
    background-color: #222
}

.btn-green {
    color: #fff;
    background-color: #13ce66
}

.btn-red {
    color: #fff;
    background-color: #ff4343;
    font-weight: 600;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px
}

.btn-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
}

.btn-round {
    border-radius: 100px
}

.btn-hover-red:hover {
    background-color: #ecfd21;
    color: #fff
}

.btn-black:hover {
    color: #fff
}

.ntn-outline-red {
    color: #ff4343;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.23;
    padding: 5px 20px;
    border: 1px solid #ff4343;
    border-radius: 30px
}

.ntn-outline-red:hover {
    color: #ff4343
}

.btn-afilate {
    color: #111;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    padding: 20px 30px;
    margin-top: 30px
}

.btn-afilate svg {
    margin-left: 5px
}

.btn-afilate:hover {
    color: #ecfd21;
    background-color: #222
}

.btn-afilate path {
    fill: #000
}

.btn-afilate:hover path {
    fill: #ecfd21 !important
}

@media screen and (max-width:640px) {
    .btn {
        width: 100%;
        text-align: center
    }
}

.title__underlined {
    line-height: 1.4;
    font-weight: 700;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 50px
}

.title__underlined span {
    position: relative;
    z-index: 1
}

.title__underlined-sm {
    line-height: 1.4;
    font-weight: 700;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 30px
}

.title__underlined-sm span {
    position: relative;
    z-index: 1
}

.title__underlined-sm span:before {
    content: '';
    background-color: #ecfd21 !important;
    width: 102.5%;
    height: 10px;
    bottom: 4px;
    left: -4px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center
}

.title__underlined span:before {
    content: '';
    background-color: #ecfd21 !important;
    width: 102.5%;
    height: 18px;
    bottom: 4px;
    left: -4px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center
}

.title__light {
    color: #fff;
    font-size: 24px;
    font-family: Lato, Arial, sans-serif;
    line-height: 1.2;
    font-weight: 600
}

.title__leather {
    background-repeat: no-repeat;
    background-size: cover
}

.title__leather-wrap {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px
}

.title__leather h1, .title__leather h2 {
    color: #fff;
    font-size: 72px
}

.title__leather h2 {
    margin-top: 30px
}

.title__dark {
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 42px;
    line-height: 1.23
}

.title__blg {
    background-repeat: no-repeat;
    background-size: cover
}

.title__blg-wrap {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px
}

.title__blg h1, .title__blg h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.23;
    font-weight: 600
}

.title__blg h3 {
    font-size: 30px;
    color: #fcfcfc;
    line-height: 1.5;
    font-family: Lato, Arial, sans-serif;
    font-weight: 300
}

.title__blg-down {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation: spin 3s infinite linear;
    animation: spin 3s infinite linear
}

.title__sm {
    color: #000;
    font-size: 32px;
    font-family: Lato, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500
}

.title__stroke {
    color: #111;
    font-size: 50px;
    font-family: Lato, Arial, sans-serif;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    position: relative
}

.title__stroke:before {
    content: '';
    background-color: #ecfd21 !important;
    width: 102.5%;
    height: 40px;
    top: calc(50% - 20px);
    left: -4px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0)
    }

    50% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0)
    }

    50% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0)
    }
}

@media screen and (max-width:479px) {
    .title__stroke {
        font-size: 30px
    }

    .title__stroke:before {
        height: 20px;
        top: calc(50% - 10px)
    }

    .title__underlined {
        font-size: 28px
    }

    .title__underlined-sm {
        font-size: 17px
    }

    .title__underlined span:before {
        height: 10px;
        bottom: 0
    }

    .title__light {
        font-size: 22px
    }

    .title__leather h1, .title__leather h2 {
        font-size: 30px
    }

    .title__dark {
        font-size: 30px
    }

    .title__sm {
        font-size: 22px
    }

    .subtitle__dark {
        font-size: 20px
    }

    .subtitle__dark-sm {
        font-size: 17px
    }
}

@media screen and (max-width:500px) {
    .m-18 {
        font-size: 18px
    }
}

@media screen and (min-width:480px) and (max-width:639px) {
    .title__underlined {
        font-size: 34px
    }

    .title__stroke {
        font-size: 25px
    }

    .title__stroke:before {
        height: 26px;
        top: calc(50% - 13px)
    }

    .title__underlined span:before {
        height: 12px;
        bottom: 2px
    }

    .title__underlined-sm {
        font-size: 24px
    }

    .title__leather h1, .title__leather h2 {
        font-size: 36px
    }

    .title__dark {
        font-size: 30px
    }

    .title__sm {
        font-size: 30px
    }

    .subtitle__dark {
        font-size: 20px
    }

    .subtitle__dark-sm {
        font-size: 18px
    }
}

.subtitle__dark {
    max-width: 560px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin: auto;
    font-family: 'Open Sans', Arial, sans-serif
}

.subtitle__dark-sm {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif
}

@media screen and (min-width:640px) and (max-width:1200px) {
    .title__leather h1, .title__leather h2 {
        font-size: 68px
    }

    .title__underlined-sm {
        font-size: 30px
    }

    .title__dark {
        font-size: 38px
    }

    .title__sm {
        font-size: 32px
    }

    .title__stroke {
        font-size: 35px
    }

    .title__stroke:before {
        height: 30px;
        top: calc(50% - 15px)
    }

    .subtitle__dark {
        font-size: 22px
    }

    .subtitle__dark-sm {
        font-size: 17px
    }
}

.footer {
    background-color: #0080c4 !important;
    padding-top: 80px;
}

.footer__desc {
    color: #8b8e8e;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-family: Lato, sans-serif
}

.footer__social-link:not(:first-child) {
    margin-left: 10px
}

.footer__social-link {
    display: inline-block;
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.footer__social-link:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.footer__up {
    position: fixed;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.footer__up svg rect:hover {
    fill: #ecfd21
}

.link {
    font-family: Lato, Arial, sans-serif
}

.link__dark {
    color: #909090;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400
}

.link__hover-gold:hover {
    color: #ecfd21
}

.form__dark input {
    border-radius: 0;
    border: 1px solid #ecfd21;
    background: #222;
    color: #fff
}

.form__dark input:focus {
    border-radius: 0;
    border: 1px solid #ecfd21;
    background: #222;
    color: #fff
}

.form-controls {
    margin-bottom: 15px
}

.form-controls input, .form-controls textarea {
    border: 1px solid #c7c7c7;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border-radius: 0 !important;
    font-family: Lato, Arial, sans-serif;
    outline: 0 !important
}

.form-controls input:active, .form-controls input:focus, .form-controls input:hover, .form-controls textarea:active, .form-controls textarea:focus, .form-controls textarea:hover {
    outline: 0;
    outline-offset: 0
}

.form-controls input {
    height: 60px;
    font-family: 'Open Sans', Arial, sans-serif
}

.form-controls textarea {
    height: 110px;
    font-family: 'Open Sans', Arial, sans-serif
}

.form-sm {
    max-width: 200px
}

.form-controls label, .form-controls__title {
    padding-bottom: 5px;
    display: block;
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.form-controls input[type=date]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    display: block;
    background: url(../img/calendar.svg) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
    cursor: pointer
}

.form-controls input[type=file] {
    border: none;
    padding-left: 0
}

.form-controls label span, .form-controls__title span {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
    color: #000
}

.form-controls input[type=radio] {
    width: 20px;
    height: 20px
}

.form-checkbox-controls, .form-radio-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-checkbox-controls label, .form-radio-controls label {
    padding-left: 5px;
    font-size: 15px;
    line-height: 1.55;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000;
    max-width: calc(100% - 30px)
}

.form-radio-controls input[type=radio]:checked {
    accent-color: #000;
    -webkit-transition: all .2s;
    transition: all .2s
}

.form-checkbox-controls input[type=checkbox] {
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    -webkit-transition: all .2s;
    transition: all .2s
}

.form-checkbox-controls input[type=checkbox]:checked {
    accent-color: #000;
    -webkit-transition: all .2s;
    transition: all .2s
}

.form-upload-controls input {
    display: none
}

.form-upload-controls {
    margin-bottom: 10px
}

.form-upload-controls label {
    cursor: pointer;
    background-color: red;
    border-radius: 30px;
    font-family: Lato, Arial, sans-serif;
    font-size: 16px;
    max-width: 220px;
    padding: 10px 20px;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.form-checkbox-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media screen and (max-width:640px) {
    .form-controls label {
        font-size: 16px;
        line-height: 1.45
    }

    .form-controls label span {
        font-size: 12px
    }

    .form-controls input {
        height: 50px
    }

    .form-checkbox-controls label, .form-radio-controls label {
        font-size: 12px
    }

    .form-checkbox-controls input[type=checkbox], .form-controls input[type=radio] {
        width: 15px;
        height: 15px
    }
}

.form-controls-light input {
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 600;
    height: 54px;
    line-height: 1;
    padding: 0 20px;
    width: 100%;
    background-color: #f2f3f8;
    border: 1px solid #f2f3f8;
    font-family: 'Open Sans', Arial, sans-serif
}

.form-controls-light textarea {
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 600;
    height: 120px;
    line-height: 1;
    padding: 20px 20px;
    width: 100%;
    background-color: #f2f3f8;
    border: 1px solid #f2f3f8;
    font-family: 'Open Sans', Arial, sans-serif
}

.form-controls-light input:active, .form-controls-light input:focus, .form-controls-light input:hover {
    outline: 0;
    outline-offset: 0
}

.form-controls-policy {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #262626;
    font-family: Lato, sans-serif;
    color: #000
}

.form-controls-policy a {
    font-weight: 600;
    color: #000
}

.form-controls input[type=text] {
    height: 60px;
    font-family: 'Open Sans', Arial, sans-serif
}

.form-controls input[type=text], .form-controls textarea {
    border: 1px solid #c7c7c7;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border-radius: 0 !important;
    font-family: Lato, Arial, sans-serif;
    outline: 0 !important
}

.form-controls .wpcf7-list-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.form-controls .wpcf7-list-item label span {
    width: calc(100% - 30px)
}

.form-controls .wpcf7-list-item label input[type=checkbox] {
    width: 20px;
    height: 22px;
    display: block
}

.header-section a {
    text-decoration: none
}

.header-section_buckground {
    background: url(../img/Group_1680.svg) no-repeat;
    background-size: contain;
    background-position: center center
}

.header-section__title {
    color: #111;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid
}

.header-section__title span {
    position: relative
}

.header-section__title span::before {
    content: '';
    background: #ecfd21;
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 13px
}

.header-section__description {
    color: #666;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding-right: 80px
}

.header-section__description_bold {
    font-weight: 700
}

.header-section__slider {
    position: relative
}

.header-section__carousel {
    width: 90%;
    height: 90%
}

.header-section__slider-border {
    border: 10px solid #111;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 25px
}

.header-section__social-item {
    display: inline-block;
    margin-right: 8px;
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.header-section__social-item:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.header-section__slider-btn {
    text-align: center
}

.header-section__slider-btn button {
    border: none;
    background: 0 0
}

.header-section__slider-btn button:first-child svg {
    rotate: -90deg
}

.header-section__slider-btn button:last-child svg {
    rotate: 90deg
}

.header-section__slider .carousel-item img {
    width: 490px;
    height: 325px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width:479px) {
    .header-section__title {
        font-size: 28px
    }

    .header-section__description {
        padding-right: 0
    }
}

@media only screen and (max-width:978px) {
    .header-section__title {
        margin-top: 30px
    }

    .header-section__social-item {
        display: none
    }

    .header-section__slider .carousel-item img {
        height: 220px
    }
}

.home-tabs .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    max-width: 760px;
    margin: auto
}

.home-tabs .nav-item {
    width: 50%
}

.home-tabs .nav-item button {
    color: #1111117F;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif;
    border: none;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px
}

.home-tabs .nav-tabs .nav-link.active {
    color: #111 !important;
    font-weight: 600 !important;
    border-bottom: 3px solid #ecfd21
}

.header-section__carousel {
    z-index: 1
}

.header-section__carousel img {
    position: relative;
    z-index: 2
}

#header-section__slider-wrap .slick-arrow {
    display: none !important
}

@media screen and (max-width:479px) {
    .sm-text-left {
        text-align: left
    }

    .sm-text-center {
        text-align: center
    }
}

@media screen and (min-width:479px) {
    .md-text-center {
        text-align: center
    }
}

@media screen and (max-width:990px) {
    .ms-mt-20 {
        margin-top: 20px
    }
}

.text-underline {
    text-decoration: underline
}

.text-red {
    color: #ecfd21
}

.text-gold {
    color: #ecfd21
}

.text-left {
    text-align: left
}

.text-block, .text-block p {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400
}

.text-block span {
    font-weight: 700;
    color: #111
}

.mt-sm-4 {
    margin-top: 20px
}

.participants__avatar-wrap {
    position: relative
}

.participants__avatar-rang {
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px
}

.participants__rating img {
    width: 20px;
    height: 20px;
    display: block
}

.participants__rating span {
    font-size: 18px;
    font-weight: 600;
    display: block
}

.participants__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.participants__item-name-wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.participants__item {
    margin-bottom: 30px
}

.participants__item-photo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 340px
}

.participants__item-name {
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 16px
}

.participants__item-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
    font-family: Lato, Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.participants__item-btn {
    margin-top: 10px
}

.about-ranks__item {
    margin-bottom: 30px
}

.about-ranks__item-icon {
    text-align: center
}

.about-ranks__item-icon img {
    margin: auto;
    width: 110px;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain
}

.about-ranks__item-bottom {
    margin-top: 20px
}

.about-ranks__item-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.35;
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000
}

.about-ranks__item-desc {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.55;
    font-family: Lato, Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.about-ranks__item-btn {
    margin-top: 20px;
    text-align: center
}

.quote {
    background-color: #efefef
}

.quote__text {
    font-size: 24px;
    font-family: Lato, Arial, sans-serif;
    color: #000;
    text-align: center;
    font-weight: 600;
    max-width: 960px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto
}

.quote__text:after, .quote__text:before {
    content: '';
    max-width: 900px;
    margin: auto;
    width: 100%;
    background-color: #f1d2d2;
    border-radius: 100%;
    height: 2px;
    position: absolute;
    left: 0
}

.quote__text:after {
    top: 0
}

.quote__text:before {
    bottom: 0
}

.checklist__item {
    max-width: 750px;
    position: relative;
    margin: auto
}

.checklist__item:not(:first-child) {
    margin-top: 50px
}

.checklist__content {
    padding-left: 90px
}

.checklist__icon {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0
}

.checklist__icon:after {
    content: url(../img/check-icon.svg);
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0
}

.checklist__title {
    font-size: 20px;
    line-height: 1.35;
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000
}

.checklist__text {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 18px;
    line-height: 1.55;
    margin-top: 15px
}

@media screen and (min-width:480px) and (max-width:639px) {
    .checklist__title {
        font-size: 16px
    }

    .checklist__text {
        font-size: 14px
    }

    .checklist__icon {
        width: 40px;
        height: 40px
    }

    .checklist__icon:after {
        content: url(../img/check-icon.svg);
        width: 40px;
        height: 40px
    }

    .checklist__content {
        padding-left: 50px
    }
}

.tc-gray__wrap {
    max-width: 1000px;
    margin: auto
}

.icon__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.icon__left-icon {
    width: 45px
}

.icon__left-content {
    padding-left: 10px;
    padding-top: 5px
}

.icon__left-title {
    font-size: 22px;
    line-height: 1.35;
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000
}

.icon__left-text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.55;
    font-family: Lato, Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.icon__line {
    max-width: 760px;
    height: 2px;
    width: 100%;
    margin: auto;
    border-radius: 100%;
    background-color: #d8d8d8
}

.icon__prt {
    position: relative
}

.icon__prt:before {
    content: url(../img/prt.svg);
    width: 45px;
    position: absolute;
    top: -25px;
    left: -70px
}

.icon__check {
    width: 21px;
    height: 21px;
    background-image: url(../img/check.svg);
    background-position: center;
    display: inline-block
}

.icon__time:before {
    content: '';
    background-image: url(../img/time.svg);
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-repeat: no-repeat;
    display: inline-block
}

.icon__down {
    position: relative
}

.icon__down:after {
    content: '';
    background-image: url(../img/down.svg);
    width: 18px;
    height: 10px;
    margin-left: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center
}

@media screen and (max-width:479px) {
    .icon__left-title {
        font-size: 18px
    }

    .icon__left-text {
        font-size: 12px
    }
}

@media screen and (min-width:480px) and (max-width:639px) {
    .icon__left-title {
        font-size: 18px
    }

    .icon__left-text {
        font-size: 12px
    }
}

@media screen and (max-width:1200px) {
    .icon__left-title {
        font-size: 20px
    }

    .icon__left-text {
        font-size: 14px
    }
}

@media screen and (max-width:960px) {
    .icon__prt:before {
        content: url(../img/prtv.svg);
        width: 20px;
        left: calc(50% - 10px);
        top: -50px
    }
}

.checklist-vertical__wrap {
    max-width: 960px;
    margin: auto
}

.checklist-vertical__item {
    position: relative;
    width: 100%
}

.checklist-vertical__item:nth-child(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.checklist-vertical__item:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.checklist-vertical__item-content {
    width: 50%
}

.checklist-vertical__item:nth-child(odd) .checklist-vertical__item-content {
    border-right: 1px solid #000
}

.checklist-vertical__item:nth-child(even) .checklist-vertical__item-content {
    border-left: 1px solid #000
}

.checklist-vertical__item:last-child .checklist-vertical__item-content {
    border-right: none
}

.checklist-vertical__num {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    background-color: #222;
    border-radius: 100%;
    border: 2px solid #fff;
    color: #fff;
    text-align: center
}

.checklist-vertical__title {
    margin-bottom: 6px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.35;
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    text-align: center
}

.checklist-vertical__text {
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.checklist-vertical__item:nth-child(odd) .checklist-vertical__item-content {
    border-right: 1px solid #000
}

.checklist-vertical__item:nth-child(even) .checklist-vertical__item-content {
    border-left: 1px solid #000
}

.checklist-vertical__item:last-child .checklist-vertical__item-content {
    border-left: none !important;
    border-right: none !important
}

@media screen and (max-width:640px) {
    .checklist-vertical__item-content {
        width: 100%
    }

    .checklist-vertical__item:nth-child(odd) .checklist-vertical__item-content {
        border-left: 1px solid #000;
        border-right: none
    }

    .checklist-vertical__item:nth-child(even) .checklist-vertical__item-content {
        border-left: 1px solid #000;
        border-right: none
    }

    .checklist-vertical__item-content {
        padding-left: 20px;
        padding-bottom: 20px
    }

    .checklist-vertical__item {
        padding-left: 15px
    }

    .checklist-vertical__num {
        margin: 0
    }

    .checklist-vertical__title {
        text-align: left;
        margin-top: 0
    }
}

.notice {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.55;
    font-family: Lato, Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.notice:before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../img/notice.svg);
    width: 24px;
    height: 24px
}

.notice span {
    font-weight: 600
}

@media screen and (max-width:640px) {
    .notice {
        font-size: 12px
    }
}

.info {
    padding-top: 40px;
    padding-bottom: 40px
}

.info h3 {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    color: #000
}

.info p {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.info p :not(:first-child) {
    padding-top: 40px
}

.info ol {
    padding-left: 20px
}

.info ol li {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000
}

@media screen and (max-width:640px) {
    .info {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .info h3 {
        font-size: 16px
    }

    .info p {
        font-size: 16px
    }

    .info p :not(:first-child) {
        padding-top: 20px
    }

    .info ol {
        padding-left: 20px
    }

    .info ol li {
        font-size: 16px
    }
}

.questionnaire__wrap {
    max-width: 760px;
    margin: auto
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%
}

.iti * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti input, .iti input[type=tel], .iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 10px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

@media (max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti__country-name, .iti__dial-code, .iti__flag-box {
    vertical-align: middle
}

.iti__country-name, .iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .iti__flag {
        background-image: url(../img/flags@2x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.contacts-page__wrap {
    background-color: #222;
    padding: 60px
}

.contacts-page__item, .contacts-page__item a {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif
}

.contacts-page__contact {
    background-image: url(../img/al_logo-05.svg);
    background-repeat: no-repeat;
    background-position: right center
}

.participants-info__name-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.participants-info__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.participants-info__rating img {
    width: 30px;
    height: 30px
}

.participants-info__rating span {
    font-size: 24px;
    font-weight: 600
}

.participants-info__top {
    padding: 20px
}

.participants-info__avatar {
    width: 250px;
    height: 250px;
    -webkit-transition: 1s;
    transition: 1s;
    position: relative
}

.participants-info__avatar span {
    position: absolute;
    right: 10px;
    top: 10px
}

.participants-info__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 5px solid #222
}

.participants-info__name {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    display: table-caption;
    border-bottom: 5px solid #ecfd21
}

.participants-info__specialization {
    opacity: .7;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px
}

.participants-info__status {
    font-weight: 400;
    font-size: 16px;
    color: #1d9670;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.participants-info__status i {
    margin-right: 5px
}

.participants-info__fv-name {
    font-weight: 700;
    font-size: 16px;
    color: #282e34;
    font-family: 'Open Sans', Arial, sans-serif
}

.participants-info__fv-value span {
    padding-right: 8px
}

.participants-info__fv-value {
    color: #282e34;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif
}

.participants-info__fv {
    margin-top: 8px;
    max-width: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.participants-info__masters
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	justify-content:center;
	gap:5px;
	margin-bottom:20px;
}
@media screen and (max-width:1400px)
{
	.participants-info__masters
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr ;
	justify-content:center;
	gap:5px;
	margin-bottom:20px;
}
}
.participants-page__tabs-wrap {
    padding: 20px
}

.participants-page__tabs-wrap .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    max-width: 760px;
    margin: auto
}

.participants-page__tabs-wrap .nav-item {
    width: 50%
}

.participants-page__tabs-wrap .nav-item button {
    color: #1111117F;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif;
    border: none;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px
}

.participants-page__tabs-wrap .nav-tabs .nav-link.active {
    color: #111 !important;
    font-weight: 600 !important;
    border-bottom: 3px solid #ecfd21
}

@media screen and (max-width:640px) {
    .participants-info__fv {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .participants-info__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .participants-info__name {
        margin-top: 30px
    }

    .participants-page__tabs-wrap .nav-item {
        width: 100%
    }

    .participants-page__tabs-wrap .nav-tabs .nav-link.active {
        color: #ff4343 !important;
        font-weight: 600 !important;
        border: 1px solid #ff4342
    }

    .participants-page__tabs-wrap .nav-item button {
        padding: 10px
    }
}

.participants-ch {
    padding-top: 20px
}

.participants-specifications {
    padding-top: 20px
}

.participants-certifications__item {
    margin-top: 5px;
    max-width: 570px
}

.participants-certifications__item a {
    color: #ff4343;
    border-bottom: 1px solid #ff4343
}

.participants-certifications__item a:hover {
    border-bottom: none
}

.participants-certifications__photo img {
    max-width: 700px;
    margin: auto;
    width: 100%
}

.participants-about-me {
    padding-top: 20px
}

.participants-about-me__name {
    color: #282e34;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Source Sans Pro', Arial, sans-serif
}

.participants-about-me__desc p {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #282e34;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px
}

@media screen and (max-width:640px) {
    .partners-item__desc .wp-block-columns {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .partners-item__desc .wp-block-columns .size-large {
        margin: 5px
    }
}

@media screen and (max-width:700px) {
    .participants-info__name-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.participants__item-desc {
    min-height: 23px
}

.participants__not-found {
    text-align: center;
    margin-bottom: 50px;
    font-size: 19px;
    font-weight: 700
}

@media screen and (min-width:990px) and (max-width:1200px) {
    .participants-info__avatar {
        width: 200px;
        height: 200px
    }
}

@media screen and (max-width:640px) {
    .participants-info__avatar span {
        top: 0;
        right: 0
    }
}

@media screen and (min-width:768px) and (max-width:980px) {
    .participants-info__name-wrap {
        margin-top: 55px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .participants-info__avatar {
        width: 200px;
        height: 200px
    }

    .participants-info__actions {
        padding-top: 10px
    }

    .participants-info__name {
        font-size: 26px;
        line-height: 30px;
        border-bottom: none
    }

    .participants-info__fv-name {
        font-size: 14px
    }

    .socials svg {
        width: 25px;
        height: 25px
    }

    .participants-info__actions .list-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .participants-info__actions .list-check li {
        font-size: 14px;
        font-weight: 600;
        background: url(../img/ben.png) 4px 5px no-repeat
    }
}

.socials a {
    display: inline-block;
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.socials a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.socials a:not(:first-child) {
    margin-left: 8px
}

.list-check li {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #282e34;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 32px;
    background: url(../img/ben.png) 0 2px no-repeat;
    background-size: 20px auto;
    margin-bottom: 15px
}

.list-sm {
    list-style: disc;
    padding-left: 20px
}

.list-sm li {
    color: #282e34;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif
}

.list__gold {
    list-style: none
}

.list__gold li {
    color: #111;
    font-size: 18px;
    font-family: Lato, Arial, sans-serif;
    line-height: 2;
    font-weight: 600
}

.list__gold li::before {
    content: "•";
    color: #ecfd21;
    margin-right: 5px
}

.participants-reviews {
    max-width: 730px;
    margin: auto
}

.participants-reviews__item {
    margin-top: 30px
}

.participants-reviews__name {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', Arial, sans-serif
}

.participants-reviews__phone {
    font-size: 14px;
    margin-top: 3px;
    color: #666;
    font-family: 'Open Sans', Arial, sans-serif
}

.participants-reviews__text {
    color: #282e34;
    font-size: 16px;
    font-weight: 400;
    margin-top: 7px;
    font-family: 'Open Sans', Arial, sans-serif
}

.participants-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.participants-gallery__nvitem {
    background: #ffdb1880;
    border-radius: 0 0 1em 1em;
    padding: 10px
}

.participants-gallery__nvitem-icon {
    height: 30px !important;
    width: 30px !important;
    margin-right: 5px
}

.participants-gallery__colum:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.participants-gallery__colum:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.participants-gallery__item img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.participants-gallery__colum:first-child .participants-gallery__item {
    height: 520px
}

.participants-gallery__colum:not(:first-child) .participants-gallery__item {
    height: 255px
}

.participants-gallery__colum:first-child {
    width: calc(50% - 10px)
}

.participants-gallery__colum:not(:first-child) {
    width: calc(50% - 10px)
}

.participants-gallery__colum:not(:first-child) .participants-gallery__item {
    width: calc(50% - 10px)
}

@media only screen and (max-width:768px) {
    .participants-gallery__colum:not(:first-child) {
        width: 100%
    }

    .participants-gallery__colum:first-child {
        width: 100%
    }

    .participants-gallery__colum:not(:first-child) .participants-gallery__item {
        width: calc(100% - 10px)
    }

    .participants-gallery__colum:first-child .participants-gallery__item {
        width: calc(100% - 10px)
    }

    .participants-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .participants-gallery__colum:first-child .participants-gallery__item {
        height: 255px
    }

    .participants-gallery__colum:not(:first-child) .participants-gallery__item {
        height: 255px
    }

    .participants-gallery__colum {
        margin: auto
    }
}

.our-goals__item {
    position: relative;
    padding-top: 45px;
    padding-bottom: 10px;
    min-height: 160px
}

.our-goals__title {
    font-size: 22px;
    font-weight: 700;
    z-index: 2;
    position: relative
}

.our-goals__desc {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-top: 7px;
    z-index: 2;
    position: relative
}

.our-goals__symbol {
    color: #ecfd21;
    font-weight: 700;
    opacity: .4;
    position: absolute;
    z-index: 1;
    line-height: 150px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 200px
}

.dark-in-var {
    background-color: #000
}

.dark-in-var__wrap {
    background-color: #000
}

.dark-in-var__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dark-in-var__item {
    padding-top: 70px;
    padding-bottom: 70px
}

.dark-in-var__colum-3 {
    width: 33%
}

.dark-in-var__item:nth-child(odd) {
    background-color: #111
}

.dark-in-var__item:nth-child(even) {
    background-color: #222
}

.dark-in-var__icon {
    text-align: center
}

.dark-in-var__icon img {
    width: 48px;
    margin: auto
}

.dark-in-var__title {
    text-transform: uppercase;
    text-align: center;
    color: #ecfd21;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 10px
}

.dark-in-var__desc {
    padding-top: 10px;
    max-width: 215px;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400
}

.dark-in-var__sub-desc {
    color: #999696;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400
}

.dark-in-var__sub-desc a {
    color: #ecfd21
}

.dark-in-var__sub-desc a:hover {
    text-decoration: underline
}

@media only screen and (max-width:959px) {
    .dark-in-var__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dark-in-var__item {
        width: 100%
    }

    .dark-in-var__colum-3 {
        width: 100%
    }
}

.full-in-var {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.full-in-var__item {
    padding: 40px 20px;
    width: 25%;
    position: relative
}

.full-in-var__icon {
    width: 175px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.full-in-var__icon img {
    width: auto;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    z-index: 1
}

.full-in-var__item:nth-child(odd) {
    background-color: #111
}

.full-in-var__item:nth-child(even) {
    background-color: #222
}

.full-in-var__title {
    color: #ecfd21;
    font-weight: 600;
    z-index: 2;
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: 66px
}

.full-in-var__desc {
    padding-top: 10px;
    max-width: 215px;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400
}

@media only screen and (max-width:900px) {
    .full-in-var {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width:479px) {
    .full-in-var__item {
        width: 100%
    }
}

@media only screen and (min-width:480px) and (max-width:900px) {
    .full-in-var__item {
        width: 50%
    }
}

.join-form__wrap {
    background-color: #f0f0f0
}

.join-form__content {
    background-image: url(../img/logo-bg.svg);
    background-repeat: no-repeat;
    background-position: top center
}

.partner-card {
    margin-bottom: 25px
}

.partner-card__logo img {
    width: 100%;
    max-width: 400px;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto
}

.partner-card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.partner-card__name {
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.1;
    font-weight: 400;
    text-transform: capitalize;
    display: table-caption
}

.partner-card__link {
    padding-bottom: 7px
}

.partner-card__link a {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid #ecfd21;
    padding-bottom: 3px
}

.partner-card__link a:hover {
    padding-bottom: 7px
}

.partner-card-details__logo img {
    width: 100%;
    max-width: 400px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto
}

.partner-card-details__title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px
}

.partner-card-details__title span {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', Arial, sans-serif;
    display: block
}

.partner-card-details__content p a {
    color: #ff8562;
    text-decoration: none
}

.bot-card__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px
}

.bot-card__item a img {
    width: 200px;
    height: 200px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 100%
}

.bot-card__item a span {
    padding-top: 10px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    max-width: 250px;
    display: block;
    margin: auto
}

.contact-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 15px
}

.contact-line__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px
}

.contact-line__item span, .contact-line__item span a {
    color: #111;
    font-size: 18px;
    font-family: Lato, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400
}

.contact-line__item:not(:first-child) span a {
    color: #a9a9a9
}

.contact-line__item span a:hover {
    text-decoration: underline
}

.contact-line__item img {
    width: 32px;
    height: 32px;
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.contact-line__item img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

@media screen and (max-width:500px) {
    .contact-line__item span {
        display: none
    }
}

@media screen and (min-width:500px) and (max-width:968px) {
    .contact-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-line__item span, .contact-line__item span a {
        font-size: 16px
    }
}

.tabs-block li {
    width: 100%
}

.tabs-block li a {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding: 38px 40px 37px 109px;
    width: 100%;
    display: block;
    position: relative
}

.tabs-block li .active {
    background-color: #fff;
    border-left: 5px solid #000
}

.tabs-block li a span {
    position: absolute;
    left: 49px;
    top: 15px;
    font-style: normal;
    font-weight: 900;
    font-size: 75px;
    line-height: 140%;
    color: rgba(17, 17, 17, .07)
}

.tabs-block .accordion-item button {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding: 26px 50px 21px 44px;
    width: 100%;
    display: block;
    position: relative
}

.tabs-block .accordion-item {
    border-left: none;
    border-right: none;
    border-top: 5px solid #ecfd21
}

.tabs-block .accordion-item:last-child {
    border-bottom: 5px solid #ecfd21
}

.tabs-block .accordion-item:focus, .tabs-block .accordion-item:hover {
    outline: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: 5px solid #ecfd21 !important
}

.tabs-block .accordion-item button span {
    position: absolute;
    left: 14px;
    top: calc(50% - 47px);
    font-style: normal;
    font-weight: 900;
    font-size: 75px;
    line-height: 140%;
    color: rgba(17, 17, 17, .07)
}

.tab-pane {
    background-color: #fff;
    padding: 10px
}

.img-zoom {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.img-zoom__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    width: 100%;
    display: block;
    bottom: 70px;
    left: 30px;
    z-index: 2
}

.img-zoom__subtitle {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: Lato, sans-serif;
    opacity: .7;
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 2
}

.img-zoom img {
    -webkit-transition: 1s;
    transition: 1s
}

.img-zoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.img-zoom__img {
    position: relative;
    z-index: 1
}

.img-zoom__img:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7))) no-repeat;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%) no-repeat;
    position: absolute;
    z-index: 1
}

.img-zoom__img:hover:after {
    content: '';
    width: 94%;
    height: 94%;
    position: absolute;
    top: 3%;
    left: 3%;
    border: 1px solid #ecfd21;
    z-index: 2
}

.partners-block__wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.partners-block__item {
    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;
    width: 100%;
    height: 140px;
    margin-top: 10px;
    padding: 20px
}

.partners-block__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.partners-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners-block__item:hover img {
    opacity: .7
}

@media screen and (max-width:768px) {
    .partners-block__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.join-block {
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 80px
}

.join-block__wrap {
    background-image: url(../img/bg-2.webp);
    background-position: center;
    background-size: cover;
    z-index: 1
}

.join-block__dark {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .8))
}

.join-block__title {
    color: #fff;
    font-size: 48px;
    line-height: 1.23;
    text-align: center;
    font-family: Lato, Arial, sans-serif;
    max-width: 940px;
    margin: auto;
    z-index: 2
}

.join-block__subtitle {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-family: Lato, Arial, sans-serif;
    max-width: 600px;
    margin: 20px auto auto;
    z-index: 2
}

@media screen and (max-width:640px) {
    .join-block__title {
        font-size: 30px
    }

    .join-block__subtitle {
        font-size: 20px
    }

    .join-block .join-block__btn {
        padding-top: 40px
    }
}

.policy {
    background-color: #dedede;
    margin: 0;
    width: 100%;
    height: 100%;
    padding-top: 1px;
    padding-bottom: 150px
}

.policy__container {
    background-color: #fff;
    position: relative;
    max-width: 690px;
    margin: 150px auto auto;
    padding: 150px 60px
}

.policy__date {
    color: #000;
    font-size: 20px;
    font-family: Arial, Arial, sans-serif;
    line-height: 1.15;
    font-weight: 400;
    opacity: .25;
    position: absolute;
    top: 55px;
    right: 55px
}

.policy__title {
    color: #000;
    font-size: 26px;
    font-family: Arial, Arial, sans-serif;
    line-height: .95;
    font-weight: 600;
    text-transform: capitalize
}

.policy p {
    color: #000;
    font-size: 13px;
    font-family: Arial, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400
}

.policy p:last-child {
    padding-bottom: 100px
}

.policy p:first-child {
    margin-top: 60px
}

.policy h2, .policy h3 {
    color: #000;
    font-size: 14px;
    font-family: Arial, Arial, sans-serif;
    line-height: .95;
    font-weight: 600;
    text-transform: capitalize
}

.policy__container:after {
    content: '';
    background-image: url(../img/bg-3.png);
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 50px;
    right: 50px
}

.policy__container:before {
    content: 'Ligamasterov.net';
    position: absolute;
    bottom: 75px;
    left: 50px;
    color: #000;
    font-size: 20px;
    font-family: Arial, Arial, sans-serif;
    line-height: .95;
    font-weight: 400;
    opacity: .25
}

@media screen and (max-width:720px) {
    .policy {
        padding-bottom: 10px
    }

    .policy__title {
        font-size: 15px
    }

    .policy__date {
        font-size: 12px
    }

    .policy p {
        font-size: 12px
    }

    .policy h2, .policy h3 {
        font-size: 12px
    }

    .policy__container {
        width: calc(100% - 20px);
        margin: 10px 10px;
        padding: 100px 30px
    }

    .policy__container:before {
        font-size: 13px;
        left: 30px
    }

    .policy__container:after {
        width: 35px;
        height: 35px;
        bottom: 64px;
        right: 30px
    }

    .policy p:last-child {
        padding-bottom: 10px
    }

    .policy p:first-child {
        margin-top: 40px
    }
}

.partner-page__item img {
    width: 100%;
    height: 170px;
    -o-object-fit: contain;
    object-fit: contain
}

.partner-page__item:hover img {
    opacity: .7
}

.black-list__item {
    margin-top: 20px
}

.black-list__name a {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.55
}

.black-list__link a {
    color: #ff4343;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400
}

.black-list__phone {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
    color: #282e34
}

.assistance__title {
    font-size: 28px;
    line-height: 1.17;
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000
}

.assistance__example span, .assistance__item {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 20px;
    line-height: 1.55
}

.assistance__item {
    margin-top: 10px
}

.assistance__item a {
    color: red
}

.assistance__example-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 650px;
    width: 100%;
    position: relative
}

.assistance__example a {
    display: block;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.assistance__example a:hover {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3))
}

.assistance__example-desc {
    color: #fff;
    font-size: 52px;
    line-height: 1.23;
    text-align: center;
    position: absolute;
    top: calc(50% - 38px);
    width: 100%
}

@media screen and (max-width:768px) {
    .assistance__example-desc {
        font-size: 26px;
        top: calc(50% - 28px)
    }

    .assistance__example-wrap {
        height: 250px
    }

    .assistance__example span, .assistance__item {
        font-size: 16px
    }

    .assistance__title {
        font-size: 19px
    }
}

.news__item {
    padding-top: 30px;
    max-width: 760px;
    margin: auto
}

.news__date {
    font-size: 16px;
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 2.5px
}

.news__title {
    font-size: 36px;
    line-height: 1.23;
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    margin-top: 15px
}

.news__content {
    margin-top: 20px
}

.news__content, .news__content a, .news__content p {
    font-size: 16px;
    line-height: 1.55;
    font-family: Lato, Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.news__content a {
    color: red
}

@media screen and (max-width:768px) {
    .news__title {
        font-size: 28px
    }

    .news__date {
        font-size: 12px
    }

    .news__content, .news__content a, .news__content p {
        font-size: 12px
    }
}

.partners-item__logo {
    width: 100%;
    height: 200px
}

.partners-item__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.partners-item__site {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.55;
    font-weight: 400
}

.partners-item__site a {
    display: block;
    color: #ff8562
}

.partners-item__desc, .partners-item__desc p {
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.55;
    font-weight: 400
}

.partners-item__desc a {
    color: #ff8562
}

.partners-item__desc h1, .partners-item__desc h2, .partners-item__desc h3 {
    font-weight: 700;
    font-size: 20px
}

.partners-item__desc p {
    margin-bottom: 20px
}

.partners-item__video iframe {
    width: 100%;
    height: 300px
}

.partners-item__video-item {
    margin-top: 20px
}

.partners-item__video-title {
    margin-top: 10px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 1.55
}

.partners-item__parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.partners-item__parallax-wrap {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
    padding-top: 100px;
    padding-bottom: 100px
}

.partners-item__parallax-container {
    max-width: 760px;
    margin: auto;
    background-color: #fff;
    padding: 60px
}

.partners-item__parallax-title {
    font-size: 42px;
    line-height: 1.23;
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px
}

.partners-item__parallax-content {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.partners-item__parallax-content a {
    color: #ff8562
}

@media screen and (max-width:768px) {
    .partners-item__parallax-container {
        width: 100%;
        padding: 10px
    }

    .partners-item__parallax-wrap {
        padding: 20px
    }

    .partners-item__parallax-title {
        font-size: 30px
    }

    .partners-item__parallax-content {
        font-size: 16px
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

.slick-prev {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow.svg);
    z-index: 999;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0);
    outline: 0;
    border: none;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: calc(50% - 20px);
    left: 20px
}

.slick-next {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow.svg);
    z-index: 999;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0);
    outline: 0;
    border: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: calc(50% - 20px);
    right: 20px
}

.slick-dots {
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none !important
}

.slick-dots li {
    display: none !important
}

.slick-dots li button {
    width: 20px;
    height: 5px;
    outline: 0;
    border: none;
    font-size: 0;
    background-color: #222;
    border-radius: 15px;
    display: none !important
}

.slick-dots .slick-active button {
    background-color: #ecfd21;
    width: 30px;
    display: none !important
}

.liga-card {
    padding: 10px;
    margin-top: 20px
}

.liga-card__img img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.liga-card__title {
    margin-top: 30px;
    font-size: 24px;
    min-height: 60px;
    line-height: 1.23;
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000
}

.liga-card__desc {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.55;
    font-family: Lato, Arial, sans-serif;
    font-weight: 300;
    color: #000;
    min-height: 125px
}

.liga-card__btn {
    margin-top: 25px
}

.instapage {
    margin-top: 88px
}

.instapage__btn {
    font-size: 18px;
    color: #000;
    line-height: 1.55;
    font-weight: 400;
    width: 100%;
    max-width: 300px;
    margin: auto;
    background-color: #feca3a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    height: 70px;
    border-radius: 10px
}

.instapage__btn:hover {
    color: #fff
}

.instapage__btn img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain
}

.instapage__btn-white {
    color: #03205e;
    font-size: 24px;
    -webkit-box-shadow: 3px 3px 4px 1px #00000019;
    box-shadow: 3px 3px 4px 1px #00000019;
    background-color: #fff
}

.instapage__btn-white:hover {
    color: #03205e
}

.instapage__btn-white img {
    width: 60px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain
}

.instapage__btn-cayn {
    color: #fff;
    background-color: #0057b8;
    font-weight: 600
}

.instapage__btn-yellow {
    color: #fff;
    background-color: #ffd800;
    font-weight: 600
}

.instapage__btn-yellow img {
    width: 44px;
    height: 44px
}

.instapage__list li {
    margin-top: 20px
}

.instapage__btn-red {
    color: #fff;
    background-color: #fe0000;
    font-weight: 400
}

.instapage__btn-red img {
    width: 65px;
    height: 45px
}

.instapage-join {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.instapage-join li a img {
    width: 55px;
    height: 55px;
    -o-object-fit: contain;
    object-fit: contain
}

.instapage-header {
    width: 100%;
    height: 120px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.instapage-header__center {
    width: 125px;
    height: 120px;
    position: absolute;
    left: calc(50% - 62px);
    bottom: -60px
}

.instapage-header__center a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100px;
    text-align: center
}

.instapage-header__center a span {
    text-align: center;
    font-size: 16px;
    opacity: .75;
    color: #000;
    line-height: 1.55;
    font-weight: 400
}

.instapage-header__center a img {
    width: 100%
}

.bussines-help__top {
    height: 330px;
    background-position: center
}

.bussines-help__item {
    position: relative;
    border-width: 7px;
    background-color: #fff;
    background-position: center center;
    border-color: #e6e6e6;
    border-style: solid;
    height: 250px;
    text-align: center;
    margin-bottom: 90px
}

.bussines-help__item img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: calc(50% - 50px);
    top: -60px;
    background-color: #fff;
    border-radius: 100px
}

.bussines-help__item a {
    width: 200px;
    position: absolute;
    left: calc(50% - 100px);
    bottom: -30px;
    border-radius: 25px
}

.bussines-help__title {
    color: #292929;
    font-size: 23px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 900;
    text-align: center;
    margin-top: 60px
}

.bussines-help__desc {
    color: #919191;
    text-align: center;
    max-width: 230px;
    margin: auto;
    display: block;
    margin-top: 15px
}

.viber__item {
    margin-bottom: 25px
}

.viber__item img {
    width: 100%;
    height: 230px;
    -o-object-fit: contain;
    object-fit: contain
}

.viber__subtitle {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    color: #777;
    text-align: center;
    margin-top: 15px
}

.viber__title {
    font-weight: 700;
    height: 32px;
    text-align: center;
    margin-top: 10px;
    font-size: 26px;
    line-height: 1.23;
    font-family: Lato, Arial, sans-serif;
    color: #000;
    text-transform: uppercase
}

.viber__item a {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.55;
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
    display: block
}

.price__wrap {
    margin-top: 20px
}

.price__item {
    margin-top: 20px
}

.price__item a {
    width: 100%;
    height: 100%;
    display: block
}

.price__item img {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover
}

.price__title {
    margin-top: 15px;
    min-height: 65px;
    font-size: 26px;
    line-height: 1.23;
    font-family: Lato, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    display: block
}

.price__subtitle {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.55;
    font-family: Lato, Arial, sans-serif;
    font-weight: 300;
    color: #777;
    display: block
}

.sign-in {
    width: 100%
}

.sign-in__wrap {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 540px)
}

.sign-in__container {
    width: 300px;
    margin: 20% auto;
    -webkit-box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    border-radius: 15px;
    padding: 15px 15px
}

.sign-in__container input {
    border-radius: 15px
}

.sign-in__submit button {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 10px
}

@media screen and (max-width:400px) {
    .sign-in__container {
        margin: 30% auto
    }
}

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile__left {
    width: 250px
}

.profile__right {
    width: 200px
}

.profile__center {
    width: 100%
}

.profile__block {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 5px;
    margin-bottom: 10px
}

.profile__avatar {
    width: 200px
}

.profile__avatar img {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%
}

.profile__personal {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile__meta {
    width: 300px
}

.profile__data {
    width: 100%;
    padding-left: 20px
}

.profile__regtime {
    font-size: 12px;
    margin-top: 10px
}

.profile__type {
    text-align: right
}

.profile__name {
    font-size: 21px;
    font-weight: 600
}

.profile__login {
    margin-top: 5px
}

.profile__change-avatar {
    margin-top: 15px
}

.profile__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.profile__rating img {
    width: 30px;
    height: 30px
}

.profile__rating span {
    font-size: 36px;
    font-weight: 600
}

.profile__regtime {
    text-align: right
}

.profile__logout {
    padding: 10px 20px
}

.profile__help {
    padding: 5px 10px
}

.profile__help span {
    font-size: 16px;
    font-weight: 600
}

.profile__help p {
    font-size: 14px;
    line-height: initial;
    margin-top: 5px
}

.profile__about {
    padding: 10px
}

.profile__block-submit {
    margin-top: 10px;
    text-align: right
}

.profile__social {
    padding: 10px
}

.profile__block-title {
    padding-bottom: 5px;
    display: block;
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.profile__nav {
    padding: 10px 5px
}

.profile__nav li a {
    font-size: 16px;
    line-height: 1.55;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.profile__gallery-wrap {
    padding: 10px
}

.profile__gallery {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profile__gallery-image {
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #222
}

.profile__gallery-item {
    position: relative
}

.profile__gallery-delete {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile__gallery-delete img {
    width: 20px;
    height: 20px
}

@media screen and (max-width:767px) {
    .profile__left {
        display: none
    }

    .profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 100px
    }

    .profile__personal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profile__meta {
        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;
        width: 100%
    }

    .profile__regtime {
        display: none
    }

    .profile__data {
        padding-left: 0
    }

    .profile__avatar {
        text-align: center;
        width: 100%
    }

    .profile__data {
        text-align: center
    }

    .profile__right {
        width: 100%
    }
}

.profile__block-liner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:600px) {
    .profile__meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:400px) {
    .profile__gallery-item {
        width: 48%
    }
}

@media screen and (max-width:400px) {
    .profile__block-liner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.person-filter__toggle {
    height: 41px
}

.person-filter__itm {
    border: 1px solid #c7c7c7;
    padding: 17px 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border-radius: 0 !important;
    font-family: Lato, Arial, sans-serif;
    outline: 0 !important
}

.person-filter__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 30px
}

.person-filter__panel-toggle {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.person-filter__selector {
    display: none
}



.person-filter__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.person-filter__selector-active, .person-filter__selector-active form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-right: 20px
}

.person-filter__title {
    cursor: pointer
}

.person-filter__toggle img {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain
}

.person-filter__panel-search input, .person-filter__select input, .person-filter__select select {
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 600;
    height: 40px;
    line-height: 1;
    padding: 0 20px;
    width: 100%;
    background-color: #f2f3f8;
    border: 1px solid #f2f3f8;
    font-family: 'Open Sans', Arial, sans-serif
}

@media screen and (min-width:991px) {
    .person-filter__select {
        width: 25%
    }
}

@media screen and (max-width:990px) {
    .person-filter__selector-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .person-filter__panel-toggle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .person-filter__toggle {
        margin-bottom: 15px
    }

    .person-filter__selector-active, .person-filter__selector-active form {
        padding-right: 0
    }
}

.person-filter-search__toggle {
    height: 41px
}

.subscribe-tariff__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.subscribe-tariff__item {
    background-color: #fff;
    text-align: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
    padding-bottom: 15px;
    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;
    min-height: 600px;
    position: relative
}

.subscribe-tariff__item:not(.subscribe-tariff__item:last-of-type) {
    margin-right: 35px
}

.subscribe-tariff__item:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.subscribe-tariff__icon {
    width: 100%;
    height: 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subscribe-tariff__icon-dark {
    background-color: #222
}

.subscribe-tariff__icon-gold {
    background-color: #ecfd21
}

.subscribe-tariff__content {
    padding: 5px;
    font-family: 'Open Sans', Arial, sans-serif
}

.subscribe-tariff__title {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-family: 'Open Sans', Arial, sans-serif;
    padding-left: 10px
}

.subscribe-tariff__old-price, .subscribe-tariff__price {
    color: #000;
    margin: 20px 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px
}

.subscribe-tariff__old-price {
    text-decoration: line-through;
    font-weight: 400
}

.subscribe-tariff__desc {
    color: #000;
    padding: 0 30px;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-family: 'Open Sans', Arial, sans-serif
}

.subscribe-tariff__desc-bold {
    font-weight: 700
}

.subscribe-tariff__link:hover {
    background-color: #000 !important
}

.subscribe-tariff__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.subscribe-tariff__icon {
    background-color: #222 !important
}

.subscribe-tariff__item:nth-of-type(2) .subscribe-tariff__icon {
    background-color: #ecfd21 !important
}

.subscribe-tariff__item:nth-of-type(2) .subscribe-tariff__title {
    color: #fff !important
}

.subscribe-tariff__active {
    border: 3px solid #ecfd21
}

.subscribe-tariff__more-link {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #181818;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed
}

.subscribe-tariff__radio {
    display: none
}

.subscribe-tariff__link {
    width: 200px
}

.subscribe-tariff__link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 45px;
    left: calc(50% - 100px)
}

@media (max-width:600px) {
    .subscribe-tariff__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .subscribe-tariff__item:not(.subscribe-tariff__item:last-of-type) {
        margin-right: 0
    }

    .subscribe-tariff__item {
        margin-bottom: 20px
    }
}

@media (max-width:1000px) {
    .subscribe-tariff__title {
        font-size: 21px
    }

    .subscribe-tariff__icon img {
        width: 30px;
        height: 30px
    }

    .subscribe-tariff__old-price, .subscribe-tariff__price {
        font-size: 19px
    }

    .subscribe-tariff__item:not(.subscribe-tariff__item:last-of-type) {
        margin-right: 10px
    }

    .subscribe-tariff__desc {
        font-size: 12px
    }
}

.subscribe-tariff__link-wrap input[type=radio]:checked+label {
    background-color: #000 !important;
    color: #fff !important
}

.tariff-modal__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    color: #ecfd21 !important
}

.tariff-modal__price {
    text-align: center;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700
}

#cf7_2_post_9587bda28c {
    padding-bottom: 50px
}

.pw-tariff-label {
    text-transform: uppercase;
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 100px;
    display: inline-block;
    padding: 0 10px
    background-color: black !important;
}

.pw-tariff-label a {
    color: #fff
}

.pw-tariff-label__start {
    background-color: #e1e1e1
}

.pw-tariff-label__standard {
    background-color: #7c7c7c
}

.pw-tariff-label__vip {
    background-color: #ecfd21
}

.pw-tariff-label a {
    color: #fff
}

.pw-tariff-label-link {
    color: #fff
}

@media (max-width:1000px) {
    .pw-tariff-label-link {
        font-size: 30px
    }
}

.team-sec {
    padding: 0 0 40px
}

.team-sec-item--2 {}

.container {
    margin: 0 auto;
    padding: 0 15px
}

.team-sec__wrapper {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 150px;
    -moz-column-gap: 150px;
    column-gap: 400px;
    row-gap: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
	margin-bottom:50px;
}

.team-sec-item {
    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;
    text-align: center;
    width: 240px;
    min-height: 293px;
    padding: 20px
	margin-bottom:30px;
}

.team-sec-item--v1:first-child {
    grid-column: 1/3;
    margin: 0px auto -240px;
}

.team-sec-item__img {
    width: 200px;
    height: 200px
}

.team-sec-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.team-sec-item__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin-top: 15px
}

.team-sec-item__descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #a7a7a7;
    margin-top: 5px
}

.team-sec-item--2 {
    border: 2px solid #d9d9d9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: fit-content;
    margin-top: 20px;
}

.team-sec-item--2 p {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin-top: 15px
}

.team-sec-item--2 a {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    background: #ecfd21;
    padding: 14px;
    width: 100%;
    margin-top: 34px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    display: block;
}

@media(any-hover: hover) {
    .team-sec-item--2 a:hover {
        background: #ffea80
    }
}

.team-tab {
    background: #eaeaea;
    padding: 60px 0 140px;
}

.team-tab__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team-tab__top .team-tab-item__content {
	width:25%;
}

.team-tab__top .team-sec-item {
    cursor: pointer
}

.team-tab-item-wrap {
    border-radius: 25px;
    cursor: pointer
}

.team-tab-item-wrap .team-sec-item {
    pointer-events: none;
}

.team-tab-item-wrap.active-item {
    background: #fff
}

.team-tab-item__bottom {
    margin-top: 50px;
    border-top: 1px solid #d8d8d8;
    padding-top: 50px;
}

.team-tab-item__list {
    padding-top: 50px
}

.team-tab-item__list:first-child {
    padding-top: 0
}

.team-tab-item__list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 45px;
    row-gap: 48px
}

.team-tab-item__list h2 {
    margin-bottom: 65px;
	font-size:32px;
	width:650px;
}

.team-sec-item--v3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 42px;
    text-align: left;
    min-height: inherit;
    width: auto;
    padding: 0;
}

.team-sec-item--v3 .team-sec-item__img {
    width: 100px;
    min-width: 100px;
    height: 100px
}

.team-sec-item--v3 .team-sec-item__title {
    margin-top: 0;
}

.hide {
    display: none;
}

@media(max-width: 1400px) {
    .team-tab-item__list ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 991px) {
    .team-tab-item-wrap {
        background-color: rgba(0, 0, 0, 0) !important;
        border-bottom: .5px solid #d9d9d9;
        border-radius: 0
    }

    .team-sec {
        padding: 0 40px;
    }

    .team-sec__wrapper {
        column-gap: 260px;
    }

    .team-tab .team-sec-item__title {
        font-size: 18px;
        line-height: 22px
    }

    .team-tab .team-sec-item__descr {
        font-size: 14px;
        line-height: 17px
    }

    .team-tab__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
	.team-tab__top .team-tab-item__content {
	width:100%;
}
	.container_wrap
	{
		width:90%;
		display:block;
	}

    .team-tab__top .team-tab-item-wrap>.team-sec-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        text-align: left;
        pointer-events: all;
        gap: 8px;
        min-height: unset;
        position: relative;
        z-index: 1;
        position: relative
    }

    .team-tab__top .team-tab-item-wrap>.team-sec-item::after {
        content: "+";
        position: absolute;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #000;
        right: 47px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .team-tab__top .team-tab-item-wrap>.team-sec-item::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 25px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .team-tab__top .team-tab-item-wrap>.team-sec-item.active::after {
        content: url("../img/arrow-tab.svg")
    }

    .team-tab__top .team-tab-item-wrap>.team-sec-item.active::before {
        opacity: 1
    }

    .team-tab__top .team-tab-item-wrap .team-sec-item__img {
        width: 65px;
        height: 65px
    }

    .team-tab__top .team-tab-item-wrap .team-sec-item__title {
        margin-top: 0
    }

    .team-tab-item__bottom {
        border: none;
        padding: 0;
        margin: 0
    }

    .team-tab-item__list ul {
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        row-gap: 20px;
        margin-bottom: 15px
    }

    .team-sec-item--v3 .team-sec-item__img {
        width: 60px;
        height: 60px;
        min-width: 60px
    }

    .team-tab-item__list {
        padding-top: 35px !important
    }

    .team-tab-item__list:last-child {
        padding-bottom: 35px
    }

    .team-sec-item--v3 {
        gap: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 0
    }

    .team-tab-item__list h2 {
        margin-bottom: 20px;
        padding: 0 20px;
		font-size: 24px;
		width: 500px;
    }
}

@media(max-width: 767px) {
    .team-sec__wrapper {
        grid-template-columns: 1fr;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 50px;
        margin-top: 32px
    }

    .team-sec__wrapper .team-sec-item {
        margin: 0 auto
    }

    .team-sec-item--v1:first-child {
        grid-column: 1/2
    }

    .team-tab {
        padding: 70px 0 100px
    }
}

/* правки стилів */

.partners-block__top .title__underlined.fade-in-up {
    position: absolute;
}

.partners-block__top .btn.btn-gold {
    font-size: 1.5rem;
}

.partners-block__top {
    justify-content: center;
}

.partners-block__wrap.in-pt.in-pb {
    padding-top: 45px;
}

.partners-block__wrap.in-pt.in-pb .btn.btn-gold.lg-btn {
    font-size: 14px;
    padding: 10px 22px;
}

/* кнопка під фото після переносу */
.participants-info__top button>img {
    border: none;
}

.participants-info__top button {
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .participants-info__top button {
        font-size: 12px;
    }
}

@media (max-width: 533px) {
    .participants-info__top button {
        width: 70%;
        margin-top: 20px;
        margin: 20px auto 0 auto;
        font-size: 14px;
    }
		.container_wrap
	{
		    margin: 0px 20px;
		display:block;
	}
	    .team-tab-item__list h2 {
		width: 330px;
	}
}
/* кнопка над галереєю після переносу */
.btn.btn-gold.btn-lg.section-mb.btn-flex {
    margin: 0 auto 30px auto;
}

/* сабтайтл на сторінці майстрів */
.title__dark.text-center.mt-5.fade-in-up.header-section__title.members-subtitle {
    font-size: 18px;
    margin-top: 20px !important;
}

/* змінюємо кнопку фільтра */
.nav-link.btn.btn-gold.sm-btn.person-filter__toggle {
    background-color: #222;
    color: #fff;
}

/* поправляємо текст в селекті */
.person-filter__panel-search input, .person-filter__select input, .person-filter__select select {
    font-size: 12px;
    text-align: center;
}

.person-filter__panel-search input, .person-filter__select input, .person-filter__select select option {
    text-align: center;
}

/* робимо фільтр стікі */
@media (min-width: 320px) {
    .person-filter__wrap.in-mt {
        z-index: 9999;
        padding-bottom: 12px;
        padding-top: 12px;
        background-color: #fff;
    }
}

@media (min-width: 1024px) {
    .person-filter__wrap.in-mt {
		position:relative;
        z-index: 9999;
        padding-bottom: 12px;
        padding-top: 12px;
        background-color: #fff;
    }
}

@media (min-width: 1366px) {
    .person-filter__wrap.in-mt {

        z-index: 9999;
        padding-bottom: 16px;
        padding-top: 16px;
        background-color: #fff;
    }
}

/* стилі для кнопки, що створена в джс */
.btn.btn-gold.gallery-btn {
    display: block;
    margin: 20px auto 0 auto;
}

/* виправляємо форму в футері */
footer form {
    position: relative;
}
footer form .wpcf7-response-output {
    background-color: #FFFFFF;
    margin: 0 !important;
}
@media (max-width: 480px) {
    footer .row .col-lg-4:last-of-type {
        margin-top: 26px;
    }
}

/* стиль для тарифу акаунта */
div.start {
  background-color: #000 !important;
}
/* зміна по подіям на головній */
.img-zoom__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    width: 100%;
    top: 0;
    left:auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    background: rgba(0 0 0 / 0.65);
    z-index: 2;
    transition: 0.3s
}
.img-zoom__title:hover ~ .img-zoom__img {
    filter: blur(3px);
}
.img-zoom__subtitle {
    bottom: 10px;
}
/* прибираємо відступ в чатах у останнього блока */
.page-template-chats main>.fade-in.in-mt {
    margin-top: 0 !important;
}
/* повертаємо стару ціну */
/* .subscribe-tariff__item[id="item-start"] .subscribe-tariff__old-price {
    text-decoration: none;
    color: #000;
    margin: 20px 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
}
.subscribe-tariff__item[id="item-start"] .subscribe-tariff__price {
    display: none;
} */
form[action="/join/#wpcf7-f2023-o1"] {
    padding-bottom: 20px;
}
form[action="/join/#wpcf7-f2023-o1"] .form-checkbox-controls {
    align-items: center;
}
form[action="/join/#wpcf7-f2023-o1"] .form-checkbox-controls .wpcf7-list-item {
    margin-left: 0;
}
form[action="/join/#wpcf7-f2023-o1"] .form-checkbox-controls label {
    padding-left: 16px;
}
form[action="/join/#wpcf7-f2023-o1"] .container,
form[action="/join/#wpcf7-f2023-o1"] .form-controls,
form[action="/join/#wpcf7-f2023-o1"] .wpcf7-form-control.wpcf7-submit {
  display: block !important;
}
/* слайдер головна список */
.home .header-section__slider-item ul {
    list-style: disc;
}
.home .header-section__slider-item ul li {
    margin-left: 20px;
}
/* відступ у картці товару від кнопки */
.subscribe-tariff__more-link {
    margin-bottom: 80px;
}
.subscribe-tariff__wrap {
    align-items: stretch;
  }
  .subscribe-tariff__item {
    height: auto;
  }

/* прибираємо зайві поля з форми реєстрації */
.page-template-join .form-controls:nth-of-type(10),
.page-template-join .form-controls:nth-of-type(11),
.page-template-join .form-controls:nth-of-type(12),
.page-template-join .form-controls:nth-of-type(13),
.page-template-join .form-controls:nth-of-type(14),
.page-template-join .form-controls:nth-of-type(15) {
  display: none !important;
}

/* NEW HOME PAGE*/

.section-title {
	font-size: clamp(1.3125rem, 0.825rem + 2.4375vw, 3.75rem);
	font-weight: 800;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: -2.4px;
	color: #ecfd21;
}

.block-title {
	font-size: clamp(1.625rem, 1.5250rem + 0.5000vw, 2.125rem);
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -1.36px;
	text-transform: uppercase;
}

.section-subtitle {
	font-family: var(--font-fish);
	font-size: clamp(1.25rem, 1.0000rem + 1.2500vw, 2.5rem);
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 8px;
	text-transform: uppercase;
	margin-bottom: 24px;
	color: var(--yellow);
}

[class*=-container] {
	max-width: 1824px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}

.button {
	background: #ecfd21;
	width: 100%;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.4s ease;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 3.12px;
	text-transform: uppercase;
	color: var(--black);
	cursor: pointer;
}

.button:hover {
	background: var(--black);
	color: var(--white);
}

.button--white {
	border: 1px solid var(--lgray);
	background: var(--white);
	color: var(--black);
}

.button--white:hover {
	background: var(--hgray);
	color: var(--black);
}

.advantages {
	margin-bottom: 180px;
}

.advantages-title {
	margin-bottom: 80px;
}

.advantages-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 80px;
}

.advantages-item {
	padding: 50px;
	background: var(--elgray);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

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

.advantages-item__title {
	font-weight: 800;
	font-size: clamp(1.5rem, -0.25rem + 4.375vw, 5rem);
	line-height: 100%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: var(--black);
}

.advantages-item__text {
	font-weight: 400;
	font-size: clamp(1.125rem, 0.9375rem + 0.4688vw, 1.5rem);
	line-height: 150%;
	letter-spacing: -0.04em;
	color: var(--gray);
}

.advantages-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 20px;
	background: var(--hgray);
	flex: 0 0 173px;
	width: 173px;
	min-height: 173px;
	padding: 20px;
}

.preference {
	margin-bottom: 160px;
}

.preference-title {
	margin-bottom: 80px;
}

.preference-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 80px;
}

.preference-item {
	display: flex;
	align-items: flex-end;
    padding: 40px;
    min-height: 440px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
}

.preference-item__title {
	font-size: clamp(1.5rem, 1.1875rem + 0.7813vw, 2.125rem);
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: var(--white);
}

.brands {
	margin-bottom: 160px;
}

.brands-subtitle {
	text-align: center;
}

.brands-title {
	text-align: center;
	margin-bottom: 80px;
}

.brands-list {
	display: grid;
	grid-template-columns: repeat(6,1fr);
	border-top: 1px solid var(--lgray);
	border-left: 1px solid var(--lgray);
	margin-bottom: 80px;
}

.brands-item.hidden {
	display: none;
}

.brands-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	border-right: 1px solid var(--lgray);
	border-bottom: 1px solid var(--lgray);
	height: 100%;
}

.brands-item img {
	object-fit: contain;
	max-height: 82px;
}

.join {
	margin-bottom: 90px;
}

.join-wrapper {
	display: grid;
	grid-template-columns: 1fr minmax(320px, 650px);
	gap: 40px;
}

.join-title {
	margin-bottom: 30px;
}

.join-subtitle {
	font-weight: 700;
	font-size: clamp(1.5rem, 1.1875rem + 0.7813vw, 2.125rem);
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: var(--black);
	margin-bottom: 50px;
}

.join-text {
	font-weight: 400;
	font-size: clamp(1rem, 0.75rem + 0.625vw, 1.5rem);
	line-height: 150%;
	letter-spacing: -0.04em;
	color: var(--gray);
	margin-bottom: 100px;
}

.join-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.join-buttons a {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	text-align: center;
	color: var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex: 1;
	padding: 50px;
	opacity: 1;
	transition: opacity 0.4s ease;
}

.join-buttons a:hover {
	opacity: 0.8;
}

.join-buttons a svg {
	flex: 0 0 20px;
}

.join--telegram {
	background: #5AA7E1;
}

.join--viber {
	background: #755397;
}

.join--facebook {
	background: #4867AC;
}

.plans {
	margin-bottom: 160px;
}

.plans-title {
	text-align: center;
	margin-bottom: 80px;
}

.plans-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	align-items: flex-start;
}

.plans-item {
	display: flex;
	flex-direction: column;
	background: var(--yellow);
}

.plans-item:nth-child(2) {
	background: var(--white);
	box-shadow: inset 0px 0px 0px 1px var(--lgray)
}


.plans-item
{width:100%;
height: 100%;
    justify-content: space-between;}
.plans-list
{    display: flex;
    width: 50%;
    height: auto;
	    margin-bottom: 0px;
}
.plans_section
{
	display:flex;
}
.plans_list
{
	width: 50%;
	    display: flex;
    justify-content: center;

}
.first_img
{
	width:80%
}
.plans-item__btn {
	position: relative;
	padding: 0;
	text-decoration: underline;
	display: inline-flex;
	align-items: center;
	column-gap: 0.5rem;
	align-items: center;
	border: none;
	background: transparent;
	margin-bottom: 1rem;
}

.plans-item__btn::after {
	display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    background: url(../img/menu_decor.svg) center no-repeat;
}

.plans-item:nth-child(3) {
	background: var(--black);
}

.plans-content {
	padding: 50px;
}

.plans-item__title {
	font-family: var(--font-fish);
	font-size: clamp(1.875rem, 1.5000rem + 1.8750vw, 3.75rem);
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.plans-item:nth-child(2) .plans-item__title {
	border-color: rgba(0,0,0,0.2);
}

.plans-item:nth-child(3) .plans-item__title {
	color: var(--yellow);
	border-color: rgba(255,255,255,0.2);
}

.plans-item__text {
	padding-top: 40px;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: var(--black);
}

.plans-item:nth-child(2) .plans-item__text {
	color: var(--gray);
}

.plans-item:nth-child(3) .plans-item__btn,
.plans-item:nth-child(3) .plans-item__text {
	color: var(--lgray);
}

.plans-price {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: var(--black);
	padding: 44px;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.plans-price span {
	font-size: 30px;
}

.plans-item:nth-child(2) .plans-price {
	border-top: 1px solid var(--lgray);
}

.plans-item:nth-child(3) .plans-price {
	color: var(--white);
	border-top: 1px solid rgba(255,255,255,0.2);
}

.plans-item__text ul {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-bottom: 30px;
}

.plans-item__text ul li {
	padding-left: 42px;
	position: relative;
}

.plans-item__text ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	background-image: url(../img/icon_check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--yellow);
	transform: translateY(-50%);
}

.plans-item:nth-child(1) .plans-item__text ul li::before {
	background-color: var(--black);
	background-image: url(../img/icon_check_w.svg);
}

.plans-item:nth-child(1) .button {
	background: var(--black);
	color: var(--yellow);
}

.plans-item:nth-child(1) .button:hover {
	color: var(--white);
}

.hero {
	padding-top: 0px;
	padding-bottom: 74px;
}

.hero-arrows {
	display: flex;
	justify-content: flex-end;
	column-gap: 10px;
	margin-top: -124px;
	z-index: 10;
	position: relative;
	pointer-events: none;
}

.arrows-navigation .slick-arrow {
	width: 124px;
	height: 124px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--elgray);
	cursor: pointer;
	pointer-events: all;
}

.hero-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.hero-content {
	display: flex;
	flex-direction: column;
	padding-left: 3.125%;
}

.title-hero {
	margin-bottom: 40px;
}

.hero-title {
	font-size: clamp(2rem, -1.375rem + 8.4375vw, 8.75rem);
	font-weight: 800;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--black);
	margin-bottom: 40px;
}

.hero-text {
	font-size: clamp(1.125rem, 0.6875rem + 1.0938vw, 2rem);
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: var(--gray);
	margin-bottom: 20px;
}

.hero-content .button {
	margin-top: auto;
}

/* =====
 * FOOTER 
 * ===== */

.footer .footer-title {
	color: var(--white) !important;
	margin-bottom: 80px;
}

.footer-subtitle {
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.04em;
	margin-bottom: 18px;
	color: var(--white);
}

.footer-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 50px;
	gap: 1rem;
}

.footer-copyright {
	border-top: 1px solid var(--lgray);
	padding: 40px 0;
	display: grid;
	grid-template-columns: 496px 1fr max-content;
	gap: 72px;
	align-items: center;
}

.footer-copyright a {
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.72px;
	text-decoration: none;
	color: var(--black) !important;
}

.footer-copyright__logo {
	max-width: 200px;
}

.footer-copyright__logo img {
	width: 100%	;
}

.footer-contacts {
	display: flex;
	gap: 72px;
}

.socials-list {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-address,
.footer-worktime {
	display: flex;
	flex-direction: column;
}

.footer-phone__wrapper {
	display: flex;
	align-items: center;
}

.footer-line {
	display: inline-block;
	width: 1px;
	height: 36px;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 14px;
}

.footer-text {
	font-size: 24px;
	line-height: 150%;
	letter-spacing: -0.96px;
	color: var(--black) !important;
}

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

.footer-form .form-control {
	max-width: 360px;
}

.footer-form__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: -0.04em;
	color: var(--white);
	margin-bottom: 10px;
}

.footer-form__text {
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: var(--black) !important;
}

.footer-form__button {
	padding: 16px 36px;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #151515;
	border: none;
	background: var(--white);
}

.reviews {
	margin-bottom: 160px;
}

.reviews-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 80px;
}

.reviews-arrows {
	display: flex;
	align-items: center;
	gap: 12px;
}

.reviews-list {
	width: calc(100% + 20px);
	margin: 0 -10px 80px;
}

.reviews-item {
	margin: 0 10px;
}

.reviews-item--text {
	padding: 50px 0px;
	background: var(--white);
	display: flex !important;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
}

.reviews-image {
	margin-bottom: 30px;
}

.reviews-item--text .reviews-image {
	width: 104px;
	height: 104px;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 16px;
}

.reviews-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews-name {
	font-size: 34px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -1.36px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.video-image {
	position: relative;
	width: 176px;
	height: 176px;
}

.video-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

.video-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/icon_play.svg) center/44px no-repeat;
}

.reviews-text {
	font-size: 24px;
	line-height: 150%;
	letter-spacing: -0.96px;
	color: var(--gray);
}

.header nav ul li a.menu--gray,
.header__mobile-after a.menu--gray {
	background: #0080c4;
	padding: 11px 13px;
	font-weight: 700;
	font-size: 1.12rem;
	line-height: 100%;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	text-align: center;
	color: var(--black);
}

.header nav ul li a.menu--gold,
.header__mobile-after a.menu--gold {
	background: #ecfd21;
	font-weight: 700;
	font-size: 1.12rem;
	line-height: 100%;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	text-align: center;
	color: var(--black);
	padding: 11px 13px;
}

.header__mobile-after a.menu--gold:hover,
.header nav ul li a.menu--gold:hover {
	background: var(--black);
	color: var(--white);
}
@media (max-width:1560px)
{
	.header nav ul li a { font-size: 14px; padding: 0.5rem; }
	.header nav ul li a.menu--gray, .header nav ul li a.menu--gold { font-size: 14px; }
}
@media (max-width: 1440px) {
	.footer-text { font-size: 22px; }
	.footer-contacts { gap: 30px; }
	.footer-copyright { gap: 30px; grid-template-columns: 452px 1fr max-content; }
	.page-content { margin-top: 120px; }
	.plans-content { padding: 20px; }
	.plans-item__title { padding-bottom: 20px; font-size: 30px; }
	.plans-item__text { padding-top: 20px; font-size: 16px; }
	.plans-item__text ul { gap: 16px; margin-bottom: 20px; }
	.plans-item__text ul li { padding-left: 30px; }
	.plans-item__text ul li::before { width: 20px; height: 20px; }
	.plans-price { padding: 20px; font-size: 16px; }
	.plans-price span { font-size: 18px; }
	.plans-item .button { padding: 20px; }
}

@media (max-width: 1199px) {
	.advantages-item { padding: 25px; gap: 20px; }
	.advantages-icon { width: 120px; min-height: 120px; flex: 0 0 120px; }
	.preference-item { min-height: 300px;  }
	.join-wrapper { grid-template-columns: 1fr 1fr; }
	.footer-copyright { grid-template-columns: max-content 1fr max-content; }
	.footer-line { display: none; }
	.footer-phone__wrapper { flex-direction: column; align-items: flex-start; }
	.header__mobile-after a.menu--gold { margin-bottom: 20px; }
}

@media (max-width: 1024px) {
	.footer-info { flex-direction: column; align-items: flex-start; }
	.footer-contacts { flex-direction: column; align-items: flex-start; }
	.footer-copyright { grid-template-columns: 1fr; }
}

@media (max-width: 991px) { 
	.advantages-item { flex-direction: column-reverse; justify-content: flex-end; align-items: flex-start; }
	.preference-item { padding: 20px; }
	.advantages-icon { width: 80px; min-height: 80px; flex: 0 0 80px; }
	.brands-list { grid-template-columns: repeat(5,1fr); }
	.plans-list { grid-template-columns: 1fr; }
	.join-wrapper { grid-template-columns: 1fr; }
	.join-image { order: 1; }
	.join-content { order: 2; }
	.hero-wrapper { grid-template-columns: 1fr; gap: 20px; }
	.hero-image { order: 1; }
	.hero-content { padding: 0 12px; order: 2; }
	.hero-arrows { margin-top: 40px; justify-content: center; }
	.arrows-navigation .slick-arrow { width: 64px; height: 64px; }
	.footer-form { flex-wrap: wrap; }
}

@media (max-width: 767px) { 
	.brands-list { grid-template-columns: repeat(4,1fr); }
	.plans_section
	{
		    display: flex;
    flex-direction: column;
}
	.plans-list
	{
		width: 100%;

	}
	.first_img
	{
display:none;
	}
	.sec_img
	{
		display:block;
	}
	.plans_list
	{width:100%;}
}

@media (max-width: 640px) {
    .header__mobile-wrap
    {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        top:70px;
        align-items: flex-start;
    }
    .menu-mobilne-menyu, .header__mobile-after
    {
        width: 100%;
    }
    .header__mobile-after 
    {
        display: grid;
        justify-content: space-between;
        padding: 10px;
        grid-template-columns: 4fr 1fr;
        align-items: center;
        font-size: 16px !important;
    }
    .header__mobile-after div
    {
        width: 75%;
    }
    .header__mobile-lang
    {
        margin: 0px;
    }
    .header__mobile-after a.menu--gray, .header__mobile-after a.menu--gold
    {
        font-size: 14px !important;
    }
    #menu-mobilne-menyu
    {
        width: 100%;
    }
	.button { font-size: 18px; letter-spacing: 1.08px; padding: 30px; }
	.advantages { margin-bottom: 90px; }
	.advantages-list { grid-template-columns: 1fr; }
	.advantages-title { margin-bottom: 40px; }
	.preference { margin-bottom: 90px; }
	.preference-title { margin-bottom: 40px; }
	.preference-list { grid-template-columns: 1fr; }
	.brands-list { grid-template-columns: repeat(2,1fr); margin-bottom: 40px; }
	.brands { margin-bottom: 90px;}
	.join { margin-bottom: 40px; }
	.plans { margin-bottom: 90px; }
	.plans-title { margin-bottom: 40px; }
	.plans-price { font-size: 16px; }
	.plans-price span { font-size: 18px; }
	.join-subtitle { margin-bottom: 20px; }
	.join-text { margin-bottom: 40px; }
	.join-buttons a { padding: 30px; font-size: 18px; flex: 1 1 auto; }
	.footer .footer-title { margin-bottom: 40px; }
	.footer-text { font-size: 18px; letter-spacing: -0.72px; }
	.footer-subtitle { font-size: 16px; letter-spacing: -0.64px; }
	.footer-copyright { padding: 30px 0; flex-direction: column; align-items: flex-start; gap: 20px; }
	.footer .wpcf7-form, .footer .wpcf7-form p { flex-direction: column; gap: 20px; }
	.reviews { margin-bottom: 80px; }
	.reviews-name { font-size: 26px; font-weight: 700; line-height: 120%; letter-spacing: -1.04px; margin-bottom: 10px; }
	.reviews-text { font-size: 18px; line-height: 150%; letter-spacing: -0.72px;}
	.reviews-header { flex-direction: column; align-items: flex-start; margin-bottom: 40px; }
	.page-content { margin-top: 70px; }
	.header__center { max-width: 180px; width: 100%; }
	.hero { padding-top: 0; }
	.title-hero, .hero-title { margin-bottom: 20px; }
	.hero-text { margin-bottom: 0; }
	.brands-item:nth-child(11), .brands-item:nth-child(12), .brands-item:nth-child(13), .brands-item:nth-child(14),
	.brands-item:nth-child(15), .brands-item:nth-child(16), .brands-item:nth-child(17), .brands-item:nth-child(18) {
		display: none;
	}
	.brands-list.active .brands-item { display: block; }
	.footer .wpcf7-form .form__line { flex-direction: column; }
	.footer-form .form-control { max-width: inherit; }
	.section-title { letter-spacing: -1.2px; }
	.section-subtitle { letter-spacing: 4px; }
}
.section-title_slide {
	font-size: clamp(1.3125rem, 0.825rem + 2.4375vw, 3.75rem);
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: -2.4px;
    color: #000;
}