@font-face {
  font-family: mardato-r;
  src: url(mardoto_regular.ttf);
}
@font-face {
  font-family: mardato-b;
  src: url(mardoto_bold.ttf);
}
@font-face {
  font-family: mardato-m;
  src: url(mardoto_medium.ttf);
}
* {
  margin: 0;
  padding: 0;
  font-family: mardato-r;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333333;
}

* a {
  text-decoration: none;
  color: black;
}

body.no-select {
  user-select: none;
}
body.scrolled #header {
  webkit-box-shadow: 0px 3px 17px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 30px 1px rgba(0, 0, 0, 0.3);
}
body.scrolled #top {
  display: flex;
}

.width {
  width: calc(100% - 48px);
  max-width: 1440px;
  margin: 0 auto;
}

.contentBlock {
  background-color: white;
}
.contentBlock.bg {
  background-color: rgba(0, 33, 71, 0.08);
}
.contentBlock .contentBlockIn {
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1440px;
  padding: 48px 24px;
}

#top {
  width: 96px;
  height: 96px;
  position: fixed;
  z-index: 999;
  background-color: #002147;
  right: 24px;
  bottom: 24px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#top:hover {
  opacity: 0.8;
}
#top svg {
  margin-top: -12px;
}

#header {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
#header #headerIn {
  display: flex;
  max-width: 1920px;
  width: calc(100% - 48px);
  margin: 0 auto;
  position: relative;
  align-items: center;
}
#header #headerIn .logoFull {
  margin: 24px;
}
#header #headerIn #menuButton {
  margin-left: auto;
  right: 24px;
  top: 24px;
  width: 64px;
  height: 64px;
  background-color: white;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}
#header #headerIn #menuButton.active {
  opacity: 0.8;
}
#header #headerIn #menuButton.hover {
  opacity: 0.8;
}

.logoFull {
  display: flex;
  align-items: center;
}
.logoFull .logoIcon {
  margin-right: 24px;
}
.logoFull .logoIcon svg {
  height: 56px;
}
.logoFull .logoText {
  font-family: mardato-b;
  font-size: 22px;
}

#menuBLock {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
}
#menuBLock ul {
  text-transform: uppercase;
  font-size: 16px;
  margin: 12px;
  cursor: pointer;
}
#menuBLock ul:hover {
  color: #002147;
}

#sliderBlock {
  width: 100%;
  max-width: 1920px;
  height: 43.4782608696vw;
  margin: 116px auto 0 auto;
  max-height: 820px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: silver;
  display: flex;
}
#sliderBlock #sliderText {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  width: 100%;
  font-family: mardato-b;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}

#infoIconsBlock {
  display: flex;
  margin-top: -178px;
  justify-content: space-between;
}
#infoIconsBlock .infiIconItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 386px;
  width: 26%;
}
#infoIconsBlock .infiIconItem .infoIcon {
  width: 102px;
  height: 102px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  z-index: 1;
}
#infoIconsBlock .infiIconItem .infoIconTextContent {
  background-color: #002147;
  padding: 24px;
  color: white;
  width: 100%;
  min-height: 182px;
}
#infoIconsBlock .infiIconItem .infoIconTextContent .infoIconTitle {
  color: white;
  font-size: 20px;
  margin-top: 24px;
  font-family: mardato-m;
  text-transform: uppercase;
  text-align: center;
}
#infoIconsBlock .infiIconItem .infoIconTextContent .infoIconText {
  text-align: center;
  font-size: 16px;
  color: white;
  margin-top: 24px;
}

.title {
  font-family: mardato-b;
  font-size: 36px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

#aboutContent {
  margin-top: 24px;
  display: flex;
}
#aboutContent #aboutImage {
  width: 30%;
  flex-shrink: 0;
}
#aboutContent #aboutImage img {
  width: 100%;
}
#aboutContent #aboutTextContent {
  margin-left: 48px;
}
#aboutContent #aboutTextContent #aboutTitle {
  text-align: left;
}
#aboutContent #aboutTextContent #aboutText {
  margin-top: 12px;
  font-size: 18px;
  line-height: 28px;
  white-space: pre-wrap;
}

#reviewContent #reviewItemsContent {
  display: flex;
  margin-top: 48px;
}
#reviewContent #reviewItemsContent .reviewItem {
  display: flex;
  width: calc((100% - 48px) / 3);
}
#reviewContent #reviewItemsContent .reviewItem .reviewItemImage {
  width: 168px;
  height: 168px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#reviewContent #reviewItemsContent .reviewItem .reviewItemTextBlock {
  margin-right: 24px;
  margin-left: 24px;
}
#reviewContent #reviewItemsContent .reviewItem .reviewItemTextBlock .revieItemName {
  font-size: 20px;
  font-family: mardato-m;
}
#reviewContent #reviewItemsContent .reviewItem .reviewItemTextBlock .revieItemText {
  margin-top: 12px;
  font-size: 14px;
}

#coursesContent {
  display: flex;
  margin-top: 102px;
}
#coursesContent #coursesContentTitle {
  max-width: 330px;
  text-align: left;
}
#coursesContent #coursesScrallContent {
  width: 100%;
  height: 384px;
  margin-left: 24px;
  overflow: hidden;
  position: relative;
}
#coursesContent #coursesScrallContent #courseScrollButton {
  width: 48px;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#coursesContent #coursesScrallContent #courseScrollButton:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
#coursesContent #coursesScrallContent #coursesScrallContentIn {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  height: 400px;
  user-select: none;
}
#coursesContent #coursesScrallContent #coursesScrallContentIn .coursItem {
  display: flex;
  width: 798px;
  flex-shrink: 0;
  background-color: rgba(0, 33, 71, 0.08);
  padding: 24px;
  margin-right: 24px;
  cursor: pointer;
}
#coursesContent #coursesScrallContent #coursesScrallContentIn .coursItem .courseItemImage {
  width: 336px;
  height: 336px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #002147;
}
#coursesContent #coursesScrallContent #coursesScrallContentIn .coursItem .courseItemTextContent {
  margin-left: 24px;
  height: 336px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#coursesContent #coursesScrallContent #coursesScrallContentIn .coursItem .courseItemTextContent .coursItemTitle {
  font-family: mardato-b;
  font-size: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
  flex-shrink: 0;
}
#coursesContent #coursesScrallContent #coursesScrallContentIn .coursItem .courseItemTextContent .coursItemText {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.more-button {
  padding: 12px 24px;
  margin-top: auto;
  background-color: #002147;
  color: white;
  width: max-content;
  margin-left: auto;
}

#proContent {
  margin-top: 102px;
}
#proContent #proTitle {
  display: flex;
}
#proContent #proTitle .title {
  text-align: left;
  display: flex;
  align-items: center;
}
#proContent #proTitle #proButtons {
  display: flex;
  align-items: center;
}
#proContent #proTitle #proButtons #proPrevButton, #proContent #proTitle #proButtons #proNextButton {
  width: 96px;
  height: 96px;
  background-color: #002147;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#proContent #proTitle #proButtons #proPrevButton:hover, #proContent #proTitle #proButtons #proNextButton:hover {
  opacity: 0.8;
}
#proContent #proTitle #proButtons #proPrevButton {
  margin-right: 12px;
}
#proContent #proScrallContent {
  width: 100%;
  height: 468px;
  margin-left: 24px;
  overflow: hidden;
  position: relative;
}
#proContent #proScrallContent #proScrallContentIn {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  height: 470px;
  user-select: none;
  margin-top: 48px;
}
#proContent #proScrallContent #proScrallContentIn .proItem {
  flex-shrink: 0;
  margin-right: 24px;
  cursor: pointer;
}
#proContent #proScrallContent #proScrallContentIn .proItem .proItemImage {
  width: 304px;
  height: 304px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#proContent #proScrallContent #proScrallContentIn .proItem .proItemTextContent {
  width: 304px;
}
#proContent #proScrallContent #proScrallContentIn .proItem .proItemTextContent .proItemTitle {
  font-family: mardato-m;
  font-size: 20px;
  text-align: center;
  margin-top: 24px;
}
#proContent #proScrallContent #proScrallContentIn .proItem .proItemTextContent .proItemText {
  font-size: 16px;
  text-align: center;
  margin-top: 6px;
  color: #333333;
}

#contactContent {
  display: flex;
}
#contactContent #contactTextContent {
  width: 562px;
}
#contactContent #contactTextContent .title {
  margin-bottom: 48px;
}
#contactContent #contactTextContent .contactLine {
  display: flex;
  margin-top: 24px;
}
#contactContent #contactTextContent .contactLine .contactName {
  width: 166px;
  flex-shrink: 0;
  font-size: 20px;
  font-family: mardato-m;
}
#contactContent #contactTextContent .contactLine .contactVal {
  font-size: 18px;
}
#contactContent #contactMap {
  margin-left: 24px;
  width: 100%;
  height: 562px;
  background-color: #333333;
}

#footerContent {
  display: flex;
  justify-content: space-between;
}
#footerContent .footerItem {
  width: calc((100% - 48px) / 3);
}
#footerContent .footerItem .logoFull {
  margin-bottom: 48px;
  opacity: 0.3;
  max-width: 200px;
}
#footerContent .footerItem .logoFull .logoText {
  font-size: 12px;
}
#footerContent .footerItem .logoFull svg rect {
  fill: #333333;
}
#footerContent .footerItem .footerLine {
  font-size: 16px;
  margin-top: 24px;
}
#footerContent .footerItem .footerTitle {
  font-size: 16px;
  font-family: mardato-b;
  text-transform: uppercase;
}

#pageContent {
  display: flex;
  margin-top: 48px;
}
#pageContent #pageTextContent .title {
  text-align: left;
  font-size: 30px;
}
#pageContent #pageTextContent .PageInfoBlock {
  margin-top: 24px;
}
#pageContent #pageTextContent .PageInfoBlock .pageInfoTitle {
  font-size: 20px;
  font-family: mardato-m;
  color: #002147;
}
#pageContent #pageTextContent .PageInfoBlock .pageInfoText {
  font-size: 20px;
  margin-top: 12px;
  color: #333333;
}
#pageContent #pageTextContent #pageTextBlock {
  font-size: 18px;
  line-height: 28px;
  margin-top: 24px;
  white-space: pre-wrap;
}
#pageContent #pageTextContent #pageThemeContent #pageThemeTitle {
  margin-top: 48px;
  font-size: 30px;
  color: #002147;
  font-family: mardato-b;
  text-transform: uppercase;
}
#pageContent #pageTextContent #pageThemeContent .pageThemeBlock {
  margin-top: 24px;
}
#pageContent #pageTextContent #pageThemeContent .pageThemeBlock .pageThemeTitle {
  font-size: 20px;
  font-family: mardato-m;
}
#pageContent #pageTextContent #pageThemeContent .pageThemeBlock .pageThemeText {
  margin-top: 24px;
  padding-left: 38px;
  background: url("../img/right.svg") no-repeat;
  background-position: top left;
  font-size: 16px;
}
#pageContent #pageImageContent {
  margin-left: 24px;
  width: 30%;
  flex-shrink: 0;
}
#pageContent #pageImageContent img {
  width: 100%;
}

#pixi {
  background-color: #002147;
  padding: 12px 0;
  color: white;
  text-align: center;
}
#pixi a {
  color: white;
}
#pixi a:hover {
  color: #ff325c;
}

#galleryContent {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
  justify-content: space-between;
}
#galleryContent .galleryItem {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 24px;
  flex-shrink: 0;
  width: calc((100% - 96px) / 5);
  height: calc((100vw - 144px) / 5);
  max-height: 268px;
  background-color: silver;
  display: flex;
  justify-content: center;
  align-items: center;
}
#galleryContent .galleryItem:hover {
  opacity: 0.8;
}
#galleryContent .galleryItem .playButton {
  width: 72px;
  height: 72px;
  background-color: #002147;
  border-radius: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#galleryContent .galleryItem .playButton svg {
  margin-left: 4px;
}

#galleryFull {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}
#galleryFull.view {
  display: flex;
}
#galleryFull .galleryImage {
  max-width: calc(100% - 96px);
  height: auto;
}
#galleryFull .galleryFullItemVideo {
  max-width: calc(100% - 96px);
  height: auto;
}
#galleryFull .galleryFullItemYt {
  width: 100%;
  max-height: calc(100% - 48px);
  max-width: calc(100% - 96px);
  height: 100%;
}
#galleryFull .gallleryButton {
  width: 96px;
  height: 96px;
  background-color: #002147;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#galleryFull .gallleryButton:hover {
  opacity: 0.8;
}
#galleryFull .gallleryButton.galleryNext {
  right: 24px;
}
#galleryFull .gallleryButton.galleryPrev {
  left: 24px;
}
#galleryFull .gallleryButton.galleryClose {
  top: 24px;
  margin: unset;
  right: 24px;
}

@media only screen and (max-width: 1280px) {
  #header #headerIn .logoFull .logoText {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  body #header #headerIn #menuBLock {
    left: -100%;
    position: fixed;
    top: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #header #headerIn #menuButton {
    display: flex;
  }
  body.menuOpen #header #headerIn #menuBLock {
    left: 0;
  }

  .width {
    width: calc(100% - 24px);
  }

  .contentBlock .contentBlockIn {
    width: calc(100% - 24px);
    padding: 24px 12px;
  }

  #top {
    width: 64px;
    height: 64px;
    right: 12px;
    bottom: 12px;
  }
  #top svg {
    width: 36px;
    margin-top: -6px;
  }

  #header #headerIn {
    width: calc(100% - 24px);
  }
  #header #headerIn .logoFull {
    margin: 12px;
  }
  #header #headerIn .logoFull .logoText {
    font-size: 18px;
  }
  #header #headerIn #menuButton.active {
    opacity: 0.8;
  }
  #header #headerIn #menuButton.hover {
    opacity: 0.8;
  }

  .logoFull {
    display: flex;
    align-items: center;
  }
  .logoFull .logoIcon {
    margin-right: 12px;
  }
  .logoFull .logoIcon svg {
    height: 60px;
  }
  .logoFull .logoText {
    font-size: 24px;
  }

  #sliderBlock {
    margin-top: 88px;
  }
  #sliderBlock #sliderText {
    font-size: 28px;
  }

  #infoIconsBlock {
    margin-top: -112px;
  }
  #infoIconsBlock .infiIconItem {
    width: 30%;
    max-width: 386px;
  }
  #infoIconsBlock .infiIconItem .infoIcon {
    width: 72px;
    height: 72px;
  }
  #infoIconsBlock .infiIconItem .infoIcon svg {
    width: 48px;
  }
  #infoIconsBlock .infiIconItem .infoIconTextContent {
    padding: 12px;
    min-height: 160px;
  }
  #infoIconsBlock .infiIconItem .infoIconTextContent .infoIconTitle {
    font-size: 16px;
  }
  #infoIconsBlock .infiIconItem .infoIconTextContent .infoIconText {
    font-size: 14px;
    color: white;
    margin-top: 12px;
  }

  .title {
    font-size: 28px;
  }

  #aboutContent {
    margin-top: 24px;
    display: flex;
  }
  #aboutContent #aboutImage {
    width: 30%;
  }
  #aboutContent #aboutTextContent {
    margin-left: 24px;
  }
  #aboutContent #aboutTextContent #aboutTitle {
    text-align: left;
  }
  #aboutContent #aboutTextContent #aboutText {
    margin-top: 12px;
    font-size: 16px;
    line-height: 32px;
  }

  #reviewContent #reviewItemsContent {
    flex-wrap: wrap;
  }
  #reviewContent #reviewItemsContent .reviewItem {
    display: flex;
    margin-top: 24px;
    width: 100%;
  }
  #reviewContent #reviewItemsContent .reviewItem .reviewItemTextBlock {
    margin-right: 12px;
    margin-left: 12px;
  }
  #reviewContent #reviewItemsContent .reviewItem .reviewItemTextBlock .revieItemName {
    font-size: 20px;
    font-family: mardato-m;
  }
  #reviewContent #reviewItemsContent .reviewItem .reviewItemTextBlock .revieItemText {
    margin-top: 12px;
    font-size: 14px;
  }

  #coursesContent {
    margin-top: 72px;
  }
  #coursesContent #coursesContentTitle {
    max-width: 230px;
  }
  #coursesContent #coursesScrallContent {
    margin-left: 12px;
  }
  #proContent {
    margin-top: 102px;
  }
  #proContent #proTitle {
    display: flex;
  }
  #proContent #proTitle .title {
    text-align: left;
    display: flex;
    align-items: center;
  }
  #proContent #proTitle #proButtons {
    display: flex;
    align-items: center;
  }
  #proContent #proTitle #proButtons #proPrevButton, #proContent #proTitle #proButtons #proNextButton {
    width: 64px;
    height: 64px;
  }
  #proContent #proTitle #proButtons #proPrevButton svg, #proContent #proTitle #proButtons #proNextButton svg {
    width: 32px;
  }
  #proContent #proTitle #proButtons #proPrevButton:hover, #proContent #proTitle #proButtons #proNextButton:hover {
    opacity: 0.8;
  }
  #proContent #proTitle #proButtons #proPrevButton {
    margin-right: 12px;
  }
  #proContent #proScrallContent {
    margin-left: 12px;
  }
  #proContent #proScrallContent #proScrallContentIn {
    margin-top: 24px;
  }
  #proContent #proScrallContent #proScrallContentIn .proItem {
    margin-right: 12px;
    cursor: pointer;
  }
  #proContent #proScrallContent #proScrallContentIn .proItem .proItemTextContent {
    margin-left: 12px;
  }
  #proContent #proScrallContent #proScrallContentIn .proItem .proItemTextContent .proItemTitle {
    font-size: 16px;
    margin-top: 12px;
  }
  #proContent #proScrallContent #proScrallContentIn .proItem .proItemTextContent .proItemText {
    font-size: 16px;
  }

  #contactContent #contactTextContent .title {
    margin-bottom: 24px;
  }
  #contactContent #contactTextContent .contactLine {
    margin-top: 12px;
  }
  #contactContent #contactTextContent .contactLine .contactName {
    font-size: 16px;
  }
  #contactContent #contactTextContent .contactLine .contactVal {
    font-size: 16px;
  }
  #contactContent #contactMap {
    margin-left: 12px;
    height: 440px;
  }

  #footerContent .footerItem .logoFull {
    margin-bottom: 24px;
  }
  #footerContent .footerItem .footerLine {
    font-size: 16px;
    margin-top: 12px;
  }
  #footerContent .footerItem .footerTitle {
    font-size: 16px;
  }

  #pageContent {
    margin-top: 24px;
  }
  #pageContent #pageTextContent .title {
    font-size: 20px;
  }
  #pageContent #pageTextContent .PageInfoBlock {
    margin-top: 12px;
  }
  #pageContent #pageTextContent .PageInfoBlock .pageInfoTitle {
    font-size: 16px;
  }
  #pageContent #pageTextContent .PageInfoBlock .pageInfoText {
    font-size: 16px;
    margin-top: 6px;
  }
  #pageContent #pageTextContent #pageTextBlock {
    font-size: 16px;
    margin-top: 12px;
  }
  #pageContent #pageTextContent #pageThemeContent #pageThemeTitle {
    margin-top: 24px;
    font-size: 20px;
  }
  #pageContent #pageTextContent #pageThemeContent .pageThemeBlock {
    margin-top: 12px;
  }
  #pageContent #pageTextContent #pageThemeContent .pageThemeBlock .pageThemeTitle {
    font-size: 16px;
  }
  #pageContent #pageTextContent #pageThemeContent .pageThemeBlock .pageThemeText {
    margin-top: 12px;
    font-size: 16px;
  }
  #pageContent #pageImageContent {
    margin-left: 12px;
  }

  #galleryContent {
    padding-bottom: 0px;
    justify-content: space-evenly;
  }
  #galleryContent .galleryItem {
    margin-bottom: 12px;
    width: calc((100% - 36px) / 4);
    height: calc((100vw - 60px) / 4);
  }
  #galleryFull .gallleryButton {
    width: 64px;
    height: 64px;
  }
  #galleryFull .gallleryButton svg {
    width: 32px;
  }
  #galleryFull .gallleryButton.galleryNext {
    right: 12px;
  }
  #galleryFull .gallleryButton.galleryPrev {
    left: 12px;
  }
  #galleryFull .gallleryButton.galleryClose {
    top: 12px;
    right: 12px;
  }
}
@media only screen and (max-width: 680px) {
  #sliderBlock {
    margin-top: 76px;
  }
  #sliderBlock #sliderText {
    font-size: 22px;
  }

  #header #headerIn {
    width: calc(100% - 24px);
    min-height: 76px;
  }
  #header #headerIn .logoFull {
    margin: 12px 0;
  }
  #header #headerIn .logoFull .logoText {
    font-size: 12px;
  }
  #header #headerIn .logoFull svg {
    height: 38px;
  }
  #infoIconsBlock {
    margin-top: -12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #infoIconsBlock .infiIconItem {
    width: 100%;
    max-width: 386px;
    margin-bottom: 12px;
  }
  #infoIconsBlock .infiIconItem .infoIcon {
    border: 1px solid #002147;
  }

  .title {
    font-size: 26px;
  }

  #aboutContent {
    margin-top: 0px;
    flex-wrap: wrap;
  }
  #aboutContent #aboutImage {
    width: 100%;
  }
  #aboutContent #aboutTextContent {
    margin: 12px auto;
  }
  #aboutContent #aboutTextContent #aboutTitle {
    text-align: center;
  }

  #reviewContent #reviewItemsContent .reviewItem {
    margin-top: 12px;
  }
  #reviewContent #reviewItemsContent .reviewItem .reviewItemImage {
    width: 102px;
    height: 102px;
  }

  #coursesContent {
    margin-top: 24px;
    flex-wrap: wrap;
  }
  #coursesContent #coursesContentTitle {
    width: 100%;
    max-width: unset;
    text-align: center;
    margin-bottom: 12px;
  }
  #coursesContent #coursesScrallContent {
    margin-left: 0px;
    width: 100%;
  }

  #proContent {
    margin-top: 24px;
  }
  #proContent #proTitle .title {
    text-align: center;
  }
  #proContent #proTitle #proButtons {
    display: none;
    align-items: center;
  }
  #proContent #proScrallContent {
    margin-left: 0px;
  }
  #proContent #proScrallContent #proScrallContentIn {
    margin-top: 12px;
  }

  #contactContent {
    flex-wrap: wrap;
  }
  #contactContent #contactTextContent .title {
    margin-bottom: 24px;
  }
  #contactContent #contactMap {
    width: 100%;
    height: 100vw;
    margin-left: 0px;
    margin-top: 24px !important;
  }

  #footerContent {
    flex-wrap: wrap;
  }
  #footerContent .footerItem {
    width: 100%;
  }
  #footerContent .footerItem .logoFull {
    margin-bottom: 12px;
  }
  #footerContent .footerItem .footerTitle {
    margin-top: 24px;
  }

  #pageContent {
    margin-top: 0px;
    flex-direction: column-reverse;
  }
  #pageContent #pageTextContent .title {
    text-align: center;
    margin-top: 12px;
  }
  #pageContent #pageImageContent {
    margin-left: 0px;
    width: 100%;
  }

  #galleryContent {
    padding-bottom: 0px;
    justify-content: space-evenly;
  }
  #galleryContent .galleryItem {
    margin-bottom: 12px;
    width: calc((100% - 24px) / 2);
    height: calc((100vw - 72px) / 2);
  }

  #galleryFull .gallleryButton {
    width: 64px;
    height: 64px;
  }
  #galleryFull .gallleryButton svg {
    width: 32px;
  }
  #galleryFull .gallleryButton.galleryNext {
    right: 12px;
  }
  #galleryFull .gallleryButton.galleryPrev {
    left: 12px;
  }
  #galleryFull .gallleryButton.galleryClose {
    top: 12px;
    right: 12px;
  }
  #galleryFull .gallleryButton.galleryClose svg {
    height: 24px;
  }

  #coursesContent #coursesScrallContent {
    height: 192px;
  }
  #coursesContent #coursesScrallContent #coursesScrallContentIn {
    height: 220px;
  }
  #coursesContent #coursesScrallContent #coursesScrallContentIn .coursItem {
    width: 398px;
    padding: 12px;
    margin-right: 12px;
  }
  #coursesContent #coursesScrallContent #coursesScrallContentIn .coursItem .courseItemImage {
    width: 168px;
    height: 168px;
  }
  #coursesContent #coursesScrallContent #coursesScrallContentIn .coursItem .courseItemTextContent {
    margin-left: 12px;
    height: 168px;
  }
  #coursesContent #coursesScrallContent #coursesScrallContentIn .coursItem .courseItemTextContent .coursItemTitle {
    font-family: mardato-b;
    font-size: 20px;
    line-height: 24px;
  }
  #coursesContent #coursesScrallContent #coursesScrallContentIn .coursItem .courseItemTextContent .coursItemText {
    font-size: 14px;
    word-break: break-word;
  }
}

/*# sourceMappingURL=style.css.map */
