/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');*/


:root {
    --font-family-primary: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    --font-family-secondary: "Montserrat", sans-serif;
    --content-width: 1170px;
    --container-offset: 15px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --light-color: #fff;
    --color-primary: #0060bf;
    --color-primary-dark: #0041a0;
    --color-secondary: #fff;
    --color-third: #000;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body.page-worldskills {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body.page-worldskills {
    font-family: var(--font-family-primary);
    margin: 0;
    font-weight: 400;
    line-height: 1.2;
}

.page-worldskills h1,
.page-worldskills h2,
.page-worldskills h3,
.page-worldskills h4,
.page-worldskills h5,
.page-worldskills h6 {
    margin: 0;
    padding: 0;
}

.page-worldskills p {
    margin: 0;
    padding: 0;
}

.page-worldskills picture {
    display: inline-block;
    vertical-align: bottom;
}

.page-worldskills img {
    display: block;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-worldskills a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.page-worldskills ul,
.page-worldskills ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-worldskills a,
.page-worldskills button,
.page-worldskills input,
.page-worldskills select,
.page-worldskills textarea {
    outline: 0 !important;
}

.page-worldskills button {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.page-worldskills .container-page {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-offset);
}

.page__wrapper {
    overflow: hidden;
    position: relative;
}

.icon-call {
    width: 100px;
    height: 100px;
}

.header-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 42;
    background-color: transparent;
    padding-top: 5px;
}

.header-page__wrapper {
    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;
    height: 100px;
}

.header-page__logo {
    width: 90px;
    height: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header-page__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid var(--color-secondary);
    padding-left: 45px;
}

.page-worldskills .menu {
    color: var(--color-secondary);
}

.page-worldskills .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-worldskills .menu__list-item:not(:last-child) {
    margin-right: 20px;
}

.page-worldskills .menu__list-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 17px;
    text-align: left;
    border-radius: 0;
    color: inherit;
    padding: 5px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.3s ease;
    transition: border-bottom 0.3s ease;
}
.menu__list-link:hover {
    border-bottom: 2px solid var(--color-secondary);
}
.page-worldskills .welcome {
    padding-top: 215px;
    padding-bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#0060bf), to(rgba(0, 96, 191, 0.78)));
    background: linear-gradient(180deg, #0060bf 0%, rgba(0, 96, 191, 0.78) 100%);
}

.welcome__wrapper {
    max-width: calc(var(--container-width) + 150px);
    margin: 0 auto;
    background-image: url("../img/worldskills/image-bg.png");
    background-image: -webkit-image-set(url("../img/worldskills/image-bg.webp"));
    background-image: image-set(url("../img/worldskills/image-bg.webp"));
    background-size: 525px 525px;
    background-repeat: no-repeat;
    background-position: right bottom;
    color: var(--color-secondary);
}

.page-worldskills .page-title {
    max-width: 365px;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 85px;
    text-align: left;
}

.page-worldskills .page-desc {
    font-family: var(--font-family-secondary);
    font-weight: 700;
    font-size: 64px;
    letter-spacing: 0.06em;
    margin-bottom: 95px;
}

.page-worldskills .welcome__link {
    font-family: inherit;
    font-weight: 500;
    font-size: 24px;
    border: 2px solid var(--color-secondary);
    border-radius: 15px;
    padding: 5px 20px;
    margin-bottom: 165px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-worldskills .welcome__link:hover {
    background-color: var(--color-secondary);
    color: var(--color-primary);
}
.section-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-worldskills .section-title {
    font-family: var(--font-family-secondary);
    font-weight: 700;
    font-size: 48px;
    color: var(--color-primary);
    margin-bottom: 75px;
    text-align: left;
}
.page-worldskills .section-title span {
    display: block;
}

.acor-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-row-gap: 50px;
}

.acor-container .acor-head {
    cursor: pointer;
    display: block;
    padding-top: 3px;
    padding-bottom: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    color: var(--color-third);
    letter-spacing: 0.01em;
    border-bottom: 1px solid #c1c1c1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.acor-container label:hover {
    color: var(--color-primary-dark);
}



.acor__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.category-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.category-group span:not(:last-child) {
    margin-right: 15px;
}

.category-group span {
    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;
}

.category__retraining,
.category__sports {
    font-size: 13px;
    letter-spacing: 0.01em;
    padding: 2px 15px;
    border: 1px solid var(--color-third);
    border-radius: 15px;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.acor-container .acor-head:hover .category__retraining,
.acor-container .acor-head:hover .category__sports {
    border: 1px solid var(--color-primary-dark);
}

.page-worldskills .acor__title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

.page-worldskills .acor__desc {
    max-width: 450px;
    margin-bottom: 20px;
}

.page-worldskills .acor__desc,
.page-worldskills .acor__duration,
.page-worldskills .training-form {
    font-weight: 500;
    font-size: 16px;
}

.training-form {
    text-align: center;
}

.acor__column-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.group__training-form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
}

.training-form__price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    white-space: nowrap;
}

.acor__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acor__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.acor__arrow {
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66px;
    height: 66px;
}

.icon-arrow {
    width: 40px;
    height: 22px;
    fill: #000;
}
.acor-container .acor-head:hover .icon-arrow {
    fill: var(--color-primary-dark);
}
.acor-content .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: transparent;
    background-color: var(--color-primary);
    padding: 0 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.5s, padding 0.5s;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.acor-content input {
    display: none;
}

.acor-content input:checked + .acor-head .icon-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.acor-content input + .acor-head .icon-arrow {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.acor-content input:checked + label + .acor-body {
    height: auto;
    margin-top: 20px;
    color: var(--color-secondary);
    padding: 60px 65px;
}

.page-worldskills .gen-desc {
    margin-bottom: 25px;
}

.page-worldskills .gen-desc li {
    margin-bottom: 15px;
}

.page-worldskills .gen-modules li {
    margin-bottom: 25px;
}

.page-worldskills .gen-desc__title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.01em;
}

.page-worldskills .gen-desc__text {
    font-size: 20px;
    letter-spacing: 0.01em;
}
.page-worldskills .section-page.study {
    padding-bottom: 100px;
}

.study__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 35px;
}

.study__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
}

.study__col-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.page-worldskills .study__text {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.275;
    letter-spacing: 0.01em;
    color: var(--color-third);
}

.page-worldskills .study__subtext {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    margin-top: 80px;
}

.page-worldskills .study__subtext-link {
    color: var(--color-primary);
}
.page-worldskills .study__subtext-link:hover {
    text-decoration: underline;
}
.page-worldskills .participate {
    background-color: var(--color-primary);
}

.page-worldskills .participate .section-title {
    color: var(--color-secondary);
}

.participate__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
}

.participate__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: var(--color-secondary);
    padding: 12px 40px 24px 30px;
    border-radius: 10px;
}

.participate__num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--color-primary);
    font-weight: 600;
    font-size: 20px;
    color: var(--color-secondary);
    margin-right: 20px;
}

.page-worldskills .participate__text {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: var(--color-primary-dark);
}

.participate__link-wrapper {
    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;
    margin-top: 70px;
}

.page-worldskills .participate__link {
    font-weight: 500;
    font-size: 32px;
    color: var(--color-secondary);
    border: 2px solid var(--color-secondary);
    border-radius: 15px;
    padding: 5px 18px;
    letter-spacing: 0.005em;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-worldskills .participate__link:hover {
    color: var(--color-primary);
    background-color: var(--color-secondary);
}
.passport__content {
    color: var(--color-third);
    padding-left: 65px;
}

.page-worldskills .passport__text {
    max-width: 890px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.01em;
}
.page-worldskills .passport__text span {
    font-weight: 600;
}

.passport__row-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-worldskills .passport__subtext {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--color-third);
}
.footer-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-page__contacts {
    max-width: 345px;
}

.page-worldskills .footer-page__title {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.06em;
    margin-bottom: 25px;
}

.page-worldskills .footer-page__name-company,
.page-worldskills .footer-page__link-point,
.page-worldskills .footer-page__link-tel {
    font-weight: 300;
    font-size: 15px;
}

.page-worldskills .footer-page__name-company {
    margin-bottom: 20px;
}

.page-worldskills .footer-page__link-tel {
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.page-worldskills .footer-page__link-tel:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

.footer-page__text-point span {
    display: block;
}

.footer-page__date-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-page__socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.icon-socials {
    height: 50px;
    width: 50px;
}

svg.icon-socials.icon-socials--ok {
    width: 45px;
}

.socials-link svg.icon-socials {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.socials-link:hover svg.icon-socials {
    fill: var(--color-primary);
}

.page-worldskills .date-block {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.06em;
}

.scroll-top {
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 99;
}

.scroll-top .btn-scroll-top {
    display: none;
    position: relative;
    overflow: hidden;
    height: 80px;
    width: 80px;
    border: 5px solid var(--color-primary);
    outline: none;
    cursor: pointer;
    font-size: 16px;
    background-color: var(--color-secondary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.scroll-top .btn-scroll-top:hover {
    background-color: var(--color-primary);
}
.scroll-top .btn-scroll-top:hover .icon-arrow-top {
    fill: var(--color-secondary);
}

.icon-arrow-top {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: var(--color-primary);
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

@media (max-width: 768px) {
    .header-page__wrapper {
        height: 50px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu__list-link {
        white-space: nowrap;
    }
    .header-page__menu {
        padding-left: 0px;
    }
    .page-worldskills .page-desc {
        font-size: 40px;
        margin-bottom: 45px;
    }
    .page-worldskills .page-title {
        margin-bottom: 35px;
    }
    .welcome__inner {
        padding-top: 120px;
    }
    .page-worldskills .section-page {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-worldskills .section-title {
        font-size: 34px;
        margin-bottom: 40px;
    }
    .study__col-img {
        width: 150px;
        height: 150px;
    }
    .page-worldskills .study__subtext {
        margin-top: 40px;
    }
    .page-worldskills .section-page.study {
        padding-bottom: 40px;
    }
    .page-worldskills .participate__list-item {
        padding: 10px 30px 20px 15px;
    }
    .page-worldskills .participate__list {
        row-gap: 20px;
    }
    .footer-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .scroll-top {
        bottom: 25px;
        right: 25px;
    }
    .scroll-top .btn-scroll-top {
        border-width: 3px;
        height: 50px;
        width: 50px;
    }
    .icon-arrow-top {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 576px) {
    .header-page__menu {
        display: none;
    }
    .page-worldskills .welcome {
        padding-top: 0px;
    }
    .welcome__wrapper {
        background-size: 250px 250px;
    }
    .page-worldskills .section-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .acor__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .acor__column-right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .study__col-img {
        width: 75px;
        height: 75px;
    }
    .study__row {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .page-worldskills .study__text {
        font-size: 16px;
    }
    .participate__num {
        width: 30px;
        height: 30px;
        font-size: 14px;
        margin-right: 10px;
    }
    .page-worldskills .participate__text {
        font-size: 16px;
        line-height: 1.2;
    }
    .participate__link-wrapper {
        margin-top: 35px;
    }
    .passport__content {
        padding-left: 0;
    }
}

@media (max-width: 568px) {
    .footer-page__contacts {
        max-width: 100%;
    }
    .footer-page__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }
}

@media (max-width: 450px) {
    .page-worldskills .page-desc {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .page-worldskills .welcome__link {
        margin-bottom: 245px;
    }
    .page-worldskills .section-title {
        font-size: 22px;
    }
    .page-worldskills .acor__title {
        font-size: 22px;
    }
    .acor__grid {
        grid-row-gap: 15px;
    }
    .acor__img {
        display: none;
    }
    .acor__column-right {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .group__training-form {
        margin-right: 0;
    }
    .acor-content .acor-body {
        width: 100%;
        padding: 0 5px;
        border-radius: 5px;
    }
    .acor-content input:checked + label + .acor-body {
        margin-top: 10px;
        padding: 5px 5px;
    }
    .gen-desc__title {
        font-size: 18px;
    }
    .gen-desc li,
    .gen-modules li {
        margin-bottom: 7px;
    }
    .gen-desc__text {
        font-size: 16px;
    }
    .study__col-img {
        display: none;
    }
    .study__content {
        row-gap: 15px;
    }
    .section-page {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .participate__list-item {
        padding: 10px 10px 10px 10px;
    }
    .participate__link {
        font-size: 28px;
    }
    .passport__text {
        font-size: 16px;
    }
    .passport__row-img {
        row-gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
