@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Oswald);
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    min-height: 100%;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
a {
    color: #d31c4f;
}
a:hover {
    text-decoration: none;
}
ul {
    list-style: none;
}
iframe,
img {
    max-width: 100%;
}
input,
textarea {
    outline: none;
    font-family: "Open Sans", Arial, sans-serif;
}
textarea {
    resize: none;
}
body{
    padding-top: 80px;
}
.top-bar-box {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
}
.top-bar {
    width: 100%;
    max-width: 940px;
    padding: 10px 15px 5px 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-box a{
    width: 130px;
    display: block;
}
.icon-menu{
    display: none;
}
.top-nav ul{
    display: flex;
}
.top-nav li {
    color: #000;
    font-size: 16px;
    margin-right: 5px;
    padding-left: 6px;
    border-left: 1px solid #d31c4f;
}
.top-nav li:first-child {
    border: 0;
}
.top-nav li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.head-box {
    padding-top: 20px;
    height: 585px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    background: #f0f0f0 url(https://powerboard.com.ua/images/head-bg.jpg) no-repeat center top;
    margin-bottom: 35px;
}
.head-title {
    width: 100%;
    max-width: 940px;
    padding: 0 15px;
    margin: 0 auto 10px auto;
    font-size: 24px;
    color: #000;
}
.head-line-box {
    width: 100%;
    background: #d31c4f;
}
.head-line {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 10px 15px;
    color: #fff;
    font-size: 22px;
}
.head-line b {
    font-weight: 400;
}
.header {
    width: 100%;
    max-width: 940px;
    flex: 1 1 auto;
    margin: 0 auto;
    padding: 30px 15px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.powerboart-top {
    max-width: 740px;
}
.powerboart-logo {
    margin-bottom: 19px;
}
.powerboard-top-info {
    margin-bottom: 15px;
}
.powerboard-top-price {
    float: left;
}
.dollar-price {
    font-family: "Oswald", sans-serif;
    font-size: 100px;
    color: #dd3333;
    display: inline-block;
    margin-right: 20px;
    line-height: 85px;
}
.hrn-price {
    display: inline-block;
    color: #333333;
    font-size: 36px;
}
.hrn-price span {
    font-size: 28px;
}
.dollar-price span {
    font-size: 80px;
}
.social-box {
    float: right;
    padding-top: 29px;
    margin-right: 10px;
}
.social-box li {
    float: left;
    width: 62px;
    height: 61px;
    margin-right: 10px;
}
.social-box li a:hover {
    opacity: 0.7;
}
.powerboard-top-text {
    max-width: 740px;
    font-weight: 300;
    color: #000;
    font-size: 16px;
}
.head-img {
    width: 744px;
    height: 598px;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    background: url(https://powerboard.com.ua/images/girl-header.png) no-repeat left bottom;
    background-size: contain;
}
.statistic {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    font-size: 24px;
    padding: 40px 15px 70px 15px;
    display: flex;
}
.statistic b {
    font-weight: 600;
}
.statistic-img{
    width: 50%;
}
.statistic-left {
    width: 50%;
}
.years-stat {
    margin-bottom: 15px;
}
.statistic-count {
    font-size: 60px;
    line-height: 60px;
    color: #d31c4f;
    font-weight: 700;
}
.clients-stat {
    margin-bottom: 50px;
}
.clients-stat b {
    color: #d31c4f;
}
.grey-fon {
    background: #f6f6f6;
}
.title-box {
    width: 100%;
    text-align: center;
}
.title-box h2 {
    min-width: 430px;
    text-align: center;
    padding: 6px 10px;
    display: inline-block;
    background: #d31c4f;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-top: -22px;
}
.container {
    max-width: 940px;
    margin: 0 auto;
    padding: 50px 15px 100px 15px;
}
.principles {
    display: flex;
}
.principle-left {
    width: 400px;
}
.principle-img {
    width: 460px;
    height: 333px;
    position: relative;
    z-index: 0;
    margin-left: -60px;
}
.principle-right {
    width: calc(100% - 460px);
    padding: 30px 0 0 60px;
    font-size: 18px;
    line-height: 30px;
}
.principle-right b {
    font-weight: 700;
}
.principle-right span {
    color: #d31c4f;
    font-size: 24px;
}
.benefits {
    max-width: 940px;
    margin: 0 auto;
}
.benefits-top {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
}
.benefits-top-left {
    width: 50%;
    padding-right: 40px;
    font-size: 24px;
    font-weight: 600;
}
.benefits-top-left ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 34px;
}
.benefits-top-left ul li:before{
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 8px;
    background: url(https://powerboard.com.ua/images/list.png) no-repeat center top;
    background-size: contain;
}
.benefits-top-right {
    width: 50%;
}
.benefits-top-img {
    margin-bottom: 34px;
}
.benefits-top-img img{
    width: auto;
    height: auto;
}
.download-link {
    color: #d31c4f;
    text-transform: uppercase;
    font-size: 18px;
}
.info-box {
    padding: 10px 0 10px 80px;
    color: #dd3333;
    font-size: 21px;
    margin-bottom: 55px;
    position: relative;
    z-index: 0;
}
.info-box:before{
    content: '';
    width: 62px;
    height: 62px;
    display: block;
    background: url(https://powerboard.com.ua/images/i-icon.png) no-repeat left center;
    background-size: contain;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.info-box b {
    font-weight: 600;
}
.time-block {
    margin-bottom: 45px;
}
.time-block h3 {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}
.time-box {
    width: 100%;
    margin-bottom: 5px;
}
.time-box {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.time-box-img {
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
}
.time-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.time-box-img img:hover {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.time-box h4 {
    color: #d31c4f;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.about-box {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    padding: 20px 15px 40px 15px;
}
.about-box-left {
    width: 470px;
    position: relative;
    z-index: 0;
}
#small-carousel {
    width: 470px;
    height: 320px;
    position: relative;
    clear: both;
    overflow: hidden;
}
#small-carousel img {
    width: 420px;
    height: 308px;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 3px 2px #e7e7e7;
    object-fit: contain;
}
.small-carousel-navigation {
    width: 420px;
    height: 50px;
    position: absolute;
    z-index: 20;
    top: 140px;
    left: 50%;
    margin-left: -210px;
}
.small-carousel-navigation {
    width: 420px;
    height: 50px;
    position: absolute;
    z-index: 20;
    top: 140px;
    left: 50%;
    margin-left: -210px;
}
.small-carousel-navigation #prev-small {
    width: 13px;
    height: 56px;
    display: block;
    float: left;
    cursor: pointer;
    background: url(https://powerboard.com.ua/images/prev_next_small.png) no-repeat left top;
    text-indent: -9999999px;
    overflow: hidden;
    margin-left: 10px;
}
.small-carousel-navigation #next-small {
    width: 13px;
    height: 56px;
    display: block;
    float: right;
    cursor: pointer;
    background: url(https://powerboard.com.ua/images/prev_next_small.png) no-repeat right top;
    text-indent: -9999999px;
    overflow: hidden;
    margin-right: 10px;
}
.about-box-right {
    width: calc(100% - 470px);
    font-size: 18px;
    color: #000;
    font-weight: 300;
    padding-left: 30px;
}
.about-box-right h3 {
    color: #d31c4f;
    font-size: 21px;
    margin-bottom: 20px;
}
.about-box-right ul {
    margin-left: 5px;
}
.about-box-right ul li {
    margin-bottom: 2px;
    padding: 3px 0 3px 34px;
    position: relative;
}
.about-box-right ul li:before{
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 10px;
    background: url(https://powerboard.com.ua/images/list.png) no-repeat center;
    background-size: contain;
}
.about-box-right b {
    font-weight: 600;
}
.contact-form-top {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.contact-form-top__cont{
    max-width: 600px;
}
.contact-form-info {
    padding: 0 0 10px 80px;
    color: #d31c4f;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
}
.contact-form-info:before{
    content: '';
    width: 62px;
    height: 62px;
    display: block;
    background: url(https://powerboard.com.ua/images/i-icon.png) no-repeat left center;
    background-size: contain;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact-form-info h3 {
    font-size: 26px;
    color: #d31c4f;
    font-weight: 700;
}
.contact-form-info b {
    font-weight: 600;
}
.contact-form-title {
    font-size: 18px;
    margin-bottom: 30px;
}
.contact-form-title h4 {
    color: #000;
    font-size: 24px;
}
.sale {
    color: #000;
    font-size: 48px;
    font-weight: 600;
}
.form-box {
    max-width: 460px;
}
.form-box .inputbox {
    width: 100%;
    height: 58px;
    padding: 10px 20px;
    color: #3a3a3a;
    font-size: 24px;
    border: 1px solid #d31c4f;
    margin-bottom: 9px;
}
.form-box .button {
    width: 277px;
    height: 60px;
    display: block;
    border: 0;
    margin-top: 30px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
    background: #d31c4f;
    background: -moz-linear-gradient(
        top,
        #d31c4f 0%,
        #c71d45 53%,
        #c71d45 53%,
        #b81e39 100%
    );
    background: -webkit-linear-gradient(
        top,
        #d31c4f 0%,
        #c71d45 53%,
        #c71d45 53%,
        #b81e39 100%
    );
    background: linear-gradient(
        to bottom,
        #d31c4f 0%,
        #c71d45 53%,
        #c71d45 53%,
        #b81e39 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d31c4f', endColorstr='#b81e39',GradientType=0);
}
.form-box .button:hover {
    background: #b81e39;
    background: -moz-linear-gradient(
        top,
        #b81e39 0%,
        #c71d45 53%,
        #c71d45 53%,
        #d31c4f 100%
    );
    background: -webkit-linear-gradient(
        top,
        #b81e39 0%,
        #c71d45 53%,
        #c71d45 53%,
        #d31c4f 100%
    );
    background: linear-gradient(
        to bottom,
        #b81e39 0%,
        #c71d45 53%,
        #c71d45 53%,
        #d31c4f 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b81e39', endColorstr='#d31c4f',GradientType=0);
}
.contact-form-top-img {
    width: 338px;
}
.steps-block {
    max-width: 940px;
    margin: 0 auto;
    padding: 40px 15px 50px 15px;
}
.steps-block h2 {
    text-align: center;
    color: #d31c4f;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 40px;
}
.step-box {
    width: 100%;
    max-width: 220px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 60px;
}
.step-box-name {
    flex: 1 1 auto;
    font-size: 17px;
    color: #000;
    text-align: center;
    padding-bottom: 15px;
}
.step-box-slider {
    width: 100%;
    max-width: 220px;
    height: 304px;
    position: relative;
}
.step-box-slider img{
    width: 100%;
    height: 304px;
    object-fit: contain;
}
.media-box {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 15px 50px 15px;
}
.media-box h3 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #010101;
    margin: 30px 0;
}
.media-box .powerboart-logo {
    text-align: center;
    margin-bottom: 30px;
}
.big-gallery {
    max-width: 940px;
    position: relative;
    z-index: 0;
}
#carousel {
    max-width: 940px;
    height: 470px;
    position: relative;
    clear: both;
    overflow: hidden;
}
#carousel img {
    width: 100%;
    max-width: 620px;
    height: 462px;
    visibility: hidden;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 0 3px 3px #e7e7e7;
}
.carousel-nav {
    width: 620px;
    height: 56px;
    position: absolute;
    z-index: 100;
    top: 200px;
    left: 50%;
    margin-left: -310px;
}
.carousel-nav #prev {
    width: 13px;
    height: 56px;
    display: block;
    float: left;
    cursor: pointer;
    background: url(https://powerboard.com.ua/images/prev_next.png) no-repeat left top;
    text-indent: -9999999px;
    overflow: hidden;
    margin-left: 20px;
}
.carousel-nav #next {
    width: 13px;
    height: 56px;
    display: block;
    float: right;
    cursor: pointer;
    background: url(https://powerboard.com.ua/images/prev_next.png) no-repeat right top;
    text-indent: -9999999px;
    overflow: hidden;
    margin-right: 20px;
}
.video-box {
    width: 100%;
    margin-bottom: 30px;
}
.big-video {
    width: 100%;
    max-width: 620px;
    height: 350px;
    margin: 0 auto 25px auto;
}
.video-download {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.video-download a {
    font-size: 20px;
    color: #a7a7a7;
    text-transform: uppercase;
}
.other-videos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.small-video {
    width: 220px;
    text-align: center;
    margin: 0 10px;
    padding-bottom: 10px;
}
.small-video-box {
    width: 100%;
    height: 125px;
    margin-bottom: 20px;
}
.video-name {
    font-size: 18px;
    color: #000;
    line-height: 22px;
}
.products-block {
    padding: 50px 0;
    background: #d31c4f url(https://powerboard.com.ua/images/products-bg.png) repeat left top;
}
.products {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}
.products h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 33px;
}
.products h3 {
    text-align: center;
    color: #010101;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.product-box {
    max-width: 380px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 40px;
}
.product-box.right .product-price {
    right: auto;
    left: 15px;
}
.product-img {
    width: 100%;
    height: 233px;
    background: #fff;
    position: relative;
    z-index: 0;
    margin: 0 auto 20px auto;
    cursor: pointer;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.product-price {
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 5px;
    color: #dd3333;
    font-size: 100px;
    line-height: 100px;
    font-family: "Oswald", sans-serif;
}
.product-price span {
    font-size: 80px;
}
.product-name {
    width: 100%;
    flex: 1 1 auto;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product-button {
    width: 100%;
    height: 47px;
}
.buy-button {
    width: 219px;
    height: 47px;
    display: block;
    text-align: center;
    line-height: 47px;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 4px;
    background: #3a3a3a;
    cursor: pointer;
    background: -moz-linear-gradient(
        top,
        #3a3a3a 0%,
        #222222 50%,
        #1c1c1c 54%,
        #010101 100%
    );
    background: -webkit-linear-gradient(
        top,
        #3a3a3a 0%,
        #222222 50%,
        #1c1c1c 54%,
        #010101 100%
    );
    background: linear-gradient(
        to bottom,
        #3a3a3a 0%,
        #222222 50%,
        #1c1c1c 54%,
        #010101 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#010101',GradientType=0);
}
.buy-button:hover {
    background: #010101;
    background: -moz-linear-gradient(
        top,
        #010101 0%,
        #222222 54%,
        #1c1c1c 54%,
        #222222 54%,
        #3a3a3a 100%
    );
    background: -webkit-linear-gradient(
        top,
        #010101 0%,
        #222222 54%,
        #1c1c1c 54%,
        #222222 54%,
        #3a3a3a 100%
    );
    background: linear-gradient(
        to bottom,
        #010101 0%,
        #222222 54%,
        #1c1c1c 54%,
        #222222 54%,
        #3a3a3a 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#3a3a3a',GradientType=0);
}
.contact-form-bot {
    max-width: 940px;
    padding: 70px 15px 60px 15px;
    margin: 0 auto;
    background: url(https://powerboard.com.ua/images/girl-bot-form.png) no-repeat left bottom;
    display: flex;
    justify-content: flex-end;
}
.contact-bot-info {
    max-width: 540px;
}
.contact-bot-info h2 {
    color: #d31c4f;
    font-size: 30px;
    margin-bottom: 20px;
}
.footer {
    width: 100%;
    height: 554px;
    border-top: 12px solid #3a3a3a;
    position: relative;
    z-index: 0;
}
.map-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.map-box iframe{
    width: 100%;
}
.bot-contacts {
    width: 290px;
    height: 290px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #d31c4f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bot-contacts:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
    border: 1px solid #d31c4f;
    border-radius: 50%;
}
.bot-contacts-text {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.bot-contacts-text h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}
.map-box img {
    min-width: 100%;
    height: 554px;
}
.bot-bar-box {
    background: #3a3a3a;
    color: #b5b5b5;
    font-size: 14px;
}
.bot-bar {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
}
.social-box-bot {
    height: 38px;
}
.social-box-bot ul {
    position: relative;
    z-index: 2;
    margin-top: -30px;
}
.social-box-bot ul li {
    float: left;
    margin-right: 10px;
}
.clear {
    width: 100%;
    height: 0px;
    font-size: 1px;
    clear: both;
}
.link_1,
.link_2,
.link_3,
.link_4,
.link_5,
.link_6,
.link_7 {
    width: 100%;
    height: 0px;
    font-size: 1px;
    clear: both;
    position: relative;
    z-index: 0;
    top: -50px;
}
.order-box {
    width: 461px;
    padding: 20px;
    position: fixed;
    z-index: 12;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: #d31c4f url(https://powerboard.com.ua/images/products-bg.png) repeat left top;
    border: 2px solid #ccc;
    border-radius: 8px;
    display: none;
}
.order-close-button {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    position: absolute;
    z-index: 2;
    right: -15px;
    top: -15px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ff6138;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.order-close-button:before{
    content: '\00d7';
    font-size: 20px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-box .block-title {
    min-width: 100%;
    color: #fff;
    margin-bottom: 10px;
}
.order-box .block-title h2 {
    color: #fff;
}
.sale-order .price {
    display: none;
}
.top-form-col {
    width: 100%;
    height: 51px;
    margin-bottom: 10px;
}
.top-col-left {
    width: 281px;
    height: 51px;
    float: left;
}
.top-col-right {
    width: 172px;
    height: 51px;
    float: right;
}
.top-form-col .inputbox-big {
    width: 100%;
    height: 35px;
    padding: 5px 20px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 6px;
}
.top-form-col .inputbox {
    width: 100%;
    height: 35px;
    padding: 5px 20px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 6px;
}
.inputboxall {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.top-form-col .button {
    width: 170px;
    height: 50px;
    display: block;
    color: #fff;
    text-shadow: #007f6a 1px 1px 1px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    border-bottom-color: #007d69;
    border-right-color: #007d69;
    border-radius: 6px;
    background: #3a3a3a;
    background: -moz-linear-gradient(
        top,
        #3a3a3a 0%,
        #222222 50%,
        #1c1c1c 54%,
        #010101 100%
    );
    background: -webkit-linear-gradient(
        top,
        #3a3a3a 0%,
        #222222 50%,
        #1c1c1c 54%,
        #010101 100%
    );
    background: linear-gradient(
        to bottom,
        #3a3a3a 0%,
        #222222 50%,
        #1c1c1c 54%,
        #010101 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#010101',GradientType=0);
}
.top-form-col .button:hover {
    background: #010101;
    background: -moz-linear-gradient(
        top,
        #010101 0%,
        #222222 54%,
        #1c1c1c 54%,
        #222222 54%,
        #3a3a3a 100%
    );
    background: -webkit-linear-gradient(
        top,
        #010101 0%,
        #222222 54%,
        #1c1c1c 54%,
        #222222 54%,
        #3a3a3a 100%
    );
    background: linear-gradient(
        to bottom,
        #010101 0%,
        #222222 54%,
        #1c1c1c 54%,
        #222222 54%,
        #3a3a3a 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#3a3a3a',GradientType=0);
}
.fadebox {
    width: 100%;
    min-height: 100%;
    background: #000;
    opacity: 0.7;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    display: none;
}
.body-owerflow {
    overflow: hidden;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.row > div{
    padding: 10px;
}
.row .col-xs-6 {
    width: 50%;
}
.row .col-xs-12 {
    width: 100%;
}