@charset "UTF-8";
/*обнуление */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*______обнуление*/
/*====================================================*/
/*в початковий шаблон для оболочки та контейнеру*/
body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

/*знаходить в імені класу контеінер і застосовує стилі*/
[class*=__container] {
  max-width: 930px;
  margin: 0px auto;
  padding: 0px 15px;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container-big {
  max-width: 1120px;
  margin: 0px auto;
  padding: 0px 15px;
}

/*==============================================*/
/*for header*/
.header {
  background: url("../img/mainback.png") 0 0/cover no-repeat fixed;
  min-height: 100vh;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header__menu-link {
  font-size: 16px;
  color: #363636;
}
.header__menu-link:hover {
  text-decoration: underline;
}
.header__logo {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 25px 0px 0px 10px;
}

.header__container {
  text-align: center;
}
.header__title {
  margin-bottom: 10px;
  margin-top: -20px;
}
.header__title h1 {
  font-size: 74px;
  color: #040404;
  font-weight: 500;
}
.header__subtitle {
  font-size: 48px;
  color: #040404;
  margin-bottom: 10px;
}
.header__text {
  display: inline-block;
  font-size: 34px;
  color: #9F6B08;
  padding-bottom: 10px;
  border-bottom: 0.80121px solid #040404;
}
.header__describe {
  margin-top: 10px;
  font-size: 16px;
  color: #363636;
}

@media (max-width: 767px) {
  .header__title h1 {
    font-size: 50px;
    margin-top: 10px;
  }
  .header__subtitle, .header__describe, .header__text {
    font-size: 30px;
  }
}
.header__burger {
  display: none;
}

@media (max-width: 767px) {
  .header__burger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 3;
    top: -10px;
  }
  .header__burger span {
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #000;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before,
.header__burger:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__burger.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .header__menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: gray;
    padding: 70px 0px 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__menu.active {
    left: 0;
  }
  .header__logo {
    z-index: 5;
  }
  .header__menu-list {
    display: block;
    text-align: center;
  }
  .header__menu-list li {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .header__menu-link {
    color: #fff;
  }
  body.lock {
    overflow: hidden;
  }
}
/*===============================*/
/*for super*/
.super {
  padding: 100px 0px;
}
.super__title {
  margin-bottom: 34px;
}
.super__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.super__text-left {
  max-width: 439px;
  margin-right: 20px;
  font-size: 14px;
  color: #040404;
}
.super__text-right {
  max-width: 435px;
  font-weight: 700;
  color: #040404;
}
.super__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #040404;
}

@media (max-width: 767px) {
  .super {
    text-align: center;
  }
  .super__text-left, .super__text-right {
    display: block;
    margin: 0 auto;
  }
}
/*===========================*/
/*for teams*/
.teams {
  padding-bottom: 66px;
}
.teams__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.teams__content {
  max-width: 354px;
  padding-bottom: 15px;
}
.teams__title {
  margin-bottom: 30px;
}
.teams__text {
  color: #040404;
}
.teams__text p:not(:last-child) {
  margin-bottom: 30px;
}
.teams__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .teams__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*========================*/
/*for calendar*/
.calendar {
  padding-bottom: 100px;
}
.calendar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calendar__content {
  margin-right: 42px;
  max-width: 415px;
}
.calendar__title {
  margin-bottom: 30px;
}
.calendar__text {
  color: #040404;
}
.calendar__table {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 445px;
  border-top: 1px solid #040404;
  border-bottom: 1px solid #040404;
}
.calendar__table p {
  margin-bottom: 20px;
}
.calendar__table-name {
  margin-right: 20px;
}
.calendar__table-city {
  margin-right: 18px;
}
@media (max-width: 767px) {
  .calendar {
    padding-bottom: 30px;
  }
  .calendar__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .calendar__text {
    margin-bottom: 20px;
  }
  .calendar__content {
    margin-right: 0;
  }
}
/*=====================================*/
/*for track*/
.track {
  background: url("../img/trackback.png") 0 0/cover no-repeat;
  padding: 47px 0px 100px 0px;
}
.track__title {
  margin-bottom: 30px;
}
.track__text {
  max-width: 434px;
  color: #040404;
  margin-bottom: 250px;
}
.track__image {
  text-align: right;
}
.track__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .track {
    padding: 47px 0px 0px 0px;
  }
  .track__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .track__text {
    margin-bottom: 100px;
  }
}
/*=============================*/
/*for trofeo*/
.trofeo {
  background: #363636;
  padding: 100px 0px 50px 0px;
}
.trofeo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 198px;
}
.trofeo__title {
  padding-right: 10px;
  font-size: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.trofeo__text {
  max-width: 437px;
  color: #FFFFFF;
}
.trofeo__img {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.trofeo__img:before {
  content: "";
  position: absolute;
  top: -230px;
  left: -210px;
  width: 203px;
  height: 230px;
  background: url("../img/figuresmall.svg") 0 0/cover no-repeat;
}
.trofeo__img:after {
  content: "";
  position: absolute;
  top: -154px;
  left: -108px;
  width: 556px;
  height: 630px;
  background: url("../img/figurebig.svg") 0 0/cover no-repeat;
}
.trofeo__img img {
  position: relative;
  z-index: 5;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trofeo__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.trofeo__options-item {
  padding-right: 5px;
  padding-top: 10px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .trofeo {
    padding: 30px 0px 50px 0px;
  }
  .trofeo__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trofeo__content {
    display: block;
  }
  .trofeo__title {
    text-align: center;
  }
  .trofeo__options {
    gap: 30px;
  }
}
/*=======================*/
/*for secvideo*/
.secvideo {
  padding: 136px 0px 100px 0px;
}
.secvideo__text {
  color: #040404;
  margin-bottom: 100px;
}
.secvideo__text-first {
  position: relative;
  max-width: 285px;
  margin-bottom: 30px;
}
.secvideo__text-first:before {
  content: " ";
  position: absolute;
  top: -155px;
  left: 367px;
  width: 250px;
  height: 275px;
  background: url("../img/figure3.svg") 0 0/cover no-repeat;
}
.secvideo__text-second {
  position: relative;
  max-width: 437px;
  margin-bottom: 30px;
}
.secvideo__text-second:before {
  content: " ";
  position: absolute;
  top: -125px;
  left: 620px;
  width: 324px;
  height: 330px;
  background: url("../img/figure4.svg") 0 0/cover no-repeat;
}
.secvideo__text-third {
  max-width: 590px;
}
.secvideo__video {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.secvideo__video:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.secvideo__video:before {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url("../img/play.svg") 0 0/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.secvideo__video:after {
  cursor: pointer;
  content: "смотреть онлайн";
  color: #FFFFFF;
  position: absolute;
  top: 65%;
  left: 50%;
  width: 101px;
  height: 19px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.secvideo__video img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.decor2 {
  position: absolute;
  top: -70px;
  left: 375px;
  max-width: 100%;
}

.decor3 {
  position: absolute;
  top: -45px;
  left: 680px;
}

@media (max-width: 767px) {
  .secvideo {
    padding: 50px 0px 50px 0px;
  }
  .secvideo__text {
    margin-bottom: 30px;
  }
  .secvideo__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .secvideo__text-first, .secvideo__text-second, .secvideo__text-third {
    margin: 0 auto 30px auto;
  }
  .secvideo__text-first:before {
    display: none;
  }
  .secvideo__text-second:before {
    display: none;
  }
  .decor2, .decor3 {
    display: none;
  }
}
/*===================================*/
/*for blog*/
.blog {
  padding-bottom: 100px;
}
.blog__title {
  margin-bottom: 80px;
}

.slider__item-title {
  margin: 20px 0px 10px 0px;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #040404;
  min-height: 46px;
}
.slider__item-text-text {
  font-size: 14px;
  color: #040404;
}

@media (max-width: 767px) {
  .blog {
    padding-bottom: 50px;
  }
  .blog__title {
    text-align: center;
  }
}
/*===================================*/
/*for slider*/
/* Слайдер */
.slick-slider {
  min-width: 0;
}

/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

/*=======================================*/
/*стилі для конкретного слайду*/
.slider {
  position: relative;
}
.slider__item {
  max-width: 437px;
}
.slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
}

.slider .slick-arrow.slick-prev {
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  background: url("../img/sliderprev.svg") 0 0/100% no-repeat;
}
.slider .slick-arrow.slick-prev:hover {
  background-color: #a7a7a7;
}

.slider .slick-arrow.slick-next {
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
  background: url("../img/slidernext.svg") 0 0/100% no-repeat;
}
.slider .slick-arrow.slick-next:hover {
  background-color: #a7a7a7;
}

@media (max-width: 767px) {
  .slider .slick-arrow.slick-next {
    left: 52%;
  }
}
/*=============================================*/
/*for comments*/
.comments {
  padding-bottom: 100px;
}
.comments__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comments__text {
  padding-right: 10px;
  max-width: 434px;
}
.comments__text-name {
  font-size: 12px;
  color: #9F6B08;
  margin-bottom: 3px;
}
.comments__text-title {
  font-weight: 700;
  color: #040404;
  margin-bottom: 10px;
}
.comments__text-text {
  color: #040404;
}
.comments__text-text1 {
  margin-bottom: 30px;
}
.comments__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .comments__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comments__text-name, .comments__text-title {
    text-align: center;
  }
}
/*=========================================*/
.footer {
  background: #363636;
  padding: 100px 0px;
}

.footer__title {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 88px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom-author {
  color: #FFFFFF;
}
.footer__bottom-text {
  color: #FFFFFF;
}

.contacts__block {
  margin-bottom: 50px;
}
.contacts__block a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
}
.contacts__block-title {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.contacts__block-tel1 {
  margin-bottom: 10px;
}
.contacts__block-tel2 {
  margin-bottom: 10px;
}
.contacts__block-mail {
  margin-bottom: 50px;
}
.contacts__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}
.contacts__icons-item {
  display: block;
}

.map__title {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.map__adress {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
#map {
  height: 250px;
}

@media (max-width: 767px) {
  .footer {
    padding: 50px 0px 50px 0px;
  }
  .footer__body {
    display: block;
    text-align: center;
  }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contacts__icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .footer__bottom {
    gap: 20px;
  }
}
