html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    cursor: pointer;
}

article,
footer,
header,
nav {
    display: block;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

input {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

html {
    background: #f7f7f7;
    height: 100%;
    overflow-x: hidden;
}

@media only screen and (max-width:767px) {
    html {
        width: 100%;
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #f7f7f7;
    font-family: "Open Sans", Helvetica, Verdana, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    height: 100%;
    min-height: 100%;
}

@media only screen and (max-width:767px) {
    body {
        width: 100%;
    }
}

h3,
h5 {
    text-rendering: optimizelegibility;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
    h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

h5 {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 0;
}

@media only screen and (max-width:767px) {
    h5 {
        font-size: 16px;
        line-height: 20px;
    }
}

p {
    margin-top: 0;
    margin-bottom: 18px;
}

ul {
    list-style-position: outside;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}

ul ul {
    margin: 10px 0;
}

li {
    margin-bottom: 0.5em;
}

a {
    color: #44a1df;
    -webkit-transition: color 300ms ease, background 400ms ease;
    transition: color 300ms ease, background 400ms ease;
}

a:hover {
    color: red;
}

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu li {
    margin-bottom: 5px;
    line-height: 20px;
}

ul.menu .first.expanded > a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

::-moz-selection {
    background: #44a1df;
    color: #ffffff;
}

::webkit-selection {
    background: #44a1df;
    color: #ffffff;
}

::-moz-selection {
    background: #44a1df;
    color: #ffffff;
}

::selection {
    background: #44a1df;
    color: #ffffff;
}

.container {
    max-width: 940px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

#header {
    background: #fff;
    padding: 30px 0 30px;
}

@media only screen and (max-width:767px) {
    #header {
        background: #f2f2f2;
        display: block;
        height: 50px;
        overflow: hidden;
        padding: 8px 0 10px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 20;
    }

    #header .container {
        padding: 0;
    }
}

#header-region {
    float: left;
    width: 560px;
}

@media only screen and (max-width:979px) {
    #header-region {
        width: 488px;
    }
}

@media only screen and (max-width:767px) {
    #header-region {
        display: none;
    }
}

.header-bottom-region {
    padding: 15px 0 0;
}

@media only screen and (max-width:767px) {
    .header-bottom-region {
        display: none;
    }
}

#navigation {
    background: #243178;
}

#main-content {
    position: relative;
}

#main-content .container {
    padding-bottom: 0px;
}

@media only screen and (max-width:767px) {
    #main-content .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:479px) {
    #main-content .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

#footer {
    background: #243178;
    display: block;
    color: #44a1df;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    overflow: hidden;
}

#footer > .container {
    padding-top: 25px;
    padding-bottom: 20px;
    overflow: hidden;
}

@media only screen and (max-width:767px) {
    #footer > .container {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width:479px) {
    #footer > .container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }
}

#footer a {
    color: #44a1df;
}

#footer a:hover {
    color: #4db8ff;
}

#footer .footer-bottom a {
    color: rgba(0, 153, 255, 0.8);
}

#footer p {
    margin-bottom: 10px;
}

#footer p:last-of-type {
    margin-bottom: 0;
}

#footer .block > .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 10px 0;
}

@media only screen and (max-width:479px) {
    #footer .block > .title {
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }
}

#footer .block h5 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 2px;
}

@media only screen and (max-width:479px) {
    #footer ul.menu li {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width:479px) {
    #footer ul.menu .first.expanded > a {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

.footer-bottom {
    background: #cd0b17;
    color: rgb(255 255 255);
    padding: 20px 0;
    line-height: 20px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.container .row {
    margin-left: -10px;
    margin-right: -10px;
}

.col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 30%;
}

.col-5 {
    width: 41.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-12 {
    width: 100%;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

input[type=submit] {
    color: #fff;
    background: #243178;
    border: none;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 20px;
    margin: 20px 0;
    outline: none;
    text-decoration: none;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}

input[type=submit]:hover {
    background: #44a1df;
    color: #fff;
}

.logo-slogan {
    float: left;
    margin-right: 20px;
    width: 360px;
}

@media only screen and (max-width:979px) {
    .logo-slogan {
        width: 220px;
    }
}

@media only screen and (max-width:767px) {
    .logo-slogan {
        width: 100%;
        margin: 0;
    }
}

.logo {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
    line-height: 0;
    width: 96px;
}

.logo img {
    height: auto;
    width: 100%;
}

@media only screen and (max-width:979px) {
    .logo {
        width: 66px;
    }
}

@media only screen and (max-width:767px) {
    .logo {
        margin: 4px 20px 0;
        position: relative;
        width: 60px;
        z-index: 80;
    }
}

@media only screen and (max-width:479px) {
    .logo {
        margin: 4px 10px 0 15px;
    }
}

.logo-text {
    font-family: "PT Sans", "Open Sans", Helvetica, Verdana, sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin-left: 109px;
}

@media only screen and (max-width:979px) {
    .logo-text {
        margin-left: 76px;
    }
}

@media only screen and (max-width:767px) {
    .logo-text {
        margin-left: 0;
    }
}

.logo-text .sitename {
    font-size: 14px;
    font-weight: normal;
    line-height: 13px;
    margin: 0;
    max-width: 130px;
}

@media only screen and (max-width:979px) {
    .logo-text .sitename {
        font-size: 11px;
        line-height: 9px;
    }
}

@media only screen and (max-width:767px) {
    .logo-text .sitename {
        font-size: 15px;
        line-height: 15px;
        float: left;
        margin: 0;
        max-width: 215px;
        width: 100%;
    }
}

@media only screen and (max-width:479px) {
    .logo-text .sitename {
        font-size: 12px;
        line-height: 13px;
        padding: 2px 0;
        max-width: 185px;
    }
}

.logo-text a {
    text-decoration: none;
    color: #243178;
}

.second-slogan {
    color: #969696;
    display: block;
    clear: both;
    font-size: 9px;
    line-height: 14px;
    text-align: left;
}

.second-slogan .block-content {
    display: inline-block;
    text-align: left;
}

.second-slogan p {
    margin: 0;
}

.header-phones-block {
    float: left;
    padding-bottom: 40px;
}

.header-phones-block .phone-address {
    float: left;
}

.header-phones-block .phone-address p {
    color: #969696;
    font-size: 12px;
    line-height: 15px;
    margin: 10px 0 0 0;
}

@media only screen and (max-width:979px) {
    .header-phones-block .phone-address p {
        font-size: 11px;
    }
}

.header-phones-block .phone-address-wrapper {
    overflow: hidden;
    margin-bottom: 18px;
}

.header-phones-block .first {
    border-right: 1px solid rgba(150, 150, 150, 0.5);
    padding-right: 20px;
    margin-right: 20px;
}

@media only screen and (max-width:979px) {
    .header-phones-block .first {
        padding-right: 10px;
        margin-right: 10px;
    }
}

.user-login-block {
    color: #44a1df;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    margin-bottom: 20px;
}

.user-login-block a {
    color: #44a1df;
}

.user-login-block a:hover {
    color: #243178;
}

.fw700 {
    font-weight: 700;
}

.ttup {
    text-transform: uppercase;
}

.doc-reviews-block {
    margin-bottom: 60px;
}

.doc-reviews-block .views-row {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.doc-reviews-block .review-info {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

.doc-reviews-block .view-header {
    text-align: left;
    padding: 1px 20px;
    margin-bottom: 20px;
    background: #fff;
}

.block-content .view-header {
    background: #fff;
    padding: 15px;
}

.doc-reviews-block .pager-load-more {
    margin-top: 10px;
}

.doc-reviews-block .pager-load-more .pager-next {
    margin-left: 10px;
}

.page-reviews-view {
    margin-bottom: 20px;
}

.block-search {
    height: 30px;
    width: 192px !important;
    overflow: hidden;
}

@media only screen and (max-width:979px) {
    .block-search {
        width: 180px !important;
    }
}

@media only screen and (max-width:767px) {
    #navigation {
        display: none !important;
    }
}

.developers {
    text-align: right;
}

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin-top: 80px;
}

.pager.pager-load-more {
    margin: 10px 0;
}

.pager.pager-load-more a {
    color: #fff;
    background: #243178;
    border: none;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 20px;
    margin: 20px 0;
    outline: none;
    text-decoration: none;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}

.pager.pager-load-more a:hover {
    background: #44a1df;
    color: #fff;
}

.pager.pager-load-more .pager-next {
    margin: 0;
}

.pager li {
    display: inline-block;
    list-style: none;
    margin: 10px;
}

.pager li.pager-next {
    margin-left: 30px;
}


#block-panels_mini-main_menu .container {
    height: 4px;
}

.article__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin: 20px 0;
    color: #7c0f0c;
    text-align: center;
}

.form-top .input-form {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    color: #243178;
    height: 46px;
    outline: none;
    padding: 10px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.form-top .button {
    cursor: pointer;
    background: #cd0b17;
    border-color: #cd0b17;
    color: #fff;
    margin-bottom: 5px;
}

.form-top .button:hover {
    background: #44a1df;
}

.form-content {
    display: block;
    margin: 15px auto
}

.form-content p {
    display: block;
    width: 100%;
    text-align: center;
    color: #44a1df;
    font-size: 130%;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 20px;
}



.form-content .input-form {
    margin: 10px auto;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    color: #243178;
    height: 46px;
    outline: none;
    padding: 10px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.form-content .button {
    cursor: pointer;
    background: #cd0b17;
    border-color: #cd0b17;
    color: #fff;
}

.form-content .button:hover {
    background: #44a1df;
}

.ittem-block-right .text-top {
    color: #243178;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ittem-block-right {
    display: inline-block;
    width: 330px;
    margin-right: 20px;
    text-align: center;
    float: right;
    padding-top: 20px;
}

.ittem-block-left {
display: inline-block;
    background: url(../img/product.png) no-repeat;
    background-position: center top 10px;
    background-size: auto 220px;
    width: calc(100% - 350px);
    padding: 240px 20px 10px 40px;
    float: left;
}

.ittem-block-left p {
    font-size: 140%;
    line-height: 1.4;
}

.block {
    display: block;
    overflow: hidden;
}

.ittem-block-left .top-ul li {
    list-style-type: decimal;
}

.content h2 {
    color: #cd0b17;
    line-height: 1.2;
}

ul.ul-diabet li {
    list-style-type: none;
    border-left: solid 3px #243178;
    padding-left: 15px;

}

ul.ul-diabet span {
    display: block;
    font-weight: bold;

}

.content-teg span {
    display: inline-block;
    background: #df4444;
    color: #fff;
    padding: 5px;
    margin: 5px;

}

.content-teg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 15px auto;
}

.warning-block {
    background: url(img/contact.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    color: #fff;
    padding: 40px 20px;
    font-size: 130%;
    line-height: 1.4;
}

.warning-block span {
    display: block;
    font-size: 160%;
}

.main-block {

    background: #fff;
    padding: 10px 10px;
    font-size: 110%;
    line-height: 1.4;
}

.expert {
    background: url(img/expert.png) no-repeat #efefef;
    background-position: left bottom;
    background-size: auto 320px;
    min-height: 350px;
    padding-left: 300px;
    padding-right: 50px;
}

.expert span {
    display: block;
    font-size: 120%;
    padding: 20px 25px;
    color: #920b0d;
    font-weight: bold;
}

.img-content {
    display: block;
    margin: 10px auto;
    max-width: calc(100% - 20px);
}

.ludi .ittem {
    display: block;
    min-height: 140px;
    padding-left: 160px;
    padding-top: 25px;
}

.ludi .ittem span {
    display: block;
    font-weight: bold;
    font-size: 120%;
    margin: 10px;
}

.ludi .ittem p {
    display: block;
    margin: 10px;
}

.ludi .ittem-1 {
    background: url(../images/work-img-1.png) no-repeat;
    background-position: left center;
    background-size: 130px;
}

.ludi .ittem-2 {
    background: url(../images/work-img-2.png) no-repeat;
    background-position: left center;
    background-size: 130px;
}

.ludi .ittem-3 {
    background: url(../images/work-img-3.png) no-repeat;
    background-position: left center;
    background-size: 130px;
}

.center {
    text-align: center;
}

.ludi {
    display: block;
}

.color-1 {
    color: brown;
}

.content-img {
    display: block;
    margin: 25px auto;
}

.tovar {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-size: 95%;
    line-height: 1.2;
}

.form-content .tovar {
    margin: 0 auto;
    display: table;
    width: auto;

}

.form-content .tovar {
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 95%;
    line-height: 1.2;
}

.lastpack {
    width: 40px;
    text-align: center;
    display: inline-block;
    float: right;
    margin: 0 10px;
    font-size: 160%;
    line-height: 1.1;
    background: #ff3737;
    padding: 3px 3px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
}


.tovar .text {
    display: inline-block;
    float: left;
    width: calc(100% - 70px);
}

.form-content .tovar .text {
    text-align: right;
    padding-top: 5px;
    color: #000;
}

.countbox {
    display: table;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
}

.countbox .countbox-num {
    float: left;
    width: 80px;
    height: 30px;
    position: relative;
    color: #fff;
}

.countbox .countbox-space {
    float: left;
    width: 10px;
    line-height: 30px;
}

.countbox .countbox-space:before {
    content: '\003A';
    font: 30px 'MuseoSansCyrl-900';
    color: #fff;
    line-height: 30px;
}

.countbox-hours1,
.countbox-mins1,
.countbox-secs1,
.countbox-hours2,
.countbox-mins2,
.countbox-secs2 {
    float: left;
    width: 93%;
    height: 30px;
    text-align: center;
    background: #cd0b17;
    z-index: 1;
    font: 32px 'MuseoSansCyrl-900';
    color: #fff;
    line-height: 30px;
    margin: 0 3px;
}

.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 30px;
    height: 18px;
    width: 100%;
    font-size: 16px;
    padding: 0 8px 4px;
    color: #243178;
    text-transform: lowercase;
}

.main-1 {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
}

.main-1 .timer {
    color: #243178;
    display: block;
    width: 260px;
    float: none;
    margin: 0 auto;
    padding-bottom: 20px;
}

.timer {
    color: #243178;
    display: block;
    width: 260px;
    float: right;
    padding-bottom: 20px;
}

.ittem-block-right .timer {
    margin: 0 auto;
    float: none;
}

.main-1 .titl-form {
    display: block;
    width: calc(100% - 320px);
    float: left;
    font-size: 160%;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #243178;
    font-weight: bold;
}

.akciay {
    display: block;
    width: 100%;
    color: red !important;
    text-align: center;
    margin: 0 auto !important;
    padding: 5px;
}

.cena .line-1 {
    display: block;
    width: 100%;
    font-size: 90%;
    text-align: center;
    line-height: 1.2;
}

.cena .line-2 {
    display: table;
    background: #cd0b17;
    margin: 5px auto;
    padding: 5px 20px;
    color: #fff;
    line-height: 30px;
}

.cena {
    font-size: 190%;
}

.main-1 .cena {
    display: table;
    font-size: 190%;
    margin: 0 auto;
    margin-bottom: 15px;

}

.ittem-pipl {
    margin-top: 15px;
    width: 30%;
    background: #920b0d;
    color: #fff;
    padding-bottom: 20px;
}

.ittem-pipl p {
    margin: 0;
    padding: 4px 20px;
    font-size: 90%;
    line-height: 1.2;
}

.ittem-pipl span {
    display: block;
    font-size: 130%;
    font-weight: 700;
    line-height: 1.3;
    padding: 4px 20px;
}

.ittem-pipl .photo {
    width: 100%;
    height: 250px;
    background-size: cover;
    margin-bottom: 20px;
}

.view-content {}

.content-pipl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.color-bg-f {
    background: #fff;
}

.h2-pipl {
    padding: 10px;
    text-align: center;
}

.pipl-0 {
    background: url(img/1.jpg) no-repeat;
}

.pipl-1 {
    background: url(img/2.jpg) no-repeat;
}

.pipl-2 {
    background: url(img/3.png) no-repeat;
}

.text-format .c15 p {
    margin-bottom: 0px
}

.c15 {
    margin-bottom: 25px
}

.c15,
.c15 td,
.c15 tr {
    border: 1px solid #d6d6d6;
}

.c15 .c3 p {
    padding: 5px 10px 5px;
    margin-bottom: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

.top-40 {
    margin-top: 40px;
}

.bottom-40 {
    margin-bottom: 40px;
}




.bg-1 {
    background: #003466;
}

.bg-1 td {
    color: #fff;
    font-weight: bold;
    padding: 10px 0px;
}

.c3 .c2:nth-child(1) {
    text-align: center;
    background: #920b0d;
    color: #fff;
    font-weight: bold;
    min-width: 150px;
}

.c3 .c2:nth-child(2) {
    border-right: 2px solid #920b0d;
}

.c15 {
    border-top: 2px solid #920b0d;
    border-bottom: 2px solid #920b0d;
}

.c15 .c1 {
    padding: 5px;
    display: block;
}

@media only screen and (max-width:979px) {
    .ittem-block-left {
        padding: 195px 20px 10px 10px;
        float: left;
    background-size: auto 185px;
    }

    .ittem-block-left br {
        display: none;
    }

    .pager li.pager-next {
        font-size: 0;
        color: transparent;
    }

    .pager li.pager-next a:after {
        display: inline-block;
        font: normal normal normal 14px/1 icons;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        line-height: 20px;
        padding: 0 10px;
    }

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

    .container {
        max-width: 728px;
    }

    .col-medium-3 {
        width: 25%;
    }

    .pager li.pager-next {
        margin: 10px 0 0 10px;
    }

    .expert {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {
    .form-content .tovar .text {
        text-align: left;
        padding: 5px;
        white-space: normal;
        color: #000;
    }

    .ittem-block-left {
        display: inline-block;
        background: url(img/difort.png) no-repeat;
        background-position: right 10px top 75px;
            background-size: auto 155px;
        width: 100%;
        padding: 0px;
        float: none;
    }

    .ittem-pipl {
        width: 45%;
    }

    .ittem-block-right {
        display: inline-block;
        width: 100%;
        margin: 0px auto;
        text-align: center;
        float: none;
    }

    .expert {
        background: url(img/expert-mob.png) no-repeat #efefef;
        background-position: left 10px center;
        background-size: auto 180px;
        min-height: 350px;
        padding-left: 200px;
        padding-right: 10px;
    }

    .main-1 .titl-form {
        display: block;
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .timer {
        color: #243178;
        display: block;
        width: 260px;
        float: none;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .form-content .input-form {
        margin-left: auto;
        width: 100%;
    }

    .ittem-block-left br {
        display: block;
    }






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

    .container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
        overflow: hidden;
    }

    .row,
    .container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col {
        float: none;
        padding: 0;
        width: 100%;
    }

    input[name="text"] {
        border-radius: 0;
        font-size: 16px !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }
}

@media only screen and (max-width:650px) {
    .top-ul {
        padding-left: 20px;
    }

    .main-1 {
        display: block;
    }

    .main-1 .cena {
        display: table;
        margin: 0 auto;
    }
}

@media only screen and (max-width:550px) {
    .c3 .c2:nth-child(1) {
        min-width: auto;
        padding: 0;
    }

    .c15 .c3 p {
        padding: 5px 0px 5px;
        margin-bottom: 0px;
    }

    .ittem-pipl {
        width: 340px;
        max-width: 100%;
    }

    .ittem-pipl .photo {
        height: 280px;
    }

    .ittem-block-left {
        display: inline-block;
        background: url(../img/product.png) no-repeat;
        background-position: center bottom 10px;
            background-size: contain;
        width: 100%;
        padding-bottom: 255px;
        float: none;
    }

    .form-content .tovar .text {
        text-align: left;
        padding-top: 0px;
        white-space: normal;
    }

    .tovar .text {
        display: inline-block;
        float: left;
        width: calc(100% - 60px);
    }

    .article__title {
        font-size: 26px;
        line-height: 32px;
    }

    .ittem-block-left p {
        font-size: 120%;
        line-height: 1.4;
    }

    .content h2 {
        color: #243178;
        line-height: 1.2;
    }

    ul {
        padding: 0 0 0 15px;
    }

    .warning-block {
        background: url(img/contact.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        color: #fff;
        padding: 10px 10px;
        font-size: 110%;
        line-height: 1.4;
    }

    .expert {
        background: url(img/expert-mob.png) no-repeat #efefef;
        background-position: top 10px center;
        background-size: auto 180px;
        min-height: auto;
        padding-top: 180px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-content {
        width: 100%;
        margin: 5px auto;
    }

    .container {
        max-width: 100%;
    }

    .col {
        width: 100%;
    }
}

@media only screen and (max-width:350px) {
    .ittem-block-left {
    padding-bottom: 205px;
    }
}
.pad-bot {
    padding-bottom: 20px;
}

.border {
    display: block;
    border: 2px solid rgba(0, 39, 255, 0.16);
    padding: 10px;
    background-color: #0072b240;
}

.widt {
    width: 430px;
    max-width: 100%;
    margin: 0 auto;
}