@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat-regular.eot');
  src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/montserrat-regular.woff2') format('woff2'),
       url('../fonts/montserrat-regular.woff') format('woff');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/montserrat-bold.woff2') format('woff2'),
       url('../fonts/montserrat-bold.woff') format('woff');
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/montserrat-semibold.eot');
  src: url('../fonts/montserrat-semibold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/montserrat-semibold.woff2') format('woff2'),
       url('../fonts/montserrat-semibold.woff') format('woff');
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat-medium.eot');
  src: url('../fonts/montserrat-medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/montserrat-medium.woff2') format('woff2'),
       url('../fonts/montserrat-medium.woff') format('woff');
}

* {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 100;
  line-height: 1.3;
  margin-bottom: 0;
}

body {
  font-family: Montserrat, sans-serif;
  min-width: 320px;
  color: #000;
}

main {
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-word;
}

a:hover {
  color: #59216a;
}

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

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

p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 25px;
  margin-bottom: 0;
}

p:first-child {
  margin-top: 0;
}

ul {
  margin-top: 25px;
}

ul li {
  display: flex;
  font-size: 18px;
  line-height: 1.7;
}

ul li:before {
  align-items: flex-start;
  margin-right: 15px;
}

ul.va li:before {
  align-items: center;
}

.list1 li {
  padding-top: 5px;
}

.list1 li:before {
  content: url(../img/arrow-white.png);
  width: 17px;
}

.list2 li:before {
  content: url(../img/arrow-viol.png);
  width: 17px;
}

.list2 li {
  padding-top: 5px;
}

.ulp li {
  padding-top: 15px;
}

.list3 li:before {
  content: url(../img/check.png);
  width: 27px;
  height: 27px;
}

.list3 li {
  align-items: center;
  border-top: 2px solid #d6d6d6;
  padding: 15px 0;
}

.list3 li:first-child {
  border-top: 0;
}

.list4 li {
  padding-top: 15px;
}

.list4 li:before {
  content: url(../img/check2.png);
  width: 19px;
}

ul li:first-child {
  padding-top: 0;
}

.violbg p, .violbg h4, .violbg li {
  color: #fff;
}

strong, .font-weight-bold {
  font-family: Montserrat-SemiBold;
  font-weight: normal;
}

h3,h4 {
  font-family: Montserrat-SemiBold;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h4 span {
  font-size: 40px;
}

.lh3 {
  line-height: 1.3;
}

.gold {
  height: 22px;
  background-image: url(../img/gold.jpg);
}

.bg {
  background-image: url(../img/bg.jpg);
}

.opt {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.logo {
  max-height: 110px;
}

.video {
  width: 100%;
  background: #000;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 10px 5px -5px rgb(0 0 0 / 50%);
}

iframe {
  width: 100%;
  height: 100%;
}

.mw {
  max-width: 1050px;
}

.mw2 {
  max-width: 960px;
}

.mw3 {
  position: relative;
  max-width: 770px;
}

.btncl {
  font-family: 'Montserrat-SemiBold';
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  background: #d39d4a;
  border: 2px solid #d39d4a;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  padding: 20px 60px;
}

.btncl:hover {
  color: #d39d4a;
  background: #fff;
  text-decoration: none;
}

.fm {
  font-family: 'Montserrat-Medium';
}

.fsb {
  font-family: 'Montserrat-SemiBold';
}

.fs-15 {
  font-size: 15px;
} 

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
  line-height: 1.4;
}

.fs-29 {
  font-size: 29px;
}

.lt {
  text-decoration: line-through;
}

.viol {
  color: #59216a;
}

.gray {
  background: #fafafa;
}

.gray2 {
  background: #777779;
}

.dgray {
  background: #f1efef;
}

.violbg {
  background: #59216a;
}

.lviolbg {
  background: #f2ecf4;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.logo-block {
  width: 222px;
  padding: 0 15px;
}

.image-block {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}

.bt {
  padding-bottom: 0;
  padding-top: 40px;
}

.image {
  position: relative;
  display: inline-block;
}

.image img {
  position: relative;
  z-index: 300;
}

.image:before {
  content: '';
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 100%;
  background: #59216a;
}

.bt .image:before {
  bottom: auto;
  top: -40px;
}

.bl {
  padding-left: 40px;
}

.bl .image:before {
  left: -40px;
}

.br {
  padding-right: 40px;
}

.br .image:before {
  right: -40px;
}

.block {
  position: relative;
  z-index: 300;
  height: 100%;
  background: #fff;
}

.hauto {
  height: auto;
}

.system {
  position: absolute;
  max-width: none;
  height: 198%;
  bottom: -15px;
}

.director {
  position: absolute;
  right: 70%;
  height: 100%;
  max-width: none;
}

.mh {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.lines p {
  border-top: 2px solid #d6d6d6;
  margin-top: 0;
  padding: 30px 10px;
}

.lines p:first-child {
  border-top: 0;
}

.tablet, .book {
  position: absolute;
  max-width: none;
}

.book {
  left: 110%;
  top: 0;
}

.tablet {
  right: 115%;
  bottom: 0;
}

.review {
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 17px;
  padding: 90px 40px 80px 40px;
}

.quote1 {
  position: absolute;
  left: 20px;
  top: 30px;
}

.quote2 {
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.bottom {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.program {
  height: 100%;
  border: 1px solid #b7b7b7;
  border-top: 0;
}

.program-content {
  height: 100%;
  padding-bottom: 220px;
}

@media screen and (max-width: 1260px){
  .director {right: 50%;}
  .book {left: 100%;}
  .tablet {right: 105%;}
}

@media screen and (max-width: 992px){
  .dn {display: none;}
  h1,h2,h3,h4,h5,h6 {text-align: center;}
  h4 {font-size: 25px;}
  h4 span {font-size: 35px;}
  .btn-block {justify-content: center;}
  .rel {
    position: relative;
    max-width: 100%;
    height: auto;
    max-height: 700px;
    left: auto;
    right: auto;
    bottom: 0;
  }
  .mh {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px){
  h4 {font-size: 23px;}
  h4 span {font-size: 30px;}
  .bottom {
    position: relative;
    bottom: auto;
    padding: 30px 0 50px 0;
  }
  .program-content {
   padding-bottom: 0;
 }
}

@media screen and (max-width: 450px){
  .btncl {
    width: 100%;
    font-size: 22px;
    padding: 20px 15px;
  }
}


