

/* Start:/tradogenetik/js/owlcarousel/assets/owl.carousel.min.css?17317593253351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/tradogenetik/js/owlcarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/tradogenetik/js/owlcarousel/assets/owl.theme.default.min.css?17317593251013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/tradogenetik/css/style.css?173175932515966*/
* {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@media (min-width: 1200px) {
    .container {
        width: 71em;
    }
}

@media (min-width: 768px) {
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    .navbar-header {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .top-menu .question-block {
        display: none;
    }
}

@media (max-width: 768px){
    body {
        padding-top: 7em!important;
    }
    .top-menu .question-block {
        position: relative;
        //text-align: center;
        background: url("/tradogenetik/css/../img/question-bg.png") no-repeat 55% 0;
        margin-left: -15px;
    }

    .nav.navbar-nav li {
        text-align: center;
    }

    .nav.navbar-nav li ul {
        top: auto;
    }

    .footer-menu-mobile {
        font-size: .8em;
    }

    footer {
        height: 4em!important;
    }

    footer .footer-logo {
        line-height: 4em;
    }

    .container footer {
        min-height: 4em;
    }

    p {
        padding-left: .3em;
        padding-right: .3em;
        text-align: justify;
    }
}

@media (max-width: 992px) {
    .direction p,
    .how-works p {
        text-align: center;
    }

    .how-works .numbers div.number-block {
        border-right: none;
    }

    .how-works .number-block .number {
        text-align: center;
        padding-left: 0;
    }

    .how-works .number-block .number-text {
        height: 10em;
    }

    .buy>h1:first-child {
        margin-bottom: 0;
    }

    .buy>h1:last-child {
        margin-top: 0;
    }

    .stories-block .story-block .avatar img {
        width: 50%;
    }
}

body {
    font-family: "PRRegular";
    font-size: 18px;
    padding-top: 6em;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

p {
    margin: 0;
}

input,
input.form-control,
textarea.form-control,
.btn,
select.form-control {
    border: 1px solid #000;
    border-radius: 0;
}

.form-control {
    font-size: inherit;
}

button {
    border: 1px solid #50bdc6;
    background: #50bdc6;
    color: white;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

label {
    font-weight: inherit;
}

hr {
    border-top: 2px solid #a3bd21;
}

h1.band-1,
h1.band-2,
h1.band-3 {
    color: #fff;
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: center;
    padding: .2em 0;
}

h1.band-1 {
    background: url("/tradogenetik/css/../img/band1.png") no-repeat center center;
    background-size: cover;
}

h1.band-2 {
    background: url("/tradogenetik/css/../img/band2.png") no-repeat center center;
    background-size: cover;
}

h1.pink,
h1.blue {
    text-align: center;
    text-transform: uppercase;
    padding-top: .75em;
    padding-bottom: 1em;
}

h1.pink {
    color: #e05b70;
}

h1.blue {
    color: #50bdc6;
}

h1.large {
    font-size: 3em;
    font-weight: 500;
}

a.button {
    display: block;
    padding: .4em 2em;
    border-radius: .5em;
    background: #50bdc6;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
}

i.review-fb,
i.review-vk,
i.review-inst,
i.review-tweet {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
}

i.review-fb {
    background: url("/tradogenetik/css/../img/soc-fb-foot.png") no-repeat 0 center;
    background-size: contain;
}

i.review-vk {
    background: url("/tradogenetik/css/../img/soc-vk-foot.png") no-repeat 0 center;
    background-size: contain;
}

i.review-inst {
    background: url("/tradogenetik/css/../img/soc-inst-foot.png") no-repeat 0 center;
    background-size: contain;
}

i.review-tweet {
    background: url("/tradogenetik/css/../img/soc-tweet-foot.png") no-repeat 0 center;
    background-size: contain;
}

/* HEADER */
.fixed-header {
    background: none;
    border: none;
    box-shadow: none;
}

header {
    background: #fff;
    z-index: 16;
}

nav.navbar {
    margin-bottom: 0;
}

.navbar.top-menu-container {
    min-height: 2em;
    margin-bottom: auto;
}

.navbar-nav>li>a {
    padding-top: .5em;
    padding-bottom: 0;
}

header a,
.navbar-default header .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
}
.top-bar {
    height: 4em;
    background: #50bdc6;
}

.to-left {
    float: left;
}

.to-right {
    float: right;
}

.top-bar .top-logo {
    display: block;
    line-height: 4em;
}

.top-bar .top-logo img {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    line-height: 4em;
}

.top-logo-menu {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    line-height: 2.5em;
}

.top-logo-menu img {
    display: inline-block;
    width: 100%;
}

.top-bar .question {
    text-align: right;
    margin-top: 45px;
}

.top-bar .question a {
    font-size: 14px;
    line-height: 23px;
    vertical-align: super;
    margin-right: 10px;
}

.registration {
    height: 100%;
    text-align: right;
    color: #fff;
    vertical-align: bottom;
}

.registration a {
    font-size: 18px;
    color: #fff;
}

.registration .tel {
    margin: 10px 0;
}

.mobile-tel {
    color: #fff;
    font-size: 1em;
    line-height: 2.8em;
}

i.phone {
    display: inline-block;
    width: .9em;
    height: .9em;
    background: url("/tradogenetik/css/../img/phone.png") no-repeat center center;
    background-size: contain;
}

i.quest {
    position: absolute;
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    background: url("/tradogenetik/css/../img/question.png") no-repeat center center;
    background-size: contain;
}

i.quest:hover {
    background: url("/tradogenetik/css/../img/question-light.png") no-repeat center center;
    background-size: contain;
}

i.products-arr-left {
    display: inline-block;
    width: 23px;
    height: 55px;
    background: url("/tradogenetik/css/../img/products-arr-left.png") no-repeat center center;
}

i.products-arr-right {
    display: inline-block;
    width: 23px;
    height: 55px;
    background: url("/tradogenetik/css/../img/products-arr-right.png") no-repeat center center;
}

i.social-fb {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/tradogenetik/css/../img/fb.png") no-repeat center center;
}

i.social-vk {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/tradogenetik/css/../img/vk.png") no-repeat center center;
}

i.social-inst {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/tradogenetik/css/../img/inst.png") no-repeat center center;
}

i.social-twitter {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/tradogenetik/css/../img/twitter.png") no-repeat center center;
}

i.social-white-fb {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/tradogenetik/css/../img/social-white-sprite.png") no-repeat 0 center;
}

i.social-white-vk {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/tradogenetik/css/../img/social-white-sprite.png") no-repeat -27px center;
}

i.social-white-inst {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/tradogenetik/css/../img/social-white-sprite.png") no-repeat -55px center;
}

i.social-white-twitter {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/tradogenetik/css/../img/social-white-sprite.png") no-repeat -81px center;
}

i.cart-arr {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/tradogenetik/css/../img/cart-arr.png") no-repeat center center;
    vertical-align: middle;
}

.slogan {
    margin-top: .5em;
    font-size: 1.2em;
    color: #fff;
    line-height: 1.2;
}

.search {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 4px;
}

.search input {
    width: 70%;
}

.search button {
    margin-left: -5px;
    width: 30%;
    background: #238090;
    border: 1px solid #238090;
}

.lang-list {
    color: #50bdc6;
}

.lang-list a i {
    vertical-align: middle;
}

.lang-list p {
    font-size: 13px;
}

.lang-list li {
    z-index: 4;
    background: white;
    width: 100%;
}

.lang-hidden {
    z-index: 4;
    background: white;
    position: absolute;
}

.social {
    display: inline-block;
    vertical-align: middle;
}

.social ul li img {
    width: 100%;
}
.social ul li {
    padding-right: 0;
    padding-left: 3px;
}

.social ul {
    text-align: right;
}

.top-menu {
    background: #238090;
    font-size: 19px;
    text-transform: uppercase;
}

.top-menu-container>ul {
    display: block;
    margin: auto;
    text-align: center;
}

.top-menu a.active {
    color: black;
}

.top-menu-container>ul>li:not(:last-child) {
    padding-right: 38px;
}

.top-menu ul.dropdown-menu a:hover,
ul.nav>li.open>a,
.top-menu ul.dropdown-menu {
    background: #50bdc6 !important;
    font-size: inherit;
}


.top-menu ul.dropdown-menu li:not(:first-child) {
    border-top: solid 1px #fff;
}

.question-block {
    position: absolute;
    right: 0;
    top: 0;
    background: url("/tradogenetik/css/../img/question-bg.png") no-repeat 70% 0;
    text-align: center;
    cursor: pointer;
}

.question-block a {
    color: #fff;
    font-size: .8em;
    letter-spacing: 1px;
}

.question-block a:hover i.quest {
    background: url("/tradogenetik/css/../img/question-light.png") no-repeat center center;
}

.cart-link {
    display: block;
    z-index: 2;
    width: 2.5em;
    height: 1.5em;
    text-align: right;
    line-height: 1.8em;
    background: url("/tradogenetik/css/../img/cart-green.png") no-repeat 0 center;
}
.btn.become-member{
    font-size: 18px;
    background: #238090;
    border-radius: 10px;
    border: 1px solid #238090;
    width: 135px;
    color: white;
    text-shadow: none;
    white-space: normal;
    padding: 0;
    margin: 18px 0 0 0;
    position: relative;
    bottom: 5px;
}


/* /HEADER */

/* CONTENT */
.pulse img {
    width: 100%;
    border-bottom: .2em solid #50bdc6;
}

.complex {
    background: #238090;
    border-bottom: .4em solid #238090;
}

.complex p {
    color: black;
    text-align: center;
    padding: 1em 0;
}

.complex-images {
    padding-top: 1em;
    padding-bottom: 1em;
}

.complex-images img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 4em;
}

.directions {
    padding-bottom: 4em;
}

.direction {
    padding-bottom: 1em;
}

.direction-pic img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 5em;
}

.how-works {
    background: #238090;
    padding-top: 1em;
}

.how-works .number {
    background: #50bdc6;
    color: #fff;
    font-size: 2em;
    line-height: 1.5em;
    vertical-align: middle;
    font-weight: 700;
    padding-left: 1em;
}

.how-works .number-block {
    padding-top: 1em;
    padding-bottom: 1.2em;
}

.how-works .number-block:not(:last-child) {
    border-right: 3px solid #fff;
}

.how-works .number-text {
    height: 9em;
}

.how-works p {
    padding-top: 1em;
    font-size: 1.5em;
}

.how-works img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 7em;
}

.buy {
    padding-top: 1em;
    margin: .5em;
    margin-bottom: 3em;
}

.buy h1 {
    padding: 0;
}

.heart {
    margin-top: 2em;
    border-top: 7px solid #50bdc6;
}

.heart img {
    width: 100%;
}

.rhythm {
    margin-top: 1.5em;
}

.rhythm-block {
    padding-top: .3em;
    padding-bottom: .5em;
}

.rhythm-block p {
    padding-top: 1em;
}

.rhythm-block p,
.rhythm-block ul li{
    font-size: 1.5em;
}

.rhythm-block img {
    max-width: 100%;
}

.rhythm-block:nth-child(even) p {
    text-align: right;
}

.rhythm-block:not(:last-child) {
    border-bottom: 3px solid #50bdc6;
}

.stories-block {
    padding-top: 2em;
    padding-bottom: 0em;
}

.story-block .avatar img {
    width: 100%;
}

.story-block .name {
    font-size: 1.4em;
    color: #977300;
}

.story-block .comment {
    font-size: 1em;
    height: 9em;
    overflow: hidden;
}

.desc {
    padding-top: 2em;
    padding-bottom: 1em;
}

.desc p {
    font-size: 1.5em;
    padding-bottom: 1em;
}

.dir-pic {
    display: block;
    margin-top: 1em;
    position: relative;
    height: 206px;
}
.dir-pic:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(80, 189, 298, 0.3);
    transition: all .3s linear;
}
.dir-pic:hover:before {
    background: none;
}

.dir-pic img {
    display: block;
    width: 100%;
}

.dir-pic .before,
.dir-pic .after {
    position: absolute;
    padding: 1em .6em;
    color: #fff;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1em;

}

.dir-pic .before {
    top: 0;
    right: 15px;
}


.dir-pic .after {
    bottom: 0;
    left: 15px;
}

.gen {
    background: url("/tradogenetik/css/../img/banner-gen.jpg") no-repeat center;
    margin-top: 2em;
}

.gen p {
    font-size: 1.4em;
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: justify;
}

.process {
    margin-top: 2em;
}

.process img {
    width: 100%;
}

.new-life h1 {
    margin-bottom: 2em;
}

.new-life img {
    max-width: 100%;
    max-height: 20em;
}

.new-life p {
    font-size: 1.3em;
    padding-bottom: 1em;
    padding-top: .5em;
}

.report {
    margin-bottom: 2em;
}

.report h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}
/* /CONTENT */

/* FOOTER */
footer {
    min-height: 6em;
    background: #b8e7ea;
}

.footer-logo {
    text-align: center;
    line-height: 5em;
}

.footer-menu {
    padding-top: .7em;
    height: 100%;
    font-size: .89em;
}

.footer-menu:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #67899a;
    left: 0;
}

.footer-menu a {
    color:  #67899a;
}

.footer-social {
    text-align: center;
    padding-top: 3%;
}
.footer-social li {
    padding-left: 0;
    padding-right: 0;
}

.footer-menu-mobile,
.footer-menu-mobile a {
    color: #67899a;
    line-height: 5em;
    text-align: right;
}
/* /FOOTER */

/* FONTS */
@font-face{
    font-family: "PRExtraThin";
    src: url("/tradogenetik/css/../fonts/pf1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family: "PRThin";
    src: url("/tradogenetik/css/../fonts/pf2.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family: "PRLight";
    src: url("/tradogenetik/css/../fonts/pf3.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family: "PRRegular";
    src: url("/tradogenetik/css/../fonts/pf4.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family: "PRMedium";
    src: url("/tradogenetik/css/../fonts/pf5.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family: "PRBold";
    src: url("/tradogenetik/css/../fonts/pf6.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* /FONTS */

/* Edit carousel */
.carousel {
    background: #b8e7ea;
    margin-top: 3em;
    padding-top: 2em;
    padding-bottom: 2em;
}
.carousel-indicators li {
    width: 1.3em;
    height: 1.3em;
    margin: 0;
    border-radius: 50%;
    border: 5px solid #50bdc6;
    background: transparent;
}

.carousel-indicators .active {
    width: 1.3em;
    height: 1.3em;
    border: 5px solid #e05b70;
}

.carousel-inner img {
    width: 100%;
    max-width: 100%;
}

.carousel h3 {
    text-align: center;
}

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

a.carousel-control.left {
    background: url("/tradogenetik/css/../img/arr-left.png") no-repeat center center;
}


a.carousel-control.right {
    background: url("/tradogenetik/css/../img/arr-right.png") no-repeat center center;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0;
    }
}
/* /Edit carousel */
.ohrana-truda-link{
    color: white;
    font-size: 12px;
}
button.close {
    font-size: 2em;
}
/* End */
/* /tradogenetik/js/owlcarousel/assets/owl.carousel.min.css?17317593253351 */
/* /tradogenetik/js/owlcarousel/assets/owl.theme.default.min.css?17317593251013 */
/* /tradogenetik/css/style.css?173175932515966 */
