/* Default */

html {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-family: "PT Sans", sans-serif;
    padding: 0;
    margin: 0;
    background: url("../images/bg.png");
}

p {
    text-indent: 0;
    padding: 0;
    margin: 0 0 16px;
}
table {
    margin: 0 0 30px;
    border-collapse: collapse;
}
table td {
    padding: 0;
}
:focus {
    outline: none;
}
img {
    padding: 0;
    margin: 0;
    border: 0;
}
a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
form {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    padding: 0;
    list-style: none;
}
ol {
    margin: 0 0 10px 18px;
    padding: 0;
}
* + html ol {
    padding: 0 0 0 5px;
}
ol li {
    padding: 0 0 0 16px;
}

.wrapper {
    position: relative;

    min-width: 1000px;
    min-height: 100%;
    margin: 0 auto;
}

/*top-menu */

.top-menu {
    background: #453a29;
    height: 35px;
}
.top-menu div {
    color: #fff;
    height: 35px;
    position: relative;
    width: 960px;
    margin: 0 auto;
}
.top-menu a {
    text-decoration: none;
    height: 35px;
    font-size: 16px;
    line-height: 32px;
    width: 160px;
    text-align: center;
    float: left;
    display: inline-block;
    color: #fff;
}
.top-menu a:hover,
.top-menu a.active {
    color: #000;
    background: url("../images/bg.png");
}

/* Header */
.header {
    position: relative;
    width: 960px;
    height: 125px;
    margin: 0 auto;
    margin-top: 28px;
}

.header .info {
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    text-transform: uppercase;
    left: 125px;
    top: 36px;
}
.header .adress {
    font-size: 16px;
    position: relative;
    line-height: 22px;
    padding-right: 35px;
    background: url("../images/adress.png") no-repeat right;
    text-align: right;
    right: 0;
    top: 2px;
}
.header .phone {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    position: relative;
    padding-right: 35px;
    background: url("../images/phone.png") no-repeat;
    background-position: 198px 10px;
    right: 0;
    top: -10px;
}
.header .phone a {
    text-decoration: none;
}
.header .email {
    text-align: right;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-right: 35px;
    background: url("../images/email.png") no-repeat right;
    right: 0;
    top: -24px;
    cursor: pointer;
}
.header-email {
    text-align: right;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-right: 35px;
    background: url("../images/email.png") no-repeat right;
    right: 0;
    top: -24px;
    cursor: pointer;
}
.header .grafik {
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    top: 102px;
    right: 0;
}
.header .email:hover,
.header-email:hover {
    text-decoration: underline;
}
.header-mobile {
    display: none;
}
.header-mobile__time {
    font-size: 12px;
    font-weight: 600;
    color: #402313;
}
.header-mobile__btns {
    display: flex;
    align-items: center;
    margin: 0 -10px 12px;
}
.header-mobile__btns a {
    margin: 0 10px;
    text-decoration: none;
}

/*content */
.content {
    position: relative;
    width: 960px;
    margin: 20px auto;
}

/* left column */
.lb {
    float: left;
    width: 230px;
}

.lb .menu {
}
.lb .menu li {
    font-size: 16px;
    line-height: 52px;
    text-transform: uppercase;
    height: 52px;
    background: rgba(143, 181, 182, 0.3);
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.lb .menu li:hover,
.lb .menu li.active {
    background: #8fb5b6;
}

.lb .menu li a {
    display: block;
    //width: 248px;
    height: 100%;
    text-decoration: none;
    padding-left: 25px;
}
.lb .menu li a:hover,
.lb .menu li.active a {
    color: #fff;
}
.lb .menu li img {
    float: left;
    left: -9px;
    top: 23px;
    position: relative;
    transition: left 0.25s ease-out;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
}

/* right column */
.rb {
    margin-left: 20px;
    float: left;
    width: 710px;
}

.rb-main {
    display: flex;
    align-items: flex-start;
    padding-bottom: 36px;
}

.rb .swiper-container {
    width: 100%;
    height: calc(100% - 23px);
}

.rb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rb .swiper-button-next,
.rb .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #ffffff;
    opacity: 0.9;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}

.rb .swiper-button-next:after,
.rb .swiper-button-prev:after {
    display: none;
}

.rb .swiper-button-next {
    right: -15px;
}

.rb .swiper-button-prev {
    left: -15px;
}

.glightbox-clean .gdesc-inner {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 !important;
    padding-right: 5px !important;
    color: #000 !important;
    font-size: 24px !important;
    text-align: right;
}

.slider-product {
    width: 300px;
    position: relative;
    margin-right: 40px;
}

@media (max-width: 500px) {
    .rb-main {
        flex-direction: column;
    }
    .slider-product {
        width: 100%;
        max-width: 295px;
        padding: 0 24px;
        margin-right: 0;
    }
    .rb .swiper-button-next {
        right: 10px;
    }

    .rb .swiper-button-prev {
        left: 10px;
    }
}

.slider-product .swiper-pagination {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-product .swiper-pagination span {
    margin: 0 6px;
}

.slider-product .swiper-pagination-bullet-active {
    background: #ff8700;
}

.slider,
.slider .container {
    width: 710px;
    height: 309px;
    overflow: hidden;
}

.slider .info {
    position: absolute;
    width: 540px;
    height: 98px;
    top: 45px;
    background: url("../images/slide-bg.png");
    //background:rgba(255,255,255,.7);
}

.slider .info p {
    //color:#000;
    position: absolute;
    font-size: 22px;
    color: #fff;
}
.slider .info p strong {
    text-transform: uppercase;
}
.slider .info p.first {
    left: 50px;
    top: 25px;
}
.slider .info p.second {
    left: 311px;
    top: 57px;
}

.rb .stocks {
    margin-top: 7px;
}
.rb .stocks li {
    width: 230px;
    height: 276px;
    margin: 0 10px 0 0;
    display: inline-block;
    float: left;
    background: url("../images/stock-bg.png");
}
.rb .stocks li img {
    margin: 20px 0px 0 65px;
}
.rb .stocks li h1,
.lb .features h1 {
    text-align: center;
    font-size: 20px;
    margin: 25px 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.rb .stocks li p,
.lb .features p {
    line-height: 20px;
    font-size: 16px;
    text-align: center;
}
.rb .stocks li p strong {
    text-transform: uppercase;
    font-size: 18px;
}
.rb h1 {
    font-size: 26px;
    margin: 0 0 25px 0;
}
.rb p {
    font-size: 16px;
    line-height: 19px;
}
.rb table {
    text-align: left;
    font-size: 16px;
}
.rb table th {
    width: 236px;
    text-transform: uppercase;
    padding: 0 0 25px 0;
}
.rb table td {
    border-bottom: 1px solid #000;
    height: 27px;
}
.text-content {
    float: left;
    margin: 30px 0 0 0;
}
.text-content p {
    text-align: left;
    line-height: 21px;
    font-size: 16px;
}
.text-content strong {
    font-size: 18px;
}

.violet {
    height: 286px;
    background: #8fb5b6;
    /*background-image: url('../images/footer_bg.jpg'); ; */
    clear: both;
}
.reasons {
    position: relative;
    width: 960px;
    margin: 25px auto;
}
.reason1 {
    background: url("../images/reason1.png") no-repeat center top;
    /*background-position:0px 35px;*/
    background-position-y: 30px;
    width: 297px;
    height: 286px;
    float: left;
    margin-right: 34px;
}
.reason2 {
    background: url("../images/reason2.png") no-repeat center top;
    /*background-position:0px 35px;*/
    background-position-y: 30px;
    width: 297px;
    height: 286px;
    float: left;
    margin-right: 34px;
}
.reason3 {
    background: url("../images/reason3.png") no-repeat center top;
    /*background-position:0px 35px;*/
    background-position-y: 30px;
    width: 297px;
    height: 286px;
    float: left;
}
.reasons .info {
    height: 150px;
    background: url("../images/stock-bg.png");
    position: relative;
    top: 156px;
    text-align: center;
}
.reasons .info::before {
    position: absolute;
    right: -14px;
    bottom: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    border: 14px solid transparent;
    border-bottom-color: black;
}
.reasons .info h1 {
    width: 279px;
    margin: 0;
    font-size: 22px;
    padding: 21px 0 21px 0;
}

.reasons .info p {
    width: 270px;
    line-height: 18px;
    font-size: 16px;
}

.reason1 .info .centered,
.reason2 .info .centered,
.reason3 .info .centered {
    margin: 0 auto 16px;
}

.price {
    float: left;
    width: 137px;
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 40px;
    background: url("../images/download.png") no-repeat;
    background-position: 0 5px;
}
.clear {
    clear: both;
    padding: 10px;
}

.material {
    padding-left: 10px;
    //width:650px;
}
.material li {
    display: block;
    float: left;
    /*height: 185px;*/
    padding: 20px 20px 0px 20px;
    width: 130px;
}
/*.material li:last-child {*/
/*margin-bottom: 30px;*/
/*}*/
.material li img {
    max-width: 128px;
    max-height: 128px;
    width: 128px;
    overflow: hidden;
    height: 128px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    object-fit: cover;
}
.material li p {
    text-align: center;
    font-size: 18px;
}

.serts ul {
    padding-bottom: 60px;
}
.serts ul li {
    display: block;
    float: left;
    padding: 10px 50px 10px 0px;
}
.serts ul li:nth-child(4n) {
    padding: 10px 0 10px 0px;
}

.features {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: url("../images/stock-bg.png");
}
.features h1 {
    padding-top: 22px;
}

table.contacts {
    margin-top: 35px;
    margin-bottom: 50px;
}
table.contacts tr td {
    border-bottom: none;
    height: 20px;
}
table.contacts tr td:first-child {
    width: 178px;
}

.feedback {
    background: #8db3b3;
    clear: both;
    padding-bottom: 90px;
}
.feedback > div {
    position: relative;
    width: 960px;
    margin: 55px auto 0 auto;
}
.feedback > div .title {
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    height: 36px;
    width: 298px;
    padding-top: 19px;
    background: url("../images/feedback.png");
    top: -35px;
    position: relative;
}
.form input,
.form textarea {
    width: 100%;
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
    color: #fff;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
}
.form input {
    height: 33px;
}
.form button {
    margin-top: 31px;
    width: 150px;
    float: right;
    line-height: 36px;
    padding: 0;
    background: #fff;
    border: none;
    font-size: 17px;
    cursor: pointer;
    background: url("../images/button-bg.png");
}
.form span {
    position: relative;
    margin-left: -17px;
    text-transform: uppercase;
    top: 1px;
}
.form button img {
    float: left;
    left: -9px;
    top: 15px;
    position: relative;
    transition: left 0.25s ease-out;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
}

::-webkit-input-placeholder {
    color: #fff;
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
}

::-moz-placeholder {
    color: #fff;
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
}

:-moz-placeholder {
    color: #fff;
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
}

:-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
}

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

.prod {
}
.prod li {
    padding: 0 0 0 24px;
    background: url("../images/download2.png") no-repeat;
    background-position: 0 6px;
}
.prod li p {
    margin: 0 0 7px !important;
}
/* footer */

.footer {
    clear: both;
    position: relative;
    width: 960px;
    margin: 55px auto 0 auto;
}
.footer p {
    line-height: 6px;
    font-size: 18px;
}
.footer p.copy {
    position: absolute;
    right: 0px;
    top: -2px;
}
h6 {
    font-size: 13px;
    margin: 10px 0 10px 0;
    color: #675b72;
}
h2 {
    margin: 0;
}
.news div {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
}

.form h2 {
    color: #fff;
}

.header-adress {
    position: absolute;
    top: -18px;
    margin-left: 129px;
}
.header-adress li:last-child {
    float: left;
    margin-left: 30px;
    display: inline-block;
    width: 220px;
    background: none;
    padding-right: 0;
}

.header-adress li {
    position: relative;
    float: left;
    display: inline-block;
    width: 220px;
    /*background: url('../images/line.png') no-repeat top right;*/
    /*background-position-y: 8px;*/
    /*background-position: 10px ;*/
    padding-right: 40px;
    margin-left: 30px;
}

.header-adress li::after {
    position: absolute;
    right: 0;
    top: 8px;
    width: 2px;
    height: 60%;
    content: "";
    background: #bbb;
}

.header-adress li:last-child::after {
    display: none;
}

/*
.slider, .slider .container {
    width: 710px;
    height: 243px;
    overflow: hidden;
}
*/
.header-email {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -4px;
    left: 35%;
}
.header-time {
    position: absolute;
    bottom: -5px;
    right: 0;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #402313;
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
}
.header-adress {
    right: 0;
}

.rb .stocks li .h1-class,
.lb .features .h1-class {
    text-align: center;
    font-size: 20px;
    margin: 25px 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding-top: 22px;
}

.rb .stocks li .h1-class {
    padding-top: unset;
}

.reasons .info .h1-class {
    width: 279px;
    margin: 0;
    font-size: 22px;
    padding: 21px 0 21px 0;
    display: block;
    font-weight: bold;
}
.rb h2 {
    margin-bottom: 16px;
}
.sendSuccess {
    margin: 20px 0 20px 0;
    display: none;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}

.adm-workarea .adm-detail-content input[type="text"][name="CODE"] {
    text-transform: lowercase;
}

.phraseBottom h4 {
    font-size: 26px;
    margin: 0 0 25px 0;
}

.modal {
    display: none;
    font-family: PT Sans;
}
.modal.is-open {
    display: block;
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.modal__container {
    background-color: #fff;
    padding: 56px 32px 68px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
}
.modal__close {
    position: absolute;
    top: 8px;
    right: 8px;
    outline: none;
    border: none;
    background: transparent;
}

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.modal__wrap h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 24px;
    text-align: center;
}

.modal__wrap button {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 12px;
    padding: 8px 0;
    background: #8db3b3;
    outline: none;
    border: none;
}

.modal__wrap p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #adadad;
}

.form__input {
    display: block;
    margin-bottom: 16px;
    position: relative;
}

.form__input input {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #303030;
    border: none;
    padding: 12px 0;
    border-bottom: 1px solid #8db3b3;
}

.form__input input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #303030;
}

.form__error {
    display: none;
    position: absolute;
    bottom: -16px;
    left: 0;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #ff424d;
}
.form__error.error-message {
    display: block;
}


.table-wrap td:nth-child(3) {
  display: none !important;
}

.price_mobile{
    display: none;
}

.table-wrap table tr:nth-child(n+2) td:nth-of-type(2) {
    text-align: right;
}

.table-wrap td {
    word-wrap: break-word;
    white-space: normal;
}
@media (max-width: 500px) {
    table{
        width: 100% !important;
    }
    .price_mobile{
        display: none;
    }
    .table-wrap td:first-child {
        width: 40% !important;
    }


    .table-wrap td:nth-child(2) {
        width: 20% !important;
    }

/*    .table-wrap td:nth-child(3) {
        display: none;
    }*/
}