body {
    font-family: 'Roboto', sans-serif !important;
    background: rgb(100, 100, 100) !important;
    width: 100%;
    padding-top: 80px;
}

h1 {
    font-size: 62px;
    line-height: 62px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 2rem;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
}

.h1-bigger {
    font-size: 80px !important;
    font-weight: bold !important;
}

.newh1 {
   font-size: 37px;
    line-height: 120%;
    max-width: 450px; 
}

h1 span {
    font-size: 26px;
    line-height: 56px;
    font-weight: 100;
    color: #ffffff;
}

h2 {
    font-size: 44px;
    line-height: 58px;
    font-weight: 400;
    color: #186748;
}

.text22 {
    font-size: 22px;
    line-height: 32px;
    font-weight: lighter;
    color: #17302E;
}

.text72 {
    font-size: 72px;
    line-height: 58px;
    font-weight: lighter;
    color: #186748;
}

.text16-color {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #186748;
}

.text16 {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #186748;
}

.h-220 {
    height: 220px;
}


input:active, input:focus, .form-control, button:active, button:focus {
    outline: none;
}

nav {
    background: #ffffff;
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 0;
    border-bottom: 3px solid #186748;
    padding: 9px 0;
    transition: all .3s ease;
}

nav img {
    width: 140px;
}

nav ul {
    padding: 0;
}

nav li {
    line-height: 1.5;
}

nav li a {
    color: #186748;
    width: 95px;
}

nav li a:hover:not(.a-registration) {
    color: #186748;
    font-weight: bold;
    text-decoration: none;
}

nav li .a-registration {
    background: #ffffff;
    padding: 10px 21px;
    border-radius: 4px;
    border: 1px solid #186748;
    transition: all .3s ease;
}

nav li .a-registration:hover, nav li .a-registration:focus {
    text-decoration: none !important;
    background: #186748;
    color: #ffffff;
}

#video {
    position: relative;
    background: rgb(100, 100, 100);
}

#video button {
    padding: 14px 100px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
}

#video button:hover {
    border: 1px solid #14CC80;
    color: #14CC80;
}

#video .h1-video {
    position: absolute;
    z-index: 4;
    top: 20px;
    padding-left: 5%;
}

#video video {
    width: 100%;
}

#video .bg-2 {
    position: absolute;
    bottom: -130px;
    z-index: 2;
    width: 100%;
    height: 240px;
    background: #ffffff;
    transform: skewY(5deg);
}

#video .video-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(100, 100, 100, 1)), color-stop(20%, rgba(100, 100, 100, 0)), color-stop(80%, rgba(100, 100, 100, 0)), to(rgba(100, 100, 100, 1))) 100%;
    background: -o-linear-gradient(left, rgba(100, 100, 100, 1) 0%, rgba(100, 100, 100, 0) 20%, rgba(100, 100, 100, 0) 80%, rgba(100, 100, 100, 1)) 100%;
    background: linear-gradient(to right, rgba(100, 100, 100, 1) 0%, rgba(100, 100, 100, 0) 20%, rgba(100, 100, 100, 0) 80%, rgba(100, 100, 100, 1)) 100%;
    background: -o-linear-gradient(to right, rgba(100, 100, 100, 1) 0%, rgba(100, 100, 100, 0) 20%, rgba(100, 100, 100, 0) 80%, rgba(100, 100, 100, 1)) 100%;
    background: -webkit-linear-gradient(to right, rgba(100, 100, 100, 1) 0%, rgba(100, 100, 100, 0) 20%, rgba(100, 100, 100, 0) 80%, rgba(100, 100, 100, 1)) 100%;
    z-index: 2;
}


#about {
    background: #ffffff;
    position: relative;
    z-index: 10;
}

#about .bg-2 {
    position: absolute;
    bottom: -110px;
    z-index: 2;
    width: 100%;
    height: 240px;
    background: #eeeeee;
    transform: skewY(-5deg);
}

#privileges {
    background: #eeeeee;
    position: relative;
    z-index: 10;
}

#privileges img {
    height: 65px;
}

#registration {
    background: -webkit-gradient(linear, left bottom, right top, from(#14CC80), to(#186748));
    background: -o-linear-gradient(bottom left, #14CC80, #186748);
    background: linear-gradient(to top right, #14CC80, #186748);
    position: relative;
    z-index: 2;
}

#registration .bg-2 {
    position: absolute;
    top: -120px;
    z-index: 2;
    width: 100%;
    height: 240px;
    background: #eeeeee;
    transform: skewY(-5deg);
}

#registration .bg-3 {
    position: absolute;
    bottom: -80px;
    z-index: 2;
    width: 100%;
    height: 200px;
    background: #17302E;
    transform: skewY(-5deg);
}

#registration h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

#registration p {
    color: #ffffff;
}

#registration button {
    padding: 14px 100px;
    background: #17302E;
    border: none !important;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
}

footer {
    padding-top: 10px;
    background: #17302E;
    position: relative;
    z-index: 10;
}

footer img {
    width: 140px;
}

footer p {
    color: #ffffff;
    opacity: .4;
}

footer ul {
    padding: 0;
}

footer li a {
    color: #ffffff;
}

footer li a:hover {
    color: #ffffff;
}

footer li .a-registration {
    background: #14CC80;
    padding: 10px 21px;
    border-radius: 4px;
}

footer li .a-registration:hover {
    text-decoration: none;
}

footer .for-transform-skew {
    display: none;
}

/* --------------------------------  */



/* Адаптив */
@media (min-width: 1800px) {
    #registration .bg-3 {
        bottom: -120px;
        height: 250px;
    }

    footer .for-transform-skew {
        display: block;
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 48px;
        line-height: 28px;
    }

    h1 span {
        font-size: 33px;
        line-height: 36px;
    }

    #video .h1-video {
        top: 20px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 60px;
    }

    h1 {
        /*font-size: 64px;*/
        line-height: 45px;
    }

    h1 span {
        font-size: 28px;
        line-height: 38px;
    }

    h2 {
        font-size: 32px;
        line-height: 58px;
    }

    .text22 {
        font-size: 16px;
        line-height: 26px;
    }

    .text16 {
        font-size: 14px;
        line-height: 18px;
    }

    .img-logo {
        width: 103px;
    }

    #hidden-menu {
        position: absolute;
        padding-left: 30px;
        font-size: 28px;
        line-height: 14px;
        font-weight: 200;
        color: #186748;
        height: 900px;
        left: 0;
        background: #ffffff;
        width: 100%;
        -webkit-transition: left 1s ease;
        -o-transition: left 1s ease;
        transition: left 1s ease;
    }

    #hidden-menu ul {
        margin-top: 60px;
        padding: 0;
        list-style-position: inside;
        list-style-type: none;

    }

    #hidden-menu ul li {
        margin-top: 40px;
    }

    #hidden-menu ul li a {
        font-weight: 300;
    }

    .hidden-menu-class {
        left: -900px !important;
    }

    .menu-open-hidden {
        display: none;
    }

    .img-mob {
        width: 25px;
    }

    #videoIDMob {
        width: 100%;
    }

    #video .h1-video {
        top: 100px;
        padding-left: 0;
    }

    #video .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 767px;
    }

    .img-1-1 {
        width: 173px;
    }

    .img-1-3-1 {
        width: 198px;
        margin-top: 10px;
    }

    .img-1-3-2 {
        width: 107px;
        margin: 10px auto;
    }

    #about {
        padding: 30px 15px 50px 15px;
    }

    #privileges {
        padding: 20px 15px 50px 15px;
    }

    #privileges img {
        height: 52px;
    }
    #registration h2 {
    margin-bottom: 0;
}
.newh1 {
    max-width: initial;
        font-size: 30px;
}
}

@media (max-width: 575px) {
    #video .h1-video {
        top: 280px;
        padding-left: 0;
    }
}

@media (max-width: 399px) {
    .h1-bigger {
        font-size: 54px !important;
        font-weight: bold !important;
    }

    h1 {
        font-size: 40px;
        line-height: 36px;
    }

    h1 span {
        font-size: 28px;
        line-height: 38px;
    }

    #video .h1-video {
        top: 200px;
    }
}

@media (max-width: 420px) {
    .button-first {
        padding: 10px 70px !important;
    }
}

/* --------------------------------  */


/* Исправление классов для браузеров, которые неправильно считают проценты */

.col-1 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 8.1% !important;
    flex: 0 0 8.1% !important;
    max-width: 8.1% !important;
}

.col-2 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 16.2% !important;
    flex: 0 0 16.2% !important;
    max-width: 16.2% !important;
}

.col-6 {
    max-width: 49.8% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 49.8% !important;
    flex: 0 0 49.8% !important;
}


@media (min-width: 992px) {
    .col-lg-2 {
        width: 16.5% !important;
    }

    .col-lg-6 {
        width: 49.8% !important;
    }

    .col-lg-4 {
        width: 33.2% !important;
    }
}

@media (min-width: 768px) {
    .col-md-2 {
        max-width: 16.5% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.5% !important;
        flex: 0 0 16.5% !important;
    }

    .col-md-6 {
        max-width: 49.8% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 49.8% !important;
        flex: 0 0 49.8% !important;
    }

    .col-md-4 {
        max-width: 32.2% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 32.2% !important;
        flex: 0 0 32.2% !important;
    }
}

@media (min-width: 576px) {
    .col-sm-2 {
        max-width: 16.5% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.5% !important;
        flex: 0 0 16.5% !important;
    }

    .col-sm-6 {
        max-width: 49.8% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 49.8% !important;
        flex: 0 0 49.8% !important;
    }

    .col-sm-4 {
        max-width: 32.2% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 32.2% !important;
        flex: 0 0 32.2% !important;
    }
}

/* -------------------------------------- */

.error {
    display: none;
    position: absolute;
    font-size: 12px;
    background-color: rgb(235, 87, 87);
    color: rgb(255, 255, 255);
    max-width: 280px;
    width: 100%;
    border-radius: 3px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin: 5px auto;
    transition: all 0.2s ease 0s;
}

.err .error {
    display: block;
}
/* -------------------------------------- */
.util__visible {
    display: block;
    opacity: 1;
}
.util__shadow {
    -webkit-box-shadow: 10px 10px 5px 900px rgba(0,0,0,0.43);
    -moz-box-shadow: 10px 10px 5px 900px rgba(0,0,0,0.43);
    box-shadow: 10px 10px 5px 900px rgba(0,0,0,0.43);
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

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

.form-captcha-img {
  display: block;
}

.form-reload-wrapper {
  margin-right: auto;
  margin-left: 16px;
  align-self: center;
}

.form-reload-button {
  width: 24px;
  height: 40px;
  background-image: url("/img/icon-reload.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

@media (min-width: 768px) {
    .correct-col {
            width: 100% !important;
             max-width: 100% !important;
             flex: initial !important;
    }
}