/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }
/**
 * 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 {
  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 */
  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: rem(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 {
  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"] {
  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: rem(-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: 'Noto Sans Display';
  src: local('../../fonts/Noto Sans Display Black'), local('../../fonts/NotoSansDisplay-Black'), url('../themes/rugby/assets/fonts/Notosansdisplayblack.woff2') format('woff2'), url('../themes/rugby/assets/fonts/Notosansdisplayblack.woff') format('woff'), url('../themes/rugby/assets/fonts/Notosansdisplayblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal; }

html {
  font-size: 15px; }

body, html {
  height: 100%; }

body {
  font-family: "Noto Sans Display", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black; }

section {
  background: #f0f4fb; }

button {
  border: 0;
  cursor: pointer; }

* {
  box-sizing: border-box; }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

p {
  margin: 0;
  padding: 0; }

button[type="button"] {
  cursor: pointer;
  background-color: transparent; }

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }

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

section {
  background: #f0f4fb; }

.wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative;
  background: #f0f4fb; }

.container {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0px 20px;
  display: block; }
  @media screen and (max-width: 500px) {
  .container {
    padding: 0px 15px; } }

.maincontent {
  height: 100%;
  background: #f0f4fb;
  position: relative; }

.row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr); }

.row--two {
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr); }

.row--double {
  -ms-grid-columns: repeat(6, 1fr);
  grid-template-columns: repeat(6, 1fr); }

.row--triple {
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr); }

@media screen and (max-width: 765px) {
    .row—sm-two {
      -ms-grid-columns: repeat(2, 1fr);
      grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 1317px) {
    .row—smhead {
      -ms-grid-columns: repeat(1, 1fr);
      grid-template-columns: repeat(1, 1fr); } }

@media screen and (max-width: 500px) {
    .row—sm-one {
      -ms-grid-columns: repeat(1, 1fr);
      grid-template-columns: repeat(1, 1fr); } }

.row--quart {
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr); }

.row--five {
  -ms-grid-columns: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr); }

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  .grid__custom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  .grid__custom2 {
    display: grid;
    grid-template-columns: 1fr 1fr; }

.btn {
  padding: 24px 55px 23px 55px;
  color: white;
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #00c38d;
  transition: 0.3s; }
  .btn__min {
    padding: 24px 40px 23px 40px; }
  .btn__news {
    padding: 20px 26px 15px 29px;
    margin: 20px 7px 34px 51px; }
  .btn:hover {
    background: #fb3d4e; }

.about__container {
  display: flex; }

.active-text {
  color: #fb3d4e; }

.all-title__title {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  border-bottom: 1px solid #f0f4fb;
  margin-bottom: 39px;
  padding-bottom: 38px; }
  .all-title__title--custom {
    padding-bottom: 50px;
    background: white; }
  .all-title__title--custom-news {
    padding-bottom: 42px; }
  .all-title__title--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 39px; }
  .all-title__title--manager {
    border-bottom: 1px solid #f0f4fb;
    margin-bottom: 0px;
    padding-bottom: 27px; }
  .all-title__head {
    font-size: 24px;
    color: #244873;
    text-transform: uppercase; }
  .all-title__head--custom {
    margin-bottom: 18px; }
  .all-title__head--title-manager {
    text-align: center;
    padding: 0px 87px; }
  .all-title__head--title {
    text-align: center; }
  .all-title__subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #244873;
    text-transform: none;
    margin-top: 8px; }
  .all-title__subtitle--glossari {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #244873;
    text-transform: none;
    margin-top: 8px;
    padding: 0px 147px;
    text-align: center; }
  .all-title__overhead {
    display: flex;
    font-size: 12px;
    color: #244873;
    margin-bottom: 17px;
    text-transform: uppercase; }
  .all-title__overhead--custom {
    margin-bottom: 48px; }
  .all-title__info {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    color: #244873;
    padding: 0px 126px; }
  .all-title__info--custom {
    margin-bottom: 17px; }

.contents {
  grid-column: 1 / 10;
  background: white;
  margin-top: -67px;
  padding-bottom: 47px;
  border-bottom: 1px solid #f0f4fb; }
  @media screen and (max-width: 1299px) {
  .contents {
    grid-column: 1 / 13; } }
  @media screen and (max-width: 1299px) {
  .contents {
    padding-bottom: 5px; } }
  .contents__custom {
    padding-bottom: 0px;
    background: none;
    border-bottom: none; }
  .contents__custom--news {
    padding-bottom: 22px; }
  .contents__custom--news-det {
    margin-top: -13px;
    background: white; }
  .contents__custom--ed {
    padding-bottom: 0px; }
  .contents__regulations {
    background: none;
    border-bottom: none; }
  .contents__map {
    grid-column: 1 / 13;
    background: white;
    margin-top: -67px;
    border-bottom: 1px solid #f0f4fb; }
  .contents__report {
    grid-column: 1 / 13;
    background: white;
    margin-top: -67px;
    padding-bottom: 63px; }
  .contents__school {
    grid-column: 1 / 13;
    background: white;
    margin-top: -67px;
    padding-bottom: 24px; }
  .contents__school-maps {
    grid-column: 1 / 13;
    background: white;
    margin-top: -67px;
    padding-bottom: 0px; }

.borders {
  border-left: 1px solid #f0f4fb; }

.anketa-button {
  font-size: 12px; }

.header {
  background: url(/themes/rugby/assets/img/icons/logoBg.svg) calc(100% - 40px) center no-repeat #11253d;
  color: white;
  font-family: "Noto Sans Display";
  padding-bottom: 85px; }
  @media screen and (max-width: 525px) {
  .header {
    background: url(/themes/rugby/assets/img/icons/logoBg.svg) center right / 92% no-repeat #11253d; } }
  .header__logo {
    width: 505px;
    height: 505px;
    position: absolute; }
  .header__info {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 1099px) {
  .header__info {
    justify-content: center; } }
    @media screen and (max-width: 1317px) {
    .header__info__right {
      padding: 0px 60px; } }
      @media screen and (max-width: 640px) {
  .header__info__right {
    padding: 0px 0px; } }
    @media screen and (max-width: 1317px) {
    .header__info__left {
      text-align: center;
      margin-bottom: 60px; } }
      @media screen and (max-width: 414px) {
  .header__info__left {
    text-align: left; } }
  .header__container {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 525px) {
  .header__container {
    padding: 0px; } }
  .header__bg {
    position: absolute;
    z-index: 1;
    left: 232px; }
  .header .title {
    margin-left: 17px;
    position: relative; }
    @media screen and (max-width: 525px) {
  .header .title {
    padding: 0px 10px;
    margin-left: 0px; } }
    .header .title__overhead {
      font-style: normal;
      font-weight: 900;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .header .title__head {
      font-style: normal;
      font-weight: 900;
      font-size: 28px;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .header .title__subtitle {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 13px; }
    .header .title__logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      top: 100%;
      z-index: 4;
      margin-top: 10px; }
    .header .title__item {
      margin-right: 20px;
      display: flex; }
    .header .title__link {
      width: 100%;
      height: 100%;
      transition: 0.3s;
      background: #fff;
      padding: 5px;
      border-radius: 50%; }
      .header .title__link:hover {
        background: #00c38d; }
    .header .title__img {
      max-width: 40px; }

.top-header {
  grid-column: 1 / 13;
  height: 47px;
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-weight: 900;
  font-size: 12px; }
  .top-header__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #1d3552;
    border-left: 1px solid #1d3552; }
    .top-header__container--left {
      display: flex; }
      @media screen and (max-width: 600px) {
  .top-header__container--left {
    width: 50%; } }
    .top-header__container--right {
      display: flex; }
      @media screen and (max-width: 600px) {
  .top-header__container--right {
    width: 50%; } }
  .top-header .address {
    padding: 17px 45px 11px 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #1d3552; }
    .top-header .address::before {
      content: url('/themes/rugby/assets/img/icons/gps.svg');
      margin-right: 10px; }
    @media screen and (max-width: 933px) {
  .top-header .address {
    display: none; } }
  .top-header .phone {
    padding: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #1d3552;
    transition: 0.3s; }
    .top-header .phone:last-child {
      border-right: none;
      padding-left: 37px; }
      @media screen and (max-width: 950px) {
  .top-header .phone:last-child {
    display: none; } }
    .top-header .phone__icon {
      margin-right: 10px;
      stroke: #fff; }
    @media screen and (max-width: 525px) {
  .top-header .phone {
    padding: 19px 22px 11px 33px;
    border-right: none; } }
    @media screen and (max-width: 414px) {
  .top-header .phone {
    padding: 24px 7px 11px 23px; } }
    .top-header .phone:hover {
      stroke: #fb3d4e;
      color: #fb3d4e; }
  .top-header .question {
    padding: 20px 30px 14px 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #1d3552;
    color: white;
    font-family: 'Noto Sans Display';
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    background: transparent;
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
  .top-header .question {
    padding: 20px 5px 14px 5px;
    font-size: 10px; } }
    .top-header .question:hover {
      color: #fb3d4e; }
      .top-header .question:hover .icon-speack {
        color: #fb3d4e; }
  .top-header .input {
    padding: 24px 36px 18px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4639ae;
    border-left: 1px solid #1d3552;
    color: white;
    font-family: 'Noto Sans Display';
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    transition: 0.3s; }
    .top-header .input::before {
      content: url('/themes/rugby/assets/img/icons/user.svg');
      margin-right: 10px; }
    @media screen and (max-width: 525px) {
  .top-header .input {
    display: none; } }
    .top-header .input:hover {
      background: #fb3d4e; }
  .top-header .border-left {
    border-left: 1px solid #685ebd; }

.input-mobile {
  display: none;
  padding: 28px 22px 17px 22px;
  justify-content: center;
  align-items: center;
  background: #4639ae;
  border-left: 1px solid #1d3552;
  color: white;
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase; }
  .input-mobile::before {
    content: url('/themes/rugby/assets/img/icons/user.svg'); }
  @media screen and (max-width: 525px) {
  .input-mobile {
    display: flex; } }

.mobile-menu {
  display: none; }
  @media screen and (max-width: 1299px) {
  .mobile-menu {
    display: block; } }

.icon-scan {
  width: 20px;
  height: 20px;
  margin-right: 26px;
  fill: none; }
  .icon-scan:hover {
    color: #fb3d4e; }

.icon-speack {
  width: 18px;
  height: 17px;
  fill: none;
  margin-right: 10px; }
  .icon-speack:hover {
    color: #fb3d4e; }

.translate {
  display: flex;
  padding: 56px 17px 17px;
  padding-bottom: 0;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 600px) {
  .translate {
    display: none; } }

#yt-widget .yt-listbox {
  right: -1000px !important; }

#ytWidget {
  transform: scale(0.8);
  transform-origin: bottom left; }
  @media screen and (max-width: 900px) {
  #ytWidget {
    transform: scale(0.6); } }

.logo-licensia {
  font-size: 8px;
  padding: 10px;
  padding-bottom: 0;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal; }

.lic-link {
  transition: 0.3s; }
  .lic-link:hover {
    color: #fb3d4e; }

.h-menu {
  padding-bottom: 10px;
  position: relative; }
  .h-menu:hover .header-menu {
    opacity: 1;
    pointer-events: all; }

.header-menu {
  z-index: 100;
  padding: 20px 30px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  top: 20%;
  left: 0;
  left: 0;
  top: 100%;
  background: white;
  pointer-events: none;
  box-shadow: 0px 9px 16px rgba(214, 220, 230, 0.6); }
  .header-menu__item {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    color: #244873;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s; }
    .header-menu__item + .header-menu__item {
      margin-top: 20px; }
    .header-menu__item:hover {
      color: #fb3d4e; }
  .header-menu__triangle {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 140px; }
    .header-menu__triangle::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid white;
      border-left: 10px solid transparent;
      position: absolute;
      top: 1px;
      right: 112px; }

.navigation {
  grid-column: 1 / 13;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1299px) {
  .navigation {
    justify-content: space-between; } }
  @media screen and (max-width: 525px) {
  .navigation {
    padding: 0px 10px; } }
  .navigation__custom {
    margin-bottom: 18px; }

.logo {
  display: flex;
  justify-content: center;
  align-items: center; }
  .logo__container {
    width: 73px;
    height: 73px; }
    @media screen and (max-width: 414px) {
  .logo__container {
    width: 65px;
    height: 65px; } }
  .logo__text {
    width: 170px;
    margin-left: 20px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase; }

.nav {
  margin-left: 24px;
  font-style: normal;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase; }
  .nav__list {
    display: flex; }
    @media screen and (max-width: 1299px) {
  .nav__list {
    display: none; } }
  .nav__item {
    margin-left: 20px; }
    .nav__item:first-child {
      margin-left: 0px; }
  .nav__link {
    cursor: pointer;
    transition: 0.3s; }
    .nav__link:hover {
      color: #fb3d4e; }

.scan {
  margin-left: 18px; }

.footer {
  padding-bottom: 30px; }
  .footer__all {
    padding-top: 2px; }
  @media screen and (max-width: 700px) {
  .footer {
    padding-bottom: 15px; } }
  .footer__content {
    flex-direction: column;
    padding-bottom: 60px;
    background: white;
    display: flex; }
    @media screen and (max-width: 444px) {
  .footer__content {
    padding: 20px 10px 50px 10px; } }
    .footer__content--left {
      grid-column: 1 / 5; }
      @media screen and (max-width: 1299px) {
  .footer__content--left {
    display: flex;
    flex-direction: column; } }
      @media screen and (max-width: 900px) {
  .footer__content--left {
    justify-content: center;
    margin-left: 0px; } }
    .footer__content--right {
      width: 100%;
      padding: 0px 10px; }

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }

.footer-logo {
  padding: 24px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (max-width: 900px) {
  .footer-logo {
    padding: 0px; } }
  .footer-logo__container {
    width: 22%;
    margin-right: 20px; }
  .footer-logo__text {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 900px) {
  .footer-logo__text {
    flex-direction: column;
    padding: 0px; } }
    .footer-logo__text--title {
      font-family: Noto Sans Display;
      font-style: normal;
      font-weight: 900;
      font-size: 16px;
      color: #244873;
      text-transform: uppercase; }
    .footer-logo__text--subtitle {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      color: #8aa5c6; }
    .footer-logo__text::before {
      content: '';
      background: url('../themes/rugby/assets/img/svg/logo-new.svg') center / contain no-repeat;
      margin-right: 10px;
      width: 60px;
      height: 65px; }
  .footer-logo__licensia {
    font-size: 9px;
    margin-top: 10px;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    color: #8aa5c6; }

.footer-nav {
  padding: 0px 20px;
  display: flex; }
  @media screen and (max-width: 900px) {
  .footer-nav {
    padding: 0px;
    flex-direction: column; } }
  .footer-nav__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px 20px; }
    @media screen and (max-width: 900px) {
  .footer-nav__list {
    margin-bottom: 20px; } }
  .footer-nav__item {
    margin-bottom: 10px; }
  .footer-nav__link {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    color: #244873;
    text-transform: uppercase;
    transition: 0.3s; }
    .footer-nav__link:hover {
      color: #fb3d4e; }
  @media screen and (max-width: 1299px) {
  .footer-nav__list {
    flex-wrap: initial;
    display: flex;
    flex-direction: column;
    text-align: center; }
  .footer-nav__item {
    margin-bottom: 20px; }
    .footer-nav__item:nth-child(2) {
      margin-left: 0%; }

    .footer-nav__item:nth-child(4) {
      margin-left: 0%;
      margin-right: 0%; }

    .footer-nav__item:last-child {
      margin-bottom: 0px; } }

.footer__down {
  grid-column: 1 / 13;
  display: flex;
  margin-top: -33px;
  padding: 0px 19px 0px 21px; }
  @media screen and (max-width: 1199px) {
  .footer__down {
    flex-wrap: wrap; } }
  @media screen and (max-width: 525px) {
  .footer__down {
    padding: 0px; } }

.communication {
  background: #00c38d;
  display: flex;
  align-items: center;
  text-align: center;
  flex-grow: 1;
  transition: 0.3s; }
  .communication:hover {
    background: #fb3d4e; }
  .communication__link {
    width: 100%;
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    padding: 22px 41px 20px 44px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .communication__link::before {
      content: url("/themes/rugby/assets/img/icons/mail.svg");
      margin-right: 10px; }

.socials {
  background: #e0e5ee;
  flex-shrink: 0;
  flex-grow: 1; }
  @media screen and (max-width: 1199px) {
  .socials {
    order: -1;
    width: 100%; } }
  .socials__list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 35px 11px 36px; }
  .socials__item {
    margin-left: 15px;
    transition: 0.3s;
    color: #8aa5c6; }
    .socials__item:hover {
      color: #00c38d; }
    .socials__item:first-child {
      margin-left: 0px; }

.map-school {
  background: #4639ae;
  display: flex;
  align-items: center;
  transition: 0.3s; }
  @media screen and (max-width: 1199px) {
  .map-school {
    width: 50%;
    justify-content: center; } }
  .map-school:hover {
    background: #11253d; }
  .map-school__link {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 17px 96px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .map-school__link::before {
      content: url("/themes/rugby/assets/img/icons/map.svg");
      margin-right: 10px; }
    @media screen and (max-width: 817px) {
  .map-school__link {
    padding: 17px 10px; } }

@media screen and (max-width: 1199px) {
    .communication-footer {
      width: 50%; } }
  @media screen and (max-width: 817px) {
    .communication-footer__link {
      padding: 22px 10px 20px 10px; } }

.electronic-book {
  background: #11253d;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1199px) {
  .electronic-book {
    width: 100%;
    display: block; } }
  .electronic-book__link {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 43px 8px 58px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .electronic-book__link::before {
      content: url("/themes/rugby/assets/img/icons/footershirt.svg");
      margin-right: 10px; }
    @media screen and (max-width: 550px) {
  .electronic-book__link {
    padding: 19px 43px 13px 58px; } }

.footer-partners {
  display: flex;
  width: 100%;
  margin: 60px 0px; }
  .footer-partners__list {
    display: flex;
    justify-content: space-evenly;
    width: 100%; }
    @media screen and (max-width: 900px) {
  .footer-partners__list {
    flex-direction: column;
    justify-content: center;
    align-items: center; } }
  .footer-partners__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.3s;
    padding: 10px;
    border-radius: 10px; }
    .footer-partners__item:hover {
      background: #e0e5ee; }
  .footer-partners__link {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    color: #244873;
    text-transform: uppercase;
    transition: 0.3s; }
    .footer-partners__link:hover {
      color: #fb3d4e; }
  .footer-partners__logo {
    width: 150px; }
    @media screen and (max-width: 900px) {
  .footer-partners__logo {
    margin-right: 0px; } }

.statistics {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  padding-bottom: 0; }
  .statistics__link {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    color: #244873;
    text-transform: uppercase;
    transition: 0.3s; }
    .statistics__link:hover {
      color: #fb3d4e; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../themes/rugby/assets/css/img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}

.scroll-fix.no-scroll {
  height: 100vh;
  overflow: hidden;
}
.icon-block {
  display: flex;
  align-items: center;
}
.icon-block svg {
  margin-right: 10px;
}
.icon-block--reverse {
  flex-direction: column-reverse;
}
.icon-block--reverse svg {
  margin-right: 0;
  margin-left: 10px;
}
.no-scroll {
  overflow: hidden;
}
.hide {
  display: none;
}
@media screen and (min-width: 1181px) {
  .lg-hide {
    display: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1180px) {
  .md-hide {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .sm-hide {
    display: none !important;
  }
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.clearfix:before,
.tab-content:before,
.container:before,
.clearfix:after,
.tab-content:after,
.container:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix--flex:before,
.tab-content--flex:before,
.container--flex:before,
.clearfix--flex:after,
.tab-content--flex:after,
.container--flex:after {
  display: none;
}
.tab-wrapper .tab-labels {
  display: flex;
}
.tab-wrapper .tab-labels .tab-label {
  cursor: pointer;
}
.tab-wrapper .tab-contents .tab-content {
  position: absolute;
  left: -9999px;
}
.tab-wrapper .tab-contents .tab-content.active {
  position: relative;
  left: 0;
}
/*modal*/
.modal {
  display: none;
  width: 480px;
  min-height: 300px;
  background: #fff;
}
.arcticmodal-container .modal {
  display: flex;
}
.modal__close {
  position: absolute;
  cursor: pointer;
  right: 0;
  padding: 30px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../themes/rugby/assets/img/svg/modal_close.svg) center / contain;
}
.modal__close:hover {
  opacity: .8;
}
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
*:first-child + html .arcticmodal-container {
  height: 100%;
}
.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}
.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}
.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000000 url(../themes/rugby/assets/css/loading.gif) no-repeat 50% 50%;
}
.button {
  display: inline-flex;
  padding: 0 25px;
  height: 40px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: #dddddd;
  cursor: pointer;
  border: 0;
  font-family: 'Arial', sans-serif;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px ) {
  .button {
    font-size: 11px;
    line-height: 12px;
  }
}
.button:hover,
.button:focus {
  background: #cccccc;
  color: #fff;
}
.button.button--hollow {
  border: 2px solid;
  background: transparent;
}
.button.button--hollow:hover,
.button.button--hollow:focus {
  border-color: #cccccc;
}
.button.button--small {
  height: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0 12px;
  padding-top: 2px;
  border-width: 1px;
}
.button.button--small:hover,
.button.button--small:focus {
  color: #fff;
  background: #cccccc;
}
.button.button--has-icon svg,
.button.button--has-icon img {
  margin-right: 9px;
}
.button.button--icon-right svg,
.button.button--icon-right img {
  margin-right: 0;
  margin-left: 9px;
}
.button.button--accent {
  border-color: #cccccc;
  color: #cccccc;
}
.button.button--text {
  background: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.button.button--text:hover,
.button.button--text:focus {
  background: transparent;
  color: #cccccc;
}
.button.button--centered {
  margin-left: auto;
  margin-right: auto;
}
.slick-slide {
  outline: none;
}
.slick-slide img {
  width: 100%;
}
/*
<a href="#" class="lazy-parent">
    <img
        src="{{ image.path|resize(18,16,{mode:'crop'})|base64 }}"
        data-src="{{ image.path|resize(360,335,{mode:'crop'}) }}"
        data-srcset="{{image.path|resize(720,670,{mode:'crop'}) }} 2x"
        width='100%'
        class='lazy'
    >
</a>
*/
.lazy-parent {
  background: url(../themes/rugby/assets/img/svg/loader.svg) center / 30px no-repeat;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.lazy-parent.img-loaded {
  background: #fff;
}
.lazy-parent.img-loaded .lazy {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.lazy-parent.img-not-loaded {
  background: url(../themes/rugby/assets/img/svg/missing-image.svg) center no-repeat;
}
.lazy-parent .lazy {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: .2s;
  opacity: 0;
}
.form-group {
  position: relative;
  display: flex;
}
@media screen and (max-width: 750px ) {
  .form-group.small-column {
    flex-direction: column;
  }
}
.form-group + .form-group {
  margin-top: 20px;
}
.form-group__input,
.form-group__select,
.form-group__textarea,
.form-group__checkbox,
.form-group__radio {
  border-radius: 0;
  border: none;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.form-group__input--border,
.form-group__select--border,
.form-group__textarea--border,
.form-group__checkbox--border,
.form-group__radio--border {
  border: 1px #E1DDD4 solid;
}
.form-group__label {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-group__label + .form-group__label {
  margin-left: 20px;
}
@media screen and (max-width: 750px ) {
  .small-column .form-group__label + .form-group__label {
    margin-left: 0;
    margin-top: 20px;
  }
}
.form-group__label--inline {
  flex-direction: row;
}
.form-group__label--checkbox {
  align-items: baseline;
}
.form-group__label--checkbox input {
  transform: translateY(7px);
}
.form-group__label--checkbox a {
  text-decoration: underline;
}
.form-group__label--radio {
  align-items: center;
  margin-right: 10px;
  flex-direction: row;
  width: auto;
}
.form-group__label-caption {
  margin-bottom: 5px;
}
.form-group__label + button {
  margin-left: auto;
}
@media screen and (max-width: 750px ) {
  .small-column .form-group__label + button {
    margin-right: auto;
    margin-left: 0;
    margin-top: 20px;
  }
}
.form-group__input {
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.form-group__textarea {
  width: 100%;
  height: 120px;
  padding: 10px 15px;
  resize: none;
}
.form-group__checkbox {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-right: 10px;
  background: #fff;
}
.form-group__checkbox:checked {
  background: url('../themes/rugby/assets/img/svg/check.svg') center / contain no-repeat, #ffffff;
}
.form-group__radio {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50% !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0 #fff !important;
}
.form-group__radio:checked {
  background: #333333;
  box-shadow: inset 0 0 0 6px #fff !important;
}
.form-group__radio + span {
  margin-left: 10px;
}

.noto_16 {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  color: #244873;
  text-transform: uppercase;
}
.noto_12 {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 130%;
}
.text_13 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
}
.text_11 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 150%;
}

.custom-arrow {
  padding: 7px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: white;
}
.custom-arrow svg {
  color: #fb3d4e;
  transition: 0.3s;
  cursor: pointer;
}
.custom-arrow svg:hover {
  color: #00c38d;
}
.custom-arrows {
  width: 145px;
  padding: 0;
  height: 63px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.custom-arrow--left {
  justify-content: flex-end;
}
.custom-arrow--right img {
  transform: scale(-1);
}
.breadcrumbs {
  display: flex;
  font-size: 12px;
  margin-bottom: 17px;
  color: #244873;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .breadcrumbs {
    padding: 0px 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.breadcrumbs__item + .breadcrumbs__item:before {
  content: "/";
  margin: 0 5px;
  color: #00c38d;
}
.referee-book {
  color: #244873;
  transition: 0.3s;
}
.referee-book:hover {
  background: #e0e5ee;
}
.referee-book__info {
  padding-bottom: 38px;
  position: relative;
}
@media screen and (max-width: 414px) {
  .referee-book__info {
    padding-bottom: 26px;
  }
}
.referee-book__content {
  display: flex;
  margin-left: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 414px) {
  .referee-book__content {
    margin-top: 0px;
  }
}
.referee-book__title {
  margin-right: 1px;
  padding: 41px 4px 19px 38px;
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 414px) {
  .referee-book__title {
    padding: 18px 4px 11px 29px;
  }
}
.referee-book__subtract::before {
  content: url(/themes/rugby/assets/img/icons/subtractReferee.svg);
}
.referee-book__shirt {
  position: absolute;
  left: 68%;
  bottom: 9%;
}
.english,
.mma,
.map-schools {
  position: relative;
}
.english__subtract,
.mma__subtract,
.map-schools__subtract {
  position: absolute;
  bottom: 0px;
  right: 14px;
}
.english__subtract::before,
.mma__subtract::before,
.map-schools__subtract::before {
  content: url(/themes/rugby/assets/img/icons/subtract.svg);
}
.mma {
  background: #00c38d;
  width: 100%;
  height: 100%;
}
.mma__info {
  width: 100%;
  height: 100%;
}
.mma__info img {
  width: 100%;
  height: 100%;
}
.map-schools {
  width: 100%;
  height: 100%;
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  background: url(/themes/rugby/assets/img/icons/schoolMap.svg) center center / cover no-repeat #4639ae;
}
.map-schools__title {
  padding-top: 20px;
  padding-left: 20px;
  z-index: 1;
  position: relative;
}
.map-schools .drops-school {
  position: absolute;
  bottom: 62px;
  right: 14px;
}
.map-schools .drops-school::before {
  content: url(/themes/rugby/assets/img/icons/mapDrops.svg);
}
@media screen and (max-width: 822px) {
  .map-schools .drops-school {
    bottom: 40px;
  }
}
@media screen and (max-width: 492px) {
  .map-schools .drops-school {
    display: none;
  }
}
.school-map {
  background: #4639ae;
  transition: 0.3s;
}
.school-map:hover {
  background: #11253d;
  box-shadow: 0px 0px 4px #e0e5ee;
}
.school-map__title {
  margin-right: 1px;
  padding: 64px 6px 0px 6px;
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 414px) {
  .school-map__title {
    padding: 21px 74px 13px 15px;
  }
}
.school-map__info {
  padding-bottom: 33px;
  padding-right: 74px;
  background: url(/themes/rugby/assets/img/icons/schoolMap.svg) center center / cover no-repeat;
  position: relative;
}
@media screen and (max-width: 414px) {
  .school-map__info {
    padding-bottom: 9px;
    padding-right: 47px;
  }
}
.school-map__content {
  display: flex;
  margin-left: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 414px) {
  .school-map__content {
    margin-left: 31px;
    margin-top: 23px;
  }
}
.school-map__subtract::before {
  content: url(/themes/rugby/assets/img/icons/subtract.svg);
}
.school-map__drops {
  position: absolute;
  top: 17%;
  left: 56%;
}
@media screen and (max-width: 414px) {
  .school-map__drops {
    top: 22%;
    left: 58%;
  }
}
.hashtag {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 161%;
  font-size: 13px;
  color: #244873;
}
.hashtag__list {
  display: flex;
}
@media screen and (max-width: 1299px) {
  .hashtag__list {
    flex-wrap: wrap;
  }
}
.hashtag__item {
  background: #f0f4fb;
  padding: 5px 11px 5px 10px;
  margin-right: 10px;
  transition: 0.3s;
}
.hashtag__item:hover {
  background: #244873;
  color: #f0f4fb;
}
.hashtag__item:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1299px) {
  .hashtag__item {
    margin-bottom: 10px;
  }
}
.hashtag__link {
  border: none !important;
}
#dev {
  background: #fff;
  text-align: center;
  width: 620px;
}
@media screen and (max-width: 700px) {
  #dev {
    width: 370px;
  }
}
#dev .modal__content {
  padding: 80px 130px;
  position: relative;
}
@media screen and (max-width: 700px) {
  #dev .modal__content {
    padding: 80px 20px;
  }
}
#dev .modal__close {
  background-size: 16px;
  background-repeat: no-repeat;
}
#dev img {
  margin: 0 auto;
  margin-bottom: 30px;
}
#dev .noto_16 {
  margin-bottom: 10px;
  color: #244873;
  text-transform: uppercase;
}
#dev .text_13 {
  margin-bottom: 30px;
  color: #8aa5c6;
}
#dev .buttom {
  display: inline-block;
  width: 140px;
  padding: 24px 0;
  text-align: center;
  background: #00c38d;
  color: #fff;
  text-transform: uppercase;
}
#dev .buttom:hover {
  background: #11253d;
}
.all-title__title {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  border-bottom: 1px solid #f0f4fb;
  margin-bottom: 39px;
  padding-bottom: 38px;
}
.all-title__title--custom {
  padding-bottom: 50px;
  background: white;
}
.all-title__title--custom-news {
  padding-bottom: 42px;
}
.all-title__title--custom-contacts {
  padding: 0px 70px 38px 70px;
}
.all-title__title--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 39px;
}
.all-title__title--manager {
  border-bottom: 1px solid #f0f4fb;
  margin-bottom: 0px;
  padding-bottom: 27px;
}
.all-title__title--report {
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.all-title__title--olimpic {
  margin-bottom: 0px;
  padding-bottom: 33px;
}
.all-title__title--school {
  margin-bottom: 0px;
}
.all-title__head {
  font-size: 24px;
  color: #244873;
  text-transform: uppercase;
}
@media screen and (max-width: 414px) {
  .all-title__head {
    font-size: 19px;
  }
}
.all-title__head--custom {
  margin-bottom: 18px;
}
@media screen and (max-width: 800px) {
  .all-title__head--title {
    text-align: center;
    padding: 0px 30px;
  }
}
.all-title__head--title-manager {
  text-align: center;
  padding: 0px 87px;
}
.all-title__subtitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  text-transform: none;
  margin-top: 8px;
}
@media screen and (max-width: 725px) {
  .all-title__subtitle {
    padding: 0px 10px;
  }
}
.all-title__subtitle--glossari {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  text-transform: none;
  margin-top: 8px;
  padding: 0px 147px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .all-title__subtitle--glossari {
    padding: 0px 30px;
  }
}
.all-title__overhead {
  display: flex;
  font-size: 12px;
  color: #244873;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.all-title__overhead--custom {
  margin-bottom: 48px;
}
.all-title__info {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: #244873;
  padding: 0px 126px;
}
.all-title__info--custom {
  margin-bottom: 17px;
}
@media screen and (max-width: 800px) {
  .all-title__info {
    padding: 0px 30px;
  }
}
.contents {
  grid-column: 1 / 10;
  background: white;
  margin-top: -67px;
  padding-bottom: 47px;
  min-width: 0;
  border-bottom: 1px solid #f0f4fb;
}
@media screen and (max-width: 1299px) {
  .contents {
    grid-column: 1 / 13;
  }
}
@media screen and (max-width: 1299px) {
  .contents {
    padding-bottom: 5px;
  }
}
.contents__custom {
  padding-bottom: 0px;
  background: none;
  border-bottom: none;
}
.contents__custom--news-det {
  margin-top: -13px;
  background: white;
}
.contents__custom--ed {
  padding-bottom: 0px;
}
.contents__regulations {
  background: none;
  border-bottom: none;
}
.contents__map {
  grid-column: 1 / 13;
  background: white;
  margin-top: -67px;
  border-bottom: 1px solid #f0f4fb;
}
.contents__report {
  grid-column: 1 / 13;
  background: white;
  margin-top: -67px;
  padding-bottom: 63px;
}
.contents__school {
  grid-column: 1 / 13;
  background: white;
  margin-top: -67px;
  padding-bottom: 24px;
}
.contents__school-maps {
  grid-column: 1 / 13;
  background: white;
  margin-top: -67px;
  padding-bottom: 0px;
}
.contents__timetable {
  grid-column: 1 / 13;
  background: white;
  margin-top: -67px;
  padding-bottom: 0px;
}
.borders {
  border-left: 1px solid #f0f4fb;
}
.menu-pages {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  color: #244873;
}
@media screen and (max-width: 800px) {
  .menu-pages {
    font-size: 12px;
  }
}
.menu-pages__list {
  display: flex;
  grid-column: 1 / 13;
  border-bottom: 1px solid #f0f4fb;
  margin: 0px 60px;
  padding: 28px 0px 0px 0px;
}
@media screen and (max-width: 1320px) {
  .menu-pages__list {
    overflow: scroll hidden;
  }
  .menu-pages__list::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    background: linear-gradient(#ffffff, #ffffff);
  }
}
.menu-pages__list__custom {
  display: flex;
  grid-column: 1 / 13;
  border-bottom: 1px solid #f0f4fb;
  padding: 28px 0px 0px 0px;
  margin: 0px 130px;
}
.menu-pages__list--D {
  display: flex;
  grid-column: 1 / 13;
  border-bottom: 1px solid #f0f4fb;
  margin: 0px 60px;
  padding: 28px 0px 0px 0px;
  margin-bottom: 24px;
}
.menu-pages__item {
  margin-right: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 1320px) {
  .menu-pages__item {
    padding-right: 40px;
    white-space: nowrap;
  }
}
.menu-pages__item:last-child {
  margin-right: 0px;
}
.menu-pages__item--report {
  margin-right: 56px;
}
.menu-pages__item-active {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fb3d4e;
}
@media screen and (max-width: 800px) {
  .menu-pages__item-active {
    font-size: 12px;
  }
}
.menu-pages__item-active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fb3d4e;
  display: block;
  margin-top: 20px;
}
.menu-pages__other {
  display: flex;
  grid-column: 10 / 13;
  margin: 30px 61px 0px 0px;
  border-bottom: 1px solid #f0f4fb;
}
@media screen and (max-width: 1395px) {
  .menu-pages__other {
    justify-content: space-between;
  }
}
.menu-pages__link-other {
  font-family: Noto Sans Display;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #244873;
  padding: 7px 10px 6px 10px;
}
.menu-pages__link-other--active {
  color: #f0f4fb;
  background: #4639ae;
}
.white {
  background: white;
}
.error {
  background: #11253d;
}
.error-btn {
  width: 140px;
  height: 63px;
  margin-left: 62px;
  padding: 0px;
}
.form {
  padding-top: 40px;
}
.form__left {
  background: #4639ae;
  grid-column: 1 / 5;
  padding: 60px 36px 129px 62px;
}
.form__right {
  grid-column: 5 / 13;
  padding: 60px 56px 45px 55px;
}
.form__title {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 11px;
}
.form__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #ffffff;
}
.forms {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
}
.forms__row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.forms__row--custom {
  padding-top: 25px;
}
@media screen and (max-width: 955px) {
  .forms__row--custom {
    flex-direction: column;
    align-items: inherit;
  }
}
.forms__block {
  margin-left: 21px;
}
.forms__block--required {
  display: flex;
}
.forms__block--required::after {
  color: red;
  content: " *";
  margin-left: -10px;
}
.forms__block--required-text {
  display: flex;
}
.forms__block--required-text::after {
  color: red;
  content: " *";
  margin-left: -10px;
  margin-top: 15px;
}
.forms__block:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 955px) {
  .forms__block {
    margin-left: 0px;
  }
  .forms__block:first-child {
    margin-bottom: 10px;
  }
}
.forms__imput {
  padding: 20px 75px 20px 22px;
  background: #f0f4fb;
  border: none;
  width: 100%;
}
.forms__imput--texteria {
  padding: 20px 5px 9px 22px;
  resize: none;
  height: 110px;
}
.forms__radio {
  display: flex;
}
.form__right--D {
  padding: 52px 56px 22px 55px;
  grid-column: 5 / 13;
}
@media screen and (max-width: 955px) {
  .form__right--D {
    grid-column: 1 / 13;
  }
}
.form__left--D {
  padding: 60px 36px 63px 62px;
  background: #4639ae;
  grid-column: 1 / 5;
}
@media screen and (max-width: 955px) {
  .form__left--D {
    grid-column: 1 / 13;
  }
}
.forms__row--D {
  display: flex;
  margin-bottom: 6px;
}
@media screen and (max-width: 955px) {
  .forms__row--D {
    flex-direction: column;
  }
}
.check {
  padding-top: 18px;
  margin-right: 92px;
}
@media screen and (max-width: 955px) {
  .check {
    margin-right: 0px;
    padding: 18px 30px 0px 30px;
  }
}
.check__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  display: flex;
  align-items: center;
}
.check__text--required::after {
  color: red;
  content: " *";
  margin-left: 5px;
}
.btn-mobile {
  width: 100%;
  margin-top: 20px;
}
.file__link {
  font-family: Noto Sans Display;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #244873;
}
.file__info {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #8aa5c6;
}
.news-subtitle {
  display: flex;
  padding-top: 9px;
}
.news-subtitle__item {
  font-family: Noto Sans Display;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #244873;
  padding: 7px 11px;
  transition: 0.3s;
}
.news-subtitle__item:hover {
  background: #4639ae;
  color: white;
}
.news-active {
  background: #4639ae;
  color: white;
}
.load__link {
  grid-column: 2 / 3;
  font-family: Noto Sans Display;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fb3d4e;
  text-align: center;
  padding-top: 25px;
  transition: 0.3s;
}
.load__link:hover {
  color: #685ebd;
}
.map-title {
  font-family: Noto Sans Display;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: #244873;
  padding: 18px 0px 0px 19px;
}
.map-place,
.map-phone {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 150%;
  color: #244873;
  display: flex;
  align-items: center;
  padding: 24px 157px 20px 24px;
}
.map-place::before,
.map-phone::before {
  content: url("../themes/rugby/assets/img/icons/contacts3.svg");
  margin-right: 27px;
}
.map-phone {
  padding: 0px 225px 20px 27px;
}
.map-phone::before {
  content: url("../themes/rugby/assets/img/icons/contacts1.svg");
  margin-right: 27px;
}
.tops {
  padding-top: 54px;
}
.tops__custom {
  padding-top: 20px;
}
@media screen and (max-width: 1299px) {
  .slider-photo__img--pic {
    width: 100%;
  }
}
.promo-mobile {
  display: none;
  padding: 0px 15px;
}
.promo-mobile__photo {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .promo-mobile {
    display: block;
  }
}
.sport-photo {
  margin-left: -61px;
  grid-column: 7 / 12;
  margin-top: 38px;
}
@media screen and (max-width: 900px) {
  .sport-photo {
    margin: 0px;
    grid-column: 1 / 13;
    width: 100%;
  }
}
.checks {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #8aa5c6;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: inherit !important;
  left: 0 !important;
}
.checks:checked {
  background: url("../themes/rugby/assets/img/svg/checkmar.svg") center no-repeat, #4639ae;
  border: none;
}
.radio-check {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #8aa5c6;
  border-radius: 50%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: inherit !important;
  left: 0 !important;
}
.radio-check:checked {
  background: url("../themes/rugby/assets/img/svg/icons/road.svg") center no-repeat, #ffffff;
  border: 2px solid #4639ae;
}
.margim-right {
  margin-right: 21px;
}
@media screen and (max-width: 955px) {
  .margim-right {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.check__maps {
  display: flex;
  align-items: center;
}
.ok {
  width: 413px;
  height: 506px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  color: #244873;
}
.ok__title {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ok__text {
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .ok {
    width: 372px;
    height: 526px;
  }
}
.ok-pages {
  color: #244873;
}
.ok-pages__title {
  font-size: 25px;
}
.comment-form {
  background: #f0f4fb;
  border: none;
  width: 545px;
  height: 52px;
  padding: 17px 20px;
  margin: 0px;
  resize: none;
  margin-top: 14px;
}
.success-after {
  display: none;
}
.success-ok .success-after {
  display: block;
}
.success-ok .success-before {
  display: none;
}
.country {
  justify-content: flex-end;
  margin: 0px 130px;
  background: #f0f4fb;
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .country {
    order: -1;
  }
}
@media screen and (max-width: 600px) {
  .country {
    margin: 0px 30px;
  }
}
.country + .tab-contents .tab-content {
  padding: 34px 130px;
}
@media screen and (max-width: 600px) {
  .country + .tab-contents .tab-content {
    padding: 34px 30px;
  }
}
.country__contracts {
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 1000px) {
  .country__contracts {
    width: auto;
  }
}
.section-name {
  position: absolute;
  left: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  top: 50%;
  transform: translate(0, -50%);
}
.label-right {
  margin-right: 10px;
}
.ac {
  padding: 7px 10px;
  font-family: Noto Sans Display;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #244873;
  transition: 0.3s;
}
.ac:hover {
  color: white;
  background: #4639ae;
}
.ac.active {
  color: white;
  background: #4639ae;
}
.reg-block {
  padding-right: 130px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .reg-block {
    flex-direction: column;
    padding-right: 0px;
  }
}
.tab-one {
  order: -1;
  margin-left: 130px;
}
@media screen and (max-width: 1000px) {
  .tab-one {
    margin-left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .mob {
    width: 100%;
    padding: 40px 30px 10px 30px;
  }
}
.font {
  font-family: Noto Sans Display;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #244873;
  margin-right: 40px;
  padding-bottom: 20px;
  transition: 0.3s;
}
.font:last-child {
  margin-right: 0px;
}
.font:hover {
  color: #fb3d4e;
  border-bottom: 2px solid #fb3d4e;
}
.font.active {
  border-bottom: 2px solid #fb3d4e;
  color: #fb3d4e;
}
.menu-labels {
  margin-bottom: 44px;
  overflow: auto hidden;
}
.file-img {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  width: 50%;
  padding-right: 10px;
}
.file-img::before {
  content: url("../themes/rugby/assets/img/icons/list.svg");
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .file-img:nth-child(odd) {
    margin-right: 0px;
  }
}
.file .file__link {
  transition: 0.3s;
}
.file .file__link:hover {
  color: #fb3d4e;
}
.tab-content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .tab-content {
    flex-direction: column;
  }
}
.menu-row {
  grid-column: span 12;
}
.report-files {
  padding-left: 68px;
  padding-top: 44px;
  padding-right: 122px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .report-files {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.grid-block {
  grid-column: span 6;
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .grid-block {
    grid-column: span 12;
  }
}
.start {
  display: grid;
}
.start::before {
  display: none;
}
.item-start {
  align-items: flex-start !important;
}
.d-success {
  padding: 90px 60px 90px 60px !important;
}
.d-success__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  display: flex;
  align-items: center;
  padding-right: 33px;
}
.d-success__text::after {
  content: url("../themes/rugby/assets/img/svg/mailsform.svg");
  margin-left: 119px;
}
@media screen and (max-width: 955px) {
  .d-success__text::after {
    margin-left: 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 955px) {
  .d-success__text {
    flex-direction: column;
    padding: 0px;
    text-align: center;
  }
}
.d-success__right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 56px 22px 55px !important;
  position: relative;
}
@media screen and (max-width: 955px) {
  .d-success__right {
    padding: 30px 56px 22px 55px !important;
  }
}
.close-green-d {
  position: absolute;
  top: 21px;
  right: 21px;
}
@media screen and (max-width: 955px) {
  .com-block {
    display: none;
  }
}
.personal {
  width: 840px;
  height: 546px;
  padding: 60px 60px 80px 60px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .personal {
    width: 100%;
    height: 100%;
    padding: 40px 30px 30px 30px;
  }
}
.personal__title {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #244873;
  margin-bottom: 20px;
}
.personal__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  padding-bottom: 20px;
}
.personal__list {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
}
.personal__item {
  margin-bottom: 10px;
  display: flex;
}
.personal__item:last-child {
  margin-bottom: 0px;
}
.personal__span {
  margin-right: 20px;
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #00c38d;
}
.modal-custom {
  position: absolute;
  cursor: pointer;
  right: 21px;
  padding: 10px;
  top: 21px;
  width: 15px;
  height: 15px;
}
.personal-link {
  margin: 0px 5px;
  border-bottom: 2px solid;
}
.post-card {
  transition: 0.3s;
}
.post-card:hover .post-card__text {
  color: #fb3d4e;
}
.post-card__text {
  transition: 0.3s;
}
.news-det__subtitle--hash {
  transition: 0.3s;
}
.news-det__subtitle--hash:hover {
  color: #fb3d4e;
}
.breadcrumbs a {
  transition: 0.3s;
}
.breadcrumbs a:hover {
  color: #fb3d4e;
}
.other-form {
  margin-bottom: 30px;
}
.other-form__input {
  margin-bottom: 20px;
}
.other-form__text {
  width: 100%;
  height: 100px;
}
.form-name {
  font-family: Noto Sans Display;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #244873;
  margin-bottom: 30px;
  margin-top: 30px;
}
.all-success {
  grid-column: 1 / 6;
}
.all-success__right {
  grid-column: 6 / 13;
}
.all-success__text {
  padding-right: 0px;
}
.all-success__text::after {
  margin-left: 10px;
}
.after-top {
  margin-top: 30px;
}
.close-green-d {
  cursor: pointer;
}
.form-map {
  background: #11253d;
  position: relative;
  position: absolute;
  z-index: 2;
  top: 65px;
  right: 19px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .form-map {
    margin: 0px 20px;
    right: 20px;
  }
}
@media screen and (max-width: 450px) {
  .form-map {
    right: 0px;
    top: 40px;
  }
}
.form-map__title {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #f0f4fb;
  padding: 41px 10px 0px 42px;
}
.form-map__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 150%;
  color: #f0f4fb;
  padding-left: 43px;
}
.form-other {
  background: #11253d;
  position: relative;
}
@media screen and (max-width: 480px) {
  .form-other {
    margin: 0px 20px;
  }
}
.question {
  width: 413px;
}
.forms-map {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  padding: 41px 45px 39px 48px;
}
@media screen and (max-width: 480px) {
  .forms-map {
    padding: 41px 26px 39px 26px;
  }
}
.forms-map__colum {
  margin-bottom: 20px;
  width: 320px;
}
.forms-map__block {
  margin-left: 21px;
}
.forms-map__block:first-child {
  margin-left: 0px;
}
.forms-map__imput {
  padding: 20px 75px 20px 22px;
  width: 100%;
  background: #f0f4fb;
  border: none;
}
.forms-map__imput--texteria {
  padding: 20px 5px 9px 22px;
  resize: none;
  height: 110px;
}
.forms-map__radio {
  display: flex;
}
.check-map__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 150%;
  color: #f0f4fb;
}
input[type="checkbox"] {
  position: absolute;
  left: -999em;
}
input[type="checkbox"] + label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  height: 15px;
  width: 15px;
  background-color: white;
  border: 2px solid #8aa5c6;
  margin-right: 23px;
}
input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 1.4ex;
  height: 1ex;
  background: rgba(0, 0, 0, 0);
  top: 0.2ex;
  left: 0.8ex;
  border: 2px solid #00c38d;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-map {
  padding-left: 172px;
  padding-right: 171px;
}
@media screen and (max-width: 480px) {
  .btn-map {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.close-green {
  position: absolute;
  top: 20px;
  right: 19px;
}
.forms-field-select {
  background: #f0f4fb;
  margin: 20px 0px;
  height: 65px;
  position: relative;
}
.forms-field-select label {
  cursor: pointer;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
}
.label-string {
  padding-left: 20px;
  padding-top: 25px;
}
.string-up {
  padding-top: 10px;
  font-size: 11px;
}
.flex {
  display: flex;
}
.likely__counter {
  margin-left: 5px;
}
.file-img {
  margin-top: 10px;
}
.anketa-button {
  width: 100%;
  height: 100%;
}
.anketa-block {
  position: relative;
  width: 100%;
  height: 100%;
  background: #00c38d;
  color: #fff;
  padding: 20px;
  transition: 0.3s;
}
.anketa-block:hover {
  background: #fb3d4e;
}
.anketa-block--blue {
  background: #4639ae;
}
.personal-anketa {
  width: 840px;
  height: 800px;
  padding: 40px;
  position: relative;
}
.personal__content-anketa {
  overflow: auto;
}
.personal__sub {
  margin-bottom: 15px;
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  color: #244873;
}
.personal__text p {
  margin-bottom: 10px;
}
.personal__text p span {
  font-weight: bold;
  display: inline;
}
.personal__text .bold {
  font-weight: bold;
}
.personal__text span {
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}
.map-schools__title {
  padding-top: 40px;
}
.book-img {
  background: url("../themes/rugby/assets/img/content/book.png");
  background-size: cover;
}
table {
  font-family: Montserrat;
  font-size: 11px;
}

.menu-mobile {
  display: none;
  position: fixed;
  flex-direction: column;
  z-index: 10;
  background: #4639ae;
  top: 0px;
  color: white;
  width: 100%;
  height: 100%; }
  .menu-mobile__content {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    flex-grow: 1;
    overflow-y: auto; }

.mobile-list {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 130%;
  text-transform: uppercase; }
  .mobile-list__item {
    padding-bottom: 30px;
    padding-top: 30px; }
    .mobile-list__item:first-child {
      padding-top: 0px; }
    .mobile-list__item > ul {
      margin-left: 30px;
      padding-top: 30px; }
  .mobile-list__link {
    cursor: pointer;
    border-bottom: 1px solid #685ebd;
    padding-bottom: 30px; }

.border-none {
  border: none; }

.in-menu {
  font-size: 16px;
  display: none; }

.prog, .lic {
  font-size: 12px;
  padding-top: 30px;
  display: none; }

.bord {
  border-bottom: 1px solid #685ebd;
  padding-bottom: 47px; }

.in {
  display: flex;
  justify-content: space-between; }
  .in::after {
    content: url("/themes/rugby/assets/img/icons/plus.svg");
    margin-left: 10px; }

.in-menu__link:hover, .prog__link:hover, .lic__link:hover, .mobile-list__link:hover, .in-menu__link-h:hover {
  color: #fb3d4e; }

.in-menu__link-h {
  cursor: pointer;
  border-bottom: 1px solid #685ebd;
  padding-bottom: 30px; }

.actives {
  color: #fb3d4e; }
  .actives.in {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .actives.in::after {
      content: url("/themes/rugby/assets/img/icons/minus.svg");
      margin-left: 10px;
      margin-top: -17px; }

.addres-menu {
  border-top: 1px solid #685ebd;
  padding: 24px 22px;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-transform: uppercase; }
  .addres-menu::before {
    content: url("/themes/rugby/assets/img/icons/gps.svg");
    margin-right: 17px; }

.green {
  background: #00c38d;
  border: none; }

.border-mobile {
  border-bottom: 1px solid #685ebd; }

.border-left {
  border-left: 1px solid #685ebd; }
