.header {
  color: white;
  height: 658px;
  background: url(../bg/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
}
.header__top {
  display: flex;
  align-items: center;
}
.header__top .wrapper__text {
  margin-left: 18px;
}
.header__top .wrapper__text .top__text {
  font-size: 30px;
}
.header__top .wrapper__text .bottom__text {
  font-size: 22px;
}
.header .shadow {
  width: 850px;
  position: absolute;
  top: 257px;
  box-shadow: 0px 0px 17px 20px rgba(255, 255, 255, 0.25);
}
.header .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 82px;
  width: 850px;
  font-size: 22px;
}
.header .navigation a {
  color: white;
  text-decoration: none;
}
.header .navigation .ask {
  cursor: pointer;
}
.header .navigation .cont {
  cursor: pointer;
}
.header .navigation .osv {
  cursor: pointer;
}
.header .navigation .prise {
  cursor: pointer;
}
.header .tagline {
  margin-top: 180px;
  font-size: 70px;
  font-weight: 100;
}

@media screen and (max-width: 425px) {
  .header {
    padding-bottom: 40px;
    padding-top: 30px;
    height: auto;
    background-position-x: -382px;
  }
  .header .shadow {
    display: block;
    width: 85%;
    top: 351px;
  }
  .header .navigation {
    margin-top: 30px;
    flex-direction: column;
    width: auto;
    font-size: 18px;
  }
  .header .navigation .ask {
    margin-bottom: 15px;
  }
  .header .navigation .cont {
    margin-bottom: 15px;
  }
  .header .navigation .osv {
    margin-bottom: 15px;
  }
  .header img {
    width: 60px;
  }
  .header .wrapper__text {
    margin-left: 18px;
  }
  .header .wrapper__text .top__text {
    font-size: 20px;
  }
  .header .wrapper__text .bottom__text {
    font-size: 15px;
  }
  .header .tagline {
    margin-top: 80px;
    font-size: 25px;
    text-align: center;
  }
}
.about {
  padding-top: 57px;
}
.about span {
  display: block;
  margin-top: 10px;
}
.about .title {
  font-size: 40px;
}
.about .wrapper {
  display: flex;
  margin-top: 35px;
}
.about .wrapper .text {
  margin-left: 89px;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 22.5px;
  font-weight: 100;
  width: 395px;
}

@media screen and (max-width: 425px) {
  .about {
    padding-top: 30px;
  }
  .about span {
    margin-top: 5px;
  }
  .about .title {
    font-size: 25px;
    text-align: center;
  }
  .about .wrapper {
    margin-top: 29px;
    flex-direction: column;
  }
  .about .wrapper .text {
    font-size: 15px;
    font-weight: 400;
    width: 286px;
    padding-top: 15px;
    margin: 0 auto;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.9215686275);
  }
  .about .wrapper img {
    margin: 0 auto;
    display: block;
    height: 280px;
    width: 200px;
  }
}
.price__section {
  padding-top: 85px;
}
.price__section .title {
  font-size: 40px;
}
.price__section .top__text {
  margin-top: 44px;
  width: 740px;
  font-size: 17px;
}
.price__section .bottom__text {
  width: 740px;
  margin-top: 30px;
  font-size: 17px;
}

@media screen and (max-width: 425px) {
  .price__section {
    padding-top: 30px;
    line-height: 22.5px;
  }
  .price__section .title {
    font-size: 25px;
    text-align: center;
  }
  .price__section .top__text {
    width: 286px;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 10px;
    letter-spacing: 0;
  }
  .price__section .bottom__text {
    width: 286px;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.asc {
  padding-top: 86px;
}
.asc .title {
  font-size: 30px;
}
.asc .wrapper {
  margin-bottom: 40px;
  display: flex;
  position: relative;
}
.asc .wrapper img {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 60px;
}
.asc .wrapper .q {
  top: 40px;
}
.asc .wrapper .e {
  top: 39px;
}
.asc .wrapper__text {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.asc .wrapper__text .asc__block {
  margin-left: 30px;
  display: flex;
  font-size: 20px;
}
.asc .wrapper__text .ansver__block {
  margin-top: 10px;
  margin-left: 80px;
  font-style: italic;
}

@media screen and (max-width: 425px) {
  .asc {
    padding-top: 30px;
  }
  .asc .title {
    font-size: 25px;
    text-align: center;
  }
  .asc .wrapper {
    margin-bottom: 20px;
  }
  .asc .wrapper img {
    width: 45px;
    height: 45px;
    top: 50%;
    margin-left: 15px;
  }
  .asc .wrapper .q {
    top: 50%;
  }
  .asc .wrapper .w {
    top: 50%;
  }
  .asc .wrapper .e {
    top: 50%;
  }
  .asc .wrapper__text .asc__block {
    font-size: 17px;
  }
}
.contact .title {
  font-size: 40px;
  margin-top: 80px;
}
.contact .text {
  width: 510px;
  margin-top: 26px;
  font-size: 17px;
  display: flex;
  flex-direction: row;
  position: relative;
}
.contact .text a {
  position: absolute;
  top: 80px;
  left: 1px;
  color: black;
  text-decoration: none;
}
.contact .text a.d {
  top: 61px;
  left: 267px;
}

@media screen and (max-width: 425px) {
  .contact .title {
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
  }
  .contact .text {
    line-height: 22.5px;
    width: 286px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 15px;
  }
  .contact .text a {
    top: 131px;
    font-size: 15px;
  }
  .contact .text a.d {
    position: relative;
    top: 0px;
    font-size: 14px;
    left: 0px;
  }
}
.footer {
  margin-top: 90px;
  background-color: #2c3a35;
  height: 208px;
  color: white;
}
.footer .wrapper {
  display: flex;
}
.footer .wrapper a {
  display: block;
  color: white;
  text-decoration: none;
}
.footer .wrapper .left__text {
  margin-top: 74px;
}
.footer .wrapper .center__text {
  margin-left: 96px;
  margin-top: 62px;
}
.footer .wrapper .center__text .top {
  cursor: pointer;
}
.footer .wrapper .center__text .bottom {
  margin-top: 52px;
  cursor: pointer;
}
.footer .wrapper .right__text {
  margin-left: 127px;
  margin-top: 62px;
}
.footer .wrapper .right__text .top {
  cursor: pointer;
}
.footer .wrapper .right__text .bottom {
  margin-top: 52px;
  cursor: pointer;
}

@media screen and (max-width: 425px) {
  .footer {
    margin-top: 60px;
    height: 180px;
    padding-bottom: 10px;
  }
  .footer .wrapper {
    flex-wrap: wrap;
  }
  .footer .wrapper .left__text {
    width: 220px;
    margin-top: 25px;
    font-size: 14px;
  }
  .footer .wrapper .center__text {
    width: 150px;
    margin-top: 32px;
    font-size: 14px;
    margin-left: 0;
  }
  .footer .wrapper .center__text .bottom {
    margin-top: 10px;
  }
  .footer .wrapper .right__text {
    margin-top: 32px;
    margin-left: 0;
    font-size: 14px;
  }
  .footer .wrapper .right__text .bottom {
    margin-top: 10px;
  }
}
.osvita {
  padding-top: 46px;
  line-height: 22.5px;
}
.osvita .title {
  margin-top: 40px;
  font-size: 30px;
}
.osvita .preface {
  font-size: 20px;
  margin-top: 20px;
  width: 840px;
}
.osvita .untitle {
  margin-top: 50px;
  font-size: 23px;
}
.osvita .wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.osvita .wrapper .text {
  font-size: 18px;
}
.osvita .wrapper .text a {
  color: black;
}
.osvita .wrapper img {
  max-width: 300px;
  max-height: 400px;
}

.sim-slider img {
  height: 320px;
  display: block;
  margin: 0 auto;
}

.sim-slider {
  max-width: 660px;
  height: 320px;
  min-width: 320px;
  margin: 20px auto;
  padding: 30px 50px;
  border: 1px solid #ccd;
  background-color: white;
}

/* General styles */
.sim-slider {
  position: relative;
}

.sim-slider-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.sim-slider-element {
  width: 100%;
  transition: opacity 1s ease-in;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
}

/* Navigation item styles */
div.sim-slider-arrow-left,
div.sim-slider-arrow-right {
  width: 22px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0.6;
  z-index: 4;
}

div.sim-slider-arrow-left {
  left: 10px;
  top: 40%;
  display: block;
  background: url("../photo/sim-arrow-left.png") no-repeat;
}

div.sim-slider-arrow-right {
  right: 10px;
  top: 40%;
  display: block;
  background: url("../photo/sim-arrow-right.png") no-repeat;
}

div.sim-slider-arrow-left:hover {
  opacity: 1;
}

div.sim-slider-arrow-right:hover {
  opacity: 1;
}

div.sim-slider-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
}

span.sim-dot {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  padding: 0;
  display: inline-block;
  background-color: #BBB;
  border-radius: 5px;
  cursor: pointer;
}

div.sim-slider-arrow-left img {
  display: none;
}

div.sim-slider-arrow-right img {
  display: none;
}

@media screen and (max-width: 425px) {
  .sim-slider {
    padding: 20px;
    min-width: 270px;
  }
  .sim-slider img {
    height: 200px;
    display: block;
    margin: 0 auto;
  }
  div.sim-slider-arrow-left {
    background: none;
  }
  div.sim-slider-arrow-left img {
    display: block;
    width: 12px;
    height: 25px;
    opacity: 0.6;
  }
  div.sim-slider-arrow-right {
    background: none;
  }
  div.sim-slider-arrow-right img {
    display: block;
    width: 12px;
    height: 25px;
    opacity: 0.6;
  }
  span.sim-dot {
    width: 7px;
    height: 7px;
  }
  .osvita {
    padding-top: 30px;
  }
  .osvita .title {
    font-size: 25px;
    text-align: center;
  }
  .osvita .preface {
    width: 286px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 15px;
  }
  .osvita .wrapper {
    justify-content: space-between;
  }
  .osvita .wrapper .text {
    font-size: 15px;
    width: 175px;
  }
  .osvita .wrapper .text a {
    color: black;
  }
  .osvita .wrapper img {
    height: 250px;
  }
  .osvita .untitle {
    font-size: 20px;
  }
}
.cours .container .title {
  padding-top: 57px;
  font-size: 40px;
}
.cours .container .text {
  margin-top: 35px;
  width: 650px;
  font-size: 17px;
  line-height: 21px;
}
.cours .container .text a {
  color: black;
}

@media screen and (max-width: 425px) {
  .cours .container .title {
    font-size: 25px;
    text-align: center;
    padding-top: 30px;
  }
  .cours .container .text {
    width: 286px;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 10px;
    letter-spacing: 0;
  }
  .cours .container .text a {
    color: black;
  }
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 425px) {
  .container {
    width: 85%;
  }
}/*# sourceMappingURL=style.css.map */