* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%;
    position: relative;
    background: #ffffff;
    color: #303031;
    line-height: 1.3;
}

html {
    height: 100%;
}

/* HTML5 tags */
header, content, section, footer, aside, nav, article, figure {
    display: block;
}

img {
    border: none;
}

a {
    text-decoration: underline;
    color: #33a09b;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

li {
    margin-left: 15px;
}

.clearfix:after {
    content: "";
    width: 100%;
    display: block;
    clear: both;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.eot');
    src: url('../fonts/HelveticaNeueBold.eot') format('embedded-opentype'),
    url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
    url('../fonts/HelveticaNeueBold.woff') format('woff'),
    url('../fonts/HelveticaNeueBold.ttf') format('truetype'),
    url('../fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium.eot');
    src: url('../fonts/HelveticaNeueMedium.eot') format('embedded-opentype'),
    url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
    url('../fonts/HelveticaNeueMedium.woff') format('woff'),
    url('../fonts/HelveticaNeueMedium.ttf') format('truetype'),
    url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeueLight.eot');
    src: url('../fonts/HelveticaNeueLight.eot') format('embedded-opentype'),
    url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLight.woff') format('woff'),
    url('../fonts/HelveticaNeueLight.ttf') format('truetype'),
    url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueBoldItalic';
    src: url('../fonts/HelveticaNeueBoldItalic.eot');
    src: url('../fonts/HelveticaNeueBoldItalic.eot') format('embedded-opentype'),
    url('../fonts/HelveticaNeueBoldItalic.woff2') format('woff2'),
    url('../fonts/HelveticaNeueBoldItalic.woff') format('woff'),
    url('../fonts/HelveticaNeueBoldItalic.ttf') format('truetype'),
    url('../fonts/HelveticaNeueBoldItalic.svg#HelveticaNeueBoldItalic') format('svg');
}

@font-face {
    font-family: 'CodeProBold';
    src: url('../fonts/CodeProBold.eot');
    src: url('../fonts/CodeProBold.eot') format('embedded-opentype'),
    url('../fonts/CodeProBold.woff2') format('woff2'),
    url('../fonts/CodeProBold.woff') format('woff'),
    url('../fonts/CodeProBold.ttf') format('truetype'),
    url('../fonts/CodeProBold.svg#CodeProBold') format('svg');
}

.inputfield {
    padding: 5px;
    font-size: 16px;
}

.select {
    padding: 5px;
    font-size: 16px;
}

.freeDelivery {
    color: #33a09b;
    font-weight: bold;
}

#wrapper {
    width: 100%;
    max-width: 1920px;
    min-height: 100%;
    margin: 0 auto;
    background: url(../image/bg.png);
    position: relative;
}

.container {
    max-width: 1000px;
}

.wrap {
    max-width: 1280px;
    margin: 0 auto;
}

header {
    background: url(../image/bg_header.png) center top repeat-y, #f2dbbd;
    padding: 0 0 50px 0;
}

.top_bar {
    padding: 6px 15px;
    background: #fdfdfd;
    position: relative;
    font-size: 12px;
}

.top_bar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    background: url(../image/figure1.png) repeat-x;
    left: 0;
    bottom: -14px;
}

.articles-list {
    
}

.article-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    background-color: #f1ebe1;
    padding: 10px;
    border-radius: 12px;
}

.article-item a:first-child {
    display: block;
    flex-shrink: 0;
}

.article-item a:nth-child(2) {
    margin-left: 20px;
    text-decoration: none;
    text-align: normal;
}

.article-item a:nth-child(2) p {
    color: #303031;
}

.article-item img {
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.article-item h1 {
    font-size: 18px;
    color: #594964;
    margin: 0 0 5px 0;
}

.article-item a:hover h1 {
    color: #33a09b;
}

.article-details-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    margin: 10px 0;
}

.article-details-image {
    flex: 0 0 400px;
    max-width: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.article-details-text {
    flex: 1 1 0;
    font-size: 16px;
    line-height: 24px;
}

.ai-wizard-input {
    width: 100%;
    max-width: 600px;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 8px;
}

.like_site {
    display: inline-block;
    vertical-align: top;
}

.social {
    margin: 0 0 0 10px;
    display: inline-block;
}

.social li {
    display: table-cell;
    vertical-align: top;
    width: 35px;
}

.social li a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0;
}

.social li:nth-child(1) a {
    width: 20px;
    height: 20px;
    background: url(../images/icon-instagram.png) no-repeat;
}

.social li:nth-child(2) a {
    width: 20px;
    height: 20px;
    background: url(../images/icon-facebook.png) no-repeat;
}

.social li:nth-child(3) a {
    width: 20px;
    height: 20px;
    background: url(../images/icon-youtube.png) no-repeat;
}

.social li:nth-child(4) a {
    width: 20px;
    height: 20px;
    background: url(../images/icon-mail.png) no-repeat;
}

.social li:nth-child(5) a {
    height: 20px;
    background: url(../images/icon-call.png) no-repeat;
    color: #594964;
    padding: 0 0 0 25px;
    line-height: 22px;
    width: 150px;
}

.language {
    float: right;
}

.language a {
    line-height: 20px;
}

.logo {
    width: 216px;
    height: 118px;
    text-decoration: none;
    display: block;
    margin: 35px auto;
}

.logo.ua {
    background: url(../image/logo-ua.png) no-repeat;
}

.logo.en {
    background: url(../image/logo-en.png) no-repeat;
}

.logo.es {
    background: url(../image/logo-es.png) no-repeat;
}

.logo.pl {
    background: url(../image/logo-pl.png) no-repeat;
}

.logo.ru {
    background: url(../image/logo-ru.png) no-repeat;
}

nav {
    position: relative;
    text-align: center;
}

nav:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 13px;
    left: 0;
    bottom: -8px;
    background: url(../image/nav_after.png) left top repeat-x;
    z-index: 2;
}

nav ul {
    display: inline-block;
    background: url(../image/bg_header.png) center top repeat-y;
    position: relative;
}

nav:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 8px;
    border-top: 1px solid #4e445c;
    border-bottom: 1px solid #4e445c;
}

nav ul li {
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
}

nav ul li a {
    font-family: 'CodeProBold';
    text-decoration: none;
    text-transform: uppercase;
    color: #4e445c;
    font-size: 14.74px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6), -1px -1px 1px rgba(255, 255, 255, 0.6);
}

nav ul li a:hover {
    color: #33a09b;
}

.content {
    min-height: 100%;
    position: relative;
    background: url(../image/bg_content.png);
    margin: -55px auto 52px auto;
    padding: 40px 45px 20px 45px;
    z-index: 1;

    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 13px;
    left: 0;
    bottom: 0;
    background: url(../image/nav_after.png) left top repeat-x;

    moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.content p {
    text-align: justify;
}

.content ul li {
    text-align: justify;
}

.introText {
    display: flex;

    font-size: 110%;
    font-style: italic;
    margin: 0 auto 25px auto;
    background: #ffffff;
    border-radius: 7px;
    padding: 10px;
    line-height: 1.3;

    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.introTextImg {
    width: 110px;
    margin: 0 10px 0 0;
}

.introTextImg img {
    width: 110px;
    border-radius: 50%;
    border: 4px solid #594964;
}

.introTextText {
    flex: 100%;
}

.introTextText h1 {
    font-size: 150%;
    color: #594964;
    margin: 0 0 5px 0;
}

.introTextText p {
    text-align: justify;
    margin: 0;
}

.item {
    font-family: 'HelveticaNeueBold', sans-serif;
    max-width: 280px;
    margin: 0 auto 35px auto;
    background: #ffffff;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    line-height: 1;
    min-height: 390px;

    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.item span {
    display: block;
    margin: 0 0 5px 0;
    position: relative;
    overflow: hidden;
}

.item:hover span:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #4e445c;
    position: absolute;
    top: 0;
    left: 0;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.item span img {
    max-width: 100%;
}

.item a {
    text-decoration: none;
    font-size: 12px;
    color: #594964;
}

.quickPrice {
    font-style: normal;
    font-size: 14.41px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    text-align: right;
    left: 0;
    top: -199px;
    z-index: 2;
}

.quickPrice b {
    padding: 37px 10px 33px 10px;
    margin: 0 3px 0 0;
    width: 60px;
    display: inline-block;
    position: relative;
    font-weight: normal;
    background: url(../image/price2.png) center no-repeat;
    text-align: center;
    color: white;
    height: 100px;
}

.quickPrice b.threeLine {
    padding: 30px 10px 33px 10px;
}

.quickPrice b.redBadge {
    background: url(../image/price2sale.png) center no-repeat;
}

.quickPrice b .sale {
    padding: 0;
    margin: 0;
    color: #aaa;
}

.quickPrice b .sale:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: '';
    border: 0px;
}

.item .quickPrice {
    top: 71%;
}

.open {
    font-style: normal;
    font-size: 14.41px;
    color: #4e445c;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
    font-family: 'CodeProBold';
    top: -199px;
    z-index: 2;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.open b {
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    background: url(../image/circle.png) left center no-repeat, url(../image/circle.png) right center no-repeat;
}

.open b:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -1px;
    border-top: 1px solid #4e445c;
    border-bottom: 1px solid #4e445c;
}

.open b:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    right: 0;
    bottom: 0;
    border-top: 1px solid #4e445c;
    border-bottom: 1px solid #4e445c;
}

.item:hover .open {
    top: 50%;
}

.more {
    position: relative;
    padding: 0 0 20px 0;
}

.more_item {
    text-align: center;
    position: relative;
    margin: 0;
}

.more_item a {
    display: inline-block;
    background: url(../image/bg_content.png);
    padding: 0 10px;
    color: #7cbdb9;
    font-family: 'CodeProBold';
    text-transform: uppercase;
    font-size: 11.5px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6), -1px -1px 1px rgba(255, 255, 255, 0.6);
}

.more_item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 9px;
    border-bottom: 1px dotted #4e445c;
}

.down, .up {
    display: inline-block;
    text-decoration: none;
    width: 44px;
    height: 44px;
    position: absolute;
    top: -10px;
    background: url(../image/arrow.png) no-repeat;
}

.down {
    left: -7px;
}

.up {
    right: -7px;

    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

footer {
    background: #ebdabd;
    font-size: 12px;
    margin: -20px 0 0 0;
    padding: 35px 0 15px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}

footer i {
    font-style: normal;
    font-family: 'HelveticaNeueMedium';
}

.work {
    text-transform: uppercase;
    font-size: 11.5px;
    color: #594964;
    display: inline-block;
    line-height: 20px;
    padding: 0 2px;
    border: 1px solid #594964;
    text-decoration: none;
    font-family: 'CodeProBold';
    margin: 0 0 0 10px;
}

.year {
    float: right;
}

.alertContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -67px;
    margin-left: -150px;
    width: 300px;
    height: 134px;
    z-index: 100;
    background-color: #4e445c;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.alertInner {
    border: 1px dashed #ffffff;
    border-radius: 10px;
    padding: 10px;
    height: 114px;
}

.alertContainer.visible {
    visibility: visible;
    opacity: 0.95;
}

.alertInner > a {
    padding: 10px 0 0 0;
    margin: 0px 5px 0 5px;
}

.alertInner > .cancel {
    color: #dddddd;
}

/* About page style */

.about_img {
    max-width: 160px;
    margin: 0 auto 30px auto;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;

    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.about_img img {
    max-width: 100%;
}

.caption {
    font-size: 14.41px;
    color: #4e445c;
    margin: 3px 0 20px 0;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-indent: 0;
    text-transform: uppercase;
    font-family: 'CodeProBold';
}

.caption:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -1px;
    border-top: 1px solid #4e445c;
    border-bottom: 1px solid #4e445c;
}

.caption:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    right: 0;
    bottom: 0;
    border-top: 1px solid #4e445c;
    border-bottom: 1px solid #4e445c;
}

.caption span {
    padding: 0 10px;
    background: url(../image/circle.png) left center no-repeat, url(../image/circle.png) right center no-repeat;
}

.text {
    font-size: 14px;
    text-align: justify;
}

.text p.info {
    padding: 0 0 10px 0;
    border: none;
    text-align: left;
}

.text p.description {
    padding: 0 0 10px 0;
    border: none;
}

.text p:last-child {
    border: none;
}

.text a {
    color: #69a89f;
}

.text ul {
    list-style: disc;
    list-style-position: inside;
    margin: 0;
    padding: 20px 0 30px 0;
    text-indent: 0;
}

.text ul li {
    font-size: 12px;
}

.item.detal {
    min-height: 0;
    margin: 0 0 35px 0;
    float: left
}

.prev_img {
    max-width: 50px;
    float: right;
}

ul.prev_img {
    margin-bottom: 0;
}

.prev_img li {
    list-style-type: none;
    background: #ffffff;
    margin: 0 0 19px 0;
    padding: 3px;

    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.prev_img li a {
    max-height: 50px;
    overflow: hidden;
    display: block;
}

.prev_img li a img {
    max-width: 100%;
}

.prev_img li.stub {
    width: 36px;
    height: 36px;
}

.prev_img li.stub div {
    width: 30px;
    height: 30px;
    background-color: #eee;
}

p.name_item {
    font-family: 'HelveticaNeueBold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #594964;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #594964;
    text-align: left;
}


.price {
    font-family: 'HelveticaNeueLight';
    font-size: 16px;
    color: #000000;
    margin: 10px 0 20px 0;
}

.price span {
    color: #278884;
    font-size: 20px;
}

.price span.sale {
    color: #f84147;
    font-size: 18px;
    text-decoration: line-through;
}

.btn_pay, .back {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-family: 'HelveticaNeueLight';
    font-size: 13.46px;
    color: #ffffff;
    line-height: 25px;
    padding: 0 10px;

    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
}

.btn_pay {
    background: #65c0bc;

    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
}

.btn_order {
    height: 35px;
    min-width: 350px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
}

.back {
    background: #918d8e;
}

.other_item {
    margin: 20px 0;
    padding: 10px 0;
    border-top: 1px dotted #594964;
    border-bottom: 1px dotted #594964;
}

.other_item a {
    font-size: 12px;
    color: #594964;
    font-family: 'HelveticaNeueBoldItalic';
}

.view {
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
    top: -199px;
    z-index: 2;
    background: url(../image/icon_img.png) center top no-repeat;
    min-width: 32px;
    padding: 39px 0 0 0;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.item:hover .view {
    top: 49%;
}

.item.detal:hover span:after {
    background: rgba(255, 255, 255, 0.1);
}


p img {
    border: 1px solid #666666;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 0 10px 6px 0;
    padding: 10px 10px;
    width: 100%;
    max-width: 350px;
}

.aboutMe {
    display: flex;
    display: -webkit-flex;
}

.aboutMe .item {
    height: 100%;
}

.aboutMe .intro {
    flex: 1;
    padding: 0 0 0 10px;
}

.contactMe {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.contactMe .contactMsg {
    flex: 1;
    padding: 0 0 0 10px;
}

.facebook {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 0 0 0 25px;
    line-height: 20px;
    background: transparent url(../images/icon-facebook.png) no-repeat left top;
}

.instagram {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 0 0 0 25px;
    line-height: 20px;
    background: transparent url(../images/icon-instagram.png) no-repeat left top;
}

.youtube {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 0 0 0 25px;
    line-height: 20px;
    background: transparent url(../images/icon-youtube.png) no-repeat left top;
}

.call {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 0 0 0 25px;
    line-height: 20px;
    background: transparent url(../images/icon-call.png) no-repeat left top;
}

.mail {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 0 0 0 25px;
    line-height: 20px;
    background: transparent url(../images/icon-mail.png) no-repeat left top;
}

.contactMe .contactForm {
    flex: 1;
    padding: 0 10px 0 0;
}

.onlineForm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.onlineForm table {
    margin: 0 auto;
}

.onlineForm .inputfield, .onlineForm .textarea {
    width: 350px;
    padding: 5px;
}

.onlineForm .captchafield .inputfield {
    width: 200px;
    line-height: 28px;
}

.mobileOnly {
    display: none;
}

.deliveryMap {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 600px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Media query */
/* TODO: Загалом, ваша поточна конфігурація є більш ніж достатньою для 99% користувачів. Однак, щоб бути в тренді, можна почати з підходу Mobile First і враховувати великі екрани. */
@media screen and (max-width: 992px) {

    .article-details-content {
        flex-direction: column;
        gap: 12px;
    }

    .article-details-image {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }

    .item .quickPrice {
        top: 57%;
    }

    p img {
        margin: 0 10px 6px 0;
        max-width: 350px;
    }

    .topicBannerBottom {
        display: none;
    }

    nav ul:after, nav ul:before {
        width: 140px;
    }

    .item {
        min-height: 290px;
    }

    .item.detal, .prev_img {
        float: none;
    }

    .prev_img {
        max-width: 100%;
        text-align: center;
    }

    /*Dont show stub photos*/
    .prev_img:last-child {
        display: none;
    }

    .prev_img li {
        display: inline-block;
        max-width: 50px;
    }

    .introText {
        display: flex;
    }

    .introTextImg {
        width: 110px;
        margin: 0 10px 0 0;
    }

    .introTextText {
        flex: 100%;
    }
}

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

    .item .quickPrice {
        top: 72%;
    }

    p img {
        margin: 0 10px 6px 0;
        max-width: 350px;
    }

    .aboutMe {
        display: block;
    }

    .aboutMe .intro {
        flex: auto;
        padding: 0;
        text-align: justify;
    }

    .topicBannerBottom {
        display: none;
    }

    nav ul:after, nav ul:before {
        border: none;
    }

    .item.detal {
        margin: 0 auto 35px auto;
    }

    .onlineForm .inputfield, .onlineForm .textarea {
        width: 300px;
        padding: 5px;
    }

    .onlineForm .captchafield .inputfield {
        width: 150px;
        line-height: 28px;
    }

    .introText {
        display: flex;
    }

    .introTextImg {
        width: 110px;
        margin: 0 10px 0 0;
    }

    .introTextText {
        flex: 100%;
    }
}

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

    .article-details-image {
        width: 100%;
        max-width: 100%;
        max-height: 300px;
    }

    .social li.onlyWideScreen {
        display: none;
    }

    .item .quickPrice {
        top: 72%;
    }

    p img {
        margin: 0 10px 6px 0;
        max-width: 350px;
    }

    .aboutMe {
        display: block;
    }

    .aboutMe .intro {
        flex: auto;
        padding: 0;
    }

    .topicBannerBottom {
        display: none;
    }

    .like_site span {
        display: none;
    }

    .social {
        margin: 0;
    }

    footer {
        text-align: center;
    }

    .year {
        float: none;
        display: block;
    }

    .work {
        margin: 7px 0;
    }

    .content {
        margin: -55px auto 92px auto;
        padding: 40px 10px 20px 10px;
    }

    .introText {
        display: block;
    }

    .introTextImg {
        display: block;
        margin: 0 auto 10px auto;
    }

    .introTextText {
        text-align: center;
        flex: none;
    }
}

@media screen and (max-width: 420px) {
    .article-item img {
        width: 125px;
    }

    .item .quickPrice {
        top: 71%;
    }

    nav ul li {
        margin: 15px;
    }

    .topicBannerBottom {
        display: none;
    }

    p img {
        margin: 0 0 6px 0;
        max-width: 420px;
    }

    .aboutMe {
        display: block;
    }

    .aboutMe .intro {
        flex: auto;
        padding: 0;
    }

    .contactMe {
        display: block;
    }

    .contactMe .contactMsg {
        width: 100%;
        padding: 0;
    }

    .contactMe .contactForm {
        width: 100%;
        padding: 0;
    }

    .mobileOnly {
        display: block;
    }

    .introText {
        display: block;
    }

    .introTextImg {
        display: block;
        margin: 0 auto 10px auto;
    }

    .introTextText {
        text-align: center;
        flex: none;
    }
}

.paginationCenter {
    text-align: center;
}

.paginationPanel {
    display: inline-block;
    margin: 0 0 10px 0;
}

.paginationCell {
    float: left;
    width: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 3px;
    border: 1px solid #303031;
}

.paginationCell.go-to-ua {
    width: auto;
}

.paginationCell a {
    display: block;
    text-decoration: none;
}

.paginationCell a:hover {
    display: block;
    text-decoration: none;
    background-color: #fff;
}

.paginationCell a.go-to-ua {
    padding: 10px 10px;
    line-height: normal;
}

.paginationCellL {
    float: left;
    width: 100px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 3px;
    border: 1px solid #303031;
}

.paginationCellL a {
    display: block;
    text-decoration: none;
}

.paginationCellL a:hover {
    display: block;
    text-decoration: none;
    background-color: #fff;
}

.thisPage {
    background-color: #fff;
}

.grey11 {
    font-size: 11px;
    color: #808080;
    padding: 0 0 3px 0;
}

.be_list_row {
    padding: 5px 5px;
}

.clear {
    clear: both;
}

.beModuleMenu {
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #CFCFCF;
}

.be_list_head {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    padding: 10px 5px 10px 15px;
}

.sep_w15 {
    float: left;
    padding: 0px 15px 0px 0px;
}

.sep_h15 {
    padding: 10px 0px 4px 0px;
}

.sep_h8 {
    padding: 0px 0px 8px 0px;
}

.sep_h10 {
    height: 5px;
    padding: 5px 0px 0px 0px;
}

.filter_1 {
    float: left;
    padding: 3px 0px 0px 0px;
}

.filter_4 {
    float: left;
    padding: 0px 15px 8px 3px;
}

.subBgr_big {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-family: 'HelveticaNeueLight';
    font-size: 13.46px;
    color: #ffffff;
    line-height: 25px;
    padding: 0 10px;
    background: #65c0bc;
    border: none;
}

.subBgr_big:disabled {
    background: #cccccc;
    color: #888888;
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
}

#infoContainer {
}

div.messageContainer {
    font-family: Sans-serif;
}

* html div.messageContainer {
}

div.messageContainer div.message {
    background: #4E445C;
    position: relative;
    margin: 0 0 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: #333 2px 2px 3px;
    -webkit-box-shadow: #333 2px 2px 3px;
    box-shadow: #333 2px 2px 3px;
}

div.messageContainer div.message-active {
    background: #888;
}

div.messageContainer div.message div.message-wrapper {
    padding: 5px 15px;
}

div.messageContainer div.message div.message-wrapper div {
    min-height: 48px;
}

* html div.messageContainer div.message div.message-wrapper div {
    height: 48px;
}

div.messageContainer div.message div.message-wrapper div.warning {
    padding: 0 0 0 60px;
    background: transparent url(../images/message-icon-warning.gif) no-repeat left top;
}

div.messageContainer div.message div.message-wrapper div.information {
    padding: 0 0 0 60px;
    background: transparent url(../images/message-icon-information.png) no-repeat left top;
}

div.messageContainer div.message div.message-wrapper div.error {
    padding: 0 0 0 60px;
    background: transparent url(../images/message-icon-error.png) no-repeat left top;
}

div.messageContainer div.message div.message-wrapper h1.message-title {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 13px;
    color: #fff;
    -moz-text-shadow: #333 1px 1px 2px;
    -webkit-text-shadow: #333 1px 1px 2px;
    text-shadow: #333 1px 1px 2px;
    cursor: default;
}

div.messageContainer div.message div.message-wrapper p.message-text {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 12px;
    color: #fff;
    -moz-text-shadow: #333 1px 1px 2px;
    -webkit-text-shadow: #333 1px 1px 2px;
    text-shadow: #333 1px 1px 2px;
    cursor: default;
}


.topicBannerBottom {
    text-align: center;
    padding: 10px 0 0 0;
}

.notTranslated {
    opacity: 0.2;
    filter: alpha(opacity=40); /* msie */
}

.basketNav {
    animation: blinker 1s linear infinite;

    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-family: 'HelveticaNeueLight';
    font-size: 13.46px;
    color: #ffffff;
    line-height: 25px;
    padding: 2px 10px;
    margin: 0 10px 0 0;
    background: #65c0bc;
}

@keyframes blinker {
    50% {
        opacity: 0.7;
    }
}