html {
  color: #222;
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}
#kurs_sale{
    padding: 15px;
    background: #fff;
    color: red;
}
#kurs_sale p{
    margin-top: 0px;
    
}
#kurs_sale p:last-child{
    margin-bottom: 0px;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
:active {
  outline: 0;
  outline-offset: 0;
}
.kurs_description{
    font-size: 20px;
}
:hover {
  outline: 0;
  outline-offset: 0;
}

:focus {
  outline: 0;
  outline-offset: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   @mixin ========================================================================= */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  /* ==========================================================================
   Author's custom styles
   @mixin ========================================================================= */
}

header {
  background-color: #31A5A2;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

header img {
  width: 90%;
  max-width: 395px;
  margin: 0 auto;
}

#content {
  padding-top: 30px;
  padding-bottom: 50px;
}

#content h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}

#content .content_box {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.main_description{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 40px;
}
#content .content_box .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  #content .content_box .video {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#content .content_box .video .video_card {
  width: 100%;
  max-width: 385px;
  margin-bottom: 40px;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  #content .content_box .video .video_card {
    margin-right: 0px;
  }
}

#content .content_box .video .video_card img {
  width: 100%;
}

#content .content_box .video .video_card h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

#content .content_box .video .video_card p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
}
#content .content_box .video .video_card a{
    text-decoration: none;
}
#content .content_box .video .video_card a:hover{
    text-decoration: underline;
}
#content .content_box .video .video_card a.video_card_button {
  font-family: Roboto;
  font-style: normal;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  background: #31A5A2;
  border-radius: 5px;
  padding: 15px 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#content .content_box .video .video_card a.video_card_button:hover {
  background: #227471;
    text-decoration: none;
}

#content .content_box .video .video_card:nth-child(3n) {
  margin-right: 0px;
}

#rules {
  padding-bottom: 40px;
}

#rules h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}

#rules .rules_box {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  #rules .rules_box {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#rules .rules_box .rules_card {
  width: 100%;
  padding: 20px;
  min-height: 127px;
  max-width: 245px;
  margin-bottom: 20px;
  background: rgba(49, 165, 162, 0.2);
}

#rules .rules_box .rules_card p:nth-child(1) {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  border-radius: 100%;
  margin: 0 auto;
  border: 1px solid #000000;
  margin-bottom: 0px;
  
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#rules .rules_box .rules_card p:nth-child(2) {
  margin-top: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #2E2D2D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#video_kurs {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 80vh;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  #video_kurs {
    padding-bottom: 0px;
  }
}

#video_kurs h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
  margin-bottom: 60px;
}

#video_kurs .warning {
  background-color: #ff8e35;
  padding: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.pay_link{
    display: block;
    font-size: 24px;
    margin-top: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.pay_link:hover{
    text-decoration: underline;
}

#video_kurs .kurs_description {
  width: 95%;
  max-width: 1200px;
  margin-bottom: 60px;
}

#video_kurs .kurs_description img {
  width: 100%;
}

#video_kurs .video_kurs_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #video_kurs .video_kurs_card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#video_kurs .video_kurs_card .video_box {
  width: 100%;
  max-width: 590px;
  height: 350px;
}
#my-video{    
    width: 100%;
    height: 100%;
}

@media (max-width: 500px) {
  #video_kurs .video_kurs_card #my-video {
    height: 250px;
  }
}

#video_kurs .video_kurs_card .description {
  width: 100%;
  max-width: 575px;
}

@media (max-width: 1024px) {
  #video_kurs .video_kurs_card .description {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  #video_kurs .video_kurs_card .description {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#video_kurs .video_kurs_card .description h2 {
  margin-top: 0px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

#video_kurs .video_kurs_card .description p, #video_kurs .video_kurs_card .description ul li {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  color: #222222;
}
#video_kurs .video_kurs_card .description ul{
    padding-left: 15px;
}

#video_kurs .loginLoginFieldset input {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  text-align: left;
  color: #2E2D2D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  margin-left: 5px;
}
.back_link{
    margin-top: 20px;
    display: inline-block;
}
.back_link:hover{
    text-decoration: underline;
}
#video_kurs .loginLoginFieldset label, #video_kurs .loginLoginFieldset .loginLegend, #video_kurs .loginLoginFieldset .error, .back_link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  margin-right: 20px;
  font-size: 14px;
  line-height: 130%;
  text-align: left;
  color: #2E2D2D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

#video_kurs .loginLoginFieldset .error {
  color: red;
}

.loginRegister a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  margin-right: 20px;
  font-size: 14px;
  line-height: 130%;
  text-align: left;
  color: #2E2D2D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.loginRegister a:hover {
  color: #31A5A2;
}

footer {
  background: #33363B;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 500px) {
  footer .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

footer .footer_box a, footer .footer_box p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #C1C1C1;
  margin-bottom: 0px;
  margin-top: 0px;
  text-decoration: none;
}

.white-popup {
  position: relative;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 #fff;
          box-shadow: 0 0 5px 0 #fff;
  background-color: #fff;
  padding: 20px;
  width: auto;
  max-width: 610px;
  margin: 20px auto;
}

.white-popup p:nth-child(1) {
  color: #111;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 2.8em;
  margin-top: 20px;
  font-weight: 700;
}

.white-popup p:nth-child(2) {
  font-size: 18px;
  color: #111;
  max-width: 470px;
  width: 90%;
  margin: 0 auto;
}

.white-popup .formats {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 25px;
}

.white-popup .form_popup {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

.white-popup .form_popup .name2 {
  margin-bottom: 15px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 5px;
  color: #333;
  font-weight: 300;
  border: 2px solid  #333;
  padding: 15px 0px 15px 20px;
  width: 90%;
  max-width: 300px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.white-popup .form_popup .name2:hover {
  color: black;
  border: 2px solid #31A5A2;
}

.white-popup .form_popup .name2:focus {
  color: black;
  border: 2px solid #31A5A2;
}

.white-popup .form_popup .form-text2 {
  resize: none;
  font-size: 1.4em;
  background-color: #fff;
  color: #B5B5B5;
  font-weight: 300;
  border: 2px solid #B5B5B5;
  padding: 10px 0px 10px 10px;
  width: 300px;
  width: 90%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.white-popup .form_popup .form-text2:hover {
  color: black;
  border: 2px solid red;
}

.white-popup .form_popup .form-text2:focus {
  color: black;
  border: 2px solid red;
}

.white-popup .form_popup .main-button2 {
  background-color: #323232;
  border: 1px solid #31A5A2;
  width: 90%;
  color: #fff;
  letter-spacing: 1px;
  max-width: 330px;
  padding: 15px 0px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.white-popup .form_popup .main-button2:hover {
  cursor: pointer;
  background-color: #31A5A2;
}

.white-popup .form_popup .main-button2:active {
  background-color: #31A5A2;
}

.white-popup .form_popup .main-button2:focus {
  background-color: #31A5A2;
}
/*# sourceMappingURL=main.css.map */