* {
    margin: 0;
    padding: 0;
}

/*============ ШРИФТЫ ============*/
@font-face {
    font-family: Helvetica-BlackOblique;
    src: url("../fonts/Helvetica-BlackOblique.otf");
}

@font-face {
    font-family: Proxima Nova Condensed Extrabold;
    src: url("../fonts/Proxima Nova Condensed Extrabold.otf");
}

@font-face {
    font-family: Proxima Nova Condensed Light;
    src: url("../fonts/Proxima Nova Condensed Light.otf");
}

@font-face {
    font-family: Proxima Nova Condensed Regular;
    src: url("../fonts/Proxima Nova Condensed Regular.otf");
}

@font-face {
    font-family: Roboto-Light;
    src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: Roboto-Bold;
    src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: Roboto-Regular;
    src: url("../fonts/Roboto-Regular.ttf");
}

/*============ ОБЩИЕ ПРАВИЛА ============*/
body {
    overflow-x: hidden;
}

img {
    height: auto;
    max-width: 100%;
}

/*============ HEADER ============*/
header {
    background: url(../img/header_bg.jpg) no-repeat 80% top  / auto 100%;
    background-color: #f2f2f2;
}

.container-padding {
    padding-top: 85px;
}

.slogan {
    padding-top: 70px;
}

.navbar-brand {
    font-family: Helvetica-BlackOblique;
    font-style: italic;
    font-size: 24;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 19px 0 0 15px;
    padding: 0;
}

.navbar-default a.navbar-brand,
.navbar-default a.navbar-brand:hover {
    color: #fff;
}

.navbar-default a.navbar-brand span {
    text-transform: uppercase;
}

.menu {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(25, 25, 25, 0.7);
    border: 0;
    border-radius: 0;
    height: 70px;

}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: Proxima Nova Condensed Light;
    font-size: 16px;
    border-bottom: 2px solid #4a4847;
    padding: 0;

    line-height: 1;
    font-weight: bold;
}

.navbar-default .navbar-nav > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 21px;
    float: none;

}

.navbar-default .navbar-nav > li.active-link > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffc20d;
    border-bottom: none;
}

.navbar-collapse > .navbar-nav > li > .btn {

    padding: 6px 40px;
    color: #ffc20d;
    font-size: 18px;
    border: 2px solid;
    border-radius: 18px;
    text-transform: uppercase;
    font-family: Proxima Nova Condensed Regular;
    font-weight: bold;
    letter-spacing: 2px;
    background: transparent;
    transition: all .3s;
}

.navbar-collapse > .navbar-nav > li > .btn:hover, .navbar-collapse > .navbar-nav > li > .btn:focus {
    background: #ffc20d;
    color: #fff;
    border: 2px solid #fff;

}

.slogan h1 {
    color: #fff;
    font-family: Helvetica-BlackOblique;
    font-size: 82px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 20px 0 0 0;
}

.slogan h2 {
    color: #ffc20d;
    font-size: 40px;
    text-transform: uppercase;
    font-family: Proxima Nova Condensed Extrabold;
    letter-spacing: 6px;
    margin: 0;
    font-weight: bold;
}

.slogan h3 {
    font-size: 30px;
    font-family: Roboto-Light;
    color: #fff;
    margin: 10px 0 50px 0;
    letter-spacing: 1px;
}

.text_block {
    background: url(../img/ramka.png) no-repeat;
    text-align: right;
    padding: 40px 90px 55px 0;
    position: relative;
    margin: 0 0 12px 0;
}

.text_block:first-child {
    margin-top: 30px;
}

.text_block h3 {
    color: #ffc20d;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Roboto-Bold;
}

.text_block h3 span {
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #fff;
}

.text_block img {
    position: absolute;
    top: 66px;
    right: 20px;
}

.text_block3 {
    background: url(../img/ramka3.png) no-repeat;
    margin: -5px 0 0 -17px;
    height: 207px;
}

.text_block3 img {
    top: 75px;
}

.text_block3 h3 span {
    color: #333;
}

img.eretron_aktiv {
    margin: 30px 0 0 0;
}

.discount {
    width: 100%;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding-top: 15px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: #fff000;
    border: 2px dashed #000;
    color: #ff0000;
}

.discount::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 10px;
    display: block;
    width: 40px;
    height: 30px;
    background-image: url(../img/scissors.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.time__delimeter {
    font-size: 28px;
    font-weight: bold;
    border-radius: 50%;

}

.time {
    font-size: 37px;
    display: inline-block;
    margin: -15px 8px 0 8px;
    font-weight: bold;
}

.timer_name {
    margin-top: -13px;
    margin-bottom: 10px;
}

.timer_name span {
    margin-right: 12px;
}

.timer_name span:last-child {
    margin-right: 0px;
}

.discount h2 {
    font-size: 37px;
    text-transform: uppercase;
    font-family: Proxima Nova Condensed Extrabold;
    margin: 0;
    text-align: center;
}

.discount__percent {
    padding-left: 12px;
}

.discount p {
    font-size: 18px;
    font-family: Roboto-Regular;
}

.discount span.price-discount {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    border-radius: 24px;
    padding: 0 30px;

    font-family: Roboto-Regular;

}

.discount span.price-discount::after {
    content: "";
    position: absolute;
    left: 21px;
    top: 37%;
    width: 73%;
    border-bottom: 5px solid #ffc20d;
    transform: rotate(-18deg);

}

form {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 40px;
    padding-bottom: 17px;
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);

}
.form-checkbox {
    display: flex;
}
form .form__desc {
    margin-top: 15px;
    color: #000;
}

form button {
    width: 100%;
}

.old_price {
    font-size: 32px;
    font-family: Roboto-Bold;
    margin-right: 25px;
    position: relative;
    text-align: center;
}

.price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

sup {
    font-size: 60%;
}

.wv_currency {
    margin-left: -10px;
}

.dot {
    margin: 0px -15px;
}

.new-price {
    font-size:42px;
    color: #ffc20d;
    font-family: Roboto-Bold;
    text-align: center;
}

.new-price2 {
    font-size: 35px;
    color: #ffc20d;
    font-family: Roboto-Bold;
    margin-top: 0px;
    display: inline-block;
    margin-left: -10px;
}

form h2 {
    font-size: 53px;
    color: #ffc20d;
    font-family: Roboto-Bold;
    margin-top: 14px;
}

form h2 span.rubl {
    font-family: 'PT Sans', serif;
    font-weight: bold;
}

input, select {
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 16px !important;
    height: 40px !important;
    color: #222 !important;
    border: 2px solid #e6e6e6 !important;
}

select {
    font-size: 18px !important;
    font-family: Roboto-Bold;
    cursor: pointer;
}

select.select_bg {
    background-image: url("../img/select_bg.png");
    background-position: right 25px center;
    background-repeat: no-repeat;
    line-height: 1em;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    text-align-last: center;
    text-align: center;

    -ms-appearance: none;
    appearance: none !important;
}

select.select_bg::-ms-expand {
    display: none;
}

.form-control::-moz-placeholder {
    color: #222;
}

input:hover, select:hover {
    border: 2px solid #ccc !important;
}

input:focus, select:focus {
    border: 2px solid #ffc20d !important;
    box-shadow: unset !important;
}

i.counter-num {
    font-style: normal
}

.button {
    font-size: 30px;
    color: #fff;
    border: none;
    background: linear-gradient(to top, #cd9a01 0%, #fdc10d 100%);
    font-family: Roboto-Bold;
    font-weight: normal;
    padding: 10px 52px;
    border-radius: 50px;
    margin: 10px 0;
}

.button:hover {
    background: #b39417;
}

form p {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #222;
}

/*============ SECTION PROBLEM ============*/
section#problem {
    background: #f2f2f2;
    padding: 0 0 50px 0;
}

h2.caption {
    color: #ed4848;
    font-size: 48px;
    font-family: Proxima Nova Condensed Extrabold;
    text-transform: uppercase;
    line-height: 0.8;
    margin: 60px 0 0 0;
}

h2.caption span {
    font-family: Roboto-Regular;
    color: #333;
    font-size: 36px;
    text-transform: none;
}

.block_problem {
    margin: 30px 0 0 0;
    position: relative;
}

.problems {
    padding: 0;
    transition: all .3s;
}

.problems img {
    height: 430px;
}

.problems span {
    position: absolute;
    color: #fff;
    font-size: 24px;
    font-family: Roboto-Bold;
    bottom: 35px;
    text-align: center;
    width: 100%;
    line-height: 1;
}

/*============ SECTION TALKING WOMAN ============*/
section#talking_woman {
    background: url(../img/talking_woman_bg.jpg) no-repeat top center;
    background-size: 100%;
}

section#talking_woman h2 {
    color: #fff;
}

section#talking_woman h2 span {
    color: #ff3333;
}

.say_woman {
    background: url(../img/say_woman_bg.png) no-repeat;
    height: 280px;
    text-align: center;
    margin: 75px -22px 55px 16px;
}

.say_woman img {
    margin: -40px 0 75px 133px;
}

.say_woman p {
    font-size: 20px;
    color: #333;
    font-family: Roboto-Regular;
    line-height: 1;
    margin: 0 15px 0 0;
}

section#talking_woman h3 {
    color: #ff3333;
    font-size: 36px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

/*============ SECTION FEELINGS WOMAN ============*/
section#feelings_woman h2 {
    color: #333;
}

section#feelings_woman h2 span {
    color: #ff3333;
}

.feelings_woman {
    text-align: center;
    margin: 50px 0;
}

.feelings_woman_img {
    width: 250px;
    height: 250px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
}

.feelings_woman_img:hover {
    border-radius: 0;
}

.feelings_woman p {
    color: #333;
    font-size: 24px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    margin: 50px 0 10px 0;
}

/*============ SECTION SEARCH ANOTHER ============*/
section#search_another {
    background: url(../img/search_another_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 107px 0 90px 0;
}

section#search_another h2 {
    margin: 0 0 60px 0;
}

section#search_another p {
    font-family: Roboto-Light;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 20px 0;
}

section#search_another span {
    font-family: Roboto-Bold;
    font-size: 36px;
}

/*============ SECTION CAUSES ============*/
section#causes {
    background: #f2f2f2;
}

section#causes h2 {
    color: #333;
    line-height: 1.2;
    margin: 60px 0;
}

section#causes p {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    font-family: Proxima Nova Condensed Extrabold;
    letter-spacing: 1px;
}

section#causes span {
    display: inline-block;
    font-family: Roboto-Bold;
    color: #ff3333;
}

.causes {
    height: 359px;
    margin: 0 8px 30px 15px;
    width: 48%;
}

.causes1 {
    background: url(../img/causes1.jpg) no-repeat;
}

.causes1 p {
    margin: 35px 0 0 35px;
}

.causes1 span {
    float: right;
    margin: 120px 20px 0 0;
    font-size: 72px;
}

.causes2 {
    background: url(../img/causes2.jpg) no-repeat;
}

.causes2 p {
    margin: 35px 35px 0 0;
}

.causes2 span {
    font-size: 60px;
    margin: 130px 0 0 10px;
}

.causes3 {
    background: url(../img/causes3.jpg) no-repeat;
}

.causes3 p {
    margin: 265px 0 0 35px;
}

.causes3 span {
    font-size: 48px;
    float: right;
    margin: 38px 45px 0 0;
}

.causes4 {
    background: url(../img/causes4.jpg) no-repeat;
}

.causes4 p {
    margin: 160px 35px 0 0;
}

.causes4 span {
    font-size: 48px;
    margin: 38px 0 0 20px;
}

section#causes h3 {
    font-size: 36px;
    font-family: Proxima Nova Condensed Extrabold;
    text-transform: uppercase;
    color: #333;
    margin: 40px 0 50px 20px;
    text-align: right;
}

section#causes .button {

    padding: 2% 27%;
    margin: 32px 0 0 0;
}

/*============ SECTION DOCTOR ============*/
section#doctor {
    background: url(../img/doctor_bg.jpg) no-repeat top center;
    background-size: cover;
}

.doctor {
    padding-right: 0;
    margin: 0 0 22px 0;
}

.doctor h2 {
    color: #fff;
    margin: 65px 0 0 0;
}

.doctor h3 {
    font-size: 24px;
    font-family: Proxima Nova Condensed Extrabold;
    text-transform: uppercase;
    color: #ffdd33;
    margin: 20px 0 55px 0;
}

.doctor p {
    font-family: Roboto-Bold;
    font-size: 18px;
    color: #fff;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.doctor p span {
    font-family: Roboto-Light;
}

.doctor p.dotted {
    font-size: 16px;
    border: 2px dotted #ffdd33;
    padding: 25px 30px;
    border-radius: 10px;
}

/*============ SECTION PREPARAT ============*/
section#preparat {
    background: linear-gradient(to top, #151515 0%, #383838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#151515');
    padding: 0 0 40px 0;
    margin: 0 auto -1px;
}

section#preparat h2 {
    color: #b39417;
    line-height: 1.3;
}

section#preparat p {
    color: #fff;
    font-size: 18px;
    font-family: Roboto-Light;
    margin: 25px 0 0 0;
}

section#preparat img {
    display: inline-block;
    margin: 50px 0;
    width: 60%;
}

/*============ SECTION COMPONENTS ============*/
section#components {
    background: #151515;
    overflow: hidden;
}

section#components h2 {
    color: #b39417;
    margin: 20px 0 0 0;
    line-height: 1.3;
}

section#components h3 {
    font-family: Roboto-Regular;
    color: #fff;
    font-size: 30px;
    margin: 0;
}

.components {
    height: 452px;
    margin: 55px 0 50px 0;
}

.components img {
    border: 1px solid #b39417;
    border-radius: 5px;
}

.components h4 {
    font-size: 24px;
    color: #b39417;
    font-family: Roboto-Bold;
    margin: 35px 0;
    padding: 0px;
    min-height: 50px;
}

.components p {
    font-family: Roboto-Light;
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
}

.components p.padd {
    padding: 0 15px;
}

/*============ SECTION RESEARCHES  ============*/
section#researches {
    background: #ededed;
}

section#researches h2 {
    color: #b39417;
    line-height: 1;
}

section#researches h3 {
    margin: 0 0 20px 0;
    font-size: 36px;
    color: #333;
    font-family: Roboto-Regular;
}

section#researches span {
    font-size: 18px;
    color: #333;
    font-family: Roboto-Light;
}

.issledovaniya {
    padding: 0;
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.1);
    margin: 30px 0 20px 0;
}

section#researches .col-md-offset-1 {
    margin-left: 8.33333333% !important;
}

.issledovaniya h4 {
    background: #fff;
    padding: 40px 60px;
    font-family: Roboto-Bold;
    margin-bottom: 0;
}

.issledovaniya p {
    padding: 15px 48px 0;
    line-height: 1;
    height: 85px;
    margin: 0;
    font-size: 18px;
    color: #333;
    font-family: Roboto-Light;
}

.issledovaniya p.white {
    background: #fff;
}

.issledovaniya p.pad_top {
    padding: 24px 48px 0;
}

.issled {
    background: url(../img/issled_bg.jpg);
    height: 565px;
    border-radius: 5px;
}

.issled h4 {
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    padding: 15px 50px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 3px;
}

.issled h4 span {
    color: #b39417 !important;
    text-transform: none;
    font-size: 36px !important;
    font-family: Roboto-Bold !important;
}

.issled p {
    color: #ffc20d;
    font-size: 45px;
    font-family: Roboto-Bold;
    padding: 27px 0 0 0;
}

.issled p.cvet {
    color: #727272;
    font-size: 70px;
    padding: 15px 0 0 0;
}

.drug_issl p {
    padding: 29px 0 0 0;
    font-size: 30px;
    font-weight: bold;
    color: #b39417;
    font-family: Roboto-Bold;
}

p.minus {
    color: #333;
    font-size: 40px;
    padding: 22px 0 0 0;
}

section#researches h5 {
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #333;
    margin: 25px 0 50px 0;
}

/*============ SECTION SLAIDER  ============*/
section#slaider {
    background: #f2f2f2;
    padding: 0 0 50px 0;
}

section#slaider h2 {
    color: #ffc20d;
    line-height: 1;
}

section#slaider .carousel {
    margin: 20px 0;
}

section#slaider .item {
    background: url(../img/slider_bg.png) no-repeat scroll 0 0 / 100% 100%;
    text-align: center;
    min-height: 424px;
    margin: 20px 0 0 70px;
    padding-bottom: 55px;
    width: 88%;
    height: 500px;

}

section#slaider .item h2 {
    font-size: 36px;
    font-family: Roboto-Bold;
    color: #333;
    padding: 40px 0 0 0;
    text-transform: uppercase;
    margin: 0;
}

section#slaider .item h3 {
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #ffc20d;
    text-align: center;
}

section#slaider .item h3 span {
    font-size: 10px;
}

section#slaider .item p {
    font-size: 18px;
    font-family: Roboto-Light;
    color: #333;
    width: 57%;
    margin: 0 auto;
    line-height: 1.3;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.carousel-control {

    width: 0%;
    opacity: 1;
}

.carousel-control .glyphicon-chevron-left {
    margin-left: 80px;
    background: url(../img/prev_hover.png) no-repeat;
}

.carousel-control .glyphicon-chevron-left:hover {
    background: url(../img/prev.png) no-repeat;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: 65px;
    background: url(../img/next_hover.png) no-repeat;
}

.carousel-control .glyphicon-chevron-right:hover {
    background: url(../img/next.png) no-repeat;
}

.glyphicon-chevron-left::before, .glyphicon-chevron-right::before {
    content: "";
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-top: -14px;
}

section#slaider h3 {
    font-size: 36px;
    font-family: Proxima Nova Condensed Extrabold;
    text-transform: uppercase;
    color: #333;
    text-align: right;
}

section#slaider .button {
    padding: 6% 51%;

    letter-spacing: 0;
}

/*============ SECTION PLUSES  ============*/
section#pluses {
    background: url(../img/plusses_bg.jpg) no-repeat top center / cover;

}

section#pluses h2 {
    color: #ffc20d;
    line-height: 1;
}

section#pluses span {
    color: #fff;
    font-size: 36px;
    font-family: Roboto-Regular;
}

.plus {
    background: url(../img/plus_bg.png) no-repeat top center;
    height: 190px;
    margin: 60px 0 88px 0;
}

.plus h3 {
    color: #ff3333;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    font-family: Proxima Nova Condensed Regular;
    font-weight: bold;
}

.plus p {
    font-family: Proxima Nova Condensed Regular;
    font-size: 30px;
    color: #fff;
    margin: 30px 0 0 0;
}

/*============ SECTION HOW USE  ============*/
section#how-use {
    background: #f2f2f2;
}

section#how-use h2 {
    color: #ffc20d;
    margin: 60px 0 50px 0;
}

.how-use {
    background: url(../img/how-use_bg.png) no-repeat top center;
    height: 212px;
    margin: 60px 0 80px 0;
}

.how-use img {
    display: inline-block;
    margin: -40px 0 0 0;
}

.how-use p {
    font-family: Proxima Nova Condensed Extrabold;
    font-size: 24px;
    color: #ffc20d;
    margin: 70px 0 0 0;
    text-transform: uppercase;
    line-height: 1;
}

.how-use p span {
    font-size: 15px;
    color: #333;
    text-transform: none;
    font-family: Proxima Nova Condensed Regular;
}

/*============ SECTION HOW APPLY  ============*/
section#how-apply {
    background: #e6e6e6;
    padding: 0 0 50px 0;
    height: auto;
}

section#how-apply h2 {
    color: #b79b30;
}

section#how-apply span {
    font-size: 36px;
    font-family: Roboto-Regular;
    margin: 0 0 30px 0;
    display: block;
}

section#how-apply p {
    color: #333;
    font-size: 20px;
    font-family: Roboto-Bold;
    line-height: 1;
}

/*============ SECTION DELIVERY  ============*/
section#delivery {
    background: url(../img/delivery_bg.jpg) no-repeat top center / 100% 100%;
}

section#delivery h2 {
    color: #ffc20d;
    line-height: 1;
    margin: 100px 0 0 0;
}

section#delivery h3 {
    font-size: 36px;
    color: #fff;
    font-family: Roboto-Regular;
    margin: 0;
}

section#delivery h4 {
    font-size: 24px;
    color: #fff;
    font-family: Roboto-Light;
    margin: 30px 0 153px 0;
}

/*============ SECTION TIME POWER ============*/
section#time-power {
    background: #e6e6e6;
}

section#time-power h2 {
    color: #b79b30;
    line-height: 1;
}

section#time-power h3 {
    font-size: 30px;
    color: #333;
    font-family: Roboto-Regular;
    margin: 0;
    line-height: 1;
}

.time-power {
    background: #fff;
    padding: 6px 15px 6px 15px;
    border-radius: 3px;
    margin: 45px 0 60px 0;
}

section#time-power .col-md-offset-1 {
    margin-left: 8.33333333% !important;
}

.time-power h4 {
    font-size: 31px;
    color: #333;
    font-family: Proxima Nova Condensed Extrabold;
    border: 2px solid #b79b30;
    border-radius: 3px;
    padding: 30px;
}

/*============ footer ============*/
footer {
    background: url(../img/footer_bg.jpg) no-repeat 80% top  / auto 78%;
    background-color: #f2f2f2;
    padding: 0 0 60px 0;
}

footer .slogan h1 {
    margin: 35px 0 0 0;
}

.checkboxes {
    font-size: 10px;
    padding-top: 10px;
}

.checkboxes-group {
    display: flex;
    margin-bottom: 3px;
    text-align: justify;
}

.checkboxes .checkboxes-group:nth-child(1) {
    height: 12px;
    overflow: hidden;
    outline: none;
    transition: 0.4s ease;
}

.checkboxes .checkboxes-group:nth-child(1) label {
    width: 65%;
    padding-right: 10px;
}

.wv-gdpr__show-more {
    line-height: 1.3;
    color: #0d36a1;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.checkboxes .checkboxes-group:nth-child(1):focus {
    overflow: hidden;
    height: auto;
}

.checkboxes .checkboxes-group:nth-child(1):focus label {
    width: 100%;
    padding-right: 0;
}

.checkboxes .checkboxes-group:nth-child(1):focus .wv-gdpr__show-more {
    display: none;
}

.checkboxes label {
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    display: flex;
}

.checkboxes input {
    margin-right: 3px;
    margin-top: 0px;
    height: 13px !important;
}

/*============ MOBILE ============*/
@media only screen and (max-width: 1800px) {
    section#search_another {
        padding-top: 22px;
    }
}

@media only screen and (max-width: 1444px) {
    section#search_another h2 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    header {
        /* background: url(../img/header_bg.jpg) no-repeat top center / 100% 78% !important; */
        background-color: #f2f2f2 !important;
    }

    .navbar {
        margin-bottom: 10px;
    }

    .navbar-default .navbar-nav > li {
        padding: 0 3px;
    }

    .slogan h1 {
        font-size: 45px;
        margin: 0;
    }

    .slogan h2 {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .slogan h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
        letter-spacing: 0;
    }

    .text_block h3 {
        font-size: 18px;
    }

    .text_block h3 span {
        font-size: 11px;
    }

    .text_block {
        background: url(../img/ramka.png) no-repeat scroll 0 0 / contain;

        margin-top: 25px;
    }

    .text_block img {
        top: 60px;
        width: 30px;
        right: 0px;
    }

    .text_block:last-child img {
        top: 63px;
    }

    .text_block3 {
        background: url(../img/ramka3.png) no-repeat scroll 0 0 / contain;
        margin: -5px 0 0 -12px;
        height: 207px;
    }

    .text_block3 img {

        right: 3px;
        top: 45px;

    }

    .discount p {
        font-size: 14px;
    }

    .discount span.price-discount {
        display: inline-block;

        font-weight: bold;
        margin-top: -10px;
        padding: 2px 20px;

    }

    form h2 {
        font-size: 36px;
        margin-top: 0;
    }

    .button {
        font-size: 20px;
        padding: 10px 47px;
        margin: 0 0 10px;
    }

    h2.caption {
        font-size: 40px;
        line-height: 1;
        margin: 30px 0 0 0;
    }

    h2.caption span {
        font-size: 30px;
    }

    .problems img {
        height: 360px;
    }

    section#talking_woman {
        background: url(../img/talking_woman_bg.jpg) no-repeat top center / cover;
        background-size: cover;
    }

    .say_woman {
        background: url(../img/say_woman_bg.png) no-repeat scroll 0 0 / cover;
        height: 233px;
        margin: 50px 6px 40px 6px;
        width: 32%;
    }

    .say_woman p {
        font-size: 19px;
        margin: 0 8px 0 0;
    }

    .say_woman img {
        margin: -45px 0 45px 102px;
    }

    section#talking_woman h3 {
        font-size: 24px;
        margin: 0 0 30px 0;
    }

    .feelings_woman p {
        font-size: 22px;
        margin: 30px 0 0 0;
    }

    section#search_another {
        background: url(../img/search_another_bg.jpg) no-repeat scroll 0 0 / 100% 100% !important;
        padding: 0;
    }

    section#search_another h2 {
        margin: 40px 0 30px 0;
    }

    section#search_another p {
        font-size: 26px;
    }

    section#search_another span {
        font-size: 32px;
        display: block;
        margin: 0 0 30px 0;
    }

    section#causes h2 {
        margin: 40px 0;
    }

    .causes {
        height: 300px;
        margin: 0 9px 20px 10px;
    }

    .causes1 {
        background: url(../img/causes1.jpg) no-repeat scroll 0 0 / 100% 100%;
    }

    .causes2 {
        background: url(../img/causes2.jpg) no-repeat scroll 0 0 / 100% 100%;
    }

    .causes3 {
        background: url(../img/causes3.jpg) no-repeat scroll 0 0 / 100% 100%;
    }

    .causes4 {
        background: url(../img/causes4.jpg) no-repeat scroll 0 0 / 100% 100%;
    }

    section#causes p {
        font-size: 26px;
    }

    .causes1 p {
        margin: 25px 0 0 15px;
    }

    .causes1 span {
        margin: 100px 10px 0 0;
        font-size: 60px;
    }

    .causes2 p {
        margin: 25px 15px 0 0;
    }

    .causes2 span {
        font-size: 50px;
        margin: 115px 0 0 20px;
    }

    .causes3 p {
        margin: 225px 0 0 15px;
    }

    .causes3 span {
        font-size: 40px;
        margin: 40px 25px 0 0;
    }

    .causes4 p {
        margin: 125px 15px 0 0;
    }

    .causes4 span {
        font-size: 40px;
        margin: 45px 0 0 30px;
    }

    section#causes h3 {
        font-size: 33px;
        margin: 35px 0 50px 20px;
    }

    section#doctor {
        background: url(../img/doctor_bg.jpg) no-repeat top right -400px;
        background-size: cover;
    }

    section#preparat img {
        margin: 50px 0 10px;
    }

    .components h4 {
        margin: 30px 0 25px;
        padding: 0 20px;
    }

    .components p {
        font-size: 17px;
    }

    .issledovaniya h4 {
        padding: 40px;
    }

    .issled h4 {
        padding: 15px 40px;
    }

    .issledovaniya p {
        padding: 15px 40px 0;
    }

    .issledovaniya p.pad_top {
        padding: 24px 40px 0;
    }

    .issled p, .drug_issl p {
        padding: 25px 0 0 0;
    }

    section#slaider .item {
        margin: 20px 0 0 55px;
    }

    .carousel-control .glyphicon-chevron-left {
        margin-left: 60px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: 55px;
    }

    section#slaider h3 {
        font-size: 33px;
    }

    section#slaider .button {
        margin: 16px 0 0 0;
    }

    section#pluses {
        background: url(../img/plusses_bg.jpg) no-repeat top center / cover;
        background-size: cover;
        padding: 0 0 10px 0;
    }

    .plus {
        background: url(../img/plus_bg.png) no-repeat scroll 0 0 / 100% 100%;
        height: auto;
        margin: 15px 5px 30px 5px;
        width: 32%;
    }

    .plus h3 {
        margin: -8px 0 0 0;
    }

    .plus p {
        margin: 20px 0;
        line-height: 1;
    }

    section#how-use h2 {
        margin: 30px 0 20px 0;
    }

    .how-use {
        background: url(../img/how-use_bg.png) no-repeat scroll 0 0 / 100% 100%;
        margin: 45px 0 35px 0;
    }

    .how-use img {
        margin: -50px 0 0 0;
    }

    section#how-apply p {
        font-size: 19px;
        margin: 0;
    }

    section#delivery {
        background: url(../img/delivery_bg.jpg) no-repeat scroll 0 0 / 100% 100%;
    }

    section#delivery h2 {
        margin: 60px 0 0 0;
    }

    section#delivery h4 {
        margin: 30px 0 58px 0;
    }

    footer {
        /* background: url(../img/footer_bg.jpg) no-repeat top center / 100% 64% !important; */
        background-color: #f2f2f2 !important;
    }
}

@media only screen and (max-width: 992px) {

    h2.caption {
        font-size: 38px;
    }

    .text_block {
        padding: 24px 55px 44px 0;
    }

    .text_block h3 {
        font-size: 16px;
    }

    .text_block h3 span {
        font-size: 10px;
    }

    .text_block img {
        right: -8px;
        top: 44px;
    }

    .text_block:last-child img {
        top: 44px;
    }

    /*.discount span.price-discount {    */
    /*left: 62px;    */
    /*}*/
    /*.discount span.price-discount::after {*/
    /*left: 20px;*/
    /*width: 60%;    */
    /*}*/
    form {
        padding: 15px 5px 5px;
    }

    select.select_bg {
        background-position: right 15px center;
    }

    .problems img {
        height: 272px;
    }

    .problems span {
        font-size: 18px;
    }

    .say_woman {
        background: url(../img/say_woman_bg.png) no-repeat scroll 0 0 / 100% 100%;
        height: 204px;
        margin: 70px 5px 40px 10px;
        width: 31%;
    }

    .say_woman img {
        margin: -50px 0 45px 67px;
    }

    .say_woman p {
        font-size: 14px;
        margin: 0;
    }

    .feelings_woman p {
        font-size: 18px;
    }

    section#search_another p {
        font-size: 25px;
    }

    .causes {
        height: 245px;
        margin: 0 10px 20px 11px;
        width: 47%;
    }

    .causes1 span {
        margin: 68px 0 0 0;
        font-size: 50px;
    }

    .causes2 span {
        font-size: 45px;
        margin: 75px 0 0 5px;
    }

    .causes3 span {
        font-size: 36px;
        margin: 30px 10px 0 0;
    }

    .causes4 span {
        font-size: 36px;
        margin: 35px 0 0 10px;
    }

    .causes3 p {
        margin: 170px 0 0 15px;
    }

    .causes4 p {
        margin: 85px 15px 0 0;
    }

    section#causes h3 {
        font-size: 25px;
        margin: 40px 15px 50px 20px;
    }

    section#doctor {
        background: url(../img/doctor_bg.jpg) no-repeat top right -590px;
        background-size: cover;
    }

    .doctor h3 {
        font-size: 22px;
        margin: 20px 0 40px 0;
    }

    section#preparat img {
        margin: 50px 0 10px;
        width: 60%;
    }

    .components {
        margin: 25px 0 10px 47px;
        width: 41%;
    }

    .components h4 {
        padding: 30px 0 0;
        margin: 0;
        font-size: 22px;
    }

    .issledovaniya h4 {
        padding: 30px 11px;
        font-size: 17px;
    }

    .issledovaniya p.pad_top {
        padding: 24px 11px 0;
    }

    .issledovaniya p {
        padding: 15px 11px 0;
        font-size: 16px;
    }

    .issled h4 {
        padding: 13px 30px;
    }

    .issled p {
        font-size: 45px;
        padding: 12px 0 0 0;
    }

    .drug_issl p {
        padding: 29px 0 0 0;
        font-size: 30px;
    }

    .issled p.cvet {
        padding: 0;
    }

    .issled {
        height: 545px;
    }

    section#slaider .item h2 {
        padding: 20px 0 0 0;
    }

    section#slaider .item h3 {
        margin: 10px 0;
    }

    section#slaider .item p {
        width: 70%;
    }

    .carousel-control .glyphicon-chevron-left {

        width: 32px;
        margin-left: 9px;
        height: 32px;

    }

    .carousel-control .glyphicon-chevron-right {

        height: 32px;
        width: 32px;
        margin-right: 0px;
    }

    section#slaider h3 {
        font-size: 25px;
        margin: 25px 15px 0 0;
    }

    section#pluses {
        background: url(../img/plusses_bg.jpg) no-repeat scroll center center / auto 100%;
    }

    section#pluses span {
        font-size: 33px;
    }

    .plus h3 {
        margin: -5px 0 0 0;
        font-size: 30px;
    }

    .plus p {
        font-size: 25px;
    }

    .how-use {
        background: url(../img/how-use_bg.png) no-repeat scroll 0 0 / 100% 100%;
        margin: 45px 0 35px 0;
        height: 180px;
    }

    .how-use img {
        margin: -50px 0 0 0;
        width: 30%;
    }

    .how-use p {
        margin: 42px 0 0 0;
        font-size: 20px;
    }

    .time-power {
        margin: 45px 0 35px 0;
    }

    .time-power h4 {
        font-size: 30px;
        padding: 25px 0;
    }
    .break {
        word-break: break-word;
    }
}

@media screen and (max-width: 800px) {
    .feelings_woman_img {
        width: 230px;
        height: 230px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav {
        padding-top: 16px;
    }


}
@media screen and (max-width: 768px) {
    .plus {
        background: url(../img/plus_bg.png) no-repeat scroll center 0 / 80% 100%;
        height: auto;
        margin: 15px 1px 15px 0px;
        width: calc(100% - 10px);
    }

}

@media only screen and (max-width: 767px) {
    header {
        background: url(../img/header_bg.jpg) no-repeat 88% top  !important;
        background-color: #333 !important;
        padding: 0 0 20px 0;
    }

    .navbar-brand {
        padding: 0 0 0 15px;
    }

    .navbar-toggle {
        margin-top: 16px;
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: 0;
        margin: 3px 17px 0;
        background: #333;
        padding: 10px;
    }

    .navbar-collapse > .navbar-nav > li > .btn {
        display: none;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background: #555;
    }

    .slogan h1 {
        font-size: 35px;
        margin: 0 0 5px 0;
        letter-spacing: 5px;
    }

    .slogan h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .slogan h3 {
        font-size: 18px;
        margin: 3px 0 20px 0;
    }

    .text_block {
        background: none;
        padding: 0;
        height: auto;

        text-align: center;
        margin: 0 auto;
    }

    .text_block h3 {
        text-align: left;
        font-size: 18px;
        margin: 15px 0 0 0;
    }

    .text_block img {
        right: 20%;
        top: 0;
        width: 37px;
    }

    .text_block:last-child img {
        top: 0;
    }

    .text_block h3 span {
        font-size: 11px;
    }

    .text_block3 h3 span {
        color: #fff;
    }

    img.eretron_aktiv {
        margin: 30px auto 0;
        width: 300px;
    }

    form {
        padding: 15px 40px 5px;
    }

    h2.caption {
        font-size: 36px;
        margin: 20px 0 0 0;
    }

    h2.caption span {
        font-size: 26px;
    }

    .problems img {
        height: 415px;
        width: 100%;
    }

    .problems span {
        font-size: 21px;
    }

    .say_woman {
        background: url(../img/say_woman_bg.png) no-repeat scroll 0 0 / 100% 100%;
        height: 180px;
        width: 70%;
        margin: 70px 0 0 70px;
    }

    .say_woman img {
        margin: -60px 0 33px 40%;
    }

    .say_woman p {
        font-size: 19px;
        margin: 0;
    }

    section#talking_woman h3 {
        font-size: 19px;
        margin: 25px 0 30px 0;
    }

    section#feelings_woman {
        padding: 0 0 10px 0;
    }

    .feelings_woman {
        margin: 15px 0 10px;
    }

    .feelings_woman img {
        width: 45%;
    }

    .feelings_woman p {
        margin: 20px 0 0 0;
    }

    section#search_another h2 {
        margin: 25px 0 15px 0;
    }

    section#search_another p {
        font-size: 20px;
    }

    section#search_another span {
        font-size: 22px;
        margin: 0 0 20px 0;
    }

    .causes {
        height: 155px;
        margin: 0 0 14px 16px;
        width: 45%;
    }

    section#causes p {
        font-size: 16px;
    }

    .causes1 p {
        margin: 15px 0 0 0;
    }

    .causes2 p {
        margin: 15px 0 0 0;
    }

    .causes3 p {
        margin: 110px 0 0 0;
    }

    .causes4 p {
        margin: 60px 0 0 0;
    }

    .causes1 span {
        margin: 58px -12px 0 0;
        font-size: 30px;
    }
    .causes2 span {
        font-size: 30px;
        margin: 58px 0 0 -12px;
    }
    .causes3 span {
        font-size: 30px;
        margin: 6px -12px 0 auto;
    }
    .causes4 span {
        font-size: 30px;
        margin: 6px auto 0 -12px;
    }

    section#causes h3 {
        font-size: 20px;
        margin: 30px 0 45px 15px;
        text-align: center;
    }

    section#doctor {
        background: url(../img/doctor_bg.jpg) no-repeat top right -500px;
        background-size: cover;
    }

    .doctor p.dotted {
        color: #222;
        margin: 0 15px 25px 0;
    }

    section#preparat p {
        font-size: 17px;
    }

    section#components h2 {
        font-size: 31px;
    }

    section#components h3 {
        font-size: 28px;
    }

    .components {
        margin: 25px 0 20px 0;
        width: 50%;
    }

    .components h4 {
        margin: 25px 0 10px 0;
        padding: 0;
        font-size: 22px;
    }

    .components p {
        font-size: 14px;
        margin: 0;
    }

    section#researches h2 {
        font-size: 29px;
    }

    section#researches h3 {
        font-size: 30px;
        margin: 0 0 5px 0;
    }

    section#researches span {
        font-size: 13px;
    }

    .issledovaniya h4 {
        padding: 20px 6px;
        font-size: 13px;
        padding-left: 1px
    }

    .issledovaniya p {
        padding: 5px 1px 0;
        font-size: 10px;
        height: 55px;
    }

    .issledovaniya p.pad_top {
        padding: 10px 1px 0;
    }

    .issled {
        height: 362px;
    }

    .issled h4 {
        font-size: 27px;
        padding: 0;
    }

    .issled h4 span {
        font-size: 26px !important;
    }

    .issled p {
        font-size: 40px;
        padding: 15px 0 0 0;
    }

    .drug_issl p {
        padding: 18px 0 0 0;
        font-size: 20px;
    }

    section#researches h5 {
        margin: 10px 0 30px 0;
    }

    section#slaider .item p {
        width: 80%;
        line-height: 1;
        font-size: 16px;
    }

    section#slaider .item {
        margin: 20px 0 0 20px;
    }

    section#slaider h3 {
        font-size: 20px;
        margin: 15px 0 0 30px;
        text-align: center;
    }

    section#pluses h2 {
        font-size: 33px;
    }

    section#pluses span {
        font-size: 30px;
    }

    .plus {
        background: url(../img/plus_bg.png) no-repeat scroll center 0 / 80% 100%;
        height: auto;
        margin: 15px 1px 15px 0px;
        width: calc(100% - 10px);
    }

    .plus h3 {
        margin: -4px 0 0 0;
        font-size: 24px;
    }

    .plus p {
        font-size: 19px;
    }

    .how-use {
        background: url(../img/how-use_bg.png) no-repeat scroll 0 0 / 100% 100%;
        margin: 25px 0 35px 0;
        height: 140px;
    }

    section#how-use h2 {
        margin: 25px 0 10px 0;
    }

    .how-use img {
        margin: -25px 0 0 0;
        width: 30%;
    }

    .how-use p {
        margin: 22px 0 0 0;
        font-size: 11px;
    }

    section#how-apply {
        padding: 0 0 20px 0;
    }

    section#how-apply span {
        font-size: 30px;
        margin: 0 0 15px 0;
    }

    section#how-apply p {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    section#delivery h2 {
        margin: 30px 0 0 0;
    }

    section#delivery h3 {
        font-size: 33px;
    }

    section#delivery h4 {
        margin: 15px 0 40px 0;
        font-size: 20px;
    }

    section#time-power .col-md-offset-1 {
        margin-left: 0 !important;
    }

    .time-power h4 {
        font-size: 22px;
        padding: 25px 0;
    }

    .time-power {
        margin: 25px 0 35px 0;
    }

    footer {
        background: url(../img/footer_bg.jpg) no-repeat 88% top !important;
        background-color: #333 !important;
        padding: 0 0 40px 0;
    }

    #how-use .order-js:nth-child(3) {
        margin-top: 60px;
    }

    /*img {*/
        /*padding-left: 40px;*/
    /*}*/
}

@media only screen and (max-width: 480px) {
    .slogan h1 {
        font-size: 30px;
    }

    .slogan h2 {
        font-size: 14px;
    }

    .slogan h3 {
        font-size: 14px;
    }

    .text_block {
        width: 230px;
        margin: 0 auto;
    }

    .text_block img {
        right: -8%;
    }

    form {
        padding: 15px 25px 5px;
    }

    h2.caption {
        font-size: 30px;
    }

    h2.caption span {
        font-size: 18px;
    }

    .problems img {
        height: 270px;
    }

    .problems span {
        font-size: 16px;
    }

    .say_woman img {
        margin: -60px 0 33px 37%;
    }

    .say_woman p {
        font-size: 17px;
    }

    section#talking_woman h3 {
        font-size: 17px;
    }

    section#researches span {
        font-size: 12px;
    }

    .issledovaniya h4 {
        font-size: 9px;
        
    }

    .issled h4 {
        font-size: 22px;
    }
    section#how-apply {
        height: auto;
    }
}

@media only screen and (max-width: 320px) {
    h2.caption {
        font-size: 28px;
    }

    .problems img {
        height: 210px;
    }

    .say_woman {
        margin: 70px 0 0 45px;
        height: 140px;
    }

    .say_woman img {
        margin: -55px 0 33px 34%;
        width: 31%;
    }

    .say_woman p {
        font-size: 13px;
    }

    .causes {
        height: 100px;
        margin: 0 0 10px 11px;
        width: 45%;
    }

    section#causes h2 {
        margin: 15px 0;
    }

    section#causes h3 {
        font-size: 16px;
        margin: 15px 0 20px 0;
        text-align: left;
    }

    section#causes p {
        font-size: 10px;
    }

    .causes1 p {
        margin: 10px 0 0 -6px;
    }

    .causes2 p {
        margin: 10px -6px 0 0;
    }

    .causes3 p {
        margin: 70px 0 0 -6px;
    }

    .causes4 p {
        margin: 35px -6px 0 0;
    }

    .causes1 span {
        margin: 36px -12px 0 0;
        font-size: 20px;
    }
    .causes2 span {
        font-size: 20px;
        margin: 36px 0 0 -12px;
    }
    .causes3 span {
        font-size: 20px;
        margin: 4px -12px 0 0;
    }
    .causes4 span {
        font-size: 20px;
        margin: 4px 0 0 -12px;
    }

    section#causes .button {
        padding: 1% 18%;
        margin: 13px 0 0 0;
    }

    section#doctor {
        background: url(../img/doctor_bg.jpg) no-repeat top right -715px;
        background-size: cover;
    }

    section#components h2 {
        font-size: 28px;
    }

    section#components h3 {
        font-size: 25px;
    }

    .components h4 {
        font-size: 19px;
    }

    .components p {
        font-size: 15px;
    }

    section#researches span {
        font-size: 13px;
    }

    section#researches h5 {
        font-size: 18px;
    }

    .issledovaniya h4 {
        font-size: 9px;
        height: 65px;
        padding: 17px 8px;
        padding-left: 1px;
    }

    .issledovaniya p {
        padding: 10px 1px 0;
        font-size: 9px;
        height: 65px;
    }

    .issledovaniya p.pad_top {
        padding: 20px 1px 0;
    }

    .issled {
        height: 408px;
    }

    .issled h4 {
        font-size: 16px;
        padding: 8px 0 0 0;
    }

    .issled h4 span {
        font-size: 18px !important;
    }

    .issled p {
        font-size: 29px;
        padding: 15px 0 0 0;
    }

    .drug_issl p {
        padding: 22px 0 0 0;
        font-size: 19px;
    }

    .issled p.cvet {
        font-size: 58px;
    }

    section#slaider {
        padding: 0 0 30px 0;
    }

    section#slaider .item p {
        font-size: 15px;
    }

    section#slaider h3 {
        font-size: 16px;
        margin: 15px 0 0 20px;
        text-align: left;
    }

    section#slaider .button {
        padding: 5px 20px;
        letter-spacing: 0;
        margin: 11px 0 0 -12px;
    }

    section#pluses h2 {
        font-size: 28px;
    }

    section#pluses span {
        font-size: 27px;
    }

    .plus {
        margin: 15px 2px 15px 0px;
    }

    .plus h3 {
        margin: -4px 0 0 0;
        /* font-size: 18px; */
    }

    .plus p {
        /* font-size: 12px; */
    }

    .how-use {
        height: 100px;
        margin: 25px 0 25px 0;
    }

    .how-use p {
        margin: 9px 0 0 0;
        font-size: 13px;
    }

    .how-use p span {
        font-size: 13px;
        line-height: 1;
    }

    section#how-apply p {
        font-size: 12px;
    }

    section#delivery h2 {
        margin: 20px 0 0 0;
    }

    section#delivery h3 {
        font-size: 25px;
    }

    section#delivery h4 {
        margin: 7px 0 20px 0;
        font-size: 19px;
    }

    section#time-power h3 {
        font-size: 21px;
    }

    .time-power {
        margin: 25px 0;
    }

    .time-power h4 {
        font-size: 17px;
        padding: 15px 0;
    }
}

@media only screen and (max-width: 992px) {

    .navbar-default .navbar-nav > li {
        padding: 0 3px;
    }

    .navbar-brand {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-brand {
        display: block;
    }

    .nav li {

        width: 100%;
        text-align: center

    }

    form {
        background-color: #ffffff;
    }
    .copyright-text{
        color: lightgrey;
    }
}

.header .col-sm-4:last-child, .footer .col-sm-4:last-child {
    padding: 0px;
}

@media screen and (max-width: 550px) {
    .components {
        height: auto;
    }
}

@media screen and (max-width: 450px) {
    #components .container {
        padding: 0px;
    }

    .components:nth-child(1), .components:nth-child(3) {
        padding-left: 25px;
        padding-right: 5px;
    }

    .components:nth-child(4), .components:nth-child(2) {
        padding-right: 25px;
        padding-left: 5px;
    }
    #components .row {
        max-width: 100%;
        margin-left: 0;
    }
    section#components h3 {
        font-size: 23px;
    }
}

@media (max-width: 480px) {
    section#doctor {
        background-color: #918d8c;
        background-image: none;
    }
    h2.caption {
        font-size: 30px;
    }
    .doc-pic {
        display: block;
        margin: 0 auto;
        padding: 15px 0px 60px 0px;
    }
}
@media (min-width: 481px) {
    .doc-pic {
        display: none;
    }
}

#how-apply .app-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

#how-apply .app {
    display: flex;
    flex-direction: column;
    float: none;
    box-sizing: border-box;
}

#how-apply .app img {
    width: 100%;
}

