@charset "UTF-8";

.cost-footer,
.how-footer,
.osi-header,
.science-item-header h3 {
    text-transform: uppercase;
}

.order-shema-item,
.team-item {
    -webkit-box-direction: normal;
}

.audio-reviews p,
.cost-footer,
.cost-item,
.hell-footer,
.hell-item,
.how-footer,
.team-text,
.video h3,
section h2 {
    text-align: center;
}

.flip-clock-wrapper {
    font-family: RobotoBold, sans-serif;
    font-weight: 400;
    margin: 0;
}

.flip-clock-wrapper .flip {
    -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, .3);
    box-shadow: 2px 0 4px rgba(0, 0, 0, .3);
}

.flip-clock-wrapper ul {
    background-color: #ffd200;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 43px;
    width: 29px;
    margin: 4px 2px;
    line-height: 40px;
    font-weight: 400;
    font-size: 1em;
    padding: 0;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #ffd200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #ffd200));
    background: 0 0, top, 0, 100% #ffd200;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #ffd200 100%);
    background: 0 0, bottom, 0, 100% #ffd200;
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #ffd200 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd200), color-stop(100%, rgba(0, 0, 0, .1)));
    background: 0 0, top, 0, 100% rgba(0, 0, 0, .1);
    background: -ms-linear-gradient(top, #ffd200 0, rgba(0, 0, 0, .1) 100%);
    background: 0 0, bottom, 0, 100% rgba(0, 0, 0, .1);
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #ffd200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #ffd200));
    background: 0 0, top, 0, 100% #ffd200;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #ffd200 100%);
    background: 0 0, bottom, 0, 100% #ffd200;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, #ffd200 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd200), color-stop(100%, rgba(0, 0, 0, .1)));
    background: 0 0, top, 0, 100% rgba(0, 0, 0, .1);
    background: -ms-linear-gradient(top, #ffd200 0, rgba(0, 0, 0, .1) 100%);
    background: 0 0, bottom, 0, 100% rgba(0, 0, 0, .1);
}

.inderma-path,
.order-form {
    background-repeat: no-repeat;
}

.flip-clock-wrapper ul li {
    line-height: 40px;
}

.flip-clock-wrapper ul li a div {
    font-size: 1em;
}

.flip-clock-wrapper ul li a div.down {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.flip-clock-wrapper ul li a div div.inn {
    color: #000;
    background-color: #ffd200;
    text-shadow: none;
    font-size: 2.8em;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.flip-clock-wrapper a {
    color: #000;
}

.flip-clock-wrapper .flip-clock-label {
    right: -34px;
    bottom: 0;
    top: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    display: none;
}

.flip-clock-divider {
    width: 8px;
    height: 63px;
}

.flip-clock-divider.hours {
    width: 0;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -36px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -39px;
}

.flip-clock-dot {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 3px;
    height: 3px;
    left: 2px;
}

.flip-clock-dot.top {
    top: 19px;
}

.flip-clock-dot.bottom {
    bottom: 30px;
}

.last-item {
    width: 50%;
    display: block;
    margin: 0 auto !important;
}

section h2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 3.167em;
    line-height: 48px;
    letter-spacing: -.050em;
}

.hell {
    padding: 24px 0 0;
}

.hell h2 {
    position: relative;
    padding: 0 15px;
    top: -25px;
}

.hell h2:after,
.hell h2:before {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #ce8284;
    position: absolute;
    top: 25px;
}

.hell h2:before {
    left: 0;
}

.hell h2:after {
    right: 0;
}

.hell-bg {
    border: 4px solid #ce8284;
    border-top: none;
}

.hell-items {
    padding: 22px 50px 30px;
}

.hell-item-text {
    margin-top: 26px;
    line-height: 30px;
    letter-spacing: -.025em;
}

.hell-header {
    font-size: 2em;
}

.hell-footer {
    font-size: 2.3em;
    line-height: 39px;
    letter-spacing: -.050em;
    margin-bottom: 42px;
    padding: 0 15px;
}

.video h2,
.video h3 {
    line-height: 56.82px;
    letter-spacing: -.050em;
}

.hell-body {
    font-size: 1.667em;
}

.video {
    padding-top: 30px;
    margin-top: 50px;
}

.video h2 {
    font-size: 3.833em;
}

.video h3 {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.833em;
}

.video-text {
    font-size: 1.5em;
    line-height: 24px;
    letter-spacing: -.025em;
    margin-top: 40px;
    padding: 0 50px 0 0;
}

.video-autor {
    color: #b66769;
    font-size: 2em;
    margin: 26px 0 12px;
}

.video-descr {
    color: #5d5d5d;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 1.333em;
    padding: 0 40px 0 0;
}

.why h2,
.why p {
    color: #fff;
}

.cit-header,
.cost-footer,
.how-footer,
.how-item h3,
.science-item-header h3,
.text-pegano p:last-child,
.why-item h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.path-text p,
.text-pegano {
    font-size: 2em;
    line-height: 36px;
    letter-spacing: -.025em;
}

.video-block {
    margin: 50px 0 0 -50px;
}

.inderma-path {
    background-position: center top;
    background-image: url(../img/bg-inderma.jpg)
        /*tpa=http://bg2.thepsorimilk.com/img/bg-inderma.jpg*/
    ;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.path-text {
    margin: 45px 0 0;
}

.path-text p {
    padding: 0;
}

.path-img {
    margin: 15px 0 15px 50px;
}

.path-img img {
    width: 190px;
}

.inderma-path-items {
    padding-bottom: 25px;
}

.text-pegano {
    padding: 0;
    margin-left: -65px;
}

.text-pegano p {
    padding: 0;
    margin: 0;
}

.text-pegano p:first-child {
    margin-bottom: 30px;
}

.order-form {
    background-image: url(../img/bg-top.jpg)
        /*tpa=http://bg2.thepsorimilk.com/img/bg-top.jpg*/
    ;
    background-size: 100%;
    padding: 75px 0 60px;
}

.order-form-block {
    background-color: #fff;
    -webkit-box-shadow: 2px 0 24px rgba(0, 0, 0, .1);
    box-shadow: 2px 0 24px rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.order-form-block>img {
    position: absolute;
    left: 64px;
    top: 16px;
    height: 360px;
}

.order-form-block .top-timer {
    margin-top: 5px;
    margin-left: -20px;
}

.order-form-block .top-timer .timer-header {
    font-size: 1.35em;
}

.order-form-block .top-timer .flip-clock-wrapper ul {
    width: 45px;
    height: 62px;
    line-height: 59px;
    margin: 5px 4px;
}

.order-form-block .top-timer .flip-clock-divider.minutes,
.order-form-block .top-timer .flip-clock-divider.seconds {
    width: 10px;
}

.order-form-block .top-timer .flip-clock-wrapper ul li {
    line-height: 59px;
}

.order-form-block .top-timer .flip-clock-wrapper ul li a div div.inn {
    font-size: 3.6em;
}

.order-form-block .top-timer .flip-clock-wrapper .flip-clock-label {
    font-size: 1.35em;
    right: -47px;
    bottom: -20px;
}

.order-form-block .top-timer .flip-clock-divider {
    height: 66px;
}

.order-form-block .top-timer .flip-clock-divider.minutes .flip-clock-label {
    right: -49px;
}

.order-form-block .top-timer .flip-clock-divider.seconds .flip-clock-label {
    right: -53px;
}

.how h2:after,
.science h2:after,
.team h2:after {
    right: 0;
}

.order-form-block .top-timer .flip-clock-dot {
    width: 4px;
    height: 4px;
    left: 3px;
}

.order-form-block .top-timer .flip-clock-dot.top {
    top: 26px;
}

.order-form-block .top-timer .flip-clock-dot.bottom {
    bottom: 20px;
}

.order-form-topline {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff;
    background: -webkit-linear-gradient(left, #fff 0, #eee 100%);
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#eee));
    background: linear-gradient(to right, #fff 0, #eee 100%);
}

.how-item,
.order-form-bottomline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.order-form-timer {
    background-color: transparent;
}

.order-form-input {
    width: 480px;
}

.order-form-input .input-line {
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order-form-input .input-line input {
    /*margin-left: 0px;*/
}

.order-form-bottomline {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.order-form-bottomline .old-price {
    margin-top: 114px;
}

.order-form-bottomline .price {
    margin-top: 115px;
}

.order-form-bottomline .btn-line {
    width: 480px;
    padding-top: 15px;
}

.order-form-bottomline .line-btn {
    margin-top: 30px;
}

.order-form-bottomline .sale {
    top: -10px;
    left: -10px;
}

.order-form-bottomline .price-line {
    margin-right: 25px;
}

.clinical {
    padding: 45px 0 0;
}

.clinical-img {
    margin: 25px 0 0;
}

.clinical-img img {
    width: 100%
}

.clinical-subscr-text {
    font-size: 1.667em;
    line-height: 28px;
    margin: 50px 0 0;
    padding: 0 20px 0 0;
}

.clinical-subscr-stamp {
    margin: 10px 0 0 20px;
}

.why {
    background-image: url(../img/bg-why.jpg)
        /*tpa=http://bg2.thepsorimilk.com/img/bg-why.jpg*/
    ;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
    position: relative;
}

.why p {
    text-align: center;
    font-size: 2em;
    line-height: 36px;
    letter-spacing: -.025em;
    padding: 0 50px;
    margin: 26px 0 0;
}

.why-img {
    position: absolute;
    top: 385px;
    left: 0;
    right: 0;
    margin: auto;
    height: 450px;
}

.why-item {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d98486;
    padding: 50px 10px 0;
    position: relative;
    height: 223px;
    width: 388px;
    margin: 82px auto 0;
}

.why-item img {
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -49px;
}

.why-item h3 {
    color: #b66466;
    font-size: 1.8em;
    padding: 0;
    margin: 0;
}

.why-item.last {
    margin: 38px auto 0;
}

.why-irem-text {
    font-size: 1.5em;
    line-height: 26px;
    letter-spacing: -.045em;
}

.science {
    padding: 69px 0 60px;
    position: relative;
}

.science h2 {
    font-size: 1.9em;
    line-height: 48px;
    letter-spacing: -.050em;
    position: relative;
    top: -24px;
}

.science h2:after,
.science h2:before {
    content: '';
    height: 4px;
    width: 100px;
    position: absolute;
    top: 24px;
    background-color: #eac192;
}

.science h2:before {
    left: 0;
}

.science .img_prod {
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    margin: auto;
    height: 400px;
    max-width: 250px;
}

.science .img_prod_wap {
    display: none;
}

/*@media (max-width: 1200px) {
    .science .img_prod {
        bottom: 18%;
        left: 36%;
        width: 250px;
    }
}*/

@media (max-width: 990px) {
    .science .img_prod {
        display: none;
    }

    .science .img_prod_wap {
        display: block;
    }
}

.science-bg {
    border: 4px solid #eac192;
    border-top: none;
}

.science-item {
    margin: 0 0 0 45px;
}

.science-item-header h3 {
    font-size: 1.833em;
    line-height: 30px;
    letter-spacing: -.050em;
    color: #b66466;
    margin: 10px 0;
}

.science-item-text {
    font-size: 1.5em;
    line-height: 30px;
    letter-spacing: -.025em;
    margin: 0 0 30px;
}

.how {
    padding: 69px 0;
}

.how h2 {
    position: relative;
    top: -24px;
    font-size: 3.667em;
    line-height: 48px;
    letter-spacing: -.050em;
    padding: 0 100px;
}

@media (max-width: 990px) {
    .how h2 {
        padding: 0 10px;
    }
}

.how-body-text,
.how-footer,
.order-shema-item {
    letter-spacing: -.025em;
}

.how h2:after,
.how h2:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #ce8284;
    top: 24px;
}

.how h2:before {
    left: 0;
}

.how-bg {
    border: 4px solid #ce8284;
    border-top: none;
}

.cost-item-digit,
.owl-carousel {
    border-bottom: 1px solid #b66466;
}

.how-item {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 55px;
    margin-top: 12px;
}

.cost-item-digit,
.owl-carousel .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.how-item img {
    margin-right: 25px;
}

.how-item h3 {
    font-size: 5em;
    color: #b66466;
    padding: 0;
    margin: 0;
}

.how-item i {
    color: #b66466;
    font-weight: 900;
    margin-right: 20px;
    margin-top: -70px;
}

.how-body-text {
    font-size: 1.833em;
    line-height: 36px;
}

.how-footer {
    background-color: #b66466;
    color: #fff;
    margin: 35px 55px;
    font-size: 2.167em;
    line-height: 36px;
    padding: 34px 0 37px;
}

.easy {
    background-color: #fef0eb;
    padding: 45px 0;
}

.easy-item {
    padding: 0 60px;
    margin: 18px 0 0;
}

.easy-body {
    font-size: 2em;
    line-height: 35px;
    margin: 15px 0 0;
}

.cost {
    background-color: #f6f6f6;
    padding: 23px 0 27px;
}

.cost-item-digit {
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b66466;
    padding: 30px 0 20px;
}

.ci-digit {
    font-size: 6.2em;
}

.ci-text {
    font-size: 3em;
    margin-left: 15px;
    line-height: 72px;
}

.cost-item-text {
    line-height: 26px;
    margin-top: 25px;
}

.cit-header {
    color: #b66466;
    font-size: 1.8em;
}

.cit-body {
    font-size: 1.6em;
}

.cost-footer {
    background-color: #b66466;
    color: #fff;
    font-size: 1.9em;
    padding: 25px 0;
    margin: 30px 0 15px;
}

.cost-footer span {
    font-size: 1.8em;
}

.reviews {
    padding-top: 40px;
}

.video-reviews {
    margin-top: 20px;
    height: 230px;
}

.video-reviews-author {
    font-size: 1.6em;
    line-height: 70px;
}

.text-reviews {
    margin-top: 40px;
    margin-bottom: 55px;
}

.owl-carousel {
    padding-bottom: 90px;
    position: relative;
}

.owl-carousel .item {
    display: flex;
}

.owl-carousel .item img {
    width: 208px;
    height: 208px;
    border-radius: 5px;
    margin-right: 55px;
}

.owl-text {
    font-size: 1.55em;
    line-height: 26px;
}

.owl-autor {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 1.7em;
    padding-top: 20px;
}

.osi-header,
.team-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #b66466;
}

.owl-dots {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    bottom: -8px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
}

.owl-dot span {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #b66466;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #b66466;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin: 0 7px;
}

.order-shema,
.order-shema-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.owl-dot.active span {
    background-color: #fff;
}

.audio-reviews {
    background-color: #f4f4f4;
    padding: 40px 0;
}

.audio-reviews h2 {
    font-size: 3.45em;
}

.audio-reviews p {
    font-size: 2.73em;
    padding: 0;
    margin: 0;
}

.audio-player {
    padding-top: 40px;
}

.audio-title {
    font-size: 1.6em;
    padding: 20px 0 10px;
}

.order {
    padding-top: 40px;
    background: #e6c5bc;
    background: -webkit-linear-gradient(top, #e6c5bc 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6c5bc), to(#fff));
    background: linear-gradient(to bottom, #e6c5bc 0, #fff 100%);
}

.order-shema {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 100px;
    position: relative;
    padding-bottom: 50px;
}

.order-shema>img {
    position: absolute;
    z-index: 0;
}

.order-shema-item,
.osi-img,
.team h2 {
    position: relative;
}

.order-shema .line1 {
    left: 79px;
    top: 180px;
}

.order-shema .line2 {
    left: 535px;
    top: 180px;
}

.order-shema .line3 {
    left: 305px;
    top: 57px;
}

.order-shema .line4 {
    left: 762px;
    top: 57px;
}

.order-shema-item {
    width: 228px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9;
    line-height: 30px;
}

.osi-img {
    padding-bottom: 80px;
}

.osi-img {
    padding-bottom: 80px;
}

.osi-header {
    font-size: 2em;
    padding-right: 25px;
}
.osi-text {
    padding-right: 25px;
    line-height: 1.5;
}

.team {
    padding: 69px 0 45px;
}

.team h2 {
    top: -24px;
}

.team h2:after,
.team h2:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 4px;
    background-color: #ce8284;
}

.team h2:before {
    left: 0;
}

.team-bg {
    border: 4px solid #ce8284;
    border-top: none;
}

.team-items {
    padding: 0 40px 40px 50px;
}

.team-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 45px;
}

.team-title {
    font-size: 2.1em;
    line-height: 45px;
}

.team-descr,
.team-text {
    font-size: 1.55em;
}

footer,
footer ul li a,
footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover {
    color: #fff;
}

.team-text {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin-top: 30px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 100%
}

.map-delivery {
    margin-top: 10px;
}

.bottom-form {
    background-image: url(../img/bg-top.jpg)
        /*tpa=http://bg2.thepsorimilk.com/img/bg-top.jpg*/
    ;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bottom-form h2 {
    text-align: left;
    font-size: 3.3em;
    line-height: 48px;
}

.bottom-form p {
    font-size: 1.76em;
    margin: 0;
    padding: 10px 0 0;
}

.bottom-form .top-timer {
    margin-top: -30px;
    margin-left: 0;
}

.bottom-form .top-timer .timer-header {
    font-size: 1.25em;
}

.bottom-form .top-timer .flip-clock-wrapper ul {
    width: 40px;
    height: 55px;
    line-height: 52px;
    margin: 6px 3px;
}

.bottom-form .top-timer .flip-clock-divider.minutes,
.bottom-form .top-timer .flip-clock-divider.seconds {
    width: 10px;
}

.bottom-form .top-timer .flip-clock-wrapper ul li {
    line-height: 52px;
}

.bottom-form .top-timer .flip-clock-wrapper ul li a div div.inn {
    font-size: 3.5em;
}

.bottom-form .top-timer .flip-clock-wrapper .flip-clock-label {
    font-size: 1.25em;
    right: -40px;
    bottom: -20px;
}

.bottom-form .top-timer .flip-clock-divider {
    height: 63px;
}

.bottom-form .top-timer .flip-clock-divider.minutes .flip-clock-label {
    right: -45px;
}

.bottom-form .top-timer .flip-clock-divider.seconds .flip-clock-label {
    right: -49px;
}

.bottom-form .top-timer .flip-clock-dot {
    width: 4px;
    height: 4px;
    left: 3px;
}

.bottom-form .top-timer .flip-clock-dot.top {
    top: 26px;
}

.bottom-form .top-timer .flip-clock-dot.bottom {
    bottom: 22px;
}

footer {
    background-color: #2c2c2c;
    padding: 20px 0;
}

footer h4 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

footer ul {
    font-size: 1.1em;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

footer ul li {
    padding-bottom: 10px;
}

.delivery,
.while {
    padding: 45px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.order-form-block.mpform {
    width: 1140px;
    margin: auto;
}

.delivery {
    background-image: url(../img/bg-delivery.jpg)
        /*tpa=http://bg2.thepsorimilk.com/img/bg-delivery.jpg*/
}

.while {
    background-image: url(../img/bg-while.jpg)
        /*tpa=http://bg2.thepsorimilk.com/img/bg-while.jpg*/
}

.while p {
    font-size: 2em;
    line-height: 34px;
    text-align: center;
    margin: 36px 0 0;
}

button.mfp-close {
    background-image: url(../img/close.png)
        /*tpa=http://bg2.thepsorimilk.com/img/close.png*/
    ;
    background-repeat: no-repeat;
    background-position: top right;
    top: -44px;
}

button.mfp-close:active {
    top: -43px;
}

.mfp-close-btn-in .mfp-close {
    color: transparent;
}

.plyr .plyr__progress,
.plyr .plyr__time,
.plyr__controls button {
    display: block;
}

.plyr .plyr__volume {
    max-width: 75px;
}

.plyr audio {
    height: 0;
}

.plyr__play-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: -24px;
    margin-left: -24px;
}

.plyr__controls {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.check-cod {
    padding: 40px 0;
    position: relative;
    overflow: visible;
}

.check-cod .pack {
    position: absolute;
    left: 113px;
    bottom: -194px;
}

.check-cod .text-block {
    font-size: 1.5em;
    line-height: 28px;
    padding: 0 0 0 500px;
}

.check-cod .check-form {
    padding: 0 0 0 500px;
}

.check-cod .check-form button,
.check-cod .check-form input {
    display: block;
    height: 60px;
    width: 297px;
    line-height: 60px;
}

.check-cod .check-form input {
    text-indent: 15px;
    font-size: 1.5em;
    border: 1px solid red;
    margin: 0 0 15px;
}

.check-cod .check-form button {
    font-size: 2em;
    padding: 0;
    text-transform: none;
}

.cod-error,
.cod-ok {
    width: 458px;
    margin: auto;
    background-color: rgba(0, 0, 0, .8);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-size: 1.2em;
    padding: 35px;
    position: relative;
}

.cod-ok {
    border: 3px solid #fff;
}

.cod-error {
    border: 3px solid red;
}

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

    .video,
    .video-text {
        margin-top: 30px;
    }

    section h2 {
        font-size: 3.1em;
    }

    .hell {
        background-position: center 25px;
    }

    .hell-items {
        padding: 15px 30px 20px;
    }

    .hell-item img {
        width: 190px;
    }

    .video-text {
        padding-right: 10px;
        font-size: 1.5em;
    }

    .video-block {
        margin: 30px 0 0;
    }

    .video-autor {
        font-size: 2.2em;
    }

    .video-descr {
        font-size: 1.3em;
    }

    .inderma-path-items img {
        width: 100%
    }

    .path-img {
        margin-top: 30px;
    }

    .path-img img {
        width: 190px;
    }

    .photo-pegano img {
        width: 250px;
    }

    .text-pegano {
        margin-left: 30px;
    }

    .text-pegano p {
        line-height: 30px;
    }

    .text-pegano p:first-child {
        margin-bottom: 30px;
    }

    .order-form-input {
        width: 410px;
    }

    .order-form-block .top-timer {
        margin-left: 0;
        margin-top: 13px;
    }

    .order-form-block .top-timer .timer-header {
        margin-left: 2px;
    }

    .order-form-block .top-timer .flip-clock-wrapper ul {
        width: 40px;
        height: 59px;
        line-height: 56px;
        margin: 5px 2px;
    }

    .order-form-block .top-timer .flip-clock-wrapper ul li {
        line-height: 56px;
    }

    .order-form-block .top-timer .flip-clock-wrapper .flip-clock-label {
        font-size: 1.25em;
        right: -41px;
    }

    .order-form-block .top-timer .flip-clock-divider.minutes .flip-clock-label {
        right: -44px;
    }

    .order-form-block .top-timer .flip-clock-divider.seconds .flip-clock-label {
        right: -47px;
    }

    .order-form-block>img {
        top: 10px;
        left: 25px;
    }

    .order-form-bottomline .btn-line {
        width: 410px;
        padding-bottom: 10px;
    }

    .order-form-bottomline .sale {
        top: 0;
        left: 35px;
        width: 180px;
    }

    .order-form-bottomline .price-line {
        margin-right: 0;
        padding-right: 0;
    }

    .order-form-bottomline .price-summ-rub {
        font-size: 2.2em;
    }

    .order-form-bottomline .old-price {
        margin-right: 10px;
    }

    .why p {
        line-height: 30px;
    }

    .why-item {
        height: 215px;
        width: 300px;
    }

    .why-img {
        top: 420px;
        height: 350px;
    }

    .why-irem-text {
        line-height: 22px;
    }

    .science h2:after,
    .science h2:before {
        width: 60px;
    }

    .science-item {
        margin: 0 15px 0 15px;
    }

    .science-item-header h3 {
        font-size: 1.85em;
    }

    .science-item-text {
        font-size: 1.6em;
        margin: 0 0 10px;
    }

    .how-item img {
        margin-right: 35px;
    }

    .how-body {
        margin-left: 10px;
    }

    .how-body-text {
        font-size: 1.9em;
    }

    .cost-footer,
    .how-footer,
    .team-title {
        font-size: 2.3em;
    }

    .video-reviews {
        height: 200px;
    }

    .easy-item {
        padding: 0 30px;
    }

    .easy-img img {
        width: 100%
    }

    .osi-img img {
        width: 130px;
    }

    .order-shema .line1 {
        width: 190px;
        left: 63px;
        top: 186px;
    }

    .order-shema .line2 {
        width: 190px;
        top: 186px;
        left: 440px;
    }

    .order-shema .line3 {
        width: 190px;
        top: 53px;
        left: 252px;
    }

    .order-shema .line4 {
        width: 190px;
        top: 53px;
        left: 627px;
    }

    .team-items {
        padding-left: 20px;
        padding-right: 20px;
    }

    .team-descr,
    .team-text {
        font-size: 1.7em;
    }

    .map-delivery img {
        width: 100%
    }

    .bottom-form .top-timer {
        margin-top: -10px;
    }

    .order-form-block.mpform {
        width: 940px;
    }

    .order-shema-item {
        width: 188px;
    }

    .check-cod .check-form,
    .check-cod .text-block {
        padding: 0 0 0 430px;
    }
}

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

    .how-item,
    .owl-carousel .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .how-body,
    .owl-item-text {
        max-width: 100%
    }

    .bottom-form h2,
    .bottom-form p,
    .order-form .top-form .line-all,
    .order-form-block .top-form .line-all,
    .order-shema,
    .photo-pegano {
        text-align: center;
    }

    section h2 {
        font-size: 3em;
        line-height: 30px;
    }

    .order-form {
        padding: 0;
    }

    .order-form .top-form,
    .order-form-block .top-form {
        padding: 25px 15px;
        margin: 0;
    }

    .order-form .top-form .tform,
    .order-form-block .top-form .tform {
        width: 100%
    }

    .tform.first select,
    .tform.first input {
        width: 240px !important;
    }

    .order-form .top-form .old-price,
    .order-form-block .top-form .old-price {
        margin-right: 10px;
    }

    .order-form .top-form .sale,
    .order-form-block .top-form .sale {
        left: -3px;
        top: 9px;
        width: 140px;
        font-size: 16px;
    }

    .order-form .top-form .timer-line,
    .order-form-block .top-form .timer-line {
        padding: 10px 10px 10px 15px;
        background-color: #ececec;
    }

    .order-form .top-form .timer-line .top-timer,
    .order-form-block .top-form .timer-line .top-timer {
        margin: 0;
    }

    .order-form .top-form .timer-line .timer-header,
    .order-form-block .top-form .timer-line .timer-header {
        font-size: 1.5em;
        margin-left: 5px;
    }

    .order-form .top-form .timer-line .flip-clock-wrapper ul,
    .order-form-block .top-form .timer-line .flip-clock-wrapper ul {
        width: 50px;
        margin: 5px;
        height: 66px;
        line-height: 63px;
        font-size: 1.6em;
    }

    .order-form .top-form .timer-line .flip-clock-wrapper ul li,
    .order-form-block .top-form .timer-line .flip-clock-wrapper ul li {
        line-height: 63px;
    }

    .order-form .top-form .timer-line .flip-clock-wrapper .flip-clock-label,
    .order-form-block .top-form .timer-line .flip-clock-wrapper .flip-clock-label {
        font-size: 1.1em;
        right: -39px;
    }

    .order-form .top-form .timer-line .flip-clock-dot,
    .order-form-block .top-form .timer-line .flip-clock-dot {
        width: 5px;
        height: 5px;
        left: 3px;
    }

    .order-form .top-form .timer-line .flip-clock-dot.top,
    .order-form-block .top-form .timer-line .flip-clock-dot.top {
        top: 26px;
    }

    .order-form .top-form .timer-line .flip-clock-dot.bottom,
    .order-form-block .top-form .timer-line .flip-clock-dot.bottom {
        bottom: 40px;
    }

    .order-form .top-form .timer-line .flip-clock-divider,
    .order-form-block .top-form .timer-line .flip-clock-divider {
        width: 10px;
        height: 90px;
    }

    .order-form .top-form .timer-line .flip-clock-divider.hours,
    .order-form-block .top-form .timer-line .flip-clock-divider.hours {
        width: 0;
    }

    .order-form .top-form .timer-line .flip-clock-divider.minutes .flip-clock-label,
    .order-form-block .top-form .timer-line .flip-clock-divider.minutes .flip-clock-label {
        right: -41px;
    }

    .order-form .top-form .timer-line .flip-clock-divider.seconds .flip-clock-label,
    .order-form-block .top-form .timer-line .flip-clock-divider.seconds .flip-clock-label {
        right: -46px;
    }

    .order-form .top-form .input-line,
    .order-form-block .top-form .input-line {
        padding: 10px 15px;
    }

    .order-form .top-form .input-line label,
    .order-form-block .top-form .input-line label {
        font-size: 1.3em;
    }

    .order-form .top-form .input-line input,
    .order-form-block .top-form .input-line input {
        font-size: 1.3em;
        width: 260px;
    }

    .order-form .top-form .btn-line,
    .order-form-block .top-form .btn-line {
        padding-right: 15px;
        padding-left: 15px;
    }

    .order-form .top-form .line-count,
    .order-form-block .top-form .line-count {
        font-size: 1.4em;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }

    .order-form .top-form .line-count-count,
    .order-form-block .top-form .line-count-count {
        margin-top: 0;
        margin-right: 15px;
    }

    .order-form .top-form .count,
    .order-form-block .top-form .count {
        font-size: 2em;
    }

    .hell {
        background-color: #fff;
        padding-top: 30px;
    }

    .hell h2 {
        top: -15px;
    }

    .hell h2:after,
    .hell h2:before {
        width: 20px;
        top: 15px;
    }

    .hell-items {
        padding: 40px 10px;
    }

    .hell-item {
        margin-top: 20px;
    }

    .hell-item img {
        width: 170px;
    }

    .hell-item-text {
        padding: 0;
        margin: 10px 0;
    }

    .hell-item-text.third {
        margin: 10px 0;
        padding: 0 80px;
    }

    .hell-body {
        line-height: 24px;
        font-size: 1.8em;
    }

    .video {
        padding-bottom: 30px;
    }

    .video h2 {
        font-size: 3.1em;
        padding: 0;
        line-height: 30px;
    }

    .video h3 {
        padding-top: 10px;
        line-height: 30px;
    }

    .video-block {
        height: 250px;
    }

    .video-text {
        padding: 0;
        font-size: 1.7em;
    }

    .inderma-path,
    .why {
        padding: 30px 0;
    }

    .video-descr {
        font-size: 1.6em;
    }

    .path-text {
        margin: 25px 0 0;
    }

    .path-text p {
        margin-bottom: 25px;
        line-height: 26px;
    }

    .text-pegano {
        margin: 15px 0 0;
        font-size: 1.7em;
    }

    .text-pegano p:first-child {
        margin-bottom: 15px;
        line-height: 24px;
    }

    .text-pegano p {
        line-height: 20px;
    }

    .clinical-subscr-text,
    .why p {
        line-height: 24px;
    }

    .clinical-img {
        margin: 0;
    }

    .clinical-img img {
        margin: 30px 0 0;
    }

    .why h2,
    .why p {
        padding: 0;
    }

    .why p {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .why-item {
        padding: 50px 20px 0;
        height: 200px;
        width: 350px;
    }

    .why-item h3 {
        font-size: 2em;
    }

    .why-item.last {
        margin: 82px auto 0;
    }

    .why-irem-text {
        font-size: 1.6em;
    }

    .science {
        margin: 0;
        padding-top: 30px;
        /* padding-bottom: 380px; */
    }

    .science h2 {
        line-height: 21px;
        top: -8px;
        padding: 0 60px;
    }

    .science h2:after,
    .science h2:before {
        top: 12.5%
    }

    .science>img {
        display: block;
        margin: 20px auto -20px;
        height: 300px;
    }

    .last-item {
        width: 100%;
        margin: 20px 0 30px 0 !important;
        padding: 0 10px;
    }

    .science-item {
        margin: 15px 5px 15px 5px;
    }

    .science-item h3 {
        margin-top: 0;
    }

    .science-item img {
        float: left;
        max-width: 100px;
        margin-right: 20px;
    }

    .science-item-text {}

    .how {
        margin: 0;
        padding: 30px 0;
    }

    .how h2:after,
    .how h2:before {
        width: 10px;
    }

    .how-item {
        margin: 0 30px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .how-item img {
        display: block;
        margin: 0 auto;
    }

    .how-item i {
        margin: 0;
        position: absolute;
        left: -7px;
        top: 217px;
    }

    .how-body,
    .how-footer {
        margin-left: 20px;
        margin-top: 20px;
    }

    .how-body-text {
        margin-bottom: 20px;
        line-height: 28px;
    }

    .how-footer {
        margin-right: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .easy-img img {
        display: block;
        margin: 0 auto;
        width: 75%
    }

    .cost-item-text {
        line-height: 24px;
    }

    .cost-item-digit {
        padding-bottom: 20px;
    }

    .cit-header {
        font-size: 2em;
    }

    .cost-footer {
        padding: 25px 43px;
    }

    .video-reviews {
        padding-top: 10px;
        height: 290px;
    }

    .video-reviews-author {
        line-height: 50px;
    }

    .owl-carousel {
        padding-bottom: 40px;
        border-bottom: none;
    }

    .owl-carousel .item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center;
    }

    .owl-carousel .item img {
        margin: 0 0 25px;
    }

    .owl-text {
        font-size: 1.8em;
    }

    .owl-autor {
        font-size: 2em;
    }

    .audio-reviews {
        padding: 30px 0;
    }

    .audio-reviews p {
        font-size: 1.8em;
        margin-top: 20px;
    }

    .order-shema {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0;
    }

    .order-shema .line3 {
        left: 101px;
        top: 41px;
        width: auto;
    }

    .order-shema .line5 {
        top: 357px;
        left: 101px;
        width: 230px;
    }

    .order-shema .line6 {
        left: 91px;
        top: 758px;
    }

    .order-shema-item {
        display: inline-block;
        vertical-align: top;
        width: 215px;
        margin-top: 70px;
    }

    .order-shema-item:nth-child(2n) {
        padding-left: 20px;
    }

    .order-shema-item:nth-child(2n+1) {
        padding-right: 20px;
    }

    .order-shema-item:last-child {
        margin: 50px auto 0;
        padding: 0;
    }

    .osi-img {
        padding-bottom: 20px;
    }

    .osi-img img {
        width: auto;
        width: 150px;
    }

    .ci-text {
        line-height: 54px;
    }

    .osi-header {
        font-size: 2.2em;
        padding: 0;
    }

    .osi-text {
        font-size: 1.7em;
        padding: 0;
    }

    .team {
        padding: 69px 0 30px;
    }

    .team h2:after,
    .team h2:before {
        width: 10px;
        top: 39%
    }

    .team-title {
        font-size: 2.5em;
    }

    .team-descr {
        font-size: 1.9em;
    }

    .team-text {
        margin-top: 15px;
    }

    .map-delivery {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .while p {
        line-height: 28px;
    }

    .bottom-form {
        padding-top: 30px;
    }

    .bottom-form h2 {
        padding: 0;
        font-size: 3em;
        line-height: 32px;
    }

    .bottom-form p {
        font-size: 2em;
        padding: 10px 20px 0;
    }

    .order-form-block.mpform {
        width: 450px;
    }

    footer .row>div {
        height: 40px;
    }

    .check-cod .check-form,
    .check-cod .text-block {
        padding: 0;
    }

    .
}

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

    .hell,
    .how,
    .science {
        background-image: none;
    }

    .order-shema-item,
    .science-item,
    .team .team-descr,
    .why .why-item {
        text-align: center;
    }

    section h2 {
        padding: 0;
        font-size: 2.5em;
    }

    .last-item {
        margin: 20px 0 30px 0 !important;
    }

    .order-form .top-form {
        width: 290px;
        padding: 20px 0;
        margin: 0 auto;
    }

    .text-reviews .col-xs-12,
    .text-reviews .col-sm-12,
    .text-reviews .col-md-12,
    .text-reviews .col-lg-12 {
        padding: 0;
    }

    .order-shema-item:nth-child(2n+1) {
        padding-right: 0;
    }

    .order-form .top-form .timer-line {
        padding: 10px;
    }

    .order-form .top-form .timer-line .timer-header {
        font-size: 1.8em;
    }

    .order-form .top-form .timer-line .flip-clock-wrapper ul {
        margin: 5px 3px;
        width: 36px;
        height: 50px;
        line-height: 47px;
        font-size: 1.2em;
    }

    .order-form .top-form .timer-line .flip-clock-wrapper ul li {
        line-height: 47px;
    }

    .order-form .top-form .timer-line .flip-clock-divider {
        width: 8px;
        height: 73px;
    }

    .order-form .top-form .timer-line .flip-clock-divider.hours {
        width: 0;
    }

    .order-form .top-form .timer-line .flip-clock-dot {
        width: 4px;
        height: 4px;
    }

    .order-form .top-form .timer-line .flip-clock-dot.top {
        top: 20px;
    }

    .order-form .top-form .timer-line .flip-clock-dot.bottom {
        bottom: 32px;
    }

    .order-form .top-form .input-line {
        padding-top: 0;
    }

    .order-form .top-form .input-line-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        margin-bottom: 5px;
    }

    .item-gift {
        margin: 5px 0;
     font-size: 18px;
    }

    .order-form .top-form .input-line-item input {
		width: 100%;
        font-size: 1.5em;
    }

    .order-form .top-form .input-line-item label {
        font-size: 1.5em;
        line-height: 28px;
        width: auto;
    }

    .order-form .top-form .line-count {
        font-size: 1.5em;
        margin: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 18px;
    }

    .order-form .top-form .line-count-descr {
        line-height: 18px;
    }

    .order-form .top-form .line-count-count {
        margin: 0 0 0 -10px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .order-form .top-form .line-count-count:before {
        border: none;
    }

    .order-form .top-form .send {
        font-size: 2em;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .inderma-path .text-pegano p,
    .why p {
        line-height: 22px;
    }

    .order-form .top-form .line-all-text {
        font-size: 1.6em;
    }

    .order-form .top-form .line-all-count {
        font-size: 2.2em;
    }

    .order-form .top-form .btn-line img {
        width: 38px;
        right: -15px;
    }

    .price-line {
        padding: 0 10px 12px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .old-price-header {
        font-size: 2em;
    }



    .price-header {
        font-size: 2.1em;
    }



    .video h3,
    .video-text {
        font-size: 1.9em;
    }

    .hell {
        width: 320px;
        margin: 0 auto;
    }

    .hell h2:after,
    .hell h2:before {
        width: 10px;
    }

    .hell-items {
        padding: 10px;
    }

    .hell-item-text {
        margin: 10px 0;
    }

    .hell-item-text.third {
        padding: 0;
    }

    .video {
        width: 320px;
        margin: 0 auto;
    }

    .video-block {
        height: 170px;
    }

    .inderma-path h2 {
        width: 290px;
        margin: 0 auto 20px;
        font-size: 2.75em;
    }

    .inderma-path .path-text {
        width: 290px;
        margin: 0 auto;
    }

    .inderma-path .path-text p {
        font-size: 1.9em;
        margin-bottom: 15px;
        line-height: 22px;
    }

    .inderma-path .inderma-path-items,
    .inderma-path .photo-pegano {
        width: 290px;
        margin: 0 auto;
    }

    .inderma-path .photo-pegano img {
        width: 100%
    }

    .inderma-path .text-pegano {
        width: 290px;
        margin: 0 auto;
    }

    .inderma-path .text-pegano p:first-child {
        margin-top: 15px;
    }

    .why h2 {
        width: 290px;
        margin: 0 auto;
    }

    .why p {
        width: 290px;
        margin: 15px auto 25px;
        font-size: 1.9em;
    }

    .why .why-item {
        width: 290px;
        margin: 50px auto 0;
        height: auto;
        padding: 90px 5px 30px;
    }

    .why .why-item img {
        float: none;
        clear: both;
        top: -39px;
        position: absolute;
        left: 50%;
        margin-left: -49px;
    }

    .why .why-item h3 {
        font-size: 2.5em;
    }

    .why .why-irem-text {
        font-size: 1.8em;
    }

    .science {
        width: 320px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .science h2 {
        margin: 0;
        top: -8px;
        padding: 0 10px;
    }

    .science h2:after,
    .science h2:before {
        width: 10px;
    }

    .science-item {
        margin: 20px 0;
    }

    .science-item img {
        float: none;
        margin: 0;
    }

    .science-item-header {
        margin-top: 15px;
    }

    .science-item-header h3 {
        line-height: 24px;
        padding: 0 10px;
    }

    .science-item-text {
        font-size: 2em;
        margin: 0 10px 10px;
        line-height: 24px;
    }

    .how {
        width: 320px;
        margin: 0 auto;
    }

    .how h2 {
        line-height: 33px;
    }

    .how-item {
        margin-left: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .how-footer {
        margin: 0 10px 10px;
        padding: 20px 10px;
    }

    .easy-text {
        line-height: 28px;
    }

    .cost .cost-item,
    .cost h2 {
        width: 290px;
        margin: 0 auto;
    }

    .ci-text {
        line-height: 48px;
    }

    .cost-item-text {
        font-size: 1.25em;
    }

    .cit-header {
        font-size: 2.1em;
    }

    .cost-footer {
        width: 290px;
        margin: 20px auto 0;
        padding: 25px 28px;
    }

    .reviews {
        width: 290px;
        margin: 0 auto;
    }

    .reviews h2 {
        font-size: 2.9em;
    }

    .video-reviews {
        margin: 0 -15px;
        height: 195px;
    }

    .audio-reviews .audio-player,
    .audio-reviews h2,
    .order h2 {
        margin: 0 auto;
        width: 290px;
    }

    .video-reviews-author {
        line-height: 32px;
    }

    .audio-reviews p {
        font-size: 2.2em;
    }

    .order-shema {
        width: 290px;
        margin: 0 auto 20px;
    }

    .order-shema-item {
        margin-top: 30px;
    }

    .order-shema-item:nth-child(2n) {
        padding-left: 0;
    }

    .osi-header {
        font-size: 2.7em;
    }

    .osi-text {
        font-size: 1.8em;
    }

    .team {
        padding-top: 20px;
    }

    .team h2 {
        margin: 0 auto;
        width: initial;
        line-height: 31px;
    }

    .team .team-items {
        width: 290px;
        margin: 0 auto;
    }

    .delivery {
        width: 320px;
        margin: 0 auto;
    }

    footer .row>div {
        height: auto;
    }

    .check-cod .check-form button,
    .check-cod .check-form form input,
    .cod-error,
    .cod-ok {
        width: 290px;
    }
}
@media only screen and (max-width: 501px) {
  #callmeform .sale_span.hidden-xs {
      display: none !important;
  }
}