@font-face {
  font-family: "Proxima Nova Lt";
  src: url("./fonts/ProximaNova-Light.eot");
  src: url("ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/ProximaNova-Light.woff2") format("woff2"), url("./fonts/ProximaNova-Light.woff") format("woff"), url("./fonts/ProximaNova-Light.ttf") format("truetype"), url("ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("./fonts/ProximaNova-Regular.eot");
  src: url("ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/ProximaNova-Regular.woff2") format("woff2"), url("./fonts/ProximaNova-Regular.woff") format("woff"), url("./fonts/ProximaNova-Regular.ttf") format("truetype"), url("ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bld";
  src: url("./fonts/ProximaNova-Bold.eot");
  src: url("ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/ProximaNova-Bold.woff2") format("woff2"), url("./fonts/ProximaNova-Bold.woff") format("woff"), url("./fonts/ProximaNova-Bold.ttf") format("truetype"), url("ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Blck";
  src: url("./fonts/ProximaNova-Black.eot");
  src: url("ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/ProximaNova-Black.woff") format("woff"), url("./fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-column-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.f-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.f-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: #16151F;
  min-height: 100%;
  min-width: 320px;
  width: 100%;
  margin: 0;
}

html {
  height: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

section {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.page {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
}

.container {
  max-width: 1920px;
  width: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 70px;
}
@media screen and (max-width: 1364px) {
  .container {
    padding: 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .container {
    padding: 0 10px;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-full {
  width: 100%;
}

.transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.transition:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*** Main ***/
.main-content {
  background-image: url(./images/bg-img-big.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 1222px;
  padding-top: 45px;
  padding-bottom: 100px;
}
.main-content .top-row {
  margin-bottom: 160px;
}
.main-content h1 {
  max-width: 375px;
  width: 100%;
  color: #fff;
  font-family: "Proxima Nova Lt";
  font-size: 60px;
  line-height: 74px;
  margin-top: 0;
  margin-bottom: 35px;
}
.main-content h1 b {
  display: block;
  font-family: "Proxima Nova Blck";
  font-size: 100px;
  line-height: 81px;
  text-transform: uppercase;
}
.main-content h1 b:first-child {
  margin-bottom: -10px;
}
.main-content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32%;
  margin-right: 7%;
}
.main-content .logo svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}
.main-content .link-to-shop {
  width: 375px;
  border: 2px solid #FFF;
  background: #FEA912;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-size: 30px;
  font-family: "Proxima Nova Bld";
  line-height: 30px;
  padding: 18px 10px;
}
.main-content .link-to-shop:hover {
  background: #F7882F;
  border-color: #F7882F;
}
.main-content .list-social {
  margin-bottom: 37px;
}
.main-content .list-social .item-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 35px;
}
.main-content .phones-block svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px;
}
.main-content .phones-block .phones-list > * {
  color: #FFC30D;
  text-align: right;
  font-size: 36px;
  font-family: "Proxima Nova Bld";
}
@media screen and (max-width: 1919px) {
  .main-content {
    min-height: 500px;
  }
}
@media screen and (max-width: 1599px) {
  .main-content .logo {
    width: 38%;
  }
}
@media screen and (max-width: 1364px) {
  .main-content {
    min-height: 1140px;
  }
  .main-content .logo {
    width: 460px;
    margin-right: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .main-content .top-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-content .logo {
    width: 400px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-content {
    background-image: url(./images/bg-img-mobile-2.png);
    background-position: center;
    background-size: cover;
    min-height: 1200px;
  }
  .main-content .top-row {
    margin-bottom: 70px;
  }
  .main-content .logo {
    max-width: 250px;
    width: 100%;
    margin-bottom: 30px;
  }
  .main-content .title-block {
    width: 100%;
  }
  .main-content h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .main-content h1 b {
    font-size: 80px;
    line-height: 75px;
  }
  .main-content h1 b:first-child {
    margin-bottom: -10px;
  }
  .main-content .link-to-shop {
    max-width: 375px;
    width: 100%;
  }
  .main-content .list-social .item-social {
    margin-right: 15px;
  }
  .main-content .phones-block svg {
    margin-right: 25px;
  }
}

/*** Footer styles ***/
.footer {
  background-color: #FEA200;
  padding: 30px 0;
}
.footer .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .title-course {
  color: #fff;
  font-family: "Proxima Nova Blck";
  font-size: 75px;
  line-height: 90px;
}
.footer .subtitle-course {
  max-width: 500px;
  width: 100%;
  color: #0A0911;
  font-family: "Proxima Nova Blck";
  font-size: 30px;
  line-height: 36px;
}
.footer .link-course {
  width: 37%;
  border: 4px solid #FFF;
  background: #000;
  color: #fff;
  font-family: "Proxima Nova Bld";
  font-size: 50px;
  line-height: 50px;
  padding: 35px 20px;
}
.footer .link-course:hover {
  background: #2E2E2E;
  border-color: #2E2E2E;
  color: #FEA200;
}
@media screen and (max-width: 1599px) {
  .footer .title-course {
    font-size: 68px;
    line-height: 85px;
  }
  .footer .subtitle-course {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1364px) {
  .footer {
    padding: 30px 0 65px;
  }
  .footer .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .left-col {
    width: 100%;
    margin-bottom: 35px;
  }
  .footer .title-course {
    font-size: 75px;
    line-height: 90px;
  }
  .footer .subtitle-course {
    font-size: 30px;
    line-height: 36px;
  }
  .footer .link-course {
    max-width: 700px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .title-course {
    font-size: 52px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .footer .subtitle-course {
    font-size: 21px;
    line-height: 28px;
  }
  .footer .link-course {
    font-size: 30px;
    line-height: 30px;
    padding: 20px 10px;
  }
}
/*# sourceMappingURL=app.css.map */