* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%
}

body {
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    background: #f7f7f7;
    line-height: 1.3;
}
p{
    line-height: 1.3;
    margin: 0 0 15px;
}

img{
    max-width: 100%;
}

a {
    color: #1697ce;
    text-decoration: none;
}

a:hover {
    color: #b0493b
}

.product1 {
    height: 200px
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 15px;
    color: #000;
    text-decoration: none
}

.vk-header {
    background: #dae2e8 none repeat scroll 0 0;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px
}

.vk-logo {
    background: transparent none no-repeat scroll 0 0;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: #45688e;
    font-weight: 700
}

.vk-avatar img {
    float: left;
    margin-right: 10px
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px
}

.vk-comment:last-child {
    border-bottom: 0 none
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px
}

.vk-comment-text {
    margin-left: 60px
}

.vk-comment-text p{
    margin-bottom: 10px;
}

.vk-comment-date {
    margin-left: 60px;
    color: #999
}

@media screen and (max-width:1020px) {

    body img {
        max-width: 100%
    }
}

@media screen and (max-width:720px) {

    .product1 {
        height: 200px;
        margin-left: -40px
    }
}

@media screen and (max-width:420px) {

    
    body img {
        max-width: 100%
    }
}

.content {
    text-align: center
}

.container{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 25px;
}

.header{
    padding: 15px 0;
}
.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 320px;
    box-shadow: 0 0 12px 0px #000;
}
.logo img{
    max-width: 50px;
    display: inline-block;
    margin-right: 10px;
}
.logo p{
    font-size: 22px;
    font-style: italic;
    margin-bottom: 0;
}
.languages{
    text-align: right;
}
.languages a{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.languages a:last-child{
    text-decoration: underline;
    font-weight: normal;
}
.search{
    display: block;
    color: #000;
    padding: 5px;
    width: 250px;
    font-size: 16px;
    border: 2px solid #000;
    margin-top: 10px;
    cursor: text;
    text-decoration: none;
}

.menu{
    background: #0f6470;
}

.menu-wrapper{
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}
.menu-wrapper li{
    width: calc(20% - 5px);
    text-align: center;
}
.menu-wrapper li a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    transition: .5s all ease;
}

.menu-wrapper li a:hover{
    background: #023e46;
}

.main-section .container{
    background: #fff;
    padding: 30px;
}

.breadcrumbs{
    margin-bottom: 15px;
}
.breadcrumbs a{
    font-size: 16px;
}
h1{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
}
.date-author{
    margin-bottom: 15px;
    font-size: 18px;
}

.author-block{
    margin-bottom: 15px;
    padding: 15px;
    background: #e2e2e2;
    display: flex;
}

.author-img{
    margin-right: 15px;
}

.author-img img{
    min-width: 250px;
    width: 250px;
}

.author-profession, .author-name{
    font-weight: bold;
    font-size: 20px;
}

.name-list{
    font-size: 24px;
    margin-bottom: 15px;
}
.custom-list{
    padding-left: 30px;
    margin-bottom: 15px;
}

.custom-list li{
    margin-bottom: 5px;
    font-style: italic;
}

.photo-block{
    margin-bottom: 15px;
    text-align: center;
}
.photo-block img{
    max-width: 500px;
}

figure{
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #f2eef4;
    border-top: 1px dotted black;
    border-right: 1px dotted black;
    border-bottom: 1px dotted black;
    border-left: 5px solid #353744;
    margin-top: 8px;
}

.effect-list{
    margin-bottom: 15px;
    padding: 15px;
    background: #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
}
.effect-list p:last-child{
    margin-bottom: 0;
}
.attention{
    padding: 15px;
    margin-bottom: 15px;
    background: #eee; 
}
.attention span,
.addition-info span{
    font-weight: bold;
    color: red;
}
.order-product{
    text-align: center;
}
.order-product img{
    max-width: 150px;
    width: 100%;
}
.btn-order{
    margin: 15px 0 30px;
    text-align: center;
}
.btn-order a{
    background: red;
    padding: 15px 45px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    font-size: 26px;
    transition: .5s all ease;
}
.btn-order a:hover{
    background: crimson;
}
.addition-info{
    text-align: center;
    font-size: 20px;
}

.bad-image img {
    vertical-align: middle;
    display: inline-block;
    filter: blur(10px);
    object-fit: cover;
    -webkit-filter: blur(10px);
    width: 100%
}

.bad-image img.blur {
    filter: blur(0);
    -webkit-filter: blur(0)
}

.bad-image img.eyes {
    filter: blur(0);
    -webkit-filter: blur(0);
    width: 50px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.blur {
    filter: blur(0);
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    height: 100%
}

.blur-block-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0
}

.atention-age {
    position: absolute;
    top: 60%;
    left: 60%;
    color: red;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 2px 2px #fff;
    transform: translate(-60%, -60%);
}

.eyes {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    filter: blur(0);
    width: 100%;
    height: 100%;
    cursor: pointer
}

.censored-box1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    max-height: 410px
}

.censored-box-hide {
    display: none
}

.bad-image {
    cursor: pointer;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.author-age{
    display: block;
    margin-top: 15px;
}

.lines__bottom {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(243,105,58,.9) none repeat scroll 0 0;
    box-shadow: 0 0 10px #666;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 20;
  }
  .lines__btn {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background: red;
    padding: 6px 12px;
    transition: all .3s ease-in-out;
    color: #fff !important;
  }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .blur-ie {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../images/rak-ie.jpg) no-repeat center center;
        background-size: contain;
        opacity: .95;
        cursor: pointer !important;
    }
    .blur-ie2 {
        background: url(../images/003_big-ie.jpg) no-repeat center center;
        background-size: contain;
    }

    .blur-ie-invisible {
        display: none
    }
}

@media screen and (max-width:1000px) {
    .menu-wrapper li:first-child{
        display: none;
    }
    .menu-wrapper li{
        width: calc(25% - 5px);
    }
}

@media screen and (max-width:767px) {
    .header-links{
        display: none;
    }
    .header-wrapper{
        justify-content: center;
    }
    h1{
        font-size: 26px;
    }
    .menu-wrapper li:nth-child(3){
        display: none;
    }
    .menu-wrapper li{
        width: calc(33.33% - 5px);
    }
    .container{
        padding: 0 15px;
    }
    .main-section .container{
        padding: 25px 15px;
    }
    .menu-wrapper li a{
        padding: 15px 5px;
        font-size: 14px;
    }
}
@media screen and (max-width:640px) {
    .author-block{
        flex-wrap: wrap;
        justify-content: center;
    }
    .author-img{
        margin: 0 0 15px;
    }
}
@media screen and (max-width:480px) {
    h1{
        font-size: 22px;
    }
    .atention-age {
        left: 70%;
        transform: translate(-70%, -60%);
    }
}

