@font-face {
    font-family: 'montserratb';
    src: url('../fonts/montserrat-bold.eot');
    src: local('O'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoslab';
    src: url('../fonts/robotoslab-regular.eot');
    src: local('O'), url('../fonts/robotoslab-regular.woff') format('woff'), url('../fonts/robotoslab-regular.ttf') format('truetype'), url('../fonts/robotoslab-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@-ms-viewport {
    width: device-width
}

::-webkit-input-placeholder {
    /* Edge */
    color: #777;
    font-style: italic;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777;
    font-style: italic;
}

::-moz-placeholder {
    color: #777;
    font-style: italic;
}

::-ms-input-placeholder {
    color: #777;
    font-style: italic;
}

::placeholder {
    color: #777;
    font-style: italic;
}

body::-webkit-scrollbar {
    width: 0.9em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    background-color: #f5f5f5;
    font-family: robotoslab, Arial, Tahoma, Verdana, sans-serif;
    font-size: 16px;
    min-height: 100%;
    color: #373737;
    position: relative;
}

input[type="text"],
textarea {
    color: #762934;
    font-size: 20px;
    padding: 0px 34px;
    border: 1px solid #ebeaea;
    box-shadow: 1px 2px 2px #ccc inset;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -khtml-border-radius: 30px;
}

* {
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

*:not(ol):not(ul):not(p),
*:before,
*:after {
    margin: 0;
    padding: 0
}

ul {
    padding: 0;
}

/*  DEFAULT CSS  */

.wrap {
    max-width: 1270px;
    padding: 0 20px;
    margin: 0 auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hidden {
    display: none;
}

.relative {
    position: relative;
}

.hiddeni {
    display: none !important;
}

div.center,
table.center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

p.center,
.p.center,
td.center,
form.center,
h2.center {
    text-align: center;
}

p.left,
.p.left,
table.center td.left,
td.left,
form.left,
h2.left {
    text-align: left;
}

p.right,
.p.right,
td.right,
form.right,
h2.right {
    text-align: right;
}

table.center {
    margin: 0px auto;
}

td {
    vertical-align: top;
}

.bottom,
table.bottom td {
    vertical-align: bottom;
}

.middle,
table.middle td {
    vertical-align: middle;
}

.center,
table.center td {
    text-align: center;
}

.justify {
    text-align: justify;
}

.nowrap {
    white-space: nowrap;
}

p,
.p {
    padding: 0px;
    margin: 10px 0px;
    display: block;
}

.pointer,
label {
    cursor: pointer;
}

.needed {
    color: #d1054a;
}

.inline {
    display: inline;
}

input[type=text].error,
select.error,
textarea.error {
    border: 1px solid #FF0000;
}

.notice {
    color: #008800;
}

a img {
    border: 0px;
}

/*img{display:block;}*/
.center img,
img.center {
    margin-left: auto;
    margin-right: auto;
}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

input,
textarea {
    resize: none;
}

.nobmp {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    background: transparent !important;
}

ul.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box:after,
ul.menu:after,
.clear:after,
.wrap:after {
    display: block;
    height: 0px;
    clear: both;
    content: "";
    float: none;
}

ul.menu>li {
    display: block;
    float: left;
}

* {
    outline: none;
    background-repeat: no-repeat;
    -webkit-text-size-adjust: none;
}

.noclick {
    cursor: default;
    color: #000 !important;
    text-decoration: none;
}

.rounded-borders-2 {
    border-radius: 2px;
    -khtml-border-radius: 2px;
}

.shaddow {
    text-shadow: 0 1px #fff;
}

.side-left {
    float: left;
}

.side-right {
    float: right;
}

/**/
/* columns */
.typecoll-l {
    width: 250px;
    float: left;
    min-height: 200px;
}

.typecoll-c {
    width: 8000px;
    float: left;
    margin: 0px 0px;
}

.typecoll-r {
    width: 250px;
    float: right;
    min-height: 200px;
}

/* all columns */
.typecolls-lcr .typecoll-l {
    display: block;
}

.typecolls-lcr .typecoll-c {
    display: block;
    width: 530px;
}

.typecolls-lcr .typecoll-r {
    display: block;
}

/* without right column */
.typecolls-lc .typecoll-l {
    display: block;
}

.typecolls-lc .typecoll-c {
    display: block;
    width: 800px;
    margin-left: 20px;
}

.typecolls-lc .typecoll-r {
    display: none;
}

/* without left column */
.typecolls-cr .typecoll-l {
    display: none;
}

.typecolls-cr .typecoll-c {
    display: block;
    width: 800px;
    margin-left: 0px;
}

.typecolls-cr .typecoll-r {
    display: block;
}

/* only center column */
.typecolls-c .typecoll-l {
    display: none;
}

.typecolls-c .typecoll-c {
    display: block;
    width: 100%;
    float: none;
    margin: 0px;
}

.typecolls-c .typecoll-r {
    display: none;
}

h1,
h2,
h4,
h5,
h6,
strong,
.strong,
b,
.button {
    font-family: montserratb, Arial, Tahoma, Verdana, sans-serif;
    font-weight: normal;
}

a {
    color: #777;
    text-decoration: none;
}

.message.success {
    min-height: 64px;
    padding: 5px 5px 5px 75px;
    border: 1px solid #46be2e;
    background-image: url('../images/icon-ok.png');
    background-position: 10px center;
    margin-top: 30px;
}

.message.success>div {
    display: table-cell;
    height: 64px;
    width: 100%;
    vertical-align: middle;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.rov {
    margin: 5px 0px;
    position: relative;
}

.row {
    margin: 10px 0px;
    position: relative;
}

.rovw {
    margin: 15px 0px;
    position: relative;
}

.rovw input[type="text"] {
    width: 100%;
    padding: 10px;
}

.rovw textarea {
    width: 100%;
    padding: 10px 20px;
    min-height: 160px;
}

.button {
    display: inline-block;
    padding: 0px 21px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border-radius: 21px;
    -khtml-border-radius: 21px;
}

.button.pink {
    color: #fff;
    background-color: #ff3c57;
    border: 2px solid #fff;
}

.button.big.pink {
    padding: 0px 37px;
    border-radius: 30px;
    -khtml-border-radius: 30px;
    line-height: 45px;
    font-size: 17px;
}

.button.medium.pink {
    padding: 0px 23px;
    border-radius: 30px;
    -khtml-border-radius: 30px;
    line-height: 45px;
    font-size: 17px;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin: 10px 0px;
}

h3 {
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    margin: 10px 0px;
}

.pink {
    color: #ff3c57;
}

input,
textarea {
    color: #777;
    font-size: 20px;
    padding: 0px 34px;
    border: 1px solid #ebeaea;
    -webkit-box-shadow: 1px 2px 2px #ccc inset;
    box-shadow: 1px 2px 2px #ccc inset;
    border-radius: 30px;
    -khtml-border-radius: 30px;
}

input {
    height: 45px;
}

textarea {
    padding: 20px 34px 40px 34px;
}

.top-header {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu.site li {
    position: relative;
}

.menu.site li a {
    text-decoration: none;
    margin-left: 15px;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 10px;
    font-family:montserratb, sans-serif;
    font-size:14px;
}

.menu.site li a:hover,
.menu.site li a.current {
    color: #ff3c57;
}

.rubsrics {
    text-align: center;
    margin: 80px 0px;
    padding: 0;
}

.rubsrics li {
    display: inline-block;
    max-width: 350px;
    padding: 85px 15px 0px;
    background-position: center top;
    text-align: justify;
}

.rubsrics li.health {
    background-image: url('../images/icon-rubrics-health.png');
}

.rubsrics li.products {
    background-image: url('../images/icon-rubrics-products.png');
}

.rubsrics li.about-us {
    background-image: url('../images/icon-rubrics-about-us.png');
}

.rubsrics li .title {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.rubsrics li .descr {
    color: #777;
    text-align: justify;
}

#body-header {
    position: relative;
    z-index: 1;
}

#body-header .top-header {
    height: 90px;
    max-width: 1270px;
    padding: 0 20px;
    margin: 0 auto;
}

#body-header .top-header .logo {
    display: block;
    min-width: 300px;
    max-width: 353px;
    height: 90px;
    background-image: url('../images/logo.png');
    background-size: contain;
    background-position-y: center;
}

#body-banner {
    background-image: url('../images/body-banner-bg.jpg');
    background-position: center center;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    z-index: 0;
}

.hhh1 {
    display: block;
    height: 100%;
    z-index: 2;
}

.hhh1 {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    display: block;
    z-index: -1;
}

/*#body-banner:hover:before{opacity:0.8;transition:opacity 0.4s ease 0s;}*/
#body-content {
    padding-top: 30px;
}

#body-banner .wrap {
    height: 400px;
}

#body-banner .text1 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 100px;
    margin: 0px;
}

#body-banner .text1 span {
    font-size: 48px;
    margin-left: 8px;
}

#body-banner .text2 {
    font-size: 48px;
    line-height: 100px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#body-banner .button {
    margin-top: 0px;
}

/*
#body-banner.url-{display:block;}
#body-banner.url- .wrap{height:530px;}
#body-banner.url- .text1{font-size:60px;text-transform:uppercase;letter-spacing:-3.8px;padding-top:105px;line-height:66px;margin:0px;}
#body-banner.url- .text2{font-size:20px;line-height:93px;margin:0px;}
#body-banner.url- .button{margin-top:20px;}
*/

#body-footer-space {
    height: 370px;
}

#body-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #555;
}

#body-footer .footer-box-1 {
    background-color: #0a5f27;
    padding: 60px 0px;
}

#body-footer .footer-box-1 h2 {
    color: #fff;
}

.form-contact-box {
    position: relative;
    margin: 0px auto;
    display: block;
    width: 100%;
    max-width: 560px;
    min-height: 395px;
}

.form-contact-box .button {
    line-height: 40px;
    padding: 0px 35px;
    position: absolute;
    right: 0px;
    bottom: 1px;
    border-radius: 20px 0px 20px 0px;
    -khtml-border-radius: 20px 0px 20px 0px;
}

.form-contact-box .loader {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.form-contact-box .aribox {
    position: relative;
}

.form-contact-box .aribox.error {
    border-color: #FF0000;
}

.form-contact-box .aribox {
    border: 1px solid #ebeaea;
    -webkit-box-shadow: 1px 2px 2px #ccc inset;
    box-shadow: 1px 2px 2px #ccc inset;
    border-radius: 30px;
    -khtml-border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
}

.form-contact-box .aribox input {
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
}

.form-contact-box .aribox img {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 47px;
    width: 120px;
    cursor: pointer;
}

.category-title {
    text-align: center;
    left: 0px;
    right: 0px;
    top: 40px;
}

.lists.products {
    width: 100%;
    margin: 0px auto;
    position: relative;
    max-width: 950px;
}

.lists.products .element {
    justify-content: space-between;
}

.lists.products .inner-img {
    display: none;
}

.lists.products>div {
    margin: 60px 0px 30px 0px;
}

.lists.products>div .img {
    max-height: 400px;
    overflow: hidden;
    max-width: 400px;
}

.lists.products>div .descr {
    max-width: 550px;
    color: #393737;
}

.lists.products>div .descr>div {
    padding: 14px 26px;
    border-left: 1px solid #000;
    position: relative;
    min-height: 390px;
    font-size: 14px;
}

.lists.products>div .descr>div:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 21px;
    height: 1px;
    background-color: #000;
}

.lists.products>div .descr>div:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 105px;
    height: 1px;
    background-color: #000;
}

.lists.products>div .descr>div>.title {
    position: absolute;
    top: -12px;
    left: 26px;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 20px);
}

.lists.products>div .descr .more {
    position: absolute;
    bottom: -19px;
    left: 113px;
}

.lists.products>div .descr .short-text {
    text-align: justify;
}

.lists.products>div .descr .prop {
    padding-left: 87px;
    margin-top: 11px;
    min-height: 75px;
    background-position: left top;
}

.lists.products>div .descr .prop .title {
    font-size: 17px;
}

.lists.products>div .descr .prop.composition {
    background-image: url('../images/icon-composition.png');
}

.lists.products>div .descr .prop.excipients {
    background-image: url('../images/icon-excipients.png');
}

.lists.products>div .descr .prop.administration {
    background-image: url('../images/icon-administration.png');
}

/*
.anty-privacy-info{padding-right:248px;padding-bottom:160px;background-image:url('../images/img-anty.png');background-position:right bottom;min-height:271px;
    width:700px;position:relative;margin:0px auto;
}*/

.check-box {
    min-height: 250px;
}

.check-box.code {
    background-color: #0a5f27;
}

.check-box.store {
    background-color: #158AB0;
    margin-top: 30px;
    padding: 30px 0;
}

.check-box.fail {
    background-color: #ff3c57;
}

.check-box.success {
    background-color: #008800;
}

.check-box.fail .button {
    background-color: #0a5f27;
}

.check-box .title {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.check-box table {
    margin-top: 26px;
}

.check-box .result {
    width: 250px;
    margin: 15px auto 0px auto;
    position: relative;
    display: none;
    color: #fff;
    font-size: 20px;
    line-height: 49px;
    white-space: nowrap;
}

.check-box.success .result {
    height: 49px;
    padding-left: 60px;
    background-image: url('../images/icon-check-success.png');
    background-position: left center;
    display: block;
}

.check-box.fail .result {
    height: 49px;
    padding-left: 60px;
    background-image: url('../images/icon-check-wrong.png');
    background-position: left center;
    display: block;
}

.home-line-1 {
    padding: 70px 0px 70px 0px;
}

.home-line-1 h3 {
    color: #777;
}

.home-line-2 {
    padding: 50px 10px;
    background-image: url('../images/home-line2-bg.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.home-line-2:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: -1;
    background-color: #000;
    opacity: 0.4;
    -webkit-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
}

/*.home-line-2:hover:before{opacity:0.8;transition:opacity 0.4s ease 0s;}*/
.home-line-2 h2 {
    color: #fff;
    font-size: 30px;
}

.home-line-2 p,
.home-line-2 li {
    color: #fff;
}

.home-line-2 .menu li {
    float: none;
    display: block;
    background-image: url('../images/icon-li-ok.png');
    background-position: left center;
    padding-left: 50px;
    line-height: 37px;
}

.home-line-3 {
    padding: 60px 0px;
}

.home-line-3 h3 {
    color: #777;
}

.home-line-4 {
    padding: 0px 0px 50px 0px;
}

.home-line-4 h3 {
    color: #777;
}

.home-line-4 .about-cards {
    text-align: center;
    margin-top: 80px;
    padding: 0;
}

.home-line-4 .about-cards li {
    display: block;
    min-width: 30%;
    padding: 115px 26px 0;
    background-position: center top;
    margin-bottom: 40px;
}

.home-line-4 .about-cards li.opt1 {
    background-image: url('../images/icon-aa-1.png');
}

.home-line-4 .about-cards li.opt2 {
    background-image: url('../images/icon-aa-2.png');
}

.home-line-4 .about-cards li.opt3 {
    background-image: url('../images/icon-aa-3.png');
}

.home-line-4 .about-cards li .title {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.home-line-4 .about-cards li .descr {
    color: #777;
    text-align: justify;
}

.navigation {}

.navigation ul {
    text-align: center;
    display: block;
}

.navigation ul li {
    margin: 0px 4px;
    float: none;
    display: inline-block;
}

.navigation ul li span,
.navigation ul li a {
    display: inline-block;
    line-height: 37px;
    border: 2px solid #ede9ea;
    width: 37px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    -khtml-border-radius: 20px;
}

.navigation ul li span {
    border: 2px solid #fff;
    background-color: #b92d41;
}

.navigation ul li a {
    background-color: #ff3c57;
}

.navigation ul li a:hover {
    background-color: #b92d41;
}

.search-box {
    margin-left: 30px;
    position:relative;
}

.search-box form span {
    position: relative;
}

.search-box form span input {
    font-size: 12px;
    height: 32px;
    border: none;
    background-color: #fff;
    font-size: 12px;
    color: inherit;
    padding: 0px 30px 0px 15px;
    -webkit-box-shadow: 0px 1px 4px #aaaaaa inset;
    box-shadow: 0px 1px 4px #aaaaaa inset;
    margin: auto;
}

.search-box form span a {
    display: block;
    position: absolute;
    right: 4px;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon-search.png);
    background-color: #ff3c57;
    background-position: center;
    border-radius: 50%;
}

.search-box form span a:hover {
    background-color: #ff2946;
}

.tooltip-search {
    display: none;
    position: absolute;
    left: 0px;
    top: 30px;
    padding-top: 13px;
    font-size: 12px;
    line-height: 2;
}

.tooltip-search>span {
    background-color: rgba(255, 255, 255, 0.78);
    display: block;
    -webkit-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;
    overflow: hidden;
    padding: 5px 0px;
    width: 180px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}

.tooltip-search>span:before {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-bottom: 10px solid #fff;
    top: -3px;
    right: 30px;
}

.tooltip-search>span>span {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
}

.tooltip-search>span>span:before {
    content: ">";
    position: absolute;
    right: 20px;
    top: 50%;
    font-family: "Courier New";
    margin-top: -11px;
}

.tooltip-search>span>span:hover,
.tooltip-search>span>span.selected {
    background-color: #f45e73;
    color: #fff;
}

.bottom-footer {
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bottom-footer p{
    width: 100%;
}

.drop-down {
    display: none;
    position: absolute;
    margin: 33px;
    right: 0;
    width: 35px;
    height: 25px;
    padding: 12px 0;
    cursor: pointer;
}

.drop-down span {
    display: block;
    background-color: #1b1b1b;
    width: 35px;
    height: 2px;
}

.drop-down:before,
.drop-down:after {
    content: '';
    background-color: #1b1b1b;
    position: absolute;
    width: 35px;
    height: 2px;
    left: 0;
    -webkit-transition: -webkit-transform 150ms;
    transition: -webkit-transform 150ms;
    -o-transition: transform 150ms;
    transition: transform 150ms;
    transition: transform 150ms, -webkit-transform 150ms;
    outline: none;
}

.drop-down:before {
    top: 0;
}

.drop-down:after {
    bottom: 0;
}

input#drop:checked+label.drop-down span {
    background-color: transparent;
}

input#drop:checked+label.drop-down:before {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input#drop:checked+label.drop-down:after {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input#drop:checked~ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input#drop:checked ~ .search-box{
    display: block;
}

#home-products-box {
    width: 100%;
    max-width: 1090px;
    margin: auto;
    position: relative;
    padding: 0 70px;
}

#home-products-box:hover .slick-arrow {
    opacity: 1;
}

.intructions-block {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.intructions-block .instr-row {
    align-items: stretch;
}

.intructions-block .instr-row>div {
    width: 50%;
}

.intructions-block .instr-row .instr-text {
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}

.intructions-block .instr-row .instr-text p {
    text-indent: 15px;
    font-size: medium;
    margin: 5px 0;
}

.intructions-block .instr-row:nth-child(odd) {
    flex-direction: row-reverse;
}


.intructions-block .instr-row .instr-image img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.check-field{
    justify-content: center;
    min-height: 115px;
    align-items: center;
}

.check-field input[type="text"]{
    margin-right: 10px;
}

@media only screen and (max-width: 1080px) {
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 980px) {
    #home-products-box {
        padding: 0 30px;
    }

    .lists.products .element {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .lists.products .element .img {
        display: none;
    }

    .lists.products .inner-img {
        display: block;

    }

    .lists.products .inner-img img {
        height: auto;
        max-width: 100%;
    }

    #home-products-box .slick-arrow {
        opacity: 1;
    }

    #home-products-box .home-products-box {
        opacity: 1;
    }

    h2 {
        font-size: 30px;
    }

    .drop-down {
        display: block;
    }

    #body-header .top-header {
        height: auto;
        padding: 0;
    }

    .top-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    #body-header .top-header .logo {
        margin: 0 20px;
    }

    ul.menu {
        display: none;
        width: 100%;
        margin-bottom: -1px;
        padding: 15px 0;
        background-color: #1b1b1b;
        padding: 15px;
    }

    .search-box {
        position: absolute;
        right: 10px;
        bottom: 8px;
        display: none;
    }

    .menu.site li a:not(.submit) {
        margin-left: 0;
        margin-right: 15px;
    }

    .menu.site li a {
        color: #fff;
    }

    #body-banner .text1 {
        font-size: 23px;
    }

    #body-banner .text2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 680px) {
    #home-products-box {
        padding: 0;
    }

    .rubsrics,
    .home-line-4 .about-cards {
        flex-direction: column;
        align-items: center;
        margin: 50px 0px;
    }

    .rubsrics li {
        margin-bottom: 15px;
        padding: 65px 26px 0px;
    }

    .lists.products>div {
        margin: 40px 0px 55px 0px;
    }

    .lists.products>div .img img {
        max-width: 100%;
    }

    h2 {
        font-size: 25px;
    }

    ul.menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        order: 10;
        padding: 25px 10px;
    }

    #body-header .top-header .logo{
        margin: 0 10px;
    }

    .menu.site .search-box {
        width: 260px;
        margin: 0;
    }

    .menu.site li:not(:last-child) {
        margin-bottom: 15px;
    }

    #body-banner .text2 {
        line-height: normal;
        font-size: 2.4em;
    }

    #body-banner .text1 {
        padding-top: 115px;
        line-height: 30px;
    }

    .intructions-block .instr-row:nth-child(odd),
    .intructions-block .instr-row {
        flex-direction: column;
    }

    .intructions-block .instr-row:not(:last-child){
        margin-bottom: 35px;
        padding-bottom: 35px;
        border-bottom: 2px dashed #b5b5b5;
    }

    .intructions-block .instr-row>div {
        width: 100%;
    }

    .intructions-block .instr-row .instr-image img {
        max-width: 70%;
        min-width: 300px;
    }

    .check-field{
        flex-direction: column;
        justify-content: space-around;
    }

    .check-box .title{
        font-size: 2em;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .check-field input[type="text"]{
        margin: 0 auto;
        max-width: 300px;
    }

    #body-footer .footer-box-1{
        padding: 30px 0;
    }

    .bottom-footer p{
        text-align: center;
    }

    .home-line-1{
        padding: 0;
    }

    .home-line-1 h2{
        margin-bottom: 25px;
    }

    .home-line-1 h3{
        text-align: justify;
        padding: 0 10px;
    }
    .form-contact-box{
        padding: 0 10px;
    }

    .search-box{
        padding: 10px 0;
        position: static;
        display: block;
        margin:0;
        padding: 16px 20px 15px 80px;
    }

    .search-box form input[type="text"]{
        width: 100%;
        height: 40px;
    }

    .search-box form span a{
        right: 10px;
    }

    .drop-down{
        right: unset;
        left: 0;
        margin: 23px;
        top: 90px;
    }
    .menu.site li a{
        font-size: 20px;
        font-weight: bold;
        text-transform: capitalize;
    }

    .home-line-3{
        padding: 30px 0;
    }
}

@media only screen and (max-width: 460px) {
    #body-banner .text1{
        padding-top: 100px;
    }
    .lists.products>div .descr .prop {
        background-size: 50px;
        padding-left: 60px;
    }

    .lists.products>div .descr>div {
        padding: 14px;
        margin: 0 10px;
    }

    .lists.products>div .img img {
        object-fit: contain;
        height: auto;
    }

    #body-banner .text2 {
        font-size: 30px;
    }

    .wrap {
        padding: 0 15px;
    }

    .lists.products>div .img {
        width: 70%;
        height: auto;
        min-width: 230px;
    }
    .home-line-4 .about-cards li{
        min-width: 100%;
        padding: 115px 10px 0;
    }
}

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


    ul.menu {
        padding: 10px;
    }

    #body-header .top-header .logo {
        margin: 0 15px;
        align-self: center;
    }

    .drop-down {
        margin: 23px;
    }
}