* {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.material-symbols-sharp {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


.spacer {
    height: 800px;
}

body {
    background: linear-gradient(90deg, #254774 0%, #315f9b 50%, #254774 100%);
    overflow-x: hidden;
}

.head {
    background: linear-gradient(90deg, #0B1522 0%, #142335 50%, #0B1522 100%);
    border-bottom: 30px solid #0B1522;
}

.info {
    padding-top: 50px;
    width: 100%;
    padding-bottom: 80px;
    border-bottom: 30px solid #0B1522;
}

.trainings {
    background: linear-gradient(90deg, #0B1522 0%, #142335 50%, #0B1522 100%);
    padding: 50px 0 30px 0;
    border-bottom: 30px solid #0B1522;
}

.team {
    background-color: #0B1522;
    border-bottom: 30px solid #0B1522;
}

.achievements {
    border-bottom: 30px solid #0B1522;
}

.contacts {
    background: linear-gradient(90deg, #0B1522 0%, #142335 50%, #0B1522 100%);
    padding: 20px 0 50px 0;
    border-bottom: 30px solid #0B1522;
}